Skip to content

Releases: peercoin/peercoin

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

Release v0.12.2

09 Mar 08:15
Compare
Choose a tag to compare

Changelog:

  • retry minting after exceptions
  • return settxfee stub
  • bug fixes

Release v0.12.1

10 Feb 10:50
6839e7c
Compare
Choose a tag to compare

Changelog:

  • fix submitblock rpc
  • fix compilation for freebsd
  • fix block deserialisation in tests
  • update copyright year

Release v0.12.0

30 Jan 08:53
Compare
Choose a tag to compare

Peercoin release v0.12.0

Changelog:

  • rebase to bitcoin 0.23
  • rfc20 reduces pow difficulty on new pos blocks if pow block overdue
  • rfc5 prunes 0 value outputs from utxo set
  • v12 activation will happen on main network after 12:00 UTC on 17th of April 2023
  • super majority of 90% is required for v12 fork to activate rfc20 and rfc5
  • getblockchaininfo rpc command shows state of v12 activation
  • client caches coinstake input transactions to reduce disk access
  • qt wallet minting probability default is set to 30 days
  • various bug fixes and improvements

Release v0.11.8

03 Jun 00:29
4057d0a
Compare
Choose a tag to compare

Changelog:

  • allow optional timestamp to importcoinstake
  • show correct reward for imported coinstake mints
  • add imported coinstake to listminting rpc

Release v0.11.7

21 Apr 05:38
00e2313
Compare
Choose a tag to compare

Peercoin v0.11.7 release

  • allow usage of presigned coinstakes
  • importcoinstake method
  • allow pubkey vouts in createrawtransaction
  • coinstake support in createtransaction rpc
  • timestamp in rpc methods
  • rework overriding of transaction version
  • set minting icon for mint transactions in overview
  • add check for latest version from github
  • persist unlocked for minting state
  • v3 transactions are now default
  • qt minting table fixes
  • rpc amount truncation fixes
  • new hardened checkpoint
  • prune residue cleanup
  • style and bug fixes

Release v0.11.6

08 Apr 04:47
523b577
Compare
Choose a tag to compare
Release v0.11.6 Pre-release
Pre-release

Changelog:

  • importcoinstake method
  • coinstake support in createtransaction rpc
  • timestamp in rpc methods