-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Description
ref #966
This issue is part of implementing the generate, sign, send workflow for offline transaction generation. It should also be a place to discuss implementation details for gaiacli sign
Description
As a
gaiacliuser
I want to sign aTxthat was generated beforehand
So that I can review the contents of the transaction before broadcasting it.
Acceptance Criteria AC1
Given a transaction file generated with
gaiacli --generate-onlyand an account name
When I rungaiacli sign
Then a signature is generated with the given account's key and
it is attached to the transaction and
its JSON representation is printed out.
Acceptance Criteria AC2
Given a transaction file generated with
gaiacli --generate-onlyand a HD key
When I rungaiacli sign
Then a signature is generated with the given key and
it is attached to the transaction and
its JSON representation is printed out.