Skip to content

Dash Core 0.12.0.57

Compare
Choose a tag to compare
@schinzelh schinzelh released this 03 Jun 08:16
· 15227 commits to master since this release
v0.12.0.57

Dash Core 0.12.0.57 Release Announcement

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

About this Release

Dash Core 0.12.0.57 is a maintenance release of the Dash Core 0.12.0.x series

In this minor release only bugfixes have been included and we consider this a stable release.

  • fixed a bug in budget submission
  • fixed mn signature issues with IPv6
  • logging has been improved
  • some small text/image fixes have been made to the user interface.

Changelog

0.12.0.57 changelog
===============


- [mixing]: Fix bug that prevented new blocks to update tip during mixing
    --> https://github.com/dashpay/dash/pull/706

- [budget]: fix budget submission
    --> https://github.com/dashpay/dash/pull/820

- [wallet]: Backport bugfixes for `CMasternodeMan::CheckAndRemove` and smartfee
    --> https://github.com/dashpay/dash/pull/738
- [wallet]: Bump DEFAULT_TRANSACTION_MAXFEE
    --> https://github.com/dashpay/dash/pull/739
- [wallet]: fixing bug in key parser
    --> https://github.com/dashpay/dash/pull/691

- [UI]: update splash screen
    --> https://github.com/dashpay/dash/pull/849

- [net]: Check New MasterNodeBroadcast Time
    --> https://github.com/dashpay/dash/pull/833
- [net]: add support for miniupnp api version 14
    --> https://github.com/dashpay/dash/pull/758
- [net]: update checkpoint
    --> https://github.com/dashpay/dash/pull/824
- [net]: fix bug in IPv6 signatures handling
    --> https://github.com/dashpay/dash/pull/860
    --> https://github.com/dashpay/dash/pull/858
    --> https://github.com/dashpay/dash/pull/847
    --> https://github.com/dashpay/dash/pull/848

- [log]: improve logging
    --> https://github.com/dashpay/dash/pull/757

- [test]: fix test suite
    --> https://github.com/dashpay/dash/pull/688
- [test]: update travis.yml
    --> https://github.com/dashpay/dash/pull/745

Thanks to udjinm6, crowning, thelazier, Comodore125, raze, schinzelh