Skip to content

v1.2.1 Release

Compare
Choose a tag to compare
@prabhakar087 prabhakar087 released this 02 Aug 10:33
· 21 commits to main since this release
b45dc67

The following changes have gone into this release:

  1. 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)
  2. 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)
  3. 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.