-
Notifications
You must be signed in to change notification settings - Fork 76
Add EIP7736 support #457
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
Draft
weiihann
wants to merge
39
commits into
ethereum:master
Choose a base branch
from
weiihann:eip7736/master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add EIP7736 support #457
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
39fdd6c
feat: add last epoch support
weiihann 32ce419
calculate leaf commitment for insert/delete
weiihann 25ba7b9
Add expiry access rules
weiihann ec74e56
Add ExpiredLeafNode
weiihann 3f23ce0
add StateEpoch to Get
weiihann de94975
change epoch to timestamps, add encoding test
weiihann d536897
add basic expired leaf test
weiihann 342e683
add basic operation tests
weiihann 5419a7d
support stateless proof
weiihann d037673
change access timestamp to state epoch
weiihann 4f15b6c
implement toDot for expired leaf
weiihann 3d0659a
make epoch size internal
weiihann d59b620
fix bug in leaf commitment
weiihann cc43672
minor formatting improvements
weiihann 861826a
make state epoch uint16
weiihann e558f36
remove epoch from GetProofItems
weiihann ae9ac46
Merge branch 'master' of https://github.com/ethereum/go-verkle into e…
weiihann 9e5c6fa
change epoch to period
weiihann f631e65
refactor isExpired
weiihann ed32767
update expiry check
weiihann d68c4ae
use period consts
weiihann 84e62fb
refresh period upon a read
weiihann 2bb9b2e
compare periods at DeleteAtStem
weiihann 1a73d65
add Revive() to VerkleNode interface
weiihann 64151cb
add Revive()
weiihann b670596
add lastPeriod to ExpiredLeafNode
weiihann 36036fb
Revert "add lastPeriod to ExpiredLeafNode"
weiihann 1ce49aa
fix period encoding bug
weiihann c42a5c2
add `skipVerify` in Revive()
weiihann 971c099
remove skipVerify
weiihann 4cee9df
add lastPeriod to ExpiredLeafNode
weiihann fe3e25c
add isExpired
weiihann dd87e7f
fix stateless proof
weiihann 2950a74
Remove expiry and add period in stateless proof
weiihann 770cba6
add comments
weiihann 961bb00
add period to toDot
weiihann 54a3699
fix leaf encoding and proof bugs
weiihann a835e89
fixing stateless proof
weiihann 526709a
add getReviveWitness
weiihann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.