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: Basic and custom tracer implementations #2873

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

Conversation

sieniven
Copy link
Member

@sieniven sieniven commented Mar 28, 2024

Summary

  • This PR is depedent on EVM: Add tracer service and replay of EVM transactions #2845
  • Leverages on https://github.com/moonbeam-foundation/moonbeam tracers
  • This PR should ensure the node's tracer module to be compatible with geth for built-in raw tracer, and interfacing with blockscout
  • Add basic tracer implementation for tracing service
  • Add custom Blockscout tracer input implementation
  • Add custom CallTracer tracer input implementation
  • Correct implementation for evm event listener for basic tracer and custom tracers
  • Correct implementation for gasometer event listener for basic tracer and custom tracers
  • Correct implementation for runtime event listener for basic tracer and custom tracers

Misc

  • Fix incorrect state replay on transfer domain of DST20 tokens from EVM to DVM

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 Apr 1, 2024
9 tasks
@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