github ethstaker/ethstaker-deposit-cli v1.3.0

23 days ago

Summary

This release introduces several user-facing improvements along with important maintenance and compatibility updates.
Additionally there has been a recent audit on this project done by Trail of Bits that can be viewed here

  • A new generate-mnemonic command for easier mnemonic creation
  • Support for partial deposits with a contextful amount parameter
  • Replacement of the Holesky testnet with the new Hoodi testnet
  • Improved keystore format validation and clearer error messages
  • Re-use of scrypt/PBKDF2 keys within a single encryption round for better efficiency
  • Validation preventing the use of known genesis fork versions with devnet chain settings
  • Updated documentation for the amount parameter and related features
  • Removed support for Python 3.9 and added support for Python 3.14
  • Numerous smaller fixes, including whitespace cleanup, comment corrections, and improved CODEOWNERS

All changes

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

Building process

Release assets were built using Github Actions and this workflow run. You can establish the provenance of this build using our artifact attestations.

With the GitHub CLI installed, a simple way to verify these assets is to run this command while replacing [filename] with the path to the downloaded asset:

gh attestation verify [filename] --repo ethstaker/ethstaker-deposit-cli

This step requires you to be online. If you want to perform this offline, follow these instructions from GitHub.

Binaries

System Architecture Binary Checksum
Windows x86_64 ethstaker_deposit-cli-d8016bc-windows-amd64.zip sha256
Windows aarch64 ethstaker_deposit-cli-d8016bc-windows-arm64.zip sha256
macOS x86_64 ethstaker_deposit-cli-d8016bc-darwin-amd64.tar.gz sha256
macOS aarch64 ethstaker_deposit-cli-d8016bc-darwin-arm64.tar.gz sha256
Linux x86_64 ethstaker_deposit-cli-d8016bc-linux-amd64.tar.gz sha256
Linux aarch64 ethstaker_deposit-cli-d8016bc-linux-arm64.tar.gz sha256

Docker image

Version Name Package
v1.3.0 ghcr.io/ethstaker/ethstaker-deposit-cli:v1.3.0 Github Package

License

By downloading and using this software, you agree to the license.

Don't miss a new ethstaker-deposit-cli release

NewReleases is sending notifications on new releases.