(2020-04-15)
#5435 fixes an oversight missed in spec version v0.11.1 when enabling snappy compression for gossipsub and p2p rpc methods. This PR also sets snappy to be the default encoding for p2p networking.
A few minor fixes, code cleanup.
1.0.0-alpha.2 (2020-04-15)
- Deprecate archival service (#5445) (4fbcedf)
- Fix bad log messages for duplicate deposits (#5440) (899670e)
- Fix Network Encoder (#5435) (9213169)
- Fix Panics in P2P Service (#5442) (144f37e)
- Modify
GetValidatorActiveSetChanges
to use new state service (#5408) (5eb6485) - Modify
GetValidatorParticipation
to use new state service (#5409) (046a00a) - Modify
ListBeaconCommittees
to use new state service (#5411) (497fa6e) - Modify
ListValidatorAssignments
to use new state service (#5365) (5a1a768) - nil check for
SignedAggregateAndProof
(#5420) (ef21456) - rem old docs (#5446) (21f5199)
- Use debug for
Skipping deposit...
log (#5444) (ea84f44) - Verify historical states exist in node pkg (#5432) (24fc67a)