Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeffrey Wilcke
dc2e34ddf3
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
...
This commit implements EIP158 part 1, 2, 3 & 4
1. If an account is empty it's no longer written to the trie. An empty
account is defined as (balance=0, nonce=0, storage=0, code=0).
2. Delete an empty account if it's touched
3. An empty account is redefined as either non-existent or empty.
4. Zero value calls and zero value suicides no longer consume the 25k
reation costs.
params: moved core/config to params
Signed-off-by: Jeffrey Wilcke <jeffrey@ethereum.org>
8 years ago
..
EIP150
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
Homestead
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
RandomTests
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
TestNetwork
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
README.md
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcBlockGasLimitTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcForkBlockTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcForkStressTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcForkUncle.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcGasPricerTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcInvalidHeaderTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcInvalidRLPTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcMultiChainTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcRPC_API_Test.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcStateTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcTotalDifficultyTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcUncleHeaderValiditiy.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcUncleTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcValidBlockTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcWalletTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
The tests .json files in this folder are to be executed with frontier rules from block 0.