-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
New Derivation path scheme with paths as m\650'\0'\0' (m\650'\account'\index') New Encoding scheme for wallets as derivation paths are now inside the encoded wallet services APDU Command Updates For Address send service_index for which address needs be derived in the encoded wallet. APDU Command as e0040000 + service_index(1 byte) + encrypted_key (n bytes) + encrypted_onchain_wallet (n bytes) For Signature, Supply the service index for whose's derivation paths need to sign the payload aka transaction hash. For now, only support for uco transfer transaction hashes. APDU Command as e0080000 + service_index(1 byte) + reciever_addr (n bytes) + amount (8 bytes) + encrypted_key (n bytes) + encrypted_onchain_wallet (n bytes) Deletions: Old Derivation Paths Variable Names from bip44 to derivation paths
- Loading branch information
Showing
14 changed files
with
627 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
#make clean | ||
#make | ||
#../speculos/speculos.py --seed hex:9A34A233C48B77D48856ED171792D0B167F50D9A8148769E000D1F3C75F74C15 bin/app.elf | ||
../speculos/speculos.py --seed hex:6fa774718b0f086101e7a0bf43f81944f2eea0392bc3452ac314cc444f19978989c62be4110f8fd3e543875e9f3fe2e2240f554cf16cfebf673b112ac44ec016 bin/app.elf | ||
#../speculos/speculos.py bin/app.elf | ||
make clean | ||
make | ||
# ../speculos/speculos.py --seed hex:9A34A233C48B77D48856ED171792D0B167F50D9A8148769E000D1F3C75F74C15 bin/app.elf | ||
../speculos/speculos.py --seed hex:6fa774718b0f086101e7a0bf43f81944f2eea0392bc3452ac314cc444f19978989c62be4110f8fd3e543875e9f3fe2e2240f554cf16cfebf673b112ac44ec016 --color JADE_GREEN bin/app.elf | ||
# ../speculos/speculos.py bin/app.elf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.