Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Release is now available from:
https://www.dash.org/downloads/#wallets
This is a new major version release, bringing new features, various bugfixes and other improvements.
Please report bugs using the issue tracker at github:
https://github.com/dashpay/dash/issues
Upgrading and downgrading
How to Upgrade
If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the installer (on Windows) or just copy over /Applications/Dash-Qt (on Mac) or dashd/dash-qt (on Linux). If you upgrade after DIP0003 activation and you were using version < 0.13 you will have to reindex (start with -reindex-chainstate or -reindex) to make sure your wallet has all the new data synced. Upgrading from version 0.13 should not require any additional actions.
When upgrading from a version prior to 0.14.0.3, the first startup of Dash Core will run a migration process which can take a few minutes to finish. After the migration, a downgrade to an older version is only possible with a reindex (or reindex-chainstate).
Downgrade warning
Downgrade to a version < 0.14.0.3
Downgrading to a version smaller than 0.14.0.3 is not supported anymore due to changes in the "evodb" database format. If you need to use an older version, you have to perform a reindex or re-sync the whole chain.
Notable changes
Removal of the p2p alert system
The p2p alert system was designed to send messages to all nodes supporting it by someone who holds so called alert keys to notify such nodes in case of severe network issues. This version removes the alert p2p message and --alert option. Internal alerts, partition detection warnings and the --alertnotify option features remain.
Removal of the legacy InstantSend system
Version 0.14 introduced the new LLMQ-based InstantSend system which is designed to be much more scalable than the legacy one without sacrificing security. The new system also allows all transactions to be treated as InstantSend transactions. The legacy system was disabled together with the successful deployment of ChainLocks, but we had to keep supporting the legacy system for a while to ensure a smooth transition period. This version finally drops the legacy system completely.
Read more about ChainLocks: https://github.com/dashpay/dips/blob/master/dip-0008.md Read more about LLMQ-based InstantSend: https://github.com/dashpay/dips/blob/master/dip-0010.md
Sporks
The security level of ChainLocks and LLMQ-based InstantSend made sporks SPORK_5_INSTANTSEND_MAX_VALUE and SPORK_12_RECONSIDER_BLOCKS obsolete, so they are removed now. Sporks SPORK_15_DETERMINISTIC_MNS_ENABLED, SPORK_16_INSTANTSEND_AUTOLOCKS and SPORK_20_INSTANTSEND_LLMQ_BASED have no code logic behind them anymore because they were used as part of the DIP0003, DIP0008 and DIP0010 activation process which is finished now. They are still kept and relayed only to ensure smooth operation of v0.14 clients and will be removed in some future version.
Mempool sync improvements
Nodes joining the network will now try to sync their mempool from other v0.15+ peers via the mempool p2p message. This behaviour can be disabled via the new --syncmempool option. Nodes serving such requests will now also push inv p2p messages for InstandSend locks which are held for transactions in their mempool. These two changes should help new nodes to quickly catchup on start and detect any potential double-spend as soon as possible. This should also help wallets to slightly improve UX by showing the correct status of unconfirmed transactions locked via InstandSend, if they were sent while the receiving wallet was offline. Note that bloom-filters still apply to such inv messages, just like they do for transactions and locks that are relayed on a regular basis.
PrivateSend improvements
This version decouples the so called "Lite Mode" and client-side PrivateSend mixing, which allows client-side mixing on pruned nodes running with --litemode option. Such nodes will have to also specify the newly redefined --enableprivatesend option. Non-prunned nodes do not have to do this but they can use --enableprivatesend option to disable mixing completely instead. Please note that specifying this option does not start mixing automatically anymore (which was the case in previous versions). To automatically start mixing, use the new --privatesendautostart option in addition to --enableprivatesend. Additionally, PrivateSend can always be controlled with the privatesend RPC.
Thanks to LLMQ-based InstantSend and its ability to lock chains of unconfirmed transactions (and not only a single one like in the legacy system), PrivateSend mixing speed has improved significantly. In such an environment Liquidity Provider Mode, which was introduced a long time ago to support mixing volume, is no longer needed and is removed now. As such the --liquidityprovider option is not available anymore.
Some other improvements were also introduced to speed up mixing, e.g. by joining more queues or dropping potential malicious mixing participants faster by checking some rules earlier etc. Lots of related code was refactored to further improve its readability, which should make it easier for someone to re-implement PrivateSend correctly in other wallets if there is a desire to do so.
Wallet changes
Wallet internals were optimized to significantly improve performance which should be especially notable for huge wallets with tens of thousands of transactions or more. The GUI for such wallets should be much more responsive too now.
Running Masternodes from local wallets was deprecated a long time ago and starting from this version we disable wallet functionality on Masternodes completely.
GUI changes
The Qt GUI went through a refresh to follow branding color guides and to make it feel lighter. All old themes besides the Traditional one (the one with a minimal styling) were removed and instead a new Dark theme was added.
In this version we made a lot of optimizations to remove various lags and lockups, the GUI in general should feel much more smoother now, especially for huge wallets or when navigating through the masternode list. The latter has a few new columns (collateral, owner and voting addresses) which give more options to filter and/or sort the list. All issues with hi-dpi monitors should also be fixed now.
The "Send" popup dialog was slightly tweaked to improve the language and provide a bit more information about inputs included in the transaction, its size and the actual resulting fee rate. It will also show the number of inputs a PrivateSend transaction is going to consume and display a warning regarding sender privacy if this number is 10 or higher.
Changes in regtest and devnet p2p/rpc ports
Default p2p and rpc ports for devnets and regtest were changed to ensure their consistency and to avoid any potential interference with bitcoin's regtests. New default p2p/rpc ports for devnet are 19799/19798, for regtest - 19899/19898 respectively.
ZMQ changes
Added two new messages rawchainlocksig and rawtxlocksig which return the raw data of the block/transaction concatenated with the corresponding clsig/islock message respectively.
Crash reports and stack traces
Binaries built with Gitian (including all official releases) will from now on always have crash reports and crash hooks enabled. This means, that all binaries will print some information about the stack trace at the time of a crash. If no debug information is present at crash time (which is usually the case), the binaries will print a line that looks like this:
If you encounter such a crash, include these lines when you report the crash and we will be able to debug it further. Anyone interested in running the specified -printcrashinfo command can do so after copying the debug info file from the Gitian build to the same place where the binary is located. This will then print a detailed stack trace.
RPC changes
There are a few changes in existing RPC interfaces in this release:
- no more
instantsendfield in various RPC commands use-IS,use_isandinstantsendoptions are deprecated in various RPC commands and have no effect anymore- added new
merkleRootQuorumsfield ingetblockRPC results - individual Dash-specific fields which were used to display soft-fork progress in
getblockchaininfoare replaced with the backportedstatisticsobject privatesend_balancefield is shown in all related RPC results regardless of the Lite Mode or PrivateSend state- added
pubKeyOperatorfield for each masternode inquorum infoRPC response
There are also new RPC commands:
getbestchainlockgetmerkleblocksgetprivatesendinfo
getpoolinfo was deprecated in favor of getprivatesendinfo and no longer returns any data.
There are also new RPC commands backported from Bitcoin Core 0.15:
abortrescancombinerawtransactiongetblockstatsgetchaintxstatslistwalletslogginguptime
Make sure to check Bitcoin Core 0.15 release notes in a section below for more RPC changes.
See help command in rpc for more info.
Command-line options
Changes in existing cmd-line options:
--enableprivatesendoption has a new meaning now, see PrivateSend section for more info
New cmd-line options:
--printcrashinfo--syncmempool--privatesendautostart
Few cmd-line options are no longer supported:
--alerts--masternode, deprecated, specifying--masternodeblsprivkeyoption alone is enough to enable masternode mode now--liquidityprovider--enableinstantsend, dropped due to removal of the Legacy InstantSend
Make sure to check Bitcoin Core 0.15 release notes in a section below for more changes in command-line options.
See Help -> Command-line options in Qt wallet or dashd --help for more info.
Build system
This version always includes stacktraces in binaries now, --enable-stacktraces option is no longer available. Instead you can choose if you want to hook crash reporting into various types of crashes by using --enable-crash-hooks option (default is no). When using this option on macOS make sure to build binaries with make -C src osx_debug.
Backports from Bitcoin Core 0.15
Most of the changes between Bitcoin Core 0.14 and Bitcoin Core 0.15 have been backported into Dash Core 0.15. We only excluded backports which do not align with Dash, like SegWit or RBF related changes.
You can read about changes brought by backporting from Bitcoin Core 0.15 in following docs:
- https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.15.0.md
- https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.15.1.md
Some other individual PRs were backported from versions 0.16+, you can find the full list of backported PRs and additional fixes in https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.15-backports.md
Miscellaneous
A lot of refactoring, backports, code cleanups and other small fixes were done in this release. Dash-specific modules were reorganized in separate folders to make navigation through code a bit easier.
0.15 Change log
See detailed set of changes.
3c055bf79Bump nMinimumChainWork and defaultAssumeValid (#3336)818e7a6f7Update release notes9d5c3d12eTry to actually accept newly created dstx-es into masternode's mempool (#3332)f23e722daSwitch CLIENT_VERSION_IS_RELEASE totruefor v0.15 (#3306)b57f1dac8Update release notes15c6df583Bring back "about" menu icon (#3329)2c30818f7Add pubKeyOperator toquorum inforpc response (#3327)2bbf78c1bUpdate release-notes.md2c305d02dUpdate translations 2020-02-03 (#3322)672e18e48Only sync mempool from v0.15+ (proto 70216+) nodes (#3321)829bde81eFix dark text on dark background in combobox dropdowns on windows (#3315)c0a671e84Fix node protection logic false positives (#3314)8d5fc6e0aMerge #13162: [net] Don't incorrectly log that REJECT messages are unknown.9e711befdMore of 13946e5e3572e9Merge #13946: p2p: Clarify control flow in ProcessMessagedbbc51121Addautomakepackage to dash-win-signer's packages list (#3307)fd0f24335[Trivial] Release note update (#3308)058872d4fUpdate release-notes.md546e69f1aFix CActiveMasternodeManager::GetLocalAddress to prefer IPv4 if multiple local addresses are known (#3304)e4ef7e8d0Drop unusedinvSetinCDKGSession(#3303)da7686c93Update translations 2020-01-23 (#3302)6b5d3edaeFix dip4-coinbasemerkleroots.py race condition (#3297)a8213cadbVarious fixes for DSTX-es (#3295)2c26bdf2dUpdate release-notes.md1d9adbe63Replace generic CScopedDBTransaction with specialized CEvoDBScopedCommitter (#3292)8fd486c6bTranslations 2020-01 (#3192)3c54f6527Bump copyright year to 2020 (#3290)35d28c748Update man pages (#3291)203cc9077trivial: adding SVG and high contrast icons (#3209)e875d4925Define defaultTheme and darkThemePrefix as constants and use them instead of plain strings (#3288)1d203b422Bump PROTOCOL_VERSION to 70216 (#3287)b84482ac5Let regtest have its own qt settings (#3286)1c885bbedOnly load valid themes, fallback to "Light" theme otherwise (#3285)ce924278dDon't load caches when blocks/chainstate was deleted and also delete old caches (#3280)ebf529e8aDrop new connection instead of old one when duplicate MNAUTH is received (#3272)817cd9a17AppInitMain should quit early and returnfalseif shutdown was requested at some point (#3267)42e104932Tweak few more strings re mixing and balances (#3265)d30eeb6f8Use -Wno-psabi for arm builds on Travis/Gitlab (#3264)1df3c67a8A few fixes for integration tests (#3263)6e50a7b2aFix params.size() check in "protx list wallet" RPC (#3259)1a1cec224Fix pull request detection in .gitlab-ci.yml (#3256)31afa9c0fDon't disconnect masternode connections when we have less then the desired amount of outbound nodes (#3255)cecbbab3cmove privatesend rpc methods from rpc/masternode.cpp to new rpc/privatesend.cpp (#3253)8e054f374Sync mempool from other nodes on start (#3251)474f25b8dPush islock invs when syncing mempool (#3250)3b0f8ff8bSkip mnsync restrictions for whitelisted and manually added nodes (#3249)fd94e9c38Streamline, refactor and unify PS checks for mixing entries and final txes (#3246)c42b20097Try to avoid being marked as a bad quorum member when we sleep for too long in SleepBeforePhase (#3245)db6ea1de8Fix log output in CDKGPendingMessages::PushPendingMessage (#3244)416d85b29Tolerate parent cache with empty cache-artifact directory (#3240)0c9c27c6fAdd ccache to gitian packages lists (#3237)65206833eFix menu bar text color in Dark theme (#3236)7331d4eddBump wait_for_chainlocked_block_all_nodes timeout in llmq-is-retroactive.py to 30 sec when mining lots of blocks at once (#3238)dad102669Update static and dns seeds for mainnet and testnet (#3234)9378c271bModify makesseeds.py to work with "protx list valid 1" instead of "masternode list (#3235) - <a href="https://github.com/dashpay/dash/commit/91a996e32"><tt>91a996e32</tt></a> Make sure mempool txes are properly processed by CChainLocksHandler despite node restarts (#3226) - <a href="https://github.com/dashpay/dash/commit/2b587f0eb"><tt>2b587f0eb</tt></a> Slightly refactor CDKGSessionHandler::SleepBeforePhase (#3224) - <a href="https://github.com/dashpay/dash/commit/fdb05860e"><tt>fdb05860e</tt></a> Don't join thread in CQuorum::~CQuorum when called from within the thread (#3223) - <a href="https://github.com/dashpay/dash/commit/4c00d98ea"><tt>4c00d98ea</tt></a> Allow re-signing of IS locks when performing retroactive signing (#3219) - <a href="https://github.com/dashpay/dash/commit/b4b9d3467"><tt>b4b9d3467</tt></a> Tests: Fix the way nodes are connected to each other in setup_network/start_masternodes (#3221) - <a href="https://github.com/dashpay/dash/commit/dfe99c950"><tt>dfe99c950</tt></a> Decouple cs_mnauth/cs_main (#3220) - <a href="https://github.com/dashpay/dash/commit/08f447af9"><tt>08f447af9</tt></a> Tests: Allow specifying different cmd-line params for each masternode (#3222) - <a href="https://github.com/dashpay/dash/commit/9dad60386"><tt>9dad60386</tt></a> Tweak "Send" popup and refactor related code a bit (#3218) - <a href="https://github.com/dashpay/dash/commit/bb7a32d2e"><tt>bb7a32d2e</tt></a> Add Dark theme (#3216) - <a href="https://github.com/dashpay/dash/commit/05ac4dbb4"><tt>05ac4dbb4</tt></a> Dashify few strings (#3214) - <a href="https://github.com/dashpay/dash/commit/482a549a2"><tt>482a549a2</tt></a> Add collateral, owner and voting addresses to masternode list table (#3207) - <a href="https://github.com/dashpay/dash/commit/37f96f5a3"><tt>37f96f5a3</tt></a> Bump version to 0.15 and update few const-s/chainparams (#3204) - <a href="https://github.com/dashpay/dash/commit/9de994988"><tt>9de994988</tt></a> Compliance changes to terminology (#3211) - <a href="https://github.com/dashpay/dash/commit/d475f17bc"><tt>d475f17bc</tt></a> Fix styles for progress dialogs, shutdown window and text selection (#3212) - <a href="https://github.com/dashpay/dash/commit/df372ec5f"><tt>df372ec5f</tt></a> Fix off-by-one error for coinbase txes confirmation icons (#3206) - <a href="https://github.com/dashpay/dash/commit/1e94e3333"><tt>1e94e3333</tt></a> Fix styling for disabled buttons (#3205) - <a href="https://github.com/dashpay/dash/commit/7677b5578"><tt>7677b5578</tt></a> Actually apply CSS styling to RPC console (#3201) - <a href="https://github.com/dashpay/dash/commit/63cc22d5e"><tt>63cc22d5e</tt></a> More Qt tweaks (#3200) - <a href="https://github.com/dashpay/dash/commit/7aa9c43f8"><tt>7aa9c43f8</tt></a> Few Qt tweaks (#3199) - <a href="https://github.com/dashpay/dash/commit/fd50c1c71"><tt>fd50c1c71</tt></a> Hold cs_main/cs_wallet in main MakeCollateralAmounts (#3197) - <a href="https://github.com/dashpay/dash/commit/460e0f475"><tt>460e0f475</tt></a> Fix locking of funds for mixing (#3194) - <a href="https://github.com/dashpay/dash/commit/415b81e41"><tt>415b81e41</tt></a> Refactor some pow functions (#3198) - <a href="https://github.com/dashpay/dash/commit/b2fed3862"><tt>b2fed3862</tt></a> A few trivial fixes for RPCs (#3196) - <a href="https://github.com/dashpay/dash/commit/f8296364a"><tt>f8296364a</tt></a> Two trivial fixes for logs (#3195) - <a href="https://github.com/dashpay/dash/commit/d5cc88f00"><tt>d5cc88f00</tt></a> Should mark tx as a PS one regardless of change calculations in CreateTransaction (#3193) - <a href="https://github.com/dashpay/dash/commit/e9235b9bb"><tt>e9235b9bb</tt></a> trivial: Rename txid paramater for gobject voteraw (#3191) - <a href="https://github.com/dashpay/dash/commit/70b320bab"><tt>70b320bab</tt></a> Detect masternode mode from masternodeblsprivkey arg (#3188) - <a href="https://github.com/dashpay/dash/commit/1091ab3c6"><tt>1091ab3c6</tt></a> Translations201909 (#3107) - <a href="https://github.com/dashpay/dash/commit/251fb5e69"><tt>251fb5e69</tt></a> Slightly optimize ApproximateBestSubset and its usage for PS txes (#3184) - <a href="https://github.com/dashpay/dash/commit/a55624b25"><tt>a55624b25</tt></a> Fix 3182: Append scrollbar styles (#3186) - <a href="https://github.com/dashpay/dash/commit/1bbe1adb4"><tt>1bbe1adb4</tt></a> Add a simple test for payoutAddress reuse in <tt>protx update_registrar</tt> (#3183) - <a href="https://github.com/dashpay/dash/commit/372389d23"><tt>372389d23</tt></a> Disable styling for scrollbars on macos (#3182) - <a href="https://github.com/dashpay/dash/commit/e0781095f"><tt>e0781095f</tt></a> A couple of fixes for additional indexes (#3181) - <a href="https://github.com/dashpay/dash/commit/d3ce0964b"><tt>d3ce0964b</tt></a> Add Qt GUI refresh w/branding updates (#3000) - <a href="https://github.com/dashpay/dash/commit/9bc699ff2"><tt>9bc699ff2</tt></a> Update activemn if protx info changed (#3176) - <a href="https://github.com/dashpay/dash/commit/bbd9b10d4"><tt>bbd9b10d4</tt></a> Refactor nonLockedTxsByInputs (#3178) - <a href="https://github.com/dashpay/dash/commit/64a913d6f"><tt>64a913d6f</tt></a> Allow empty strings in <tt>protx update_registrar</tt> as an option to re-use current values (#3177) - <a href="https://github.com/dashpay/dash/commit/3c21d2577"><tt>3c21d2577</tt></a> Slightly adjust some README.md files (#3175) - <a href="https://github.com/dashpay/dash/commit/883fcbe8b"><tt>883fcbe8b</tt></a> Always run extended tests in Gitlab CI (#3173) - <a href="https://github.com/dashpay/dash/commit/a7492c1d3"><tt>a7492c1d3</tt></a> Handle coin type via CCoinControl (#3172) - <a href="https://github.com/dashpay/dash/commit/0d1a04905"><tt>0d1a04905</tt></a> Don't show individual messages for each TX when too many come in at once (#3170) - <a href="https://github.com/dashpay/dash/commit/589c89250"><tt>589c89250</tt></a> Fix 2 more bottlenecks causing GUI lockups (#3169) - <a href="https://github.com/dashpay/dash/commit/dfd6ee472"><tt>dfd6ee472</tt></a> Actually update spent index on DisconnectBlock (#3167) - <a href="https://github.com/dashpay/dash/commit/3c818e95b"><tt>3c818e95b</tt></a> Only track last seen time instead of first and last seen time (#3165) - <a href="https://github.com/dashpay/dash/commit/df3dbe85b"><tt>df3dbe85b</tt></a> Wait for sporks to propagate in llmq-chainlocks.py before mining new blocks (#3168) - <a href="https://github.com/dashpay/dash/commit/8cbd63d9e"><tt>8cbd63d9e</tt></a> Make HD wallet warning a bit more natural (#3164) - <a href="https://github.com/dashpay/dash/commit/001c4338b"><tt>001c4338b</tt></a> Improved messaging for ip address errors (#3163) - <a href="https://github.com/dashpay/dash/commit/33d04ebf2"><tt>33d04ebf2</tt></a> Disable move ctor/operator for CKeyHolder (#3162) - <a href="https://github.com/dashpay/dash/commit/da2f503a4"><tt>da2f503a4</tt></a> Fix largest part of GUI lockups with large wallets (#3155) - <a href="https://github.com/dashpay/dash/commit/3c6b5f98e"><tt>3c6b5f98e</tt></a> Use wallet UTXOs whenever possible to avoid looping through all wallet txes (#3156) - <a href="https://github.com/dashpay/dash/commit/4db91c605"><tt>4db91c605</tt></a> Fix Gitlab cache issues (#3160) - <a href="https://github.com/dashpay/dash/commit/e9ed35482"><tt>e9ed35482</tt></a> Partially revert 3061 (#3150) - <a href="https://github.com/dashpay/dash/commit/4b6af8f2c"><tt>4b6af8f2c</tt></a> Few fixes related to SelectCoinsGroupedByAddresses (#3144) - <a href="https://github.com/dashpay/dash/commit/859d60f81"><tt>859d60f81</tt></a> Don't use $CACHE_DIR in after_script (#3159) - <a href="https://github.com/dashpay/dash/commit/be127bc2e"><tt>be127bc2e</tt></a> Replace vecAskFor with a priority queue (#3147) - <a href="https://github.com/dashpay/dash/commit/a13a9182d"><tt>a13a9182d</tt></a> Add missing "notfound" and "getsporks" to messagemap (#3146) - <a href="https://github.com/dashpay/dash/commit/efd8d2c82"><tt>efd8d2c82</tt></a> Avoid propagating InstantSend related old recovered sigs (#3145) - <a href="https://github.com/dashpay/dash/commit/24fee3051"><tt>24fee3051</tt></a> Add support for Gitlab CI (#3149) - <a href="https://github.com/dashpay/dash/commit/1cbe280ad"><tt>1cbe280ad</tt></a> Qt: Remove old themes (#3141) - <a href="https://github.com/dashpay/dash/commit/dcdf1f3a6"><tt>dcdf1f3a6</tt></a> Some refactoring for spork related functionality in tests (#3137) - <a href="https://github.com/dashpay/dash/commit/411241471"><tt>411241471</tt></a> Introduce getprivatesendinfo and deprecate getpoolinfo (#3140) - <a href="https://github.com/dashpay/dash/commit/152c10bc4"><tt>152c10bc4</tt></a> Various fixes for mixing queues (#3138) - <a href="https://github.com/dashpay/dash/commit/e0c56246f"><tt>e0c56246f</tt></a> Fixes and refactorings related to using mnsync in tests (#3136) - <a href="https://github.com/dashpay/dash/commit/f8e238c5b"><tt>f8e238c5b</tt></a> [Trivial] RPC help updates (#3134) - <a href="https://github.com/dashpay/dash/commit/d49ee618f"><tt>d49ee618f</tt></a> Add more logging to DashTestFramework (#3130) - <a href="https://github.com/dashpay/dash/commit/cd6c5b4b4"><tt>cd6c5b4b4</tt></a> Multiple fixes for ChainLock tests (#3129) - <a href="https://github.com/dashpay/dash/commit/e06c116d2"><tt>e06c116d2</tt></a> Actually pass extra_args to nodes in assumevalid.py (#3131) - <a href="https://github.com/dashpay/dash/commit/737ac967f"><tt>737ac967f</tt></a> Refactor some Dash-specific <tt>wait_for*</tt> functions in tests (#3122) - <a href="https://github.com/dashpay/dash/commit/b4aefb513"><tt>b4aefb513</tt></a> Also consider txindex for transactions in AlreadyHave() (#3126) - <a href="https://github.com/dashpay/dash/commit/d9e98e31e"><tt>d9e98e31e</tt></a> Fix scripted diff check condition (#3128) - <a href="https://github.com/dashpay/dash/commit/bad3243b8"><tt>bad3243b8</tt></a> Bump mocktime before generating new blocks and generate a few blocks at the end of <tt>test_mempool_doublespend</tt> in <tt>p2p-instantsend.py</tt> (#3125) - <a href="https://github.com/dashpay/dash/commit/82ebba18f"><tt>82ebba18f</tt></a> Few fixes for <tt>wait_for_instantlock</tt> (#3123) - <a href="https://github.com/dashpay/dash/commit/a2fa9bb7e"><tt>a2fa9bb7e</tt></a> Ignore recent rejects filter for locked txes (#3124) - <a href="https://github.com/dashpay/dash/commit/2ca2138fc"><tt>2ca2138fc</tt></a> Whitelist nodes in llmq-dkgerrors.py (#3112) - <a href="https://github.com/dashpay/dash/commit/a8fa5cff9"><tt>a8fa5cff9</tt></a> Make orphan TX map limiting dependent on total TX size instead of TX count (#3121) - <a href="https://github.com/dashpay/dash/commit/746b5f8cd"><tt>746b5f8cd</tt></a> Remove commented out code (#3117) - <a href="https://github.com/dashpay/dash/commit/3ac583cce"><tt>3ac583cce</tt></a> docs: Add packages for building in Alpine Linux (#3115) - <a href="https://github.com/dashpay/dash/commit/c5da93851"><tt>c5da93851</tt></a> A couple of minor improvements in IS code (#3114) - <a href="https://github.com/dashpay/dash/commit/43b7c31d9"><tt>43b7c31d9</tt></a> Wait for the actual best block chainlock in llmq-chainlocks.py (#3109) - <a href="https://github.com/dashpay/dash/commit/22ac6ba4e"><tt>22ac6ba4e</tt></a> Make sure chainlocks and blocks are propagated in llmq-is-cl-conflicts.py before moving to next steps (#3108) - <a href="https://github.com/dashpay/dash/commit/9f1ee8c70"><tt>9f1ee8c70</tt></a> scripted-diff: Refactor llmq type consensus param names (#3093) - <a href="https://github.com/dashpay/dash/commit/1c74b668b"><tt>1c74b668b</tt></a> Introduce getbestchainlock rpc and fix llmq-is-cl-conflicts.py (#3094) - <a href="https://github.com/dashpay/dash/commit/ac0270871"><tt>ac0270871</tt></a> Respect <tt>logips</tt> config option in few more log outputs (#3078) - <a href="https://github.com/dashpay/dash/commit/d26b6a84c"><tt>d26b6a84c</tt></a> Fix a couple of issues with PS fee calculations (#3077) - <a href="https://github.com/dashpay/dash/commit/40399fd97"><tt>40399fd97</tt></a> Circumvent BIP69 sorting in fundrawtransaction.py test (#3100) - <a href="https://github.com/dashpay/dash/commit/e2d651f60"><tt>e2d651f60</tt></a> Add OpenSSL termios fix for musl libc (#3099) - <a href="https://github.com/dashpay/dash/commit/783653f6a"><tt>783653f6a</tt></a> Ensure execinfo.h and linker flags set in autoconf (#3098) - <a href="https://github.com/dashpay/dash/commit/7320c3da2"><tt>7320c3da2</tt></a> Refresh zmq 4.1.5 patches (#3092) - <a href="https://github.com/dashpay/dash/commit/822e617be"><tt>822e617be</tt></a> Fix chia_bls include prefix (#3091) - <a href="https://github.com/dashpay/dash/commit/35f079cbf"><tt>35f079cbf</tt></a> Remove unused code (#3097) - <a href="https://github.com/dashpay/dash/commit/1acde17e8"><tt>1acde17e8</tt></a> Don't care about governance cache while the blockchain isn't synced yet (#3089) - <a href="https://github.com/dashpay/dash/commit/0d126c2ae"><tt>0d126c2ae</tt></a> Use chainparams factory for devnet (#3087) - <a href="https://github.com/dashpay/dash/commit/ac90abe89"><tt>ac90abe89</tt></a> When mixing, always try to join an exsisting queue, only fall back to starting a new queue (#3085) - <a href="https://github.com/dashpay/dash/commit/68d575dc0"><tt>68d575dc0</tt></a> Masternodes should have no wallet enabled (#3084) - <a href="https://github.com/dashpay/dash/commit/6b5b70fab"><tt>6b5b70fab</tt></a> Remove liquidity provider privatesend (#3082) - <a href="https://github.com/dashpay/dash/commit/0b2221ed6"><tt>0b2221ed6</tt></a> Clarify default max peer connections (#3081) - <a href="https://github.com/dashpay/dash/commit/c22169d57"><tt>c22169d57</tt></a> Reduce non-debug PS log output (#3076) - <a href="https://github.com/dashpay/dash/commit/41ae1c7e2"><tt>41ae1c7e2</tt></a> Add LDFLAGS_WRAP_EXCEPTIONS to dash_fuzzy linking (#3075) - <a href="https://github.com/dashpay/dash/commit/77b88558e"><tt>77b88558e</tt></a> Update/modernize macOS plist (#3074) - <a href="https://github.com/dashpay/dash/commit/f1ff14818"><tt>f1ff14818</tt></a> Fix bip69 vs change position issue (#3063) - <a href="https://github.com/dashpay/dash/commit/9abc39383"><tt>9abc39383</tt></a> Refactor few things here and there (#3066) - <a href="https://github.com/dashpay/dash/commit/3d5eabcfb"><tt>3d5eabcfb</tt></a> Update/unify <tt>debug</tt> and <tt>logging</tt> rpc descriptions (#3071) - <a href="https://github.com/dashpay/dash/commit/0e94e97cc"><tt>0e94e97cc</tt></a> Add missing tx <tt>type</tt> to <tt>TxToUniv</tt> (#3069) - <a href="https://github.com/dashpay/dash/commit/becca24fc"><tt>becca24fc</tt></a> Few fixes in docs/comments (#3068) - <a href="https://github.com/dashpay/dash/commit/9d109d6a3"><tt>9d109d6a3</tt></a> Add missing <tt>instantlock</tt>/<tt>instantlock_internal</tt> to <tt>getblock</tt>'s <tt>verbosity=2</tt> mode (#3067) - <a href="https://github.com/dashpay/dash/commit/0f088d03a"><tt>0f088d03a</tt></a> Change regtest and devnet p2p/rpc ports (#3064) - <a href="https://github.com/dashpay/dash/commit/190542256"><tt>190542256</tt></a> Rework govobject/trigger cleanup a bit (#3070) - <a href="https://github.com/dashpay/dash/commit/386de78bc"><tt>386de78bc</tt></a> Fix SelectCoinsMinConf to allow instant respends (#3061) - <a href="https://github.com/dashpay/dash/commit/cbbeec689"><tt>cbbeec689</tt></a> RPC Getrawtransaction fix (#3065) - <a href="https://github.com/dashpay/dash/commit/1e3496799"><tt>1e3496799</tt></a> Added getmemoryinfo parameter string update (#3062) - <a href="https://github.com/dashpay/dash/commit/9d2d8cced"><tt>9d2d8cced</tt></a> Add a few malleability tests for DIP2/3 transactions (#3060) - <a href="https://github.com/dashpay/dash/commit/4983f7abb"><tt>4983f7abb</tt></a> RPC Fix typo in getmerkleblocks help (#3056) - <a href="https://github.com/dashpay/dash/commit/a78dcfdec"><tt>a78dcfdec</tt></a> Add the public GPG key for Pasta for Gitian building (#3057) - <a href="https://github.com/dashpay/dash/commit/929c892c0"><tt>929c892c0</tt></a> Remove p2p alert leftovers (#3050) - <a href="https://github.com/dashpay/dash/commit/dd7873857"><tt>dd7873857</tt></a> Re-verify invalid IS sigs when the active quorum set rotated (#3052) - <a href="https://github.com/dashpay/dash/commit/13e023510"><tt>13e023510</tt></a> Remove recovered sigs from the LLMQ db when corresponding IS locks get confirmed (#3048) - <a href="https://github.com/dashpay/dash/commit/4a7525da3"><tt>4a7525da3</tt></a> Add "instantsendlocks" to getmempoolinfo RPC (#3047) - <a href="https://github.com/dashpay/dash/commit/fbb49f92d"><tt>fbb49f92d</tt></a> Bail out properly on Evo DB consistency check failures in ConnectBlock/DisconnectBlock (#3044) - <a href="https://github.com/dashpay/dash/commit/8d89350b8"><tt>8d89350b8</tt></a> Use less alarming fee warning note (#3038) - <a href="https://github.com/dashpay/dash/commit/02f6188e8"><tt>02f6188e8</tt></a> Do not count 0-fee txes for fee estimation (#3037) - <a href="https://github.com/dashpay/dash/commit/f0c73f5ce"><tt>f0c73f5ce</tt></a> Revert "Skip mempool.dat when wallet is starting in "zap" mode (#2782)" - <a href="https://github.com/dashpay/dash/commit/be3bc48c9"><tt>be3bc48c9</tt></a> Fix broken link in PrivateSend info dialog (#3031) - <a href="https://github.com/dashpay/dash/commit/acab8c552"><tt>acab8c552</tt></a> Add Dash Core Group codesign certificate (#3027) - <a href="https://github.com/dashpay/dash/commit/a1c4321e9"><tt>a1c4321e9</tt></a> Fix osslsigncode compile issue in gitian-build (#3026) - <a href="https://github.com/dashpay/dash/commit/2f21e5551"><tt>2f21e5551</tt></a> Remove legacy InstantSend code (#3020) - <a href="https://github.com/dashpay/dash/commit/7a440d626"><tt>7a440d626</tt></a> Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) - <a href="https://github.com/dashpay/dash/commit/85fcf32c9"><tt>85fcf32c9</tt></a> Remove support for InstantSend locked gobject collaterals (#3019) - <a href="https://github.com/dashpay/dash/commit/bdec34c94"><tt>bdec34c94</tt></a> remove DS mixes once they have been included in a chainlocked block (#3015) - <a href="https://github.com/dashpay/dash/commit/ee9adb948"><tt>ee9adb948</tt></a> Use std::unique_ptr for mnList in CSimplifiedMNList (#3014) - <a href="https://github.com/dashpay/dash/commit/b401a3baa"><tt>b401a3baa</tt></a> Fix compilation on Ubuntu 16.04 (#3013) - <a href="https://github.com/dashpay/dash/commit/c6eededca"><tt>c6eededca</tt></a> Add "isValidMember" and "memberIndex" to "quorum memberof" and allow to specify quorum scan count (#3009) - <a href="https://github.com/dashpay/dash/commit/b9aadc071"><tt>b9aadc071</tt></a> Fix excessive memory use when flushing chainstate and EvoDB (#3008) - <a href="https://github.com/dashpay/dash/commit/780bffeb7"><tt>780bffeb7</tt></a> Enable stacktrace support in gitian builds (#3006) - <a href="https://github.com/dashpay/dash/commit/5809c5c3d"><tt>5809c5c3d</tt></a> Implement "quorum memberof" (#3004) - <a href="https://github.com/dashpay/dash/commit/63424fb26"><tt>63424fb26</tt></a> Fix 2 common Travis failures which happen when Travis has network issues (#3003) - <a href="https://github.com/dashpay/dash/commit/09b017fc5"><tt>09b017fc5</tt></a> Only load signingActiveQuorumCount + 1 quorums into cache (#3002) - <a href="https://github.com/dashpay/dash/commit/b75e1cebd"><tt>b75e1cebd</tt></a> Decouple lite mode and client-side PrivateSend (#2893) - <a href="https://github.com/dashpay/dash/commit/b9a738528"><tt>b9a738528</tt></a> Remove skipped denom from the list on tx commit (#2997) - <a href="https://github.com/dashpay/dash/commit/5bdb2c0ce"><tt>5bdb2c0ce</tt></a> Revert "Show BIP9 progress in getblockchaininfo (#2435)" - <a href="https://github.com/dashpay/dash/commit/b62db7618"><tt>b62db7618</tt></a> Revert " Add real timestamp to log output when mock time is enabled (#2604)" - <a href="https://github.com/dashpay/dash/commit/1f6e0435b"><tt>1f6e0435b</tt></a> [Trivial] Fix a typo in a comment in mnauth.h (#2988) - <a href="https://github.com/dashpay/dash/commit/f84d5d46d"><tt>f84d5d46d</tt></a> QT: Revert "Force TLS1.0+ for SSL connections" (#2985) - <a href="https://github.com/dashpay/dash/commit/2e13d1305"><tt>2e13d1305</tt></a> Add some comments to make quorum merkle root calculation more clear+ (#2984) - <a href="https://github.com/dashpay/dash/commit/6677a614a"><tt>6677a614a</tt></a> Run extended tests when Travis is started through cron (#2983) - <a href="https://github.com/dashpay/dash/commit/d63202bdc"><tt>d63202bdc</tt></a> Should send "reject" when mixing queue is full (#2981) - <a href="https://github.com/dashpay/dash/commit/8d5781f40"><tt>8d5781f40</tt></a> Stop reporting/processing the number of mixing participants in DSSTATUSUPDATE (#2980) - <a href="https://github.com/dashpay/dash/commit/7334aa553"><tt>7334aa553</tt></a> adjust privatesend formatting and follow some best practices (#2979) - <a href="https://github.com/dashpay/dash/commit/f14179ca0"><tt>f14179ca0</tt></a> [Tests] Remove unused variable and inline another variable in evo_deterministicmns_tests.cpp (#2978) - <a href="https://github.com/dashpay/dash/commit/2756cb795"><tt>2756cb795</tt></a> remove spork 12 (#2754) - <a href="https://github.com/dashpay/dash/commit/633231092"><tt>633231092</tt></a> Provide correct params to AcceptToMemoryPoolWithTime() in LoadMempool() (#2976) - <a href="https://github.com/dashpay/dash/commit/e03538778"><tt>e03538778</tt></a> Back off for 1m when connecting to quorum masternodes (#2975) - <a href="https://github.com/dashpay/dash/commit/bfcfb70d8"><tt>bfcfb70d8</tt></a> Ignore blocks that do not match the filter in getmerkleblocks rpc (#2973) - <a href="https://github.com/dashpay/dash/commit/4739daddc"><tt>4739daddc</tt></a> Process/keep messages/connections from PoSe-banned MNs (#2967) - <a href="https://github.com/dashpay/dash/commit/864856688"><tt>864856688</tt></a> Multiple speed optimizations for deterministic MN list handling (#2972) - <a href="https://github.com/dashpay/dash/commit/d931cb723"><tt>d931cb723</tt></a> Update copyright date (2019) (#2970) - <a href="https://github.com/dashpay/dash/commit/a83b63186"><tt>a83b63186</tt></a> Fix UI masternode list (#2966) - <a href="https://github.com/dashpay/dash/commit/85c9ea400"><tt>85c9ea400</tt></a> Throw a bit more descriptive error message on UpgradeDB failure on pruned nodes (#2962) - <a href="https://github.com/dashpay/dash/commit/2c5e2bc6c"><tt>2c5e2bc6c</tt></a> Inject custom specialization of std::hash for SporkId enum into std (#2960) - <a href="https://github.com/dashpay/dash/commit/809aae73a"><tt>809aae73a</tt></a> RPC docs helper updates (#2949) - <a href="https://github.com/dashpay/dash/commit/09d66c776"><tt>09d66c776</tt></a> Fix compiler warning (#2956) - <a href="https://github.com/dashpay/dash/commit/26bd0d278"><tt>26bd0d278</tt></a> Fix bls and bls_dkg bench (#2955) - <a href="https://github.com/dashpay/dash/commit/d28d318aa"><tt>d28d318aa</tt></a> Remove logic for handling objects and votes orphaned by not-yet-known MNs (#2954) - <a href="https://github.com/dashpay/dash/commit/e02c562aa"><tt>e02c562aa</tt></a> [RPC] Remove check for deprecated <tt>masternode start-many</tt> command (#2950) - <a href="https://github.com/dashpay/dash/commit/fc73b4d6e"><tt>fc73b4d6e</tt></a> Refactor sporks to get rid of repeated if/else blocks (#2946) - <a href="https://github.com/dashpay/dash/commit/a149ca747"><tt>a149ca747</tt></a> Remove references to instantx and darksend in sendcoinsdialog.cpp (#2936) - <a href="https://github.com/dashpay/dash/commit/b74cd3e10"><tt>b74cd3e10</tt></a> Only require valid collaterals for votes and triggers (#2947) - <a href="https://github.com/dashpay/dash/commit/66b336c93"><tt>66b336c93</tt></a> Use Travis stages instead of custom timeouts (#2948) - <a href="https://github.com/dashpay/dash/commit/5780fa670"><tt>5780fa670</tt></a> Remove duplicate code from src/Makefile.am (#2944) - <a href="https://github.com/dashpay/dash/commit/428f30450"><tt>428f30450</tt></a> Implement <tt>rawchainlocksig</tt> and <tt>rawtxlocksig</tt> (#2930) - <a href="https://github.com/dashpay/dash/commit/c08e76101"><tt>c08e76101</tt></a> Tighten rules for DSVIN/DSTX (#2897) - <a href="https://github.com/dashpay/dash/commit/f1fe24b67"><tt>f1fe24b67</tt></a> Only gracefully timeout Travis when integration tests need to be run (#2933) - <a href="https://github.com/dashpay/dash/commit/7c05aa821"><tt>7c05aa821</tt></a> Also gracefully timeout Travis builds when building source takes >30min (#2932) - <a href="https://github.com/dashpay/dash/commit/5652ea023"><tt>5652ea023</tt></a> Show number of InstantSend locks in Debug Console (#2919) - <a href="https://github.com/dashpay/dash/commit/a3f030609"><tt>a3f030609</tt></a> Implement getmerkleblocks rpc (#2894) - <a href="https://github.com/dashpay/dash/commit/32aa229c7"><tt>32aa229c7</tt></a> Reorganize Dash Specific code into folders (#2753) - <a href="https://github.com/dashpay/dash/commit/acbf0a221">acbf0a221Bump version to 0.14.1 (#2928)
Credits
Thanks to everyone who directly contributed to this release:
- Alexander Block (codablock)
- Amir Abrams (AmirAbrams)
- -k (charlesrocket)
- Cofresi
- Nathan Marley (nmarley)
- PastaPastaPasta
- Riku (rikublock)
- strophy
- taw00
- thephez
- UdjinM6
As well as everyone that submitted issues and reviewed pull requests.
Older releases
Dash was previously known as Darkcoin.
Darkcoin tree 0.8.x was a fork of Litecoin tree 0.8, original name was XCoin which was first released on Jan/18/2014.
Darkcoin tree 0.9.x was the open source implementation of masternodes based on the 0.8.x tree and was first released on Mar/13/2014.
Darkcoin tree 0.10.x used to be the closed source implementation of Darksend which was released open source on Sep/25/2014.
Dash Core tree 0.11.x was a fork of Bitcoin Core tree 0.9, Darkcoin was rebranded to Dash.
Dash Core tree 0.12.0.x was a fork of Bitcoin Core tree 0.10.
Dash Core tree 0.12.1.x was a fork of Bitcoin Core tree 0.12.
These release are considered obsolete. Old release notes can be found here:
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.5.md "v0.14.0.5" released December/08/2019
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.4.md "v0.14.0.4" released November/22/2019
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.3.md "v0.14.0.3" released August/15/2019
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.2.md "v0.14.0.2" released July/4/2019
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.1.md "v0.14.0.1" released May/31/2019
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.md "v0.14.0" released May/22/2019
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.3.md "v0.13.3" released Apr/04/2019
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.2.md "v0.13.2" released Mar/15/2019
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.1.md "v0.13.1" released Feb/9/2019
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.0.md "v0.13.0" released Jan/14/2019
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.3.4.md "v0.12.3.4" released Dec/14/2018
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.3.3.md "v0.12.3.3" released Sep/19/2018
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.3.2.md "v0.12.3.2" released Jul/09/2018
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.3.1.md "v0.12.3.1" released Jul/03/2018
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.2.3.md "v0.12.2.3" released Jan/12/2018
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.2.2.md "v0.12.2.2" released Dec/17/2017
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.2.md "v0.12.2" released Nov/08/2017
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.1.md "v0.12.1" released Feb/06/2017
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.0.md "v0.12.0" released Aug/15/2015
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.11.2.md "v0.11.2" released Mar/04/2015
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.11.1.md "v0.11.1" released Feb/10/2015
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.11.0.md "v0.11.0" released Jan/15/2015
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.10.0.md "v0.10.x" released Sep/25/2014
- https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.9.0.md "v0.9.x" released Mar/13/2014

