Releases: kaspanet/kaspad
v0.12.19
Kaspawallet focused version
This version deprecates the golang kaspad node daemon (kaspad
binary is no longer included in binary packages)
Instead, node operators should use the kaspad
binary from the latest Rust release: https://github.com/kaspanet/rusty-kaspa/releases
The kaspawallet cammand line tools (including the wallet daemon's gRPC
interface) were adapted to support the new Fee Estimation and RBF APIs provided by the Rust node. This is helpful for allowing QoS and transaction acceptance also under network congestion. Please check kaspawallet
help documentation via:
# Note the new fee-related command line options
$ kaspawallet send --help
$ kaspawallet create-unsigned-transaction --help
# Replace By Fee (RBF) by bumping the fee for a previously sent transaction
$ kaspawallet bump-fee --help
What's Changed
- Add deprecated message by @someone235 in #2282
- Add fee estimation to wallet by @someone235 in #2291
- Bump version to 0.12.19 by @michaelsutton in #2295
Full Changelog: v0.12.17...v0.12.19
v0.12.18-rc7
On estimateFee always assume that the recipient has ECDSA address
v0.12.18-rc6
Change to rc6
v0.12.18-rc5
Fix calculateFeeLimits nil handling
v0.12.18-rc4
rc4
v0.12.18-rc3
rc3
v0.12.18-rc1
update version
min-fee-patch-v1
Add MinFeePerTx argument to start-daemon
v0.12.17
Includes several wallet changes for adapting transaction composition logic to the dust patch and to KIP9 (preparing for hashrate migrating to rust nodes which implement KIP9 on the mempool level)
What's Changed
- Broadcast wallet transactions in chunks by @someone235 in #2253
- Adapt wallet UTXO selection to dust patch by @michaelsutton in #2254
- Bump version to 0.12.16 and update changelog by @michaelsutton in #2255
- Add options to see wallet and wallet daemon versions by @someone235 in #2257
- Lazy wallet utxo sync after broadcasting a tx by @someone235 in #2258
- RPC SubmitTransaction: Dequeue old responses from previous requests by @michaelsutton in #2262
- Bump version to 0.12.17 by @michaelsutton in #2268
- KIP9 basic wallet compatibility by @michaelsutton in #2276
Full Changelog: v0.12.15...v0.12.17
v0.12.17-rc1
Bump version to 0.12.17 (#2268) * Bump version to 0.12.17 * changelog