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

Refactor: trace #1341

Merged
merged 23 commits into from
Jun 17, 2024
Merged

Refactor: trace #1341

merged 23 commits into from
Jun 17, 2024

Conversation

lispc
Copy link

@lispc lispc commented Jun 14, 2024

  1. add some DA encode method to BlockTrace
  2. simplify trace related structs like AccountProof
  3. simplify trace bytecode collecting: (1) CALLs bytecode hash could be accessed from statedb (2) initcode don't need to be collected here, which can be got inside begin_tx
  4. renaming: change initialization_code => initcode

@lispc lispc marked this pull request as draft June 15, 2024 06:26
@lispc lispc changed the title (dont' merge) Refactor/trace Refactor: trace Jun 17, 2024
@lispc lispc marked this pull request as ready for review June 17, 2024 01:36
@lispc lispc merged commit 91ea9f6 into develop Jun 17, 2024
32 checks passed
@lispc lispc deleted the refactor/trace branch June 17, 2024 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant