Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
b112673
Add chainspec and genesis validators root to eth2_libp2p
pawanjay176 Apr 5, 2021
909529e
Network altair rpc (#2301)
pawanjay176 May 11, 2021
80f1fa3
Add chainspec and genesis validators root to eth2_libp2p
pawanjay176 Apr 5, 2021
6d26ef7
Add altair gossip types
pawanjay176 Apr 6, 2021
0ad6cdd
Subscribe to required gossip topics
pawanjay176 Apr 6, 2021
c1b7812
Unsubscribe from pre fork topics
pawanjay176 Apr 6, 2021
0431f25
Compiles
pawanjay176 Apr 21, 2021
a8f83cd
Start adding sync committee attnets
pawanjay176 Mar 23, 2021
18194d7
Add Subnet enum to include SyncCommittee subnet_ids
pawanjay176 Apr 26, 2021
b26bd49
update_enr_bitfield takes a Subnet instead of SubnetId
pawanjay176 Apr 27, 2021
309e49e
Fix network service
pawanjay176 Apr 27, 2021
eed9f07
Add MetaData V2
pawanjay176 Apr 30, 2021
2118661
Don't read context bytes for MetaData V2
pawanjay176 Apr 30, 2021
f704717
Add sync committee topics to whitelist
pawanjay176 Apr 30, 2021
42abc6e
Fix metadata encoding; fmt
pawanjay176 May 12, 2021
63c025b
Fix next_fork methods in chainspec
pawanjay176 May 13, 2021
81bb58c
Minor fixes
pawanjay176 May 13, 2021
635bde4
Fix next_fork_update in network service; add next_unsubscribe delay
pawanjay176 May 13, 2021
75e8c1a
Accept peers which haven't updated next_fork_version/epoch
pawanjay176 May 14, 2021
8641e10
Add sync committee topic tests
pawanjay176 May 14, 2021
a70f320
Simplify required_gossip_digests; improve logging around fork boundary
pawanjay176 May 14, 2021
10f1ae8
Fix tests
pawanjay176 May 17, 2021
a479332
Minor refactorings
pawanjay176 May 18, 2021
2900aa8
Address review comments
pawanjay176 May 31, 2021
ad3263b
Sync committee subnets
pawanjay176 May 31, 2021
b1f6720
Fix fork_digest in Status message
pawanjay176 Jun 3, 2021
12462d1
Add chainspec and genesis validators root to eth2_libp2p
pawanjay176 Apr 5, 2021
2bffb56
Network altair rpc (#2301)
pawanjay176 May 11, 2021
77c8073
Merge branch 'network-altair' into network-altair-gossip
pawanjay176 Jun 7, 2021
35b8ac9
Use SyncSubnetId for sync committee subnets
pawanjay176 Jun 1, 2021
27e9235
Add worker tasks for sync committee gossip messages
pawanjay176 Jun 1, 2021
064e858
Use correct type level constants
pawanjay176 Jun 2, 2021
8df8c60
Decode altair gossip blocks
pawanjay176 Jun 2, 2021
1e8d01f
Add a SyncCommitteeSubscribe network event
pawanjay176 Jun 7, 2021
a5fc917
Address review comments
pawanjay176 Jun 9, 2021
4fd1517
Fix sync committee subscriptions
pawanjay176 Jun 11, 2021
409dfba
Add sync committee subscription test
pawanjay176 Jun 11, 2021
f80e578
Add chainspec and genesis validators root to eth2_libp2p
pawanjay176 Apr 5, 2021
bd27ae2
Network altair rpc (#2301)
pawanjay176 May 11, 2021
5d07d1e
Merge branch 'network-altair' into network-altair-gossip
pawanjay176 Jun 11, 2021
ec28bc6
Gossipsub message_id_fn changes
pawanjay176 Jun 15, 2021
b84ff9f
rust 1.53.0 updates (#2411)
realbigsean Jun 18, 2021
c773da7
Merge branch 'network-altair' into network-altair-gossip
pawanjay176 Jun 18, 2021
0c10a8f
Change libp2p dependency for message_id_fn
pawanjay176 Jun 18, 2021
3a8e9e6
appease clippy
pawanjay176 Jun 18, 2021
1d79fcc
Add sync committee related metrics
pawanjay176 Jun 18, 2021
51c9a26
Expand and refactor fork functions
michaelsproul Jun 17, 2021
5905944
Simplify compute_subnets_for_sync_committee
michaelsproul Jun 18, 2021
73bf044
Fix subnet service test
pawanjay176 Jun 18, 2021
8b45823
Add v2 protocols for OutboundRequests missed in the merge
pawanjay176 Jun 18, 2021
6583ce3
Minify slashing protection interchange data (#2380)
michaelsproul Jun 21, 2021
3e7eb81
Handle sync committee gossip errors
pawanjay176 Jun 21, 2021
6bbb343
Remove delay for updating fork
pawanjay176 Jun 21, 2021
2357a41
Fix typo in advanced networking docs (#2412)
Jun 22, 2021
186125e
fix the expected error in the sync contribution verification test at …
realbigsean Jun 22, 2021
0a4c4f5
Merge remote-tracking branch 'origin/unstable' into altair
michaelsproul Jun 23, 2021
c878ff5
Updates related to merge with `unstable`
realbigsean Jun 17, 2021
95e3069
Couple more `unstable` merge fixes
realbigsean Jun 17, 2021
a71eff3
Split rpc encode/decode into smaller functions
pawanjay176 Jun 22, 2021
ffd2b75
Import some relevant funcs from the VC
michaelsproul Jun 17, 2021
7481e9c
Fix issues with skip slots at fork boundaries
michaelsproul Jun 29, 2021
0ca1662
Fix clippy again
michaelsproul Jun 29, 2021
8386024
Merge remote-tracking branch 'origin/altair' into sync-committee-pools
michaelsproul Jun 29, 2021
ad32be2
alpha.8 updates
realbigsean Jun 30, 2021
29e8230
Pop sync committee tasks from beacon processor
pawanjay176 Jul 2, 2021
5b492a7
Merge branch 'sync-committee-pools' into network-altair-gossip
pawanjay176 Jul 6, 2021
9d960ba
Fix some gossip scoring severity issue
pawanjay176 Jul 6, 2021
4bd66ac
Fix bug in peer_manager; Improve logging around subnet discoveries
pawanjay176 Jul 7, 2021
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
3 changes: 3 additions & 0 deletions .github/custom/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Custom Cargo config to be used for the udeps CI job
[http]
multiplexing = false
6 changes: 5 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
# Deny warnings in CI
RUSTFLAGS: "-D warnings"
# The Nightly version used for cargo-udeps, might need updating from time to time.
PINNED_NIGHTLY: nightly-2021-03-01
PINNED_NIGHTLY: nightly-2021-06-09
jobs:
target-branch-check:
name: target-branch-check
Expand Down Expand Up @@ -208,6 +208,10 @@ jobs:
run: rustup toolchain install $PINNED_NIGHTLY
- name: Install cargo-udeps
run: cargo install cargo-udeps --locked
- name: Create Cargo config dir
run: mkdir -p .cargo
- name: Install custom Cargo config
run: cp -f .github/custom/config.toml .cargo/config.toml
- name: Run cargo udeps to identify unused crates in the dependency graph
run: make udeps
env:
Expand Down
126 changes: 90 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading