refactor(trie2): use more descriptive felt.Hash type instead of felt.Felt#3316
Merged
MaksymMalicki merged 7 commits intomainfrom Dec 11, 2025
Merged
refactor(trie2): use more descriptive felt.Hash type instead of felt.Felt#3316MaksymMalicki merged 7 commits intomainfrom
felt.Hash type instead of felt.Felt#3316MaksymMalicki merged 7 commits intomainfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3316 +/- ##
==========================================
+ Coverage 76.09% 76.10% +0.01%
==========================================
Files 347 347
Lines 32769 32829 +60
==========================================
+ Hits 24934 24983 +49
- Misses 6045 6060 +15
+ Partials 1790 1786 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9210f6f to
090e07a
Compare
ad10776 to
6bee396
Compare
6a421db to
886e905
Compare
886e905 to
96d28a1
Compare
rodrodros
reviewed
Dec 5, 2025
EgeCaner
approved these changes
Dec 9, 2025
rodrodros
reviewed
Dec 9, 2025
rodrodros
approved these changes
Dec 10, 2025
2fcf145 to
115da65
Compare
115da65 to
275a9f2
Compare
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
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.
This PR addresses #3282 (comment), and uses more descriptive
felt.Hashtype for trie node hash fields andfelt.StateRootHashfor all the state root hash fields in alltriedbandtrie2packages