v1.3.14
Release Notes
This is a major stability update to DeFiChain node.
Recommended Update
This is an optional but recommended update for regular users. This update is a mandatory upgrade for masternode owners.
Changelog
From v1.3.9, our last public release.
- Fixed occasional block stalling issue by preventing bad transaction propagation #137
- Improved handling of account history #128
- Pass updated coinview copy to RPC check function #139
sendtokenstoaddress
sorting fix #135- Prevent transactions in blocks from going below account balance #136
- Include wallet UTXO standard txs in account history #132
- RPC for cleaning of local mempool #133
- Improvements to the
listaccounthistory
RPC call #120 - Various other bug fixes and improvements
How to run
Download and untar the relevant version to your operating system, run bin/defid
or bin/defid.exe
to start a DeFi Blockchain daemon. The client (CLI) can be found at bin/defi-cli
or bin/defi-cli.exe
.
App (GUI) users
If you are running the desktop app, you do not have to manually update the underlying node. Check https://github.com/DeFiCh/defi-app/releases for the latest releases.
Compatibility
Defid is compatible with Linux, Mac OSX and Windows.
Known bugs
listaccounthistory
has some known bugs where rewards and token transactions might not report correctly, especially for addresses that are not in wallet. Downgrade to 1.3.9 if you uselistaccounthistory
for such use-case.