Skip to content

Releases: peercoin/peercoin

Release v0.11.5

28 Jan 05:30
fdcf8ce
Compare
Choose a tag to compare
Release v0.11.5 Pre-release
Pre-release
v0.11.5ppc

Rework overriding of transaction version

Release v0.11.4

07 Jan 05:36
a6361c9
Compare
Choose a tag to compare

Changelog:

  • set minting icon for mint transactions in overview
  • add check for latest version from github

Release v0.11.3

24 Dec 04:31
237518d
Compare
Choose a tag to compare

Christmas release!

Changelog:

  • persist unlocked for minting state
  • prune residue cleanup

Release v0.11.2

24 Nov 02:57
e523ce7
Compare
Choose a tag to compare

Peercoin v0.11.2 release

Changelog:

  • qt minting table fixes
  • rpc amount truncation fixes
  • prune residue cleanup

Release v0.11.1

03 Nov 07:09
f3202f9
Compare
Choose a tag to compare

Peercoin v0.11.1 release

Changelog:

  • v3 transactions are now default
  • bugfixes
  • new hardened checkpoint

Release v0.11.0

02 Oct 09:31
c8eea17
Compare
Choose a tag to compare

Peercoin v0.11.0 release

Changelog:

  • rfc14 - transaction version 3 format that omits nTime
  • rfc22 - limit pow rewards to 50ppc per block
  • make splitting coins during minting optional
  • bug fixes

Fork date is 1st of November 2021 for mainnet, please note:

  • this upgrade is mandatory
  • blockchain redownload is not required if upgraded before deadline
  • late upgrade requires blockchain redownload

v0.11.0ppc.rc8

28 Sep 16:36
008a2ec
Compare
Choose a tag to compare
v0.11.0ppc.rc8 Pre-release
Pre-release

Changelog:

  • fork dates are set to 1st of July for testnet and 1st of November for mainnet
  • rfc14 - transaction version 3 format that omits nTime
  • rfc22 - limit pow rewards to 50ppc per block
  • make splitting coins during minting optional
  • new hardened checkpoint for testnet
  • tardigrade splash

⑂ ATTENTION ⑂ testnet has forked already, please resync from scratch to stay in sync with https://tblockbook.peercoin.net

Release v0.10.4

01 Aug 18:04
22d0bd1
Compare
Choose a tag to compare

Changelog:

  • rebased to bitcoin core 0.20.2 codebase
  • removed alerts subsystem
  • removed sync checkpoints residue
  • new hardened checkpoints
  • bugfixes

Release v0.9.0

15 May 12:34
31b997c
Compare
Choose a tag to compare

Changelog:

  • main network will fork on Mon 08 Jun 12:00:00 UTC 2020
  • rfc19 pow spacing fix
  • rfc18 pos rewards adjustment
  • rfc17 limit effective coinage to one year
  • rfc15 reduce time drift
  • allow staking=0 to disable minting
  • ability to filter out mint transactions

Release v0.8.5.1

08 Feb 18:00
Compare
Choose a tag to compare

Changelog:

  • rebase to bitcoin 0.16.3
  • compact blocks support (BIP152) with upgraded protocol version to 70015
  • removing block signature for pow blocks as specified in rfc-0006
  • hd wallet support (BIP 32)
  • mainnet fork is scheduled for 1st of October 2019, activating BIPS 62, 68, 112, 113, 141
  • --disable-checkpoints option in configure script removes sync checkpoints from wallet.
  • abandon orphaned mint transactions during startup
  • remove mint warning when unlocking for minting
  • add support for minting unlocking to rpc
  • add SCRIPT_VERIFY_LOW_S verification after the fork
  • prevent dust outputs
  • make aggressiveness of salvagewallet optional
  • another PoS spam fix
  • add estimatefee and estimatesmartfee rpc commands
  • remove fee sniping logic
  • remove pruning code
  • remove rpc commands that are meaningless for peercoin
  • fix max op_return relay size
  • unlock wallet on start
  • bug fixes