Skip to content

v0.12.19

Latest
Compare
Choose a tag to compare
@michaelsutton michaelsutton released this 22 Oct 10:10
6085d1f

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

Full Changelog: v0.12.17...v0.12.19