-
Notifications
You must be signed in to change notification settings - Fork 310
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
Add rust binding client #527
Open
CaptainVincent
wants to merge
9
commits into
ethereum:master
Choose a base branch
from
second-state:rust-binding-client
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jul 20, 2020
-
Turn evmc_host_context instantiable.
Configuration menu - View commit details
-
Copy full SHA for b3d6ab2 - Browse repository at this point
Copy the full SHA b3d6ab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20285d3 - Browse repository at this point
Copy the full SHA 20285d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e35812f - Browse repository at this point
Copy the full SHA e35812fView commit details -
1. remove duplicate types 2. add an alias type Capabilities in evmc-vm
Configuration menu - View commit details
-
Copy full SHA for f726610 - Browse repository at this point
Copy the full SHA f726610View commit details -
rust: make evmc-client thread safety with HostContext
Refine this module make it more like geth client binding implementation.
Configuration menu - View commit details
-
Copy full SHA for 5b2cc1a - Browse repository at this point
Copy the full SHA 5b2cc1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b2b4f2 - Browse repository at this point
Copy the full SHA 5b2b4f2View commit details
Commits on Jul 29, 2020
-
rust: refactor avoid hostcontext with lifetime issue
1. A global static variable requires static lifetime. 2. Box with a trait object requires static lifetime. Avoid host context contain a outside variable with conflict lifetime issue. # Conflicts: # bindings/rust/evmc-client/src/host.rs # bindings/rust/evmc-client/src/lib.rs
Configuration menu - View commit details
-
Copy full SHA for 737a683 - Browse repository at this point
Copy the full SHA 737a683View commit details -
Configuration menu - View commit details
-
Copy full SHA for e54e3e5 - Browse repository at this point
Copy the full SHA e54e3e5View commit details
Commits on Feb 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e5e955a - Browse repository at this point
Copy the full SHA e5e955aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.