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 <[email protected]>
Signed-off-by: mmsqe <[email protected]>

* 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 <[email protected]>
Signed-off-by: mmsqe <[email protected]>

* Apply suggestions from code review

* fix noop trace check

this bug was introduced in evmos@d4621f3

---------

Signed-off-by: mmsqe <[email protected]>
Co-authored-by: Xinyu <[email protected]>
Co-authored-by: yihuang <[email protected]>
  • Loading branch information
3 people authored 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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit fd9a87e

Please sign in to comment.