Skip to content

v2.0.0.11

Compare
Choose a tag to compare
@mjmacleod mjmacleod released this 17 Aug 12:20
· 4552 commits to master since this release

UI - Display full converted balance in upper left for forex (Euro or other currency) display instead of only available balance; Add a tooltip to break down the different amounts when hovered over.
UI - Fix an issue where the transaction list would sometimes show confusing more recent timestamps when importing a witness-only key or recovering from phrase.
RPC - New command "getaddress" as a way to easily get Gulden address(es) from a pubkey or script.
RPC - New command "emptymempool" to temporarily empty the mempool of all transactions, useful for debugging as well as a last resort tool if mining pools ever find themselves in a situation where mempool is somehow misbehaving.
RPC - Fix a crash when calling 'validateaddress' with no wallet.
CORE - Fix a "CreateBlock" issue that was triggering in rare circumstances and affecting "getblocktemplate" RPC calls by miners when it did.
CORE - Fix a crash that can occur du ring rescan when using zapwallettxes.
CORE - Enable witness renewal and emptying of witness accounts whose lock period has expired - from block 797000 onwards.
CMDFLAG - New command line flag "-disablenet" to start with networking disabled, useful in some debugging scenarios.
CMDFLAG - New command line flag "-zmqpubstalledwitness" to turn on zmq monitoring for stalled witnesses.
ZMQ - Add new message "stalledwitness" which can be used by services to monitor for slow and absent witnesses - enabled via CMDFLAG "zmqpubstalledwitness"