-
Notifications
You must be signed in to change notification settings - Fork 12
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
SSZ Multiproof #57
Open
ec2
wants to merge
37
commits into
develop
Choose a base branch
from
ec2/ssz-multiproof
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
SSZ Multiproof #57
Changes from 25 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
700583e
multiproof helpers
ec2 5ca9cdd
leaves for block header
ec2 282dd5e
in circuit multiproofs and step circuit integration
ec2 f195e04
some comments
ec2 67a9446
gen test data using rust
ec2 9ff59e1
add new test data
ec2 b91c039
clippy
ec2 1a00a19
more lints
ec2 7a136e6
remove typescript
ec2 35ec5c7
Feature gate test gen to pull in less deps
ec2 a44fa8d
Merge branch 'ec2/unit-test-gen' into ec2/ssz-multiproof
ec2 8784d0d
Merge branch 'main' into ec2/ssz-multiproof
ec2 6582bf9
fix unit tests for step circuit
ec2 ad80976
fix unit tests for committee update circuits
ec2 62c96be
Fix spec tests
ec2 27bdb04
some cleanup
ec2 4ef20b3
clean up
ec2 dcc5f2c
lint
ec2 17d03ff
remove preprocessor mock circuit tests in favor of testing both at th…
ec2 1183658
fix default trait impl
ec2 b227de1
Fix cargo.toml for feature flags
ec2 e36da2e
fix pr comments
ec2 476a9b7
change config in test
ec2 f67efe8
fix the rest of pr review
ec2 335a38c
Merge branch 'main' into ec2/ssz-multiproof
ec2 44104c0
Merge branch 'develop' into ec2/ssz-multiproof
ec2 e19071e
finish merge conflicts
ec2 b4eb920
uipdate submodule
ec2 2a655ac
Merge branch 'develop' into ec2/ssz-multiproof
ec2 faae48e
Merge branch 'develop' into ec2/ssz-multiproof
ec2 b9a5fd6
compiles
ec2 2765192
fix test to compile
ec2 e21399d
fmt
ec2 26e925d
dont pin
ec2 8d40442
revert some tests
ec2 9e95e4e
update test params
ec2 2515ad9
need to finish fixing unit_test_gen
ec2 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 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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have this in 5 or more places now (incl step circuit), might be worth putting this in a util method for this?