From c7199e04b6eb1d6f73021d4be60be17f40ca05df Mon Sep 17 00:00:00 2001 From: 3rd Iteration Date: Mon, 24 Jun 2024 14:11:46 -0400 Subject: [PATCH] Update Shamir-Mnemonic to allow for extendable SLIP39 seeds Add support for extendable backup flag (New option as of June 2024) --- requirements-full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-full.txt b/requirements-full.txt index fe134ad1..1e34b651 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -8,7 +8,7 @@ eth-keyfile~=0.6.1 py_crypto_hd_wallet~=1.1.0 pynacl~=1.4.0 bitstring~=3.1.9 -shamir-mnemonic~=0.2.2 +shamir-mnemonic~=0.3.0 bitcoin-utils~=0.5.5 pylibscrypt~=2.0.0 git+https://github.com/ethereum/staking-deposit-cli.git@v2.5.0