Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@NicolasDP NicolasDP released this 21 Dec 17:52
v1.0.0
062eb13

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)