Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Add sdk.Context and vm.EVM to precompiles #1433

Closed

Commits on Nov 5, 2022

  1. Add sdk.Context and vm.EVM to precompiles

    Add context to precompiles: both Cosmos `sdk.Context` and `vm.EVM`.
    vm.EVM provides block, tx, along with state access.
    And if this PR ethereum/go-ethereum#26119 is merged, it will also provide current call/subcall context.
    loredanacirstea committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    d43a82c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    b10130a View commit details
    Browse the repository at this point in the history
  2. remove outdated todo

    loredanacirstea committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    4d620cd View commit details
    Browse the repository at this point in the history