forked from neonevm/neon-evm
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NDEV-3096. Get Account State after emulation for debug_traceTransacti… #520
Merged
ancientmage
merged 2 commits into
develop
from
NDEV-3096-get-state-of-accounts-after-emulation
Aug 28, 2024
Merged
NDEV-3096. Get Account State after emulation for debug_traceTransacti… #520
ancientmage
merged 2 commits into
develop
from
NDEV-3096-get-state-of-accounts-after-emulation
Aug 28, 2024
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
ancientmage
requested review from
anton-lisanin,
evgenyzdanovich and
s-medvedev
August 13, 2024 14:58
ancientmage
force-pushed
the
NDEV-3096-get-state-of-accounts-after-emulation
branch
2 times, most recently
from
August 18, 2024 10:32
664362e
to
8308534
Compare
ancientmage
force-pushed
the
NDEV-3096-get-state-of-accounts-after-emulation
branch
from
August 18, 2024 16:09
8308534
to
37d0415
Compare
evgenyzdanovich
previously approved these changes
Aug 19, 2024
ancientmage
force-pushed
the
NDEV-3096-get-state-of-accounts-after-emulation
branch
from
August 19, 2024 11:33
37d0415
to
9ea986d
Compare
s-medvedev
reviewed
Aug 20, 2024
ancientmage
force-pushed
the
NDEV-3096-get-state-of-accounts-after-emulation
branch
2 times, most recently
from
August 21, 2024 09:17
c8e6fff
to
b0f2304
Compare
…ug_traceTransaction
ancientmage
force-pushed
the
NDEV-3096-get-state-of-accounts-after-emulation
branch
from
August 21, 2024 09:23
b0f2304
to
4e2206e
Compare
s-medvedev
approved these changes
Aug 21, 2024
s-medvedev
reviewed
Aug 21, 2024
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.
Looks good, but need to fix the tests
Dapps reportCost report for "Saddle Finance" dApp
Cost report for "Uniswap V3" dApp
Cost report for "Aave" dApp
|
Solana Requests Statistics
|
I relaunched tests, it's passed everywhere: neon-evm, neon-proxy, neon-tests & tracer-api |
anton-lisanin
pushed a commit
that referenced
this pull request
Sep 1, 2024
#520) * NDEV-3096. Get Account State after emulation for debug_traceTransaction rpc * NDEV-3096. Add db request: get_accounts_in_transaction for tracer debug_traceTransaction
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added flag to provide Account Data for tracer. In case of RPC
debug_traceTransaction
we should compare account after emulation and in tracer database