This release primarily fixes connectivity errors that caused loss of peers on Jato v2, so you should expect an increase in the number of connected peers (in most cases).
Changes
- Revised handshake: Only initiated by one peer instead of both, reducing resource usage and shaving off some time.
- Bumped libp2p from v0.27.4 to v0.28.1 (helps with "stream reset" errors, see libp2p/go-libp2p-pubsub#530 (comment))
- Draft of SSV API (unstable until further notice)
Bug Fixes
- Peer identities were being forgotten a few minutes after handshake
- Sometimes nodes didn't correctly register to their topics in
p2pNetwork.UpdateSubnets
becausep2pNetwork.subnets
was already being populated on creation