mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-24 06:25:55 +00:00
Update version and add #2131 to changelog.txt
This commit is contained in:
parent
90f9c6455b
commit
fdb20da171
@ -16,6 +16,7 @@ Bug fixes:
|
|||||||
* Fix RPC client memory/goroutine leak (#2122)
|
* Fix RPC client memory/goroutine leak (#2122)
|
||||||
* Fix a subtle lock sync issue in consensus insert block (#2121)
|
* Fix a subtle lock sync issue in consensus insert block (#2121)
|
||||||
* Mempool: Retrieve stable state of the mempool. Optimze get mempool entries by addresses (#2111)
|
* Mempool: Retrieve stable state of the mempool. Optimze get mempool entries by addresses (#2111)
|
||||||
|
* Kaspawallet.send(): Make separate context for Broadcast, to prolong timeout (#2131)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
|
|||||||
const (
|
const (
|
||||||
appMajor uint = 0
|
appMajor uint = 0
|
||||||
appMinor uint = 12
|
appMinor uint = 12
|
||||||
appPatch uint = 4
|
appPatch uint = 5
|
||||||
)
|
)
|
||||||
|
|
||||||
// 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