Skip to content

Releases: peercoin/peercoin

Development Build: develop

01 May 08:48
Compare
Choose a tag to compare
Pre-release

Commits

  • 37d782f: allow specifying redeemscript and timestamp (backpacker69) #755,#752
  • da69b00: remove redundant declarations (BlackcoinDev) #755,#752
  • 7f5aebe: Avoid comparison between signed and unsigned ints in CreateCoinStake() (lateminer) #755,#752
  • 1fd343c: Hardened checkpoint update for v0.14.0 testnet (Marius Kjærstad) #755,#752
  • 096b850: version bump (backpacker69) #755,#752
  • 87fad74: allow 0 outputs (backpacker69) #755,#754
  • db7e6a9: allow to see split coins and check github settings (backpacker69) #755,#754
  • d8d423f: rfc28 implementation with configurable max minting utxos (default 1000 utxos) (backpacker69) #755,#754
  • 9deeaeb: version bump to 0.14.2 (backpacker69) #755,#754

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

Release v0.12.4

26 May 08:41
d15189e
Compare
Choose a tag to compare

Changelog:

  • add cors domain header for rpc
  • allow 0 outputs as per peercoin rules
  • fix update notification mechanism

Release v0.12.3

06 Apr 13:19
b3ccae5
Compare
Choose a tag to compare

Changelog:

  • RFC-27 witness script size rule
  • Correct bech32 detection
  • Update nMinimumChainWork and defaultAssumeValid