Releases: pepeteam/pepecoin
2.7.0.0
Performance improvements
Misbehaving masternodes banned quicker and for 48 hours by default
After block 1177777, masternode traffic is reduced by 66%
Auto-checkpointing system modifications to prevent stuck chain errors
Minimum stake age increased to 10 hours
Development team preparations for future PEPE/MEME ver 3.0 upgrade
2.6.2.0
Fix blockchain stuck problem at 1011110
Reduce min stake confirmation time to 360 blocks
Increase protocol version to 61414 to block out old clients and masternodes causing issues
2.6.1.0
Major speed improvements to blockchain syncing, syncing freeze problems fixed
Transaction handling upgrade to handle KEKDAQ and pubpool load
Stability and speed improvements, reduced memory footprint, lower CPU use.
Mastertoad communication retiming to lessen network traffic, upgrade before block 1030000.
UI updates and various improvements.
2.5.2.0
2.5.1.0
2.5.0.0
Jack O Lantern Hardfork
This is a MANDATORY hardfork release. The hardfork occurs at block 888,000.
After the hardfork the checkpoint span reduces to 10, the stake difficulty adjustment timespan reduces from 10 to 2 minutes.
This release also reduces the default max connections from 25 to 10, and outbound max connections to 8.
Fixes the stake masternode payments.
2.4.4.1
Take a lock on cs_vNodes before sending dsee messages to resolve boost recursive lock failed assertion. Remove unused variables that result in compiler warnings. Don't cache message wall messages by default, can be enabled with messagewall=1 in conf file. Ignore mastertoad related messages in ProcessMessage when in LiteMode.
2.4.3.2
Alleviate CPU pegging on reorganizations, add "niceness" to socket and message handling. Remove unneeded use of boost signals when sending and receiving node messages, etc. Bans nodes on older versions instead of just disconnecting them, to keep them from consuming resources and disconnect them earlier on repeated connection attempts.