-
Notifications
You must be signed in to change notification settings - Fork 36
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
core,eth,tests,trie: abstract node scheme, and contruct database #578
Merged
huyngopt1994
merged 3 commits into
path-base-implementing
from
implement-abstract-node-scheme
Sep 25, 2024
Merged
core,eth,tests,trie: abstract node scheme, and contruct database #578
huyngopt1994
merged 3 commits into
path-base-implementing
from
implement-abstract-node-scheme
Sep 25, 2024
Conversation
This file contains 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
Base automatically changed from
implement-freezer-tail-deletion
to
path-base-implementing
September 19, 2024 10:12
interface instead of keyvalue for supporting storing diff reverse data in ancient
huyngopt1994
force-pushed
the
implement-abstract-node-scheme
branch
from
September 19, 2024 10:19
a25b351
to
aaa7b87
Compare
huyngopt1994
changed the title
[WIP] core,eth,tests,trie: abstract node scheme, and contruct database
core,eth,tests,trie: abstract node scheme, and contruct database
Sep 24, 2024
huyngopt1994
force-pushed
the
implement-abstract-node-scheme
branch
from
September 24, 2024 16:09
a8f288b
to
c9742e9
Compare
…efix of nodes when commits, use ethdb.Database for constructing trie.Database, it's not necessary right now, but it's required for path-based used to open reverse diff freezer
huyngopt1994
force-pushed
the
implement-abstract-node-scheme
branch
from
September 24, 2024 16:45
c9742e9
to
f3f89cb
Compare
Francesco4203
approved these changes
Sep 25, 2024
I will make a commit for enabling logic test |
huyngopt1994
added a commit
that referenced
this pull request
Oct 25, 2024
* core,eth,tests,trie: abstract node scheme, and contruct database interface instead of keyvalue for supporting storing diff reverse data in ancient * stacktrie,core,eth: port the changes in stacktries, track the path prefix of nodes when commits, use ethdb.Database for constructing trie.Database, it's not necessary right now, but it's required for path-based used to open reverse diff freezer * core,trie: add scheme and resolvepath logic
huyngopt1994
added a commit
that referenced
this pull request
Nov 21, 2024
* core,eth,tests,trie: abstract node scheme, and contruct database interface instead of keyvalue for supporting storing diff reverse data in ancient * stacktrie,core,eth: port the changes in stacktries, track the path prefix of nodes when commits, use ethdb.Database for constructing trie.Database, it's not necessary right now, but it's required for path-based used to open reverse diff freezer * core,trie: add scheme and resolvepath logic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
interface instead of keyvalue for supporting storing diff reverse data in ancient
Reference ethereum/go-ethereum#25532