This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
Releases: input-output-hk/cardano-byron-cli
Releases · input-output-hk/cardano-byron-cli
v1.0.1 (with fix for Daedalus Wallet)
includes another fix for the Daedalus wallet (linked to #73 ).
the original one included a fix to prevent allocating a very large amount of memory. The recent changes will make sure Daedalus Wallet users can still recover their wallet.
v1.0.0
This new release has seen some general improvements and bug fixes.
Notable change: Testnet support is there !
Fixes:
- fix for #38 : blockchain remote-fetch and pull crash on locally nonexistent blockchain
- fix for #42 : transaction add-input was ignoring the value input, forcing the tool to lookup within the local wallets.
- fix for #63 : ungraceful errors
- fix for #80 : the wallet state became corrupted at the second sync
- fix for #73 : fix crashes when recovering daedalus wallets on mainnet (ignore the invalid HDPayload of infinite length)
General improvements:
- Some spelling fixes has been done in #54 (thanks to @prographo)
- Some error handling improvements have been made in #49 and #52 (thanks to @mzabaluev )
- Add a way to generate private key and public key from the debug interface (#64 )
- use the same iterator as the one in cardano-rust (#81)
V1.0.0-alpha4
test for the new release update
V1.0.0-alpha3
This new release has seen some general improvements and bug fixes.
Fixes:
- fix for #38 : blockchain remote-fetch and pull crash on locally nonexistent blockchain
- fix for #42 : transaction add-input was ignoring the value input, forcing the tool to lookup within the local wallets.
General improvements:
- Some spelling fixes has been done in #54 (thanks to @prographo)
- Some error handling improvements have been made in #49 and #52 (thanks to @mzabaluev )
V1.0.0-alpha2
This release includes bug fixes and minor improvements.
- update to latest cardano-rust dependencies.
- a new
debug
subcommanddecode-signed-tx
is now available for deconstruting and debugging binary tx. - misc fixed in the block iters
v1.0.0-alpha1
First alpha release for version 1.0.0