v1.2.1 Release
The following changes have gone into this release:
- Verifying BLS signatures which are received from web3signer during validator registration where we receive the 1eth and 31eth deposit signatures, sending of pre-sign exit messages and during voluntary exit of validators. (Audit suggestion from sigma prime)
- Enforce https connections to web3signer instead of http. As of now, we have not made this a very hard requirement to allow flexibility amongst NOs to use plain http who have setup web3signer in a private n/w. (Audit suggestion from sigma prime)
- Fixed an issue with socializing pool claim where the execution client doesn’t find the startBlock of the first cycle(which is block 1) and fails the claim.