-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more documentation Add typeName to all containers Add eth2 JSON casing Rename merge to bellatrix Fix missing renames of merge to bellatrix Update ssz readme Export byteArrayEquals Add more BitArray functionality Various fixes Test type UX of allForks types Abstract logic into BitArray and ByteArray Add .equals functionality Don't run allForks code Rename receiptRoot Update ssz docstrings Multiple fixes Remove non-existent variable Add proof api Fix int conversion in node.getUintBigint Add Proofs functionality Run Proof tests on ssz_static minimal Add length node for proofs of lists Require rootNode only when necessary in Array proofs Fix rebase issues Move Node navigation to functions Add treeZeroAfterIndex fn Add sliceTo method in CompositeList ViewDU Use Uint64NumInf only where necessary Add Eth1Block type Use defaultView and defaultViewDU methods Support BranchNodeStruct in proofs Run proof tests Post process proof nodes Fix proof generation for all types Fix ContainerNodeStructType proof unit test Stop tracking complimentary benchmarks Fix typo in Union maxSize Add test for maxSize and minSize for all data structures Export helper functions Fix length param in Vector Prevent setting values in ViewDU beyond length Add more test cases Improve ListBasicTreeViewDU.push logic Fix Composite ViewDU commit nodes logic Fix cache logic in ViewDU Use type guards and simply set composite Fix allForks test Fix recursive call in BitArray Ensure data consistency in ArrayCompositeViewDU Better error in BitArray.set FIx typo in populateAllNodes Add more BitArray unit tests TreeViewDU.commit should not return node Better error messages in fromHexString Auto-commit on ViewDU Fix perf types Fix proof generation for Validator type Benchmark more eth2 ssz objects Track raw cost of hashing vc list Add more coverage WIP More coverage WIP Prevent pushing over length More coverage Ensure consistent mutability behaviour Ensure correct mutability in ContainerNodeStruct Move isViewMutable to CompositeType Prevent keeping references for immutable views Fix ContainerNodeStruct valid tests Fix types in Uint constructor Increase bitArray coverage Guard against new BitList checks Fix readVariableOffsetsArrayComposite
- Loading branch information
Showing
120 changed files
with
5,927 additions
and
1,795 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
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
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
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.