Skip to content

Commit

Permalink
Problem: block overrides is not supported in debug_traceCall (#392)
Browse files Browse the repository at this point in the history
* Problem: block overrides is not supported in debug_traceCall

* cleanup proto

* add block overrides

* add execTrace

* cleanup

* check in generic

* Update rpc/backend/tracing.go

Co-authored-by: Xinyu <91446598+XinyuCRO@users.noreply.github.com>
Signed-off-by: mmsqe <mavis@crypto.com>

* rm extra tracer

* rm traceFn

* fix resolve

* fasten test

* update proto

* add json raw msg

* apply state

* test staticcall

* Update x/evm/keeper/state_transition.go

Co-authored-by: yihuang <huang@crypto.com>
Signed-off-by: mmsqe <mavis@crypto.com>

* Apply suggestions from code review

* fix noop trace check

this bug was introduced in evmos@d4621f3

---------

Signed-off-by: mmsqe <mavis@crypto.com>
Co-authored-by: Xinyu <91446598+XinyuCRO@users.noreply.github.com>
Co-authored-by: yihuang <huang@crypto.com>
  • Loading branch information
3 people committed Jan 12, 2024
1 parent ddb3035 commit fd9a87e
Show file tree
Hide file tree
Showing 18 changed files with 954 additions and 1,810 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -45,6 +45,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (statedb) [#333](https://github.com/crypto-org-chain/ethermint/pull/333) Support native action in statedb, prepare for precompiles.
* (rpc) [#369](https://github.com/crypto-org-chain/ethermint/pull/369) Support state overrides in eth_call.
* (precompile) [#371](https://github.com/crypto-org-chain/ethermint/pull/371) Add StateDB itself into native context for precompiles to emit evm logs directly.
* (rpc) [#392](https://github.com/crypto-org-chain/ethermint/pull/392) Support block overrides in debug_traceCall.

### State Machine Breaking

Expand Down

0 comments on commit fd9a87e

Please sign in to comment.