This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 858
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Description closed #1752 - Adding different numbers of txs to test different trie status (e.g. one leaf only, one ext. , one branch and one leaf ...etc) - Fixing `GetProof` (if input is an ext node, it always assign first child of the root ext. node, `st.children[0]`) - Fixing `getNodeFromBranchRLP` (if input is an leaf, it could throw an exception) - Refactoring `getNodeFromBranchRLP` ### Issue Link #1752 ### Type of change - [x] Bug fix (non-breaking change which fixes an issue)
- Loading branch information
Showing
2 changed files
with
216 additions
and
99 deletions.
There are no files selected for viewing
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
Oops, something went wrong.