plugeth/core/types
Felix Lange 7731061903 core/vm: move Log to core/types
This significantly reduces the dependency closure of ethclient, which no
longer depends on core/vm as of this change.

All uses of vm.Logs are replaced by []*types.Log. NewLog is gone too,
the constructor simply returned a literal.
2017-01-06 14:15:22 +01:00
..
block_test.go accounts, core, crypto, internal: use normalised V during signature handling (#3455) 2017-01-05 11:35:23 +01:00
block.go core/types: use package hexutil for JSON handling 2016-11-28 11:22:52 +01:00
bloom9_test.go core: Simplify bloom9 tests with available convenience method TestBytes 2016-05-22 16:42:46 -07:00
bloom9.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00
derive_sha.go core, trie: new trie 2015-09-22 22:53:49 +02:00
log_test.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00
log.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00
receipt.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00
transaction_signing_test.go core, core/types: refactored tx chain id checking 2016-11-14 15:59:31 +01:00
transaction_signing.go accounts, core, crypto, internal: use normalised V during signature handling (#3455) 2017-01-05 11:35:23 +01:00
transaction_test.go accounts, core, crypto, internal: use normalised V during signature handling (#3455) 2017-01-05 11:35:23 +01:00
transaction.go accounts, core, crypto, internal: use normalised V during signature handling (#3455) 2017-01-05 11:35:23 +01:00