Skip to content
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

Sidecar inclusion proof #4900

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'unstable' into sidecar-inclusion-proof
pawanjay176 committed Nov 27, 2023
commit 9901e00398147777fc25fecd395a0f16ceddbbc0
2 changes: 1 addition & 1 deletion validator_client/src/block_service.rs
Original file line number Diff line number Diff line change
@@ -480,7 +480,7 @@ impl<T: SlotClock + 'static, E: EthSpec> BlockService<T, E> {
// Try the proposer nodes last, since it's likely that they don't have a
// great view of attestations on the network.
let unsigned_block = proposer_fallback
.first_success_try_proposers_last(
.request_proposers_last(
RequireSynced::No,
OfflineOnFailure::Yes,
move |beacon_node| {
You are viewing a condensed version of this merge commit. You can view the full changes here.