Eitan Seri-Levi
01ec42e75a
Fix Rust beta compiler errors 1.78.0-beta.1 ( #5439 )
...
* remove redundant imports
* fix test
* contains key
* fmt
* Merge branch 'unstable' into fix-beta-compiler
2024-03-20 05:17:02 +00:00
Age Manning
85c3204d70
Correct the metrics for topic subscriptions ( #5344 )
...
* Handle fork boundaries
* Merge latest unstable
* Topic subscription fix
2024-03-07 12:32:21 +00:00
Age Manning
fc8f1a4ca7
Attempt to publish to at least mesh_n peers ( #5357 )
...
* Code improvements
* Fix gossipsub tests
* Merge latest unstable
* Differentiate errors and better scoring
* Attempt to publish to mesh_n peers
2024-03-07 09:48:51 +00:00
João Oliveira
256d9042d3
Drop gossipsub stale messages when polling ConnectionHandler. ( #5175 )
...
* drop gossipsub stale messages
* convert async-channel::Receiver to Peekable,
to be able to Peek next message without dropping it
2024-02-15 00:41:52 +00:00
João Oliveira
675a231b45
increment peer per topic count on graft messages ( #5212 )
...
* increment peer per topic count on graft messages
2024-02-08 02:00:49 +00:00
Jimmy Chen
39e9f7dc6b
Fix Rust beta compiler errors (1.77) ( #5180 )
...
* Lint fixes
* More fixes for beta compiler.
* Format fixes
* Move `#[allow(dead_code)]` to field level.
* Remove old comment.
* Update beacon_node/execution_layer/src/test_utils/mod.rs
Co-authored-by: João Oliveira <hello@jxs.pt >
* remove duplicate line
2024-02-05 17:54:11 +00:00
Age Manning
4273004bd9
Add gossipsub as a Lighthouse behaviour ( #5066 )
...
* Move gossipsub as a lighthouse behaviour
* Update dependencies, pin to corrected libp2p version
* Merge latest unstable
* Fix test
* Remove unused dep
* Fix cargo.lock
* Re-order behaviour, pin upstream libp2p
* Pin discv5 to latest version
2024-01-31 17:32:31 +00:00