Skip to content

Move execution code to package vm #73

@qizhou

Description

@qizhou

Current evm.go and executor.go are in package compiler, which means the package cannot be imported by geth/core/vm as evm.go and executor.go imports geth. To resolve this, we should move this code to package vm so that we can still run go-evmc in standalone, while be able to import compiler into geth for integration.

Related to #11

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions