Skip to content
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

EVM: Add tracer service and replay of EVM transactions #2845

Open
wants to merge 37 commits into
base: master
Choose a base branch
from

Conversation

sieniven
Copy link
Member

@sieniven sieniven commented Mar 4, 2024

Summary

  • This PR is depedent on EVM: Fix trace transaction state #2841
  • Adds new tracer service and create the ground work to add caching of block traces in the subsequent PRs
  • Correct fixes to replay all EVM transactions prior to the transaction to run the execution with tracer
  • Add support for replaying transfer domain txs
  • Add optional param support on debug_traceTransaction RPC
  • Add more functional test coverage, enable dependency tx test

Implications

  • Storage

    • Database reindex required
    • Database reindex optional
    • Database reindex not required
    • None
  • Consensus

    • Network upgrade required
    • Includes backward compatible changes
    • Includes consensus workarounds
    • Includes consensus refactors
    • None

@sieniven sieniven mentioned this pull request Mar 4, 2024
21 tasks
Jouzo
Jouzo previously approved these changes Mar 20, 2024
out.txt Outdated Show resolved Hide resolved
@sieniven sieniven mentioned this pull request Apr 3, 2024
9 tasks
@sieniven
Copy link
Member Author

sieniven commented Apr 4, 2024

Note that metachain-ts CI will be failing since the test suite is updated to the full implementation on #2881

@sieniven sieniven linked an issue Apr 18, 2024 that may be closed by this pull request
21 tasks
@sieniven sieniven removed a link to an issue Apr 18, 2024
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants