lighthouse/beacon_node/eth2_libp2p
Age Manning 2074beccdc Gossipsub message id to shortened bytes (#1607)
## Issue Addressed

https://github.com/ethereum/eth2.0-specs/pull/2044

## Proposed Changes

Shifts the gossipsub message id to use the first 8 bytes of the SHA256 hash of the gossipsub message data field.

## Additional Info

We should merge this in once the spec has been decided on. It will cause issues with gossipsub scoring and gossipsub propagation rates (as we won't receive IWANT) messages from clients that also haven't made this update.
2020-09-18 02:05:34 +00:00
..
src Gossipsub message id to shortened bytes (#1607) 2020-09-18 02:05:34 +00:00
tests Use Gossipsub 1.1 (#1516) 2020-08-30 13:06:50 +00:00
Cargo.toml Prevent printing binary in RPC errors (#1604) 2020-09-10 04:43:22 +00:00