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 Rust evmc-host crate to consume VMs #476

Open
axic opened this issue Dec 3, 2019 · 5 comments
Open

Implement Rust evmc-host crate to consume VMs #476

axic opened this issue Dec 3, 2019 · 5 comments

Comments

@axic
Copy link
Member

axic commented Dec 3, 2019

No description provided.

@axic
Copy link
Member Author

axic commented May 6, 2020

An implementation exists here: https://github.com/second-state/rust-ssvm

@CaptainVincent
Copy link

An implementation exists here: https://github.com/second-state/rust-ssvm

Below things are being processed and we will update this issue as we make progress.

  1. We will try to keep EVMC separate from rust-ssvm make them more independent at first.
  2. Upgrade our codebase EVMC version from 6.x to 7.x.

@CaptainVincent
Copy link

Stage 1 is completed. We separate evmc-client with evmc ABI version 6 from rust-ssvm.

fork official repository with tag v6.3.1-rust-evmc-client

Now we will migration evmc-client to ABI version 7 and upstream it.

@axic
Copy link
Member Author

axic commented May 25, 2020

Sounds good, thanks!

@CaptainVincent
Copy link

CaptainVincent commented Jun 22, 2020

We already migrate our evmc-client to support evmc v7.3.0 in new branch.
https://github.com/second-state/evmc/tree/rust-binding-client

Temporary use Hera as the ewasm engine who support evmc v7.3.0 for testing the newer evmc-client mentioned before. (Run example/test pass)
https://github.com/second-state/rust-ssvm/tree/upgrade-evmc-client

I will add some unit test cases and update license meet official requirement in next stage before PR it.

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

No branches or pull requests

2 participants