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
..
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
bcExploitTest.json
[release/1.4.16] tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1
8 years ago
bcForkStressTest.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
bcShanghaiLove.json
[release/1.4.16] tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1
8 years ago
bcStateTest.json
core, core/state, trie: Hardfork EIP155, EIP161, EIP170
8 years ago
bcSuicideIssue.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
Rules for .json tests execution in this folder:
All blocks starting from #0 are on Homestead rules
No Dao Transition rules applied