-
Notifications
You must be signed in to change notification settings - Fork 13
implement eip 7864 #535
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
base: kaustinen-with-shapella
Are you sure you want to change the base?
implement eip 7864 #535
Conversation
@@ -86,133 +54,6 @@ func newBranchKey(addr []byte, treeIndex *uint256.Int) branchKey { | |||
return sk | |||
} | |||
|
|||
func (kvm *keyValueMigrator) addStorageSlot(addr []byte, slotNumber []byte, slotValue []byte) { |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
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: