Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Trezor large transactions draft #93

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

gabrielKerekes
Copy link
Collaborator

If you want to test signing a large transaction you can do so by following these steps (if you know of an easier way, please let me know 😉):

  1. Download and run this gist in the cardano-hw-cli root. This will create a script to generate 300 key files in a keys subfolder which needs to be created.
  2. Run the gen_keys.sh script.
  3. Download and run this gist in the keys subfolder. This will create a script to generate a transaction with 300 inputs. Make sure to replace [PATH TO CARDANO-CLI] with the path to cardano-cli.
  4. Download and run this gist in the cardano-hw-cli root. This should try to sign the raw transaction created in the previous step. Without these changes this should fail due to an issue with the cbor library.

@DavidTranDucVL DavidTranDucVL deleted the branch develop September 6, 2021 16:55
@DavidTranDucVL DavidTranDucVL reopened this Sep 6, 2021
@DavidTranDucVL DavidTranDucVL changed the base branch from trezor-streaming to develop September 6, 2021 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants