go-ethereum/core/vm
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
..
runtime core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
analysis.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
asm.go all: fix go vet warnings 2016-04-15 11:17:27 +02:00
common.go core: Added EVM configuration options 2016-03-23 23:02:42 +01:00
contract.go [release/1.4.15] cmd, core, internal, light, tests: avoid hashing the code in the VM 2016-10-03 11:24:04 +03:00
contracts.go [release/1.4.11] core/vm: hide ecrecover error message 2016-08-18 15:01:23 +02:00
disasm.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
doc.go all: update license information 2016-04-15 09:48:05 +02:00
environment.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
errors.go parmas, crypto, core, core/vm: homestead consensus protocol changes 2016-02-18 10:08:11 +01:00
gas.go [release/1.4.18] core, core/vm: added gas price variance table 2016-10-14 19:46:38 +03:00
instructions.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
jit.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
jit_optimiser.go all: update license information 2016-04-15 09:48:05 +02:00
jit_test.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
jit_util.go all: update license information 2016-04-15 09:48:05 +02:00
jit_util_test.go all: fix go vet warnings 2016-04-15 11:17:27 +02:00
jump_table.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
jump_table_test.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
log.go rpc: new RPC implementation with pub/sub support 2015-12-14 16:34:05 +01:00
logger.go core: added basic chain configuration 2016-04-01 01:01:10 +02:00
logger_test.go [release/1.4.15] cmd, core, internal, light, tests: avoid hashing the code in the VM 2016-10-03 11:24:04 +03:00
memory.go cmd/geth, cmd/utils, core, rpc: renamed to blockchain 2015-10-04 01:13:56 +02:00
opcodes.go core, core/vm, crypto: fixes for homestead 2016-02-18 10:11:48 +01:00
segments.go all: update license information 2016-04-15 09:48:05 +02:00
stack.go core/vm: added JIT segmenting / optimisations 2015-10-16 22:30:42 +02:00
util_test.go [release/1.4.18] core, core/vm: added gas price variance table 2016-10-14 19:46:38 +03:00
virtual_machine.go core: Added EVM configuration options 2016-03-23 23:02:42 +01:00
vm.go core, core/state, trie: Hardfork EIP155, EIP161, EIP170 2016-11-15 12:40:36 +01:00
vm_jit.go core: various typos 2016-03-15 11:08:18 -07:00
vm_jit_fake.go core: added basic chain configuration 2016-04-01 01:01:10 +02:00