Releases: kaspanet/kaspad
Releases · kaspanet/kaspad
v0.11.10
Changes
- Add monitoring of heap and save heap profile if size is over some limit (#1932)
- Extract IBD management from invs relay flow to a new separated flow (#1930)
- Add --transaction-file options to the
sign
andbroadcast
wallet subcommands (#1927) - Filter redundant blocks from daa window on IBD (#1925)
- Implement a P2P upgrade mechanism (#1921)
Kaspad v0.11.10 Testnet
Filter redundant blocks from daa window (#1925) * Copy blockrelay flows to v4 * Remove duplicate sending of the same DAA blocks * Advance testnet version * Renames and add comments * Add IBD test between v3 and v4 * Fix syncee v4 p2p version * Check if netsync finished with selected tip
Kaspad v.0.11.9
Kaspad v0.11.9 - 2021-12-30
Breaking changes:
- Implement the new monetary policy. Breaking change effective only in ~4 months (#1892)
Bug fixes:
- Fix two pruning proof IBD crash bugs (#1913)
- Fix UTXO index bug showing wrong wallet balance (#1891)
Non-breaking changes:
- Address search: cleanup repetitively-offline addresses and use randomization weighted by connection failures (#1899, #1916)
- New DNS seeders and removal of offline one (#1901, #1910, #1918)
- Add request balance by address to kaspactl (#1885)
- Wallet: show balance by addresses (#1904)
- Reject outdated non-DAA blocks submitted via RPC (#1914)
- Add a profile option to kaspawallet daemon (#1854)
Kaspad v0.11.8
What's Changed
- Lower devnet's initial difficulty by @someone235 in #1869
- Update readme by @michaelsutton in #1848
- Update reindex root for each block level by @someone235 in #1881
Full Changelog: v0.11.7...v0.11.8
Kaspad v0.11.7
Kaspad v0.11.6
- Fix bug in RequiredDifficulty that made the DAA constant
Kaspad v0.11.5
This is a hard fork with a checkpoint to last known valid good block at the network: 0fca37ca667c2d550a6c4416dad9717e50927128c424fa4edbebc436ab13aeef
Kaspad v0.11.4
This is a hardfork scheduled around 6:30PM UTC. Please upgrade ASAP otherwise your node will be forked from the network.
Kaspad v0.11.3
What's Changed
- Fix a bug in the matrix ranking algorithm by @elichai in #1849
- Don't set blocks from the pruning point anticone as the header select tip by @someone235 in #1850
Full Changelog: v0.11.2...v0.11.3
Kaspad v0.11.2
Kaspad v0.11.2 - 2021-11-11
Bug fixes:
- Enlarge p2p max message size to 1gb
- Fix UTXO chunks logic
- Increase tests timeout to 20 minutes