-
Notifications
You must be signed in to change notification settings - Fork 251
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
Adding Kzg Specs, integration to gossipValidation
and it's adjoining tests
#6322
Open
agnxsh
wants to merge
36
commits into
wip-peerdas
Choose a base branch
from
kzgpeerdas
base: wip-peerdas
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
Changes from 2 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
4c39032
rebase/add: rebased kzgpeerdas to wip-peerdas, no conflicts with unst…
agnxsh 26519f6
feat: added kzg specs to gossip validation rules, fixed peerdas from …
agnxsh 983522f
fix copyright year, and push raises
agnxsh 80387f1
fix: code styles
agnxsh a268ad2
fix:reduced blank lines
agnxsh 538ce0a
fix: added global ctx verification in computeCellsAndProofs and recov…
agnxsh e5f82ca
upstream fix in kzg4844-c
agnxsh 07c3ec5
switched c-kzg-4844
agnxsh ca19e12
experimental chenges
agnxsh 578a106
conditional disabling
agnxsh caf5557
oops
agnxsh c35b5f1
disable more
agnxsh b4810fa
fix
agnxsh 9be2e4d
experimental disabling of upstream
agnxsh 29e370e
add: EF test harness for KZG EIP7594 (Peerdas)
agnxsh 452a39b
bumped nim-kzg4844
agnxsh 8565bab
bump nim-kzg4844 to 9f54f2f83eb64be7571e5450c805f862e3e95780
agnxsh 3ef4af0
rename func name to avoid conflicts
agnxsh 5c12be0
bumped nim-kzg4844 to d915948dd58c2ad23b551cd408066046cf5e46db
agnxsh 49b3495
fix: test_fixture_kzg
agnxsh a8accf6
updated test suite with passing tests for KZG EIP7594
agnxsh c0ade0c
added test_fixture_networking for peerdas
agnxsh 6f87a30
remove commented code
agnxsh 869f41b
fix: folder auto
agnxsh 427e942
add: test pass, added test to suite, added test report
agnxsh 8fd153f
Merge branch 'kzgpeerdas' of https://github.com/status-im/nimbus-eth2…
agnxsh 7230128
update: test report
agnxsh 282b716
add: test for ssz consensus objects
agnxsh 3e995d9
add: passing tests and test report for ssz consensus objects (eip7594)
agnxsh d8acc16
rename: KzgCell --> Cell
agnxsh 2615514
add: testing init for peerdas eip
agnxsh 96b3e95
fix: suggested fixes
agnxsh 7d13a80
added another unit test, disabling test in CI for now, because change…
agnxsh 6eaab41
bumped nim-kzg4844 to 2880673a7af5d96bfc91d51c5c0c058be07a6c57
agnxsh 6b0223b
bump down due to error in C api
agnxsh 6ec2774
fix: linux-amd failure for `test_fixture_kzg` ~ peerdas branch(es) (#…
agnxsh 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
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.
Is
Cell
used anywhere, or should it be, in place ofKzgCell
?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.
Well, using
Cell
should be used ideally and consistently everywhere, I probably usedKzgCell
as as experimental debug strategy to locate the buggy non-upstreamed funcs in c-kzgThere 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.
Can definitely fix this