Skip to content

Tags: lateminer/bitcoin

Tags

v0.8.4ppc

Toggle v0.8.4ppc's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Changelog:

* fix nominting flag

v0.8.3ppc

Toggle v0.8.3ppc's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Changelog:

* qt fix for send tab
* remove pruning code
* remove rpc calls that are meaningless for peercoin

v0.8.2ppc

Toggle v0.8.2ppc's commit message
Changelog:

* prevent dust outputs
* make aggressiveness of salvagewallet optional
* another PoS spam fix

v0.8.1ppc

Toggle v0.8.1ppc's commit message
Changelog:

* remove mint warning when unlocking for minting
* add support for minting unlocking to rpc
* add SCRIPT_VERIFY_LOW_S verification after the fork

v0.8.0ppc

Toggle v0.8.0ppc's commit message
Peercoin release v0.8.0

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
* bug fixes

v0.8.0ppc.rc13

Toggle v0.8.0ppc.rc13's commit message
Changelog:

* abandon orphaned mint transactions during start

v0.8.0ppc.rc12

Toggle v0.8.0ppc.rc12's commit message
Changelog:

* send correct nFlags in cmpctblock header
* not enforcing low_s signatures
* PoSTemperature is now ip based
* remove spent transactions from minting view

v0.8.0ppc.rc11

Toggle v0.8.0ppc.rc11's commit message
Changelog:

* fork set for 1st of October 2019
* disable pruning
* some extra fixes

v0.8.0ppc.rc10

Toggle v0.8.0ppc.rc10's commit message
Changelog:

* add peercoin specifics to rpc
* some qt fixes
* several functional tests fixes

v0.8.0ppc.rc9

Toggle v0.8.0ppc.rc9's commit message
Changelog:

* allow segwit coins to be minted
* fix PoW mining of segwit transactions