mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-07 14:46:44 +00:00
Update to version v0.11.9 plus changelog update (#1919)
This commit is contained in:
parent
71b284f4d5
commit
14b2bcbd81
@ -1,3 +1,20 @@
|
|||||||
|
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 - 2021-12-13
|
Kaspad v0.11.8 - 2021-12-13
|
||||||
===========================
|
===========================
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
|
|||||||
const (
|
const (
|
||||||
appMajor uint = 0
|
appMajor uint = 0
|
||||||
appMinor uint = 11
|
appMinor uint = 11
|
||||||
appPatch uint = 8
|
appPatch uint = 9
|
||||||
)
|
)
|
||||||
|
|
||||||
// appBuild is defined as a variable so it can be overridden during the build
|
// appBuild is defined as a variable so it can be overridden during the build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user