Compatible with cardano-node@9.1.0.
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_confidenceor 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_metadatafield. Metadata decryption is optional and available in the decode tx endpoint in via thedecrypt_metadatafield. More information of this feature is available in spec and CIP-83. #4555, #4667
API changes
bump.hs
Show API changes
POST /shared-wallets/{walletId}/transactions-decode
POST /wallets/{walletId}/transactions-decode
PUT /dreps/{drepId}/wallets/{walletId}
Known Issues
- (ADP-2953) Revision of
cardano-nodeis 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_returnedis falsely reported on some incoming transactions (intermittently). - (ADP-1831)
cardano-walletversion 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 | ✔️ |