Derivation paths are weird. Most coins use the slip44
118 index. This is the derivation path for ATOM. I think this implies keys are reused across l1 blockchains, which is not ideal.
The ledger state would look like:
Proposer:
{
"values": {
"nonce_address": "CNDJiUVK92Vx1XQAatvfaPvspdXrQvGZficdb22AJNv5",
"nonce_data": "8NWmZpX2rYSQiPjHjFRAKWVWSsLqW2c…
internal-load-file
Still waiting on pagination of transactions but everything else is done including moving workflows to use nonce accounts
internal-load-file
workflows can now make use of nonce accounts. find-nonce-accounts
operation has been added for manually finding nonce accounts. TODO: implement pagination of transactions
End to end tests now use icepick workflow
with save-to-disk functionality. They still pass in the values manually, so OpenPGP signature validation is not yet implemented.