Skip to content

Ethereum Key Forge

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 19:29

Summary

This is the first production release for ethstaker-deposit-cli. It includes all the fixes and recommendations from our security assessment report from Trail of Bits that was completed on December 13, 2024.

Notable changes from the original project include:

  • New exit commands to create an exit message and perform a voluntary exit for your validators.
  • Multiprocessing support to increase the speed of processes that can be expanded to use more than a single thread or a single process. This helps with generating a large number of validator keys for instance.
  • Support for more recent OSes and Python versions by default.
  • A dedicated documentation website.
  • Support for compounding or 0x02 withdrawal credentials for EIP-7251 and the upcoming Pectra fork.

All changes

What's Changed

Full Changelog: v0.6.0...v1.0.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 eth-educators/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-4ce275e-windows-amd64.zip sha256
macOS x86_64 ethstaker_deposit-cli-4ce275e-darwin-amd64.tar.gz sha256
macOS aarch64 ethstaker_deposit-cli-4ce275e-darwin-arm64.tar.gz sha256
Linux x86_64 ethstaker_deposit-cli-4ce275e-linux-amd64.tar.gz sha256
Linux aarch64 ethstaker_deposit-cli-4ce275e-linux-arm64.tar.gz sha256

Docker image

Version Name Package
v1.0.0 ghcr.io/eth-educators/ethstaker-deposit-cli:v1.0.0 Github Package

License

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