-
Notifications
You must be signed in to change notification settings - Fork 563
fix(rpc): wrong block number in debug trace related api #1591
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1591 +/- ##
=======================================
Coverage 68.33% 68.33%
=======================================
Files 110 110
Lines 10184 10184
=======================================
Hits 6959 6959
Misses 2821 2821
Partials 404 404
|
block height already minus by one in rpc ethermint/rpc/backend/tracing.go Lines 110 to 114 in 57ed355
Oh no, so currently it keep minus by one in grpc so actually minus by 2? If calling via API debug_traceTransaction? |
Fixing BlockNumber from request, no need minus 1 |
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Good job @mmsqe
Hey @yihuang have you ever seen the |
* fix wrong block number in debug_traceTransaction * add change doc * update nix * update nix Co-authored-by: Freddy Caceres <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]>
…mos#1591) (#213) * update nix * fix(rpc): wrong block number in debug trace related api (evmos#1591) * fix wrong block number in debug_traceTransaction * add change doc * update nix * update nix Co-authored-by: Freddy Caceres <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]> --------- Co-authored-by: Freddy Caceres <[email protected]> Co-authored-by: Federico Kunze Küllmer <[email protected]>
Closes: #XXX
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)