Skip to content

Releases: stader-labs/stader-permissioned-cli

v1.3.2 Release

03 Apr 10:18
d2a5f3c
Compare
Choose a tag to compare

Stader Node v1.3.2 is a high-priority release. Incorporates a crucial fix addressing the issue of exit signature generated is invalid.

We strongly advise all users to upgrade to this version.

v1.3.1 release

01 Feb 10:59
f6330ba
Compare
Choose a tag to compare

Stader Node Permissioned 1.3.1 contains mainly a bug fix around socializing pool rewards claiming. We recommend all Permissioned Node Operators to upgrade to this version.

Bug Fix

The permissioned socializing smart contracts fail if we try to claim rewards for a cycle where we have 0 rewards. This causes an execution reverted error when NOs try to claim all cycles of the socializing pool.

#20 PR fixes this by ignoring cycles with no rewards.

v1.3.1-dev Release

01 Feb 10:29
f6330ba
Compare
Choose a tag to compare
v1.3.1-dev Release Pre-release
Pre-release

.

v1.3.0 Release

16 Oct 15:12
2ce8e01
Compare
Choose a tag to compare

Stader Node v1.3.0 release includes new features. We recommend that Node Operators update to this version.

Features:

Update Reward Address: Node Operators can now update their Reward Address by initiating the change with their Existing Reward Address and confirming it with their New Reward Address on the Smart Contracts for enhanced security.

v1.3.0-dev Release

12 Oct 16:03
Compare
Choose a tag to compare
v1.3.0-dev Release Pre-release
Pre-release
Bump version

v1.2.1 Release

02 Aug 10:33
b45dc67
Compare
Choose a tag to compare

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.

v1.2.0 Release

05 Jul 14:31
9011225
Compare
Choose a tag to compare

Stader Node Changes

  1. Reduce the batch size of the pre-sign daemon after observing timeouts for larger batch sizes post the KMS updates
  2. Update docker version

v1.1.0 Release

29 Jun 12:49
f66eab1
Compare
Choose a tag to compare

Stader Node Changes

  1. We now embed the public key used to encrypt the pre-sign exit message directly into the stader-node binary.
  2. We updated the cloudfront url of the stader-node binary builds.
  3. We added an official pre-prod testnet environment which is a very close replica to mainnet. This pre-prod will be used to test all major changes before releasing to mainnet.

v1.0.0 Release

29 Jun 12:42
Compare
Choose a tag to compare
fix build