v2024-03-27
github-actions
released this
28 Mar 14:41
·
1682 commits
to master
since this release
Compatible with [email protected]
.
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 [email protected]. #4511 #4510 #4507 #4503 #4496
- The CLI command
wallet create from-recovery-phrase
now expects a subcommandfrom-genesis
,from-checkpoint
orfrom-tip
. The previous mode of operation corresponds tofrom-genesis
. #4488
API changes
Show API changes
POST /wallets
- Body
- application/json content type Modified
- shelley alternative Modified
- restoration_mode attribute Added
- shelley alternative Modified
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
- application/json content type Modified
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 | ✔️ |