Skip to content

Releases: kaspanet/kaspad

v0.12.19

22 Oct 10:10
6085d1f
Compare
Choose a tag to compare

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

v0.12.18-rc7

18 Sep 12:19
Compare
Choose a tag to compare
v0.12.18-rc7 Pre-release
Pre-release
On estimateFee always assume that the recipient has ECDSA address

v0.12.18-rc6

16 Sep 10:39
Compare
Choose a tag to compare
v0.12.18-rc6 Pre-release
Pre-release
Change to rc6

v0.12.18-rc5

16 Sep 06:43
Compare
Choose a tag to compare
v0.12.18-rc5 Pre-release
Pre-release
Fix calculateFeeLimits nil handling

v0.12.18-rc4

15 Sep 15:10
Compare
Choose a tag to compare
v0.12.18-rc4 Pre-release
Pre-release
rc4

v0.12.18-rc3

13 Sep 10:51
Compare
Choose a tag to compare
v0.12.18-rc3 Pre-release
Pre-release
rc3

v0.12.18-rc1

13 Sep 10:30
Compare
Choose a tag to compare
v0.12.18-rc1 Pre-release
Pre-release
update version

min-fee-patch-v1

30 Jun 16:27
Compare
Choose a tag to compare
min-fee-patch-v1 Pre-release
Pre-release
Add MinFeePerTx argument to start-daemon

v0.12.17

12 May 14:59
86b8906
Compare
Choose a tag to compare

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

Full Changelog: v0.12.15...v0.12.17

v0.12.17-rc1

19 Feb 10:03
f41dc7f
Compare
Choose a tag to compare
v0.12.17-rc1 Pre-release
Pre-release
Bump version to 0.12.17 (#2268)

* Bump version to 0.12.17

* changelog