Skip to content

implement eip 7864#535

Draft
gballet wants to merge 23 commits intokaustinen-with-shapellafrom
binary-trees
Draft

implement eip 7864#535
gballet wants to merge 23 commits intokaustinen-with-shapellafrom
binary-trees

Conversation

@gballet
Copy link
Owner

@gballet gballet commented Mar 28, 2025

This PR is against verkle for now, to make it easier to review and while the verkle code is being merged into geth's master.

Notes:

  • It still uses the direct writes
  • It's very unoptimized, only targetting correctness at the moment (no efficient storage, paths have one bit per byte, ...)
  • It's untested
  • The migration part removes the batching

return sk
}

func (kvm *keyValueMigrator) addStorageSlot(addr []byte, slotNumber []byte, slotValue []byte) {
Copy link
Owner Author

Choose a reason for hiding this comment

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

deleted the batching computation, it can definitely be done as a later optimization but it's overkill for now.

}
return nil
}
// XXX il faut vérifier si c'est un stemnode et aussi faire le resolve
Copy link
Owner Author

Choose a reason for hiding this comment

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

oops, it's missing the stemnode resolution

gballet added 16 commits May 13, 2025 11:33
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
@gballet gballet force-pushed the kaustinen-with-shapella branch 2 times, most recently from e5d5e09 to 4a2f6fb Compare February 24, 2026 14:10
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.

1 participant