mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 03:17:55 +00:00
Add snappy encoding to gossipsub messages (#984)
* Add snappy encode/decode to gossip messages * Fix gossipsub tests
This commit is contained in:
@@ -31,6 +31,7 @@ lru = "0.4.3"
|
||||
parking_lot = "0.9.0"
|
||||
sha2 = "0.8.0"
|
||||
base64 = "0.11.0"
|
||||
snap = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
slog-stdlog = "4.0.0"
|
||||
|
||||
Reference in New Issue
Block a user