With the release of [v0.11.1](https://github.com/ethereum/eth2.0-specs/releases/tag/v0.11.1). This PR tracks to the progress to align Prysm to v.0.11.1. v0.11.1 a multi client testnet target! ## Beacon chain - [x] Avoid divide by zero in extreme balance case (https://github.com/ethereum/eth2.0-specs/pull/1664) - [x] Attestation reward summation bug (https://github.com/ethereum/eth2.0-specs/pull/1682) ## Validator - [x] Do not require non-aggregators to subscribe to attestation subnets (https://github.com/ethereum/eth2.0-specs/pull/1685) - [x] Minor fixes -- typos, formatting, etc (https://github.com/ethereum/eth2.0-specs/pull/1671) ## Networking - [x] Clarify proposer_index in block gossip (https://github.com/ethereum/eth2.0-specs/pull/1661, https://github.com/ethereum/eth2.0-specs/pull/1687) - [x] Remove IK Handshake and XXFallback from p2p spec (https://github.com/ethereum/eth2.0-specs/pull/1665) - [x] Shift IP-related ENR fields to optional (https://github.com/ethereum/eth2.0-specs/pull/1668) - [x] Remove unnecessary clock disparity check (https://github.com/ethereum/eth2.0-specs/pull/1683) - [x] Add Ping, MetaData, and GetMetaData to the protocol (https://github.com/ethereum/eth2.0-specs/pull/1684)
With the release of v0.11.1. This PR tracks to the progress to align Prysm to v.0.11.1. v0.11.1 a multi client testnet target!
Beacon chain
Validator
Networking