-
Notifications
You must be signed in to change notification settings - Fork 95
[Non-breaking changes] Chore: Update derive SHA for stacktrie #375
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
Closed
c98tristan
wants to merge
27
commits into
BuildOnViction:upgrade-core-develop
from
c98tristan:feat/update-trie-to-stacktrie
Closed
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8253211
implements RLP encoding/decoding processing for structs
trinhdn97 fa67be8
Update RLP lib
trinhdn97 9b5dadb
Implement RLP encoder code generation tool
trinhdn97 ddf35f8
Update unit tests and benchmark
trinhdn97 17e4876
Include RLPgen tool to CI
trinhdn97 aa7c4b4
Add benchmarks for types RLP encoding/decoding
trinhdn97 ac89cd3
Generate RLP encoder for some structs
trinhdn97 060f4ce
Convert status of receipts from uint to uint64
trinhdn97 8fdaf68
Unify multiple keccak interface into one inside crypto package
trinhdn97 c7be6cc
Merge branch 'refactor/keccak-state' into ft/stacktrie
trinhdn97 340bf2b
Add encode method to Node interface
trinhdn97 33149c9
Implement stacktrie
trinhdn97 2e9abc4
Add encode method for rawShortNode and rawFullNode
trinhdn97 008274f
Fix import cycle
trinhdn97 f88dba4
Fix stacktrie unit tests
trinhdn97 327c90d
Remove rlpLog RLP encoder
trinhdn97 4d22f8d
Fix unit tests
trinhdn97 024181b
chore: remove intPool
c98tristan c384646
Feat: Update derive SHA for stacktrie
c98tristan b8421e5
Chore: Add benchmark for Stacktrie
c98tristan 6099609
Chore: Fix Update function missing return type
c98tristan ae6ca82
Chore: Change GetRlp to EncodeIndex in LendingTransaction and OrderTr…
c98tristan 515a614
Update DeriveSha with new Hasher and DerivableList interface
trinhdn97 44d2c54
Chore: Add intPool in interpreter.go
c98tristan 72ca227
Chore: Change parameter of NewBlock function from Trie to Stacktrie
c98tristan 530cbb1
Chore: Sorting imported library
c98tristan 260f47e
Chore: Sorting imported library
c98tristan 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
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.