Changes
Added
- In the
GET /wallets/{walletId}/transactions-construct
endpoint, added a fieldencrypt_method
for encrypting transaction metadata according to CIP-0083. #4555, #4588, #4589, #4651 - Added a machine-parseable
info
field to some of the HTTP error responses. Notably, this field now includes the requestwallet_id
in the event this identifier is 404 Not Found. #4590, #4597, #4622
Changed
- Now compatible with cardano-node@8.9.4. #4617, #4620, #4659
- Attempting to post a transaction from an old era that is no longer supported will now return an HTTP 403 error response. #4595
GET /wallets/{walletId}/transactions-balance
now resolves foreign inputs automatically by querying thecardano-node
UTxO. #4630
API changes
bump.sh
Show API changes
DELETE /byron-wallets/{walletId}/transactions/{transactionId}
DELETE /stake-pools/*/wallets/{walletId}
DELETE /wallets/{walletId}/transactions/{transactionId}
GET /byron-wallets/{walletId}/transactions
GET /byron-wallets/{walletId}/transactions/{transactionId}
GET /shared-wallets/{walletId}/transactions
GET /shared-wallets/{walletId}/transactions/{transactionId}
GET /wallets/{walletId}/transactions
GET /wallets/{walletId}/transactions/{transactionId}
POST /byron-wallets/{walletId}/coin-selections/random
POST /byron-wallets/{walletId}/migrations
POST /byron-wallets/{walletId}/payment-fees
POST /byron-wallets/{walletId}/transactions
POST /shared-wallets/{walletId}/transactions-construct
POST /shared-wallets/{walletId}/transactions-decode
POST /shared-wallets/{walletId}/transactions-sign
POST /wallets/{walletId}/coin-selections/random
POST /wallets/{walletId}/migrations
POST /wallets/{walletId}/payment-fees
POST /wallets/{walletId}/transactions
POST /wallets/{walletId}/transactions-construct
POST /wallets/{walletId}/transactions-decode
POST /wallets/{walletId}/transactions-sign
PUT /byron-wallets/{walletId}/passphrase
PUT /stake-pools/{stakePoolId}/wallets/{walletId}
PUT /wallets/{walletId}/passphrase
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 | ✔️ |