go-ethereum/eth
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>
2016-11-15 12:40:36 +01:00
..
downloader core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
fetcher core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
filters core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
api.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
backend.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
backend_test.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
bad_block.go [release/1.4.6] eth: enable bad block reports 2016-06-06 16:21:34 +03:00
bind.go [release 1.4.5] accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call 2016-05-24 09:33:15 +02:00
cpu_mining.go all: update license information 2016-04-15 09:48:05 +02:00
gasprice.go core, eth, rpc: split out block validator and state processor 2015-11-18 14:24:42 +01:00
gpu_mining.go all: update license information 2016-04-15 09:48:05 +02:00
handler.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
handler_test.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
helper_test.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
metrics.go [release/1.4.11] eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-08-18 15:01:34 +02:00
peer.go [release/1.4.11] eth, eth/downloader: better remote head tracking 2016-08-18 15:01:39 +02:00
protocol.go [release/1.4.17] core, eth, internal, miner: optimize txpool for quick ops 2016-10-10 10:42:07 +02:00
protocol_test.go [release/1.4.17] core, eth, internal, miner: optimize txpool for quick ops 2016-10-10 10:42:07 +02:00
sync.go [release/1.4.17] core, eth, internal, miner: optimize txpool for quick ops 2016-10-10 10:42:07 +02:00
sync_test.go [release/1.4.4] eth: skip transaction handling during fast sync 2016-05-17 14:59:12 +02:00