This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 562
fix: coinbase should not be the current one in traceTransaction execution #1392
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mmsqe
changed the title
Problem: coinbase should not be the current one in traceTransaction execution
fix: coinbase should not be the current one in traceTransaction execution
Oct 20, 2022
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1392 +/- ##
==========================================
- Coverage 57.66% 57.59% -0.07%
==========================================
Files 108 108
Lines 10074 10087 +13
==========================================
+ Hits 5809 5810 +1
- Misses 4019 4031 +12
Partials 246 246
|
mmsqe
force-pushed
the
proposer_address
branch
from
October 20, 2022 06:51
8d7b24a
to
acce055
Compare
mmsqe
requested review from
GAtom22 and
4rgon4ut
and removed request for
a team
October 20, 2022 07:22
4rgon4ut
reviewed
Oct 20, 2022
facs95
suggested changes
Oct 20, 2022
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.
Overall looks good! Thanks for adding this. You still have to include the ProposerAddress
on the request from the RPC request eth_traceTransaction
here
yihuang
reviewed
Oct 21, 2022
yihuang
approved these changes
Oct 21, 2022
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
fedekunze
reviewed
Oct 21, 2022
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. Minor suggestion
fedekunze
approved these changes
Oct 21, 2022
mmsqe
force-pushed
the
proposer_address
branch
from
October 21, 2022 18:39
fdcc412
to
748e056
Compare
facs95
approved these changes
Oct 21, 2022
Closed
mmsqe
added a commit
to mmsqe/ethermint
that referenced
this pull request
Jan 16, 2023
…ion execution (evmos#1392) * add proposer address * make proto-all * update nix * fix test * keep default proposerAddress * add change doc * refine GetProposerAddress with test * include ProposerAddress for trace api * fix eth call req * wrap proposerAddress for eth call * allow proto translates to sdk.ConsAddress * Update rpc/backend/call_tx.go Co-authored-by: Freddy Caceres <facs95@gmail.com> Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Merged
11 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: #1391
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)