Skip to content

Releases: dashpay/dash

v18.2.0-rc.4

28 Dec 18:38
v18.2.0-rc.4
5076ff9
Compare
Choose a tag to compare
v18.2.0-rc.4 Pre-release
Pre-release

This is a release candidate and is not meant for production. It is only meant for testnet / devnet deployments.

This release was signed by keybase.io/pasta.

Notable changes since rc.3: backports #5100, #5104, #5114

Note: rc2 hard forked testnet, you may need to reindex when deploying this RC to testnet

v18.2.0-rc.3

10 Dec 18:44
v18.2.0-rc.3
5f093ea
Compare
Choose a tag to compare
v18.2.0-rc.3 Pre-release
Pre-release

This is a release candidate and is not meant for production. It is only meant for testnet / devnet deployments.

This release was signed by keybase.io/pasta.

Notable changes TBD

Note that rc2 and rc3 hard forked testnet, you may need to reindex when deploying this RC to testnet

v18.2.0-rc.2

06 Dec 16:57
v18.2.0-rc.2
ac39276
Compare
Choose a tag to compare
v18.2.0-rc.2 Pre-release
Pre-release

This is a beta release and is not meant for production. It is only meant for testnet / devnet deployments.

This release was signed by keybase.io/pasta.

Notable changes TBD

v18.2.0-rc.1

22 Nov 23:30
v18.2.0-rc.1
46b3123
Compare
Choose a tag to compare
v18.2.0-rc.1 Pre-release
Pre-release

This is a beta release and is not meant for production. It is only meant for testnet / devnet deployments.

This release was signed by keybase.io/pasta.

Notable changes TBD

v18.2.0-beta.1

18 Oct 23:42
v18.2.0-beta.1
ad88fab
Compare
Choose a tag to compare
v18.2.0-beta.1 Pre-release
Pre-release

This is a beta release and is not meant for production. It is only meant for testnet / devnet deployments.

Changelog since 18.1.0: v18.1.0...v18.2.0-beta.1

This release was signed by keybase.io/pasta.

Notable Changes

BREAKING: Wallet

Automatic wallet loading (bitcoin#15454)

Dash Core will no longer create an unnamed "" wallet by default when no wallet is specified on the command line or in the configuration files.
For backwards compatibility, if an unnamed "" wallet already exists and would have been loaded previously, then it will still be loaded.
Users without an unnamed "" wallet and without any other wallets to be loaded on startup will be prompted to either choose a wallet to load, or to create a new wallet.

Automatic wallet creation removed for wallets specified in a launch parameter (bitcoin#20186)

Dash Core will no longer automatically create new wallets on startup via -wallet. It will
load existing wallets specified by -wallet options on the command line or in
dash.conf or settings.json files. And by default it will also load a
top-level unnamed ("") wallet. However, if specified wallets don't exist,
Dash Core will now just log warnings instead of creating new wallets with
new keys and addresses like previous releases did.

New wallets can be created through the GUI (which has a more prominent create
wallet option), through the dash-cli createwallet or dash-wallet create commands, or the createwallet RPC.

New RPCs

  • analyzepsbt examines a PSBT and provides information about what
    the PSBT contains and the next steps that need to be taken in order
    to complete the transaction. For each input of a PSBT, analyzepsbt
    provides information about what information is missing for that
    input, including whether a UTXO needs to be provided, what pubkeys
    still need to be provided, which scripts need to be provided, and
    what signatures are still needed. Every input will also list which
    role is needed to complete that input, and analyzepsbt will also
    list the next role in general needed to complete the PSBT.
    analyzepsbt will also provide the estimated fee rate and estimated
    virtual size of the completed transaction if it has enough
    information to do so. (#5017)
  • balances RPC introduced by 078094b

Dash Core 18.1.0 Release Announcement

17 Oct 19:22
v18.1.0
007e24e
Compare
Choose a tag to compare

We are happy to announce the release of 18.1.0. This release includes binaries that you can download above.

About this release

Dash Core 18.1.0 is a minor version of the Dash Core 18.x.x series. You can find detailed release notes at https://github.com/dashpay/dash/blob/v18.1.0/doc/release-notes.md.

When upgrading from a version < 18.0, a migration process will occur. Although expected to complete quite quickly, this migration process can take up to thirty minutes to complete on some systems.

This release is optional for all nodes.

Verification of Downloads

This release was signed by https://keybase.io/pasta (GPG fingerprint: 2959 0362 EC87 8A81 FD3C 202B 5252 7BED ABE8 7984).

It is important to verify the binaries you download by following one of these guides:

Credits

Thanks go out to all Dash Core contributors, everyone who submitted issues, reviewed pull requests or helped translate on Transifex, and also to Bitcoin Core developers.

Dash Core 18.0.2 Release Announcement

10 Oct 16:05
4d4ebfa
Compare
Choose a tag to compare

We are happy to announce the release of 18.0.2. This release includes binaries that you can download above.

About this release

Dash Core 18.0.2 is a hot fix of the Dash Core 18.x.x series. This hot fix release includes a fix for high memory usage. You can find detailed release notes at https://github.com/dashpay/dash/blob/v18.0.2/doc/release-notes.md.

When upgrading from a version < 18.0, a migration process will occur. Although expected to complete quite quickly, this migration process can take up to thirty minutes to complete on some systems.

This release is optional for all nodes.

Verification of Downloads

This release was signed by https://keybase.io/pasta (GPG fingerprint: 2959 0362 EC87 8A81 FD3C 202B 5252 7BED ABE8 7984).

It is important to verify the binaries you download by following one of these guides:

Credits

Thanks go out to all Dash Core contributors, everyone who submitted issues, reviewed pull requests or helped translate on Transifex, and also to Bitcoin Core developers.

v18.1.0-rc.1

10 Oct 16:41
9010b81
Compare
Choose a tag to compare
v18.1.0-rc.1 Pre-release
Pre-release

This is a release candidate and not meant for production. It is only meant for testnet deployments.

Changelog since 18.0.1: v18.0.1...v18.1.0-rc.1

This release was signed by keybase.io/pasta.

Dash Core 18.0.1 Release Announcement

17 Aug 19:54
v18.0.1
75298fc
Compare
Choose a tag to compare

We are happy to announce the release of 18.0.1. This release includes binaries that you can download above.

About this release

Dash Core 18.0.1 is the first major release of the Dash Core 18.x.x series. This major release contains new features, improvements and bugfixes and we consider this a stable release. You can find detailed release notes at https://github.com/dashpay/dash/blob/v18.x/doc/release-notes.md.

When upgrading from a version < 18.0, a migration process will occur. Although expected to complete quite quickly, this migration process can take up to thirty minutes to complete on some systems.

This release is mandatory for all nodes. Masternode Operators should upgrade sentinel to 1.7.1 or newer.

Verification of Downloads

This release was signed by https://keybase.io/pasta (GPG fingerprint: 2959 0362 EC87 8A81 FD3C 202B 5252 7BED ABE8 7984).

It is important to verify the binaries you download by following one of these guides:

Notable changes

For a high-level understanding of the features included in this release, please see the Product Brief. For details, please see the release notes.

Credits

Thanks go out to all Dash Core contributors, everyone who submitted issues, reviewed pull requests or helped translate on Transifex, and also to Bitcoin Core developers.

v18.0.0-rc12

01 Aug 16:11
v18.0.0-rc12
c1a7a59
Compare
Choose a tag to compare
v18.0.0-rc12 Pre-release
Pre-release

This is a release candidate and not meant for production. It is only meant for testnet deployments.

Changelog since rc11: v18.0.0-rc11...v18.0.0-rc12

This release was signed by keybase.io/pasta.