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