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

Add rust binding client #527

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 20, 2020

  1. rust: cherry-pick b0c40df

    Turn evmc_host_context instantiable.
    CaptainVincent committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    b3d6ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20285d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e35812f View commit details
    Browse the repository at this point in the history
  4. rust: reorganize alias types

    1. remove duplicate types
    2. add an alias type Capabilities in evmc-vm
    CaptainVincent committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    f726610 View commit details
    Browse the repository at this point in the history
  5. rust: make evmc-client thread safety with HostContext

    Refine this module make it more like geth client binding implementation.
    CaptainVincent committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    5b2cc1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b2b4f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. 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
    CaptainVincent committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    737a683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e54e3e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    e5e955a View commit details
    Browse the repository at this point in the history