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: Refactor trace tx pipeline into executor #2824

Merged
merged 8 commits into from
Feb 23, 2024
Merged

Conversation

sieniven
Copy link
Member

@sieniven sieniven commented Feb 18, 2024

Summary

  • Resolves issue raised in evm: eth_createAccessList #2770 (comment)
  • Shifts execution tx with trace into ain executor. EVM executor instance should be abstracted from caller and inside ain executor with this PR refactor

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

lib/ain-evm/src/executor.rs Outdated Show resolved Hide resolved
lib/ain-evm/src/executor.rs Outdated Show resolved Hide resolved
@Bushstar Bushstar merged commit d916737 into master Feb 23, 2024
14 of 16 checks passed
@Bushstar Bushstar deleted the niven/exec-trace-tx branch February 23, 2024 11:35
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.

3 participants