-
Notifications
You must be signed in to change notification settings - Fork 993
Sidecar inclusion proof #4900
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
Merged
Merged
Sidecar inclusion proof #4900
Changes from 46 commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
ec0dffb
Refactor BlobSidecar to new type
pawanjay176 aa1bd7b
Fix some compile errors
pawanjay176 53a877a
Gossip verification compiles
pawanjay176 dd7ccee
Fix http api types take 1
pawanjay176 7f67113
Fix another round of compile errors
pawanjay176 281f280
Beacon node crate compiles
pawanjay176 a24f508
EF tests compile
pawanjay176 fa4e868
Remove all blob signing from VC
pawanjay176 a0e4025
fmt
pawanjay176 c0b27ad
Tests compile
pawanjay176 ad7a6d8
Fix some tests
pawanjay176 60c1acb
Fix more http tests
pawanjay176 fb5facb
get compiling
realbigsean e647f21
Fix gossip conditions and tests
pawanjay176 c751fbd
Add basic proof generation and verification
pawanjay176 20c45f2
remove unnecessary ssz decode
realbigsean 4782486
Merge branch 'sidecar-inclusion-proof' of https://github.com/sigp/lig…
realbigsean 555dc30
add back build_sidecar
realbigsean 825ae62
remove default at fork for blobs
realbigsean 8ee1ff9
fix beacon chain tests
realbigsean 9fe8b35
get relase tests compiling
realbigsean c12db38
fix lints
realbigsean d683ef0
fix existing spec tests
realbigsean 76b56e2
add new ef tests
realbigsean 14adec9
Merge pull request #4927 from realbigsean/sidecar-inclusion-api-updates
realbigsean 357c42f
fix gossip duplicate rule
realbigsean 338bdbb
lints
realbigsean 2e31b11
add back sidecar signature check in gossip
realbigsean d9e650a
add finalized descendant check to blob sidecar gossip
realbigsean 8697583
Merge pull request #4941 from realbigsean/sidecar-inclusion-cleanup
realbigsean 3b4acfc
Merge branch 'unstable' of https://github.com/sigp/lighthouse into si…
realbigsean 199cdf6
Merge branch 'sidecar-inclusion-proof' of https://github.com/sigp/lig…
realbigsean 533ce06
fix error conversion
realbigsean 4252fd1
Merge pull request #4942 from realbigsean/sidecar-inclusion-proof
realbigsean a72c880
Merge branch 'unstable' of https://github.com/sigp/lighthouse into si…
realbigsean 8b7478c
fix release tests
realbigsean ba41d63
Merge pull request #4944 from realbigsean/sidecar-inclusion-proof
realbigsean 8792c96
sidecar inclusion self review cleanup
realbigsean c6be31c
Merge pull request #4949 from realbigsean/sidecar-inclusion-selfreview
realbigsean 9901e00
Merge branch 'unstable' into sidecar-inclusion-proof
pawanjay176 0d9cb7c
Add proof verification and computation metrics
pawanjay176 f6f0900
Remove accidentally committed file
pawanjay176 3ea42d9
Unify some block and blob errors; add slashing conditions for sidecars
pawanjay176 03063be
Merge branch 'unstable' into sidecar-inclusion-proof
pawanjay176 74a0fc8
Address review comment
pawanjay176 a130a5c
Clean up re-org tests (#4957)
michaelsproul e5a0e2c
Address more review comments
pawanjay176 10fe2ec
Add Comments & Eliminate Unnecessary Clones
ethDreamer 1996005
Merge pull request #4964 from ethDreamer/sidecar-inclusion-proof
realbigsean 9d7ac74
update names
realbigsean 5c6d5b3
Update beacon_node/beacon_chain/src/metrics.rs
realbigsean 808b6dd
Update beacon_node/network/src/network_beacon_processor/tests.rs
realbigsean 1da8b69
pr feedback
realbigsean c8065a1
Merge branch 'sidecar-inclusion-proof' of https://github.com/sigp/lig…
realbigsean 6f02de3
fix test compile
realbigsean 620b974
Sidecar Inclusion proof small refactor and updates (#4967)
jimmygchen 812af38
Update testing/ef_tests/src/cases/merkle_proof_validity.rs
realbigsean 7836bd6
Merge pull request #4965 from realbigsean/sidecar-inclusion-review-up…
realbigsean 5359698
Rename the block and blob wrapper types used in the beacon API interf…
jimmygchen ee3767c
make sure gossip invalid blobs are passed to the slasher (#4970)
realbigsean a870e07
Add blob headers to slasher before adding to DA checker
pawanjay176 3d44827
Replace Vec with HashSet in BlockQueue
pawanjay176 b226d29
fmt
pawanjay176 5d43472
Rename gindex -> index
pawanjay176 1fa71ec
Merge pull request #4976 from pawanjay176/fix-slasher-conditions
realbigsean 3536fa3
Merge pull request #4974 from jimmygchen/deneb-types-rename
realbigsean 6065c66
Simplify gossip condition
pawanjay176 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
Uh oh!
There was an error while loading. Please reload this page.