Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

1.3.7 HardFork #4 (Spurious Dragon) Release

Compare
Choose a tag to compare
@Nashatyrev Nashatyrev released this 23 Nov 00:51
· 1888 commits to develop since this release

Implements the following EIPs:
ethereum/EIPs#155 (Tx replay protection)
ethereum/EIPs#160 (EXP cost increase)
ethereum/EIPs#161 (State trie clearing)
ethereum/EIPs#170 (Contract code size limit)

Added Ropsten config and the Gradle runRopsten target

Got quite bad side effect (spurious state trie breaking) from these changes, which we were unable to catch.
So in this version trie pruning is disabled by default as a temporary workaround.
(you may try to enable it back and it probably would work, but make sure to have the DB backed up)