v2024-08-11
github-actions
released this
14 Aug 10:04
·
466 commits
to master
since this release
Compatible with [email protected]
.
Docker Image
Changes
Added
-
Ability to delegate voting rights to a decentralized representative (DRep). Use
PUT /dreps/{drepId}/wallets/{walletId}
to delegate to a DRep given by the identifierdrepId
. This identifier can beabstain
,no_confidence
or a bech32-encoded DRep identifier (with prefixdrep
). See api #4693 -
Support for encryption and decryption of transaction metadata in accordance with CIP-83. Metadata encryption is optional and enabled in the construct tx endpoint via the
encrypt_metadata
field. Metadata decryption is optional and available in the decode tx endpoint in via thedecrypt_metadata
field. More information of this feature is available in spec and CIP-83. #4555, #4667
API changes
Show API changes
Modified
POST /shared-wallets/{walletId}/transactions-decode
- Response
- 403 response Added
POST /wallets/{walletId}/transactions-decode
- Response
- 403 response Added
Added
PUT /dreps/{drepId}/wallets/{walletId}
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 | ✔️ |
Pawel Jakubas @paweljakubas | Software Engineer | ✔️ |