forked from stake-house/wagyu-key-gen
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update cli to version=v2.5.8 commit=6e0ad5c
- Loading branch information
1 parent
8dd2b3a
commit 00d16d5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tools-key-gen-cli
updated
27 files
+25 −1 | .github/workflows/artifacts.yml | |
+2 −0 | .mise.toml | |
+1 −1 | .release-please-manifest.json | |
+15 −0 | CHANGELOG.md | |
+3 −5 | README.md | |
+6 −6 | build_configs/linux/requirements.txt | |
+6 −6 | build_configs/macos/requirements.pyinstaller.txt | |
+6 −6 | build_configs/windows/requirements.txt | |
+5 −0 | pytest.ini | |
+3 −2 | requirements.in | |
+14 −9 | requirements.txt | |
+6 −3 | requirements_test.in | |
+407 −62 | requirements_test.txt | |
+2 −1 | setup.py | |
+0 −1 | staking_deposit/__init__.py | |
+4 −4 | staking_deposit/cli/generate_bls_to_execution_change.py | |
+4 −4 | staking_deposit/cli/generate_keys.py | |
+4 −1 | staking_deposit/exceptions.py | |
+1 −1 | staking_deposit/intl/en/cli/generate_bls_to_execution_change.json | |
+1 −1 | staking_deposit/intl/en/cli/generate_keys.json | |
+1 −0 | staking_deposit/key_handling/keystore.py | |
+10 −2 | staking_deposit/settings.py | |
+3 −3 | staking_deposit/utils/click.py | |
+10 −0 | staking_deposit/utils/intl.py | |
+1 −1 | staking_deposit/version.py | |
+2 −2 | test_binary_btec_script.py | |
+2 −2 | test_binary_deposit_script.py |