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

chore(revm-test): release v0.1.0 #2

Closed
wants to merge 8 commits into from

Commits on Sep 14, 2024

  1. Merge remote-tracking branch 'origin/booster' into v43

    # Conflicts:
    #	crates/interpreter/src/host.rs
    #	crates/interpreter/src/host/dummy.rs
    #	crates/interpreter/src/inner_models.rs
    #	crates/interpreter/src/instructions/host.rs
    #	crates/interpreter/src/instructions/system.rs
    #	crates/interpreter/src/interpreter.rs
    #	crates/interpreter/src/interpreter/contract.rs
    #	crates/precompile/src/lib.rs
    #	crates/primitives/src/db.rs
    #	crates/primitives/src/db/components.rs
    #	crates/primitives/src/db/components/block_hash.rs
    #	crates/primitives/src/env.rs
    #	crates/primitives/src/precompile.rs
    #	crates/primitives/src/state.rs
    #	crates/revm/src/context/inner_evm_context.rs
    #	crates/revm/src/db/emptydb.rs
    #	crates/revm/src/db/ethersdb.rs
    #	crates/revm/src/db/in_memory_db.rs
    #	crates/revm/src/db/states/bundle_state.rs
    #	crates/revm/src/db/states/cache.rs
    #	crates/revm/src/db/states/reverts.rs
    #	crates/revm/src/db/states/state.rs
    #	crates/revm/src/db/states/transition_state.rs
    #	crates/revm/src/evm.rs
    #	crates/revm/src/inspector.rs
    #	crates/revm/src/inspector/customprinter.rs
    #	crates/revm/src/inspector/gas.rs
    #	crates/revm/src/journaled_state.rs
    #	examples/fork_ref_transact.rs
    Brechtpd committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    44123c0 View commit details
    Browse the repository at this point in the history
  2. fix call and tests

    Brechtpd committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    74e2637 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. make ethereum tests compile

    Brechtpd committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    2eb6e3d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    5d68473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f12a99d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Sync database (bluealloy#17)

    * rename SyncDatabase
    
    * contracts: Vec<((u64, B256), Bytecode)>,
    
    * StateChangeset ilter_for_chain(&mut self, chain_id: u64)
    
    * fix comment on state_size
    
    * remove
    
    * use db::SyncDatabase as Database
    CeciliaZ030 authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    959611e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. build + run

    CeciliaZ030 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    e907293 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. chore: release

    github-actions[bot] authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3500632 View commit details
    Browse the repository at this point in the history