IntersectMBO / cardano-transactions

Library utilities for constructing and signing Cardano transactions.
Apache License 2.0
25 stars 7 forks source link

Following documentation with latest release fails #12

Closed rhyslbw closed 4 years ago

rhyslbw commented 4 years ago

This step fails with the latest release:

➜  cardano-wallet version  
2020.5.6 (git revision: cf3d9c91e895d1a01f90e4ab3d10b81e260b3510)
➜  ROOT=$(cardano-wallet key root --wallet-style icarus fit today convince mixture crumble design identify swim jelly charge vast expect below science stove)  
➜  XPRV=$(cardano-wallet key child --path 44H/1815H/0H/0/0 $ROOT)                                                                                             
Invalid argument `d0e88fa6fda2e8420993d1a96a9831766cc25949b3d25b322870f67ee5996b552a1dc00c80cded861e5aff11c241e3051dbd25f695cb326b6342e9bb85eb7ba66df287eb350eb9f0a5130328636acc9d82cfa2f37218197c47f0512739d9ded9'
➜  cardano-wallet version  
2020.4.28 (git revision: aa46adfd67134bf713bd103d51541f6cb7597aa9)
➜  ROOT=$(cardano-wallet key root --wallet-style icarus fit today convince mixture crumble design identify swim jelly charge vast expect below science stove)
➜  XPRV=$(cardano-wallet key child --path 44H/1815H/0H/0/0 $ROOT) 
➜

https://github.com/input-output-hk/cardano-wallet/releases/tag/v2020-05-06 :-1:

https://github.com/input-output-hk/cardano-wallet/releases/tag/v2020-04-28 :+1:

Information -
Platform Linux
Installation From Github Release
rhyslbw commented 4 years ago

Breaking change in https://github.com/input-output-hk/cardano-wallet/pull/1622

➜  cardano-wallet version
2020.5.6 (git revision: cf3d9c91e895d1a01f90e4ab3d10b81e260b3510)
➜ cardano-wallet key root --wallet-style icarus fit today convince mixture crumble design identify swim jelly charge vast expect below science stove | cardano-wallet key child --path 44H/1815H/0H/0
e07d4f8662be1c1d96ad79772f760b2f6e2fc4ac3ae1c2c1b1252aeaee996b550f5bdcb76ff6b35f997aeef60f1e8485a9f9bf74fa8d84e8aee0ba5205ef090bd11d58921369ead578ade3ff55929600b7b90fcfc1d7ab91ad33598a3812d27d

I will update the Wiki