Skip to content

Conversation

yazzaoui
Copy link

This change addresses critical issues in the state object duplication process specific to Verkle trie implementations. Without these modifications, updates to state objects fail to propagate correctly through the trie structure after a statedb copy operation, leading to inaccuracies in the computation of the state root hash.

@yazzaoui yazzaoui requested a review from rjl493456442 as a code owner April 22, 2025 19:57
account: ch.account,
key: ch.key,
prevvalue: ch.prevvalue,
origvalue: ch.origvalue,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@fjl fjl removed the status:triage label Apr 24, 2025
@rjl493456442 rjl493456442 added this to the 1.15.12 milestone May 13, 2025
@fjl fjl modified the milestones: 1.16.0, 1.16.1 Jun 24, 2025
@fjl fjl modified the milestones: 1.16.1, 1.16.2 Jul 2, 2025
@rjl493456442 rjl493456442 modified the milestones: 1.16.2, 1.16.3 Aug 4, 2025
@gballet gballet modified the milestones: 1.16.3, 1.16.4 Sep 1, 2025
@fjl fjl modified the milestones: 1.16.4, 1.16.5 Sep 26, 2025
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.

4 participants