Releases: stader-labs/stader-permissioned-cli
v1.3.3 Release
v1.3.3 - Gas Price Fix
Summary
Fixed gas estimation, causing transaction failures for node operators.
Changes
- Upgraded Etherscan gas oracle from v1 to v2 API (no API key required)
- Fixed CI build pipeline to use a dedicated builder image
- Auto checksum generation on build and release
- Added support for fractional gwei values returned by the new API
- Removed Etherchain dependency (API no longer available without API key)
- Added manual gas entry fallback when Etherscan is rate-limited (free tier: 1 request per 5 seconds)
Full Changelog: v1.3.2...v1.3.3
v1.3.3-dev Release
fix: checksum glob pattern and builder base image Fix sha256sum glob to match stader-permissioned-cli-* binaries. Update builder Dockerfile from debian buster (EOL) to bullseye.
v1.3.2 Release
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
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
.
v1.3.0 Release
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
Bump version
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.
v1.2.0 Release
Stader Node Changes
- Reduce the batch size of the pre-sign daemon after observing timeouts for larger batch sizes post the KMS updates
- Update docker version
v1.1.0 Release
Stader Node Changes
- We now embed the public key used to encrypt the pre-sign exit message directly into the stader-node binary.
- We updated the cloudfront url of the stader-node binary builds.
- 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.