Skip to content

Releases: eth-educators/ethstaker-deposit-cli

Smooth Escape

30 Sep 00:05
Compare
Choose a tag to compare
Smooth Escape Pre-release
Pre-release

Summary

This preview release contains all the changes made since the original fork of the staking-deposit-cli project (fdab65d commit) and all the improvements the EthStaker team has been working on to enhance the feature set and address issues in preparation for our security audit.

All changes

What's Changed

Full Changelog: v0.2.0...v0.2.1

Building process

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

Binaries

Our binaries are signed with ethstaker-deposit-cli's PGP key: 54FA06FC0860FC0DCCC68E3ECE9FF2391DF26368.

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

Docker image

Version Name Package
v0.2.1 ghcr.io/eth-educators/ethstaker-deposit-cli:v0.2.1 GitHub Package

License

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

Audit Armor

29 Sep 22:13
Compare
Choose a tag to compare
Audit Armor Pre-release
Pre-release

Summary

This preview release contains all the changes made since the original fork of the staking-deposit-cli project (fdab65d commit) and all the improvements the EthStaker team has been working on to enhance the feature set and address issues in preparation for our security audit.

All changes

What's Changed

Full Changelog: v0.1.4...v0.2.0

Building process

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

Binaries

Our binaries are signed with ethstaker-deposit-cli's PGP key: 54FA06FC0860FC0DCCC68E3ECE9FF2391DF26368.

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

Docker image

Version Name Package
v0.2.0 ghcr.io/eth-educators/ethstaker-deposit-cli:v0.2.0 GitHub Package

License

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

Prelude to Scrutiny

23 Sep 13:39
Compare
Choose a tag to compare
Prelude to Scrutiny Pre-release
Pre-release

Summary

This preview release contains all the latest changes from the work being done to prepare for the security audit. This release is a test for the full release process.

Known Issues

  • Using mnemonic words that are possible in multiple languages will potentially lead to hidden behaviors. See #119

All changes

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

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.

Binaries

Our binaries are signed with ethstaker-deposit-cli's PGP key: 54FA06FC0860FC0DCCC68E3ECE9FF2391DF26368 .

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

Docker image

Version Name Package
v0.1.4 ghcr.io/eth-educators/ethstaker-deposit-cli:v0.1.4 Github Package

License

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

Dress Rehearsal

16 Sep 16:54
Compare
Choose a tag to compare
Dress Rehearsal Pre-release
Pre-release

Summary

This preview release contains all the latest changes from the work being done to prepare for the security audit. This release is a test for the full release process.

All changes

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

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.

Binaries

Our binaries are signed with ethstaker-deposit-cli's PGP key: 54FA06FC0860FC0DCCC68E3ECE9FF2391DF26368 .

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

Docker image

Version Name Package
v0.1.3 ghcr.io/eth-educators/ethstaker-deposit-cli:v0.1.3 Github Package

License

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

Impetuous Import

23 Aug 15:02
0c09360
Compare
Choose a tag to compare
Impetuous Import Pre-release
Pre-release

This release adds a setup.py so ethstaker_deposit can be imported as a Python module by other projects.

All notes from v0.1.1 otherwise apply.

Do-Over Deposit

26 Jul 19:48
e1cedbc
Compare
Choose a tag to compare
Do-Over Deposit Pre-release
Pre-release

Summary

This preview release contains a fix to #84 , the issue we had with the previous release.

Known Issues

Python 3.9 and macOS

Running the test suite seems to break once in a while on macOS with Python 3.9. This is likely to be an issue with that version of Python with multiprocessing on macOS. This is still being investigated.

All changes

  • Update pyinstaller packages for build configs by @remyroy in #85

Full Changelog: v0.1.0...v0.1.1

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.

Binaries

Our binaries are signed with ethstaker-deposit-cli's PGP key: 54FA06FC0860FC0DCCC68E3ECE9FF2391DF26368 .

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

Docker image

Version Name Package
v0.1.1 ghcr.io/eth-educators/ethstaker-deposit-cli:v0.1.1 Github Package

License

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

Keystone Kickoff

26 Jul 16:06
Compare
Choose a tag to compare
Keystone Kickoff Pre-release
Pre-release

Issue with this release

This release is affected by #84 which will prevent you from running the application. Please use a more recent release.

Summary

This preview release contains all the changes that were made since the original fork of the staking-deposit-cli project (fdab65d commit).

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.

Known Issues

Python 3.9 and macOS

Running the test suite seems to break once in a while on macOS with Python 3.9. This is likely to be an issue with that version of Python with multiprocessing on macOS. This is still being investigated.

All changes

Full Changelog: https://github.com/eth-educators/ethstaker-deposit-cli/commits/v0.1.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.

Binaries

Our binaries are signed with ethstaker-deposit-cli's PGP key: 54FA06FC0860FC0DCCC68E3ECE9FF2391DF26368 .

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

Docker image

Version Name Package
v0.1.0 ghcr.io/eth-educators/ethstaker-deposit-cli:v0.1.0 Github Package

License

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