Compatible with cardano-node@alonzo-purple-1.0.1.
API Changes
- Added:
POST /byron-wallets/{walletId}/transactions-construct - Added:
POST /byron-wallets/{walletId}/transactions-sign - Updated:
POST /byron-wallets/{walletId}/transactions - Response modified:
400 - Body attributes added:
message, code - Updated:
GET /network/parameters - Response modified:
200 - Added:
POST /wallets/{walletId}/assets - Updated:
POST /wallets/{walletId}/transactions - Response modified:
400 - Body attributes added:
message, code - Added:
POST /wallets/{walletId}/transactions-construct - Added:
POST /wallets/{walletId}/transactions-sign
New Features
Compatibility with cardano-node alonzo-purple 1.0.1 #2811 #2791 #2801 #2792
Improvements
Misc non-user-facing quality improvements #2810 #2808 #2798 #2795 #2793 #2804 #2802
Known Issues
- Cannot list pools when node is too out of sync (ADP-1072)
- Cannot start API server using docker-compose on NETWORK=testnet #2806
- Occasional invalid transaction error (MaxTxSizeUTxO) on wallets with big amounts of assets (ADP-1052)
- Wallet workers die while syncing when there are many wallets (ADP-1013)
- High memory usage observed in SPO testnet wallet (ADP-776)
- Rare SQLite3 constraint errors when making transactions (ADP-773)
- On really large wallets, postTransaction is slow and sometimes returns transaction_is_too_big (ADP-772)
- Fee estimation slowness (up to 4x slower when there are many wallets, comparing with old selection algorithm) (ADP-702)
- Listing transaction time deteriorated (even up to 3x) (ADP-691)
- Wallet restoration time deteriorated 2x in v2021-01-28 (ADP-690)
- Icarus wallets restoration is ~3x slower than random/shelley (ADP-785)
- Multi-addresses transactions sometimes result in an internal server error. (ADP-571)
Documentation
| 📕 | 💻 | 🐳 |
|---|---|---|
| API Documentation | CLI Manual | Docker Manual |
Installation Instructions
-
Install
cardano-node@alonzo-purple-1.0.1. -
Download the provided
cardano-walletfor your platform, and uncompress it in a directory that is on your$PATH, e.g./usr/local/bin. Or%PATH%on Windows. -
Start
cardano-wallet --helpand see available parameters.
Docker
Pull from DockerHub and verify the version matches 2021.8.11.
$ docker pull inputoutput/cardano-wallet:2021.8.11
$ docker run --rm inputoutput/cardano-wallet:2021.8.11 version
Signatures
| Name | Role | Approval |
|---|---|---|
| Rodney Lorrimar @rvl | Technical Team Lead | ✔️ |
| Johannes Lund @Anviking | Software Engineer | ✔️ |
| Laurence Jenkins @LaurenceIO | Release Manager | ✔️ |