Skip to content

Releases: kaspanet/kaspad

v0.11.10

27 Jan 11:15
598392d
Compare
Choose a tag to compare

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 and broadcast wallet subcommands (#1927)
  • Filter redundant blocks from daa window on IBD (#1925)
  • Implement a P2P upgrade mechanism (#1921)

Kaspad v0.11.10 Testnet

09 Jan 16:58
dadacdc
Compare
Choose a tag to compare
Pre-release
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

30 Dec 16:46
14b2bcb
Compare
Choose a tag to compare

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

12 Dec 22:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.7...v0.11.8

Kaspad v0.11.7

11 Dec 18:58
Compare
Choose a tag to compare

Breaking changes:

  • kaspawallet: show-address →new-address + show-addresses (#1870)

Bug fixes:

  • Fix numThreads using getAEAD instead of decryptMnemonic (#1859)
  • Apply ResolveVirtual diffs to the UTXO index (#1868)

Non-breaking changes:

  • Ignore header mass in devnet and testnet (#1879)
  • Remove unused args from CalcSubsidy (#1877)
  • ExpectedHeaderPruningPoint fix (#1876)
  • Changes to libkaspawallet to support Kaspaper (#1878)
  • Get rid of genesis's UTXO dump (#1867)

Kaspad v0.11.6

25 Nov 19:50
606b781
Compare
Choose a tag to compare
  • Fix bug in RequiredDifficulty that made the DAA constant

Kaspad v0.11.5

25 Nov 18:31
dbf18d8
Compare
Choose a tag to compare

This is a hard fork with a checkpoint to last known valid good block at the network: 0fca37ca667c2d550a6c4416dad9717e50927128c424fa4edbebc436ab13aeef

Kaspad v0.11.4

22 Nov 09:31
Compare
Choose a tag to compare

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

13 Nov 17:02
5c1ba91
Compare
Choose a tag to compare

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

11 Nov 07:33
Compare
Choose a tag to compare

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