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

Add block_gossip Beacon API events #5864

Merged
merged 39 commits into from
Jul 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
ab99514
Add bls event
chong-he May 15, 2024
fa1aebe
Update events and types
chong-he May 16, 2024
ecd82f3
Add bls in event
chong-he May 22, 2024
b5adaa5
Event bls
chong-he May 22, 2024
71cde60
tests..rs
chong-he May 23, 2024
10ba9ca
change order
chong-he May 26, 2024
7f54e9c
another tests.rs
chong-he May 27, 2024
1146bc7
Signed BLS
chong-he May 27, 2024
fc8351a
Revert "another tests.rs"
chong-he May 27, 2024
9316cc5
Revert "Signed BLS"
chong-he May 27, 2024
d6971b0
withdrawal_keyparis
chong-he May 27, 2024
34b102c
Fix genesis
chong-he May 27, 2024
078f927
block gossip
chong-he May 29, 2024
365a453
Add definition for BlockGossip
chong-he May 29, 2024
384e79c
Fix block gossip
chong-he May 29, 2024
871b3f3
Tests.rs
chong-he May 30, 2024
98a20d9
Update block and events
chong-he May 30, 2024
1938014
Add bls event
chong-he May 15, 2024
5d0e870
Event bls
chong-he May 22, 2024
fbe2e06
tests..rs
chong-he May 23, 2024
69b9a0d
change order
chong-he May 26, 2024
c85736f
another tests.rs
chong-he May 27, 2024
ae1cc79
Signed BLS
chong-he May 27, 2024
c786e3b
Revert "another tests.rs"
chong-he May 27, 2024
3e1f84d
Revert "Signed BLS"
chong-he May 27, 2024
f454916
block gossip
chong-he May 29, 2024
281c597
Add definition for BlockGossip
chong-he May 29, 2024
a3dfdc2
Fix block gossip
chong-he May 29, 2024
a820c15
Tests.rs
chong-he May 30, 2024
83d3373
Update block and events
chong-he May 30, 2024
e1bcf30
Merge branch 'BeaconAPI-events-block-gossip' of https://github.com/ch…
chong-he May 30, 2024
1ca52ff
Remove tests
chong-he May 30, 2024
863a21b
Tests.rs
chong-he Jun 2, 2024
796d61d
Tests.rs
chong-he Jun 2, 2024
69a1042
Tests.rs
chong-he Jun 3, 2024
dd2cf61
Tests similar to block event
chong-he Jun 3, 2024
f9882a1
Update common/eth2/src/types.rs
chong-he Jun 4, 2024
a19e1d1
Merge remote-tracking branch 'origin/unstable' into BeaconAPI-events-…
chong-he Jun 6, 2024
1022da5
Fix tests
chong-he Jun 6, 2024
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
Fix genesis
chong-he committed May 27, 2024
commit 34b102c9c1a9ede11d94c27247ab2d291bc15f05
1 change: 1 addition & 0 deletions beacon_node/http_api/tests/tests.rs
Original file line number Diff line number Diff line change
@@ -305,6 +305,7 @@ impl ApiTester {
BeaconChainHarness::builder(MainnetEthSpec)
.default_spec()
.deterministic_keypairs(VALIDATOR_COUNT)
.deterministic_withdrawal_keypairs(VALIDATOR_COUNT)
.fresh_ephemeral_store()
.build(),
);