Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement EVM execution #28

Closed
andreespirela opened this issue Dec 2, 2021 · 1 comment · Fixed by #64
Closed

Implement EVM execution #28

andreespirela opened this issue Dec 2, 2021 · 1 comment · Fixed by #64
Assignees

Comments

@andreespirela
Copy link
Collaborator

Right now we are missing EVM execution. We have WASM and we have JS, we are missing EVM.

This should be implemented on src/runtime/core/execute.rs#execute_contract

Ready when:

  • I can run EVM contracts deployed to Arweave which data is a hex of the contract.
  • I can pass interactions and return the latest state of the contract
  • Opcodes standards are finalized and arweave compatible.
@littledivy
Copy link
Contributor

  • I can run EVM contracts deployed to Arweave which data is a hex of the contract. (See EVM <=> CLI  #43)
  • I can pass interactions and return the latest state of the contract. (Part of EVM <=> CLI  #43)
  • Opcodes standards are finalized and arweave compatible. (TODO)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants