Skip to content

Dash Core v0.13.1.0

Compare
Choose a tag to compare
@codablock codablock released this 08 Feb 21:21
· 12944 commits to master since this release
v0.13.1.0

Dash Core 0.13.1 Release Announcement

We are happy to announce the release of 0.13.1.0. This release includes binaries, which can be downloaded above.

About this Release

Dash Core 0.13.1.0 is a minor release of the Dash Core 0.13.x.x series.

This minor release contains new features, improvements and bugfixes and we consider this a stable release.

Note that there is no protocol bump in this version and thus active masternodes updating from v0.13.0.0 do not require any additional actions (no need to issue masternode start command).

Notable changes

DIP0003 block signaling

Miners running v0.13.1.0 are going to signal DIP3 regardles of the readiness of the corresponding masternode. With 70%+ masternodes already running on v0.13.0.0 we believe it's safe to slightly speed up the migration this way. This is fully backwards compatible and no update is required for (non-mining) nodes running on v0.13.0.0.

GUI changes

Masternodes tab has a new checkbox that should filter masternode list by using keys stored in the wallet.
This should make it much easier for masternode owners to find their masternodes in the list.

RPC changes

There is a new RPC command getspecialtxes which returns an array of special transactions found in the specified block with different level of verbosity. Also, various protx commands show extended help text for each parameter now (instead of referencing protx register).

Bug fixes/Other improvements

There are few bug fixes in this release:

  • Block size should be calculated correctly for blocks with quorum commitments when constructing new block;
  • Special transactions should be checked for mempool acceptance at the right time (nodes could ban each other in some rare cases otherwise);
  • Signature verification and processing of special transactions is decoupled to avoid any potential issues.

You can find detailed release notes at https://github.com/dashpay/dash/blob/v0.13.1.0/doc/release-notes.md.