Last release 2 months ago
05 Jun 2026
Ships unpredictably
gaps range from 8 days to 13 months
Most releases are documented
notes for 40 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
749 releases · first in 2019
Release timeline
749 releases since 2019Releases
- v0.11.13-rc5-experimental12 Mar 2022pre-release
Nothing published for this version
- v0.11.13-rc4-experimental12 Mar 2022pre-release
Nothing published for this version
- v0.11.13-rc3-experimental12 Mar 2022pre-release
Nothing published for this version
- v0.11.13-rc2-experimental11 Mar 2022pre-release
Nothing published for this version
- v0.11.13-rc1-tag11 Mar 2022pre-release
Nothing published for this version
- v0.11.13-rc1-experimental11 Mar 2022pre-release
Nothing published for this version
- v0.11.126 Feb 2022
Nothing published for this version
- v0.11.12-testnet320 Feb 2022pre-release
Nothing published for this version
- v0.11.12-testnet220 Feb 2022pre-release
Nothing published for this version
- v0.11.12-testnet16 Feb 2022pre-release
Nothing published for this version
- v0.11.1127 Jan 2022
Release notes2 sources agree
Open source →- Fix for rare consensus bug regarding DAA window order. The bug only affected IBD from scratch and only today (#1934)
- v0.11.1027 Jan 2022
Release notes2 sources agree
Open source →- 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
signandbroadcastwallet subcommands (#1927) - Filter redundant blocks from daa window on IBD (#1925)
- Implement a P2P upgrade mechanism (#1921)
- v0.11.10-rc19 Jan 2022pre-release
Nothing published for this version
- v0.11.930 Dec 2021
Release notes2 sources agree
Open source →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)
- v0.11.812 Dec 2021
Release notes2 sources agree
Open source →Bug fixes:
- Update reindex root for each block level (#1881)
Non-breaking changes:
- Update readme (#1848)
- Lower devnet's initial difficulty (#1869)
- v0.11.711 Dec 2021
Release notes2 sources agree
Open source →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)
- v0.11.625 Nov 2021
Nothing published for this version
- v0.11.6-dev15 Dec 2021pre-release
Nothing published for this version
- v0.11.6-dev25 Nov 2021pre-release
Nothing published for this version
- v0.11.5-225 Nov 2021pre-release
Nothing published for this version
- v0.11.422 Nov 2021
Nothing published for this version
- v0.11.4-222 Nov 2021pre-release
Nothing published for this version
- v0.11.313 Nov 2021
Nothing published for this version
- v0.11.3-timeout-patch19 Nov 2021pre-release
Nothing published for this version
- v0.11.211 Nov 2021
Release notes2 sources agree
Open source →Bug fixes:
- Enlarge p2p max message size to 1gb
- Fix UTXO chunks logic
- Increase tests timeout to 20 minutes
- v0.11.18 Nov 2021
- v0.11.07 Nov 2021
Nothing published for this version
- v0.11.0-rc67 Nov 2021pre-release
Nothing published for this version
- v0.11.0-rc531 Oct 2021pre-release
Nothing published for this version
- v0.11.0-rc48 Aug 2021pre-release
Nothing published for this version
- v0.11.0-rc32 Aug 2021pre-release
Nothing published for this version
- v0.11.0-rc229 Jul 2021pre-release
Nothing published for this version
- v0.11.0-rc120 Apr 2021pre-release
Nothing published for this version
- v0.10.41 Jul 2021
Nothing published for this version
- v0.10.4-rc11 Jul 2021pre-release
Nothing published for this version
- v0.10.36 Jun 2021
Nothing published for this version
- v0.10.3-rc131 May 2021pre-release
Nothing published for this version
- v0.10.218 May 2021
Release notes2 sources agree
Open source →Non-breaking changes:
- Fix getBlock and getBlocks RPC commands to return blocks and transactions properly (#1716)
- serializeAddress should always serialize as IPv6, since it assumes the IP size is 16 bytes (#1720)
- Add VirtualDaaScore to GetBlockDagInfo (#1719)
- Fix calcTxSequenceLockFromReferencedUTXOEntries for loop break condition (#1723)
- Fix overflow when checking coinbase maturity and don't ban peers that send transactions with immature spend (#1722)
- v0.10.2-rc114 May 2021pre-release
Nothing published for this version
- v0.10.111 May 2021
Release notes2 sources agree
Open source →- Calculate virtual's acceptance data and multiset after importing a new pruning point (#1700)
- v0.10.1-rc15 May 2021pre-release
Nothing published for this version
- v0.10.026 Apr 2021
Release notes2 sources agree
Open source →Major changes include:
- Implementing a signature hashing scheme similar to BIP-143
- Replacing HASH160 with BLAKE2B
- Replacing ECMH with MuHash
- Removing RIPEMD160 and SHA1 from the codebase entirely
- Making P2PKH transactions non-standard
- Vastly enhancing the CLI wallet
- Restructuring kaspad's app/home directory
- Modifying block and transaction types in the RPC to be easier to consume clientside
A partial list of the more-important commits is as follows:
- Fix data race in GetBlockChildren (#1579)
- Remove payload hash (#1583)
- Add the mempool size to getInfo RPC command (#1584)
- Change the difficulty to be calculated based on the same block instead of its selected parent (#1591)
- Adjust the difficulty in the first difficultyAdjustmentWindowSize blocks (#1592)
- Adding DAA score (#1596)
- Use DAA score where needed (#1602)
- Remove the Services field from NetAddress. (#1610)
- Fix getBlocks to not add the anticone when some blocks were filtered by GetHashesBetween (#1611)
- Restructure the default ~/.kaspad directory layout (#1613)
- Replace the HomeDir flag with a AppDir flag (#1615)
- Implement BIP-143-like sighash (#1598)
- Change --datadir to --appdir and remove symmetrical connection in stability tests (#1617)
- Use BLAKE2B instead of HASH160, and get rid of any usage of RIPEMD160 and SHA1 (#1618)
- Replace ECMH with Muhash (#1624)
- Add support for multiple staging areas (#1633)
- Make sure the ghostdagDataStore cache is at least DifficultyAdjustmentBlockWindow sized (#1635)
- Resolve each block status in it's own staging area (#1634)
- Add mass limit to mempool (#1627)
- In RPC, use RPCTransactions and RPCBlocks instead of TransactionMessages and BlockMessages (#1609)
- Use go-secp256k1 v0.0.5 (#1640)
- Add a show-address subcommand to kaspawallet (#1653)
- Replace p2pkh with p2pk (#1650)
- Implement importing private keys into the wallet (#1655)
- Add dump unencrypted data sub command to the wallet (#1661)
- Add ECDSA support (#1657)
- Add OpCheckMultiSigECDSA (#1663)
- Add ECDSA support to the wallet (#1664)
- Make moving the pruning point faster (#1660)
- Implement new mechanism for updating UTXO Diffs (#1671)
- v0.10.0-rc425 Apr 2021pre-release
Nothing published for this version
- v0.10.0-rc321 Apr 2021pre-release
Nothing published for this version
- v0.10.0-rc220 Apr 2021pre-release
Nothing published for this version
- v0.10.0-rc125 Mar 2021pre-release
Nothing published for this version
- v0.10.0-dev18 Mar 2021pre-release
Nothing published for this version
- v0.10.0-alpha711 Apr 2021pre-release
Nothing published for this version
- v0.10.0-alpha631 Mar 2021pre-release
Nothing published for this version
- v0.10.0-alpha530 Mar 2021pre-release
Nothing published for this version
- v0.10.0-alpha429 Mar 2021pre-release
Nothing published for this version
- v0.10.0-alpha329 Mar 2021pre-release
Nothing published for this version
- v0.10.0-alpha225 Mar 2021pre-release
Nothing published for this version
- v0.10.0-alpha19 Mar 2021pre-release
Nothing published for this version
- v0.9.230 Mar 2021
Release notes2 sources agree
Open source →- Increase the route capacity of InvTransaction messages. (#1603) (#1637)
- v0.9.2-rc230 Mar 2021pre-release
Nothing published for this version
- v0.9.2-rc130 Mar 2021pre-release
Nothing published for this version
- v0.9.2-delay13 Apr 2021pre-release
Nothing published for this version
- v0.9.19 Mar 2021
- v0.9.1-rc1.0.20210314141248-0662afc56a4014 Mar 2021pre-release
Nothing published for this version