Skip to content

v2024-03-27

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 14:41
· 305 commits to master since this release
v2024-03-27

Compatible with cardano-node@8.9.1.

Changes

Added

  • Option to restore the wallet from any point on the blockchain. This feature reduces wallet synchronisation time when you are certain that the wallet cannot contain any transactions before that point, e.g. because its mnemonic was generated after that point. ⚠️Warning: Using this feature incorrectly may result in an incorrect wallet balance; if in doubt, always restore from genesis. #4382 #4488

Changed

  • Now compatible with cardano-node@8.9.1. #4511 #4510 #4507 #4503 #4496
  • The CLI command wallet create from-recovery-phrase now expects a subcommand from-genesis, from-checkpoint or from-tip. The previous mode of operation corresponds to from-genesis. #4488

API changes

bump.sh

Show API changes
POST /wallets
  • Body
  • application/json content type Modified
    • shelley alternative Modified
      • restoration_mode attribute Added
POST /wallets/{walletId}/transactions-balance
  • Response
  • 403 response Modified
    • application/json content type Modified
      • balance_tx_inline_plutus_v3_script_not_supported_in_babbage, translation_byron_tx_out_in_context alternatives Added

Known Issues

  • (ADP-2953) Revision of cardano-node is not reported within version in release bundle binary for Windows.
  • (ADP-2635) Database connections do not seem to gracefully terminate on stopping the wallet.
  • (ADP-2298) Deposit_returned is falsely reported on some incoming transactions (intermittently).
  • (ADP-1831) cardano-wallet version from docker image does not report revision.

Signatures

Name Role Approval
Heinrich Apfelmus @HeinrichApfelmus Software Engineer ✔️
Paolo Veronelli @paolino Software Engineer ✔️