Skip to content

Releases: peercoin/peercoin

Release v0.14.3

14 May 03:39
6e178c9
Compare
Choose a tag to compare

Changelog:

  • refactoring rfc28 implementation
  • various bug fixes and improvements

Development Build: develop

13 May 02:41
23e0a54
Compare
Choose a tag to compare
Pre-release

Commits

  • 89823cc: fix coinstake size fee allowance (backpacker69) #757
  • f089eed: don't create outputs that are less than target amount (backpacker69) #760,#759
  • 6ac3171: Use log-distance optimisation when max utxos do not apply (Matthew Mitchell) #760,#761
  • bde193a: remove redundant whitespace (backpacker69) #760
  • 23e0a54: version bump to 0.14.3 (backpacker69) #760

Release v0.14.2

08 May 00:26
88e6408
Compare
Choose a tag to compare

Changelog:

  • refactoring rfc28 implementation
  • various bug fixes and improvements

Release v0.14.1

25 Apr 08:02
caae257
Compare
Choose a tag to compare

Changelog:

  • allow specifying redeemscript and timestamp in createrawtransaction
  • hardened checkpoint for testnet
  • various bug fixes and improvements

Release v0.14.0

17 Apr 02:27
59b8a3a
Compare
Choose a tag to compare

Peercoin release v0.14.0

Changelog:

  • Asert PoW difficulty algorithm
  • PoS only confirmations
  • enable hardened signatures for macosx
  • various bug fixes and improvements

This release implements two breaking changes, and it mandates a hard fork.
The rules of the hardfork are:

  • 75% of blocks over the last 1000 blocks have to be of version 5.
  • Hardfork can be activated at earliest on June 3rd, 2024 - 12:00 UTC

All exchanges and services should update their clients immediately.

Release v0.14.0rc6

24 Mar 02:42
e7a9796
Compare
Choose a tag to compare
Release v0.14.0rc6 Pre-release
Pre-release

Changelog:

  • remove min block mining for easier testing
  • pass last block instead of second last to ASERT

Release v0.13.1

19 Mar 00:23
d1a4676
Compare
Choose a tag to compare

Changelog:

  • rebase to bitcoin 0.25
  • taproot is now standard
  • allow minting from taproot
  • don't cache 0 outputs in mintingtable
  • don't show watch address transactions in minting view
  • switch to guix from gitian for automated builds
  • hardcode v12 switch times
  • enable hardened runtime signatures for macosx
  • various bug fixes and improvements

Release v0.12.7

19 Oct 07:43
Compare
Choose a tag to compare

Changelog:

  • implement minting when descriptor wallet is used
  • allow spending from pubkey outputs when descriptor wallet is used
  • correct behaviour when minting is disabled

Release v0.12.6

04 Sep 02:12
26bd4c3
Compare
Choose a tag to compare

Changelog:

  • improve fee calculation for optimizeutxoset
  • various bug fixes

Release v0.12.5

28 Aug 10:56
b1ab424
Compare
Choose a tag to compare

Changelog:

  • optimizeutxoset method to simplify splitting coins for efficient minting
  • translation improvements
  • various bug fixes