-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
@@ -27,6 +27,7 @@ cabal.project.local~ | |||
### Cardano ### | |||
|
|||
test_keystore.* | |||
state-staging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added this as the recently updated procedure of starting a node with cardano-wallet creates state-staging
directory. (https://github.com/input-output-hk/cardano-wallet/wiki/Building-Running-and-Testing-a-wallet-node)
48f8d8b
to
6555000
Compare
…odify and add new scripts to aid manual steps
# -a --account=INT An optional parent account index [default: 2147483648] | ||
# -n --number=INT number of addresses to generate [default: 10] | ||
# -p --port=INT Port the server is listening to [default: 8090] | ||
# -c --client=FILEPATH TLS client certificate expected by the server [default: ../../../state-staging/tls/client/client.pem] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed default TLS client path to be in-line with https://github.com/input-output-hk/cardano-wallet/wiki/Building-Running-and-Testing-a-wallet-node, as most likely scenario for those scripts to be used IMHO would be when you start a node using that particular guide.
#!/bin/bash | ||
# | ||
# Usage: | ||
# wallet (create | restore) [options] MNEMONICS... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sweet 😮
#
Overview
curl
request for doing batch import of those addressesComments
I have added and executed scenarios -> https://github.com/input-output-hk/cardano-wallet/blob/258_manual_testing/test/manual/258/scenarios.md
Some notes:
failures
that I have encountered (i.e. addresses not imported) where expected. They where either for addresses that were already on the wallet or addresses that belonged to different wallet.