Releases: eth-educators/ethstaker-deposit-cli
Smooth Escape
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
- Use sys.exit instead of exit by @valefar-on-discord in #176
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
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
- Updating mnemonic language determination by @valefar-on-discord in #142
- Don't pause or prompt for a key when running in non-interactive mode by @remyroy in #173
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
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
- Add test-keystore command to verify keystore access by @valefar-on-discord in #143
- Use withdrawal address instead of execution address and rework parts around it by @remyroy in #149
- Start build workflow on tag by @remyroy in #154
- Use a different asset name for Ubuntu on arm64 binary assets by @remyroy in #155
- Clear clipboard of the mnemonic by @yorickdowne in #130
- Remove unused circleci stuff by @remyroy in #150
- Clear scrollback by @yorickdowne in #158
- Notes on Windows prerequisites by @yorickdowne in #161
- Remove
LD_LIBRARY_PATH
on Linux when callingtput
by @yorickdowne in #164 - Fix mac clear by @yorickdowne in #165
- Update pull_request_template.md by @yorickdowne in #166
- Add documentation page for BLS to execution change file by @remyroy in #168
- Add release instructions by @remyroy in #159
- Add documentation page for Signed Exit Transaction file and related fixes by @remyroy in #169
- Moved majority of README info into docs by @nixorokish in #172
- Adding documentation for bls-to-execution-change-keystore command by @valefar-on-discord in #171
New Contributors
- @nixorokish made their first contribution in #172
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
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
- Build changes by @yorickdowne in #94
- Click 8 by @yorickdowne in #98
- Fix misleading help message by @yorickdowne in #99
- Clarify confirmation prompt by @yorickdowne in #100
- Add coverage reports to github actions by @jshufro in #103
- Python 3.13 by @yorickdowne in #97
- Remove linter ignores by @yorickdowne in #102
- Granular test skip on macOS Python 3.9 by @yorickdowne in #104
- Clearer progress messages during key generation by @yorickdowne in #105
- Add
keystore_password
toREADME.md
by @yorickdowne in #107 - Establish Valefar and Remy as global code owners by @yorickdowne in #109
- Document canonical deposit contract and launchpad by @yorickdowne in #108
- Adding command to create deposit with validator keystore by @valefar-on-discord in #113
- Arm64 runners by @yorickdowne in #117
- Update build requirements by @yorickdowne in #114
- Help with internet by @yorickdowne in #116
- RTL handling by @yorickdowne in #96
- Add pre-commit by @yorickdowne in #118
- Lint first by @yorickdowne in #123
- Add owl art by @yorickdowne in #124
- List becomes list by @yorickdowne in #126
- Don't prompt for
--language
when--non_interactive
by @yorickdowne in #115 - Lint JSON files by @yorickdowne in #127
- Check terminal encoding by @yorickdowne in #101
- Support
uv
by @yorickdowne in #112 - Minimum password length 12 by @yorickdowne in #129
- Fix coverage data uploads, update comment.yml workflow to fail open. by @jshufro in #139
- Version value rework and centralization by @remyroy in #136
- Add a CNAME to gh pages by @yorickdowne in #135
- Add command to sign a withdrawal credentials update message using a validator keystore by @valefar-on-discord in #88
- capping max deposit amount for partial to 2048 by @valefar-on-discord in #141
- Python 3.13.0-rc2 for now by @yorickdowne in #131
- Add documentation for keystore and deposit data files by @remyroy in #145
- Add the ability to use a custom network for every command by @remyroy in #147
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
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
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
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
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
- Fix tests with latest python with initial Github workflow by @remyroy in #3
- Update pycryptodome to fix side-channel leakage by @remyroy in #9
- Fix for setuptools yanked version by @remyroy in #8
- Add linting to GH action workflow by @valefar-on-discord in #5
- Add macOS 12 runner for amd64 support on macOS by @remyroy in #12
- Add linter step to github actions by @valefar-on-discord in #14
- Exclude failing matrix job for macos-latest and Python 3.9 by @remyroy in #24
- Rename test filename to fix typo by @remyroy in #25
- Adding Ephemery testnet with optional GENESIS_VALIDATORS_ROOT by @remyroy in #22
- Withdrawal address prompt by @valefar-on-discord in #27
- Reworked setuptools and add github build process by @remyroy in #28
- Add ability to generate exit message by @valefar-on-discord in #4
- Add PGP signatures and attestations to build process by @remyroy in #44
- Adding connectivity check and warning warning by @valefar-on-discord in #43
- Pbkdf2 support by @valefar-on-discord in #45
- Add parallelism when performing multiple tasks at the same that can benefit from it by @remyroy in #48
- Remove dead chains by @remyroy in #59
- Renaming project from staking_deposit to ethstaker_deposit by @valefar-on-discord in #60
- Replace asserts with raising a ValidatorError by @remyroy in #65
- Add Documentation to Github Page by @valefar-on-discord in #63
- Add french japanese word list by @valefar-on-discord in #68
- Fix for issue with dynamic default in captive prompt by @remyroy in #69
- Adding try/except when running cli to remove stack traces by @valefar-on-discord in #73
- Removing all eth1 references by @valefar-on-discord in #75
- Update zipp package for security issue by @remyroy in #76
- Order click commands by @remyroy in #78
- Update setuptools package for security issue by @remyroy in #79
- Add docker workflow and improve dockerfile by @remyroy in #80
- Share timestamp across generated files for an action by @valefar-on-discord in #81
- Better name for build sha256 filenames by @remyroy in #77
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.