forked from cerc-io/plugeth
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. |
||
|---|---|---|
| .. | ||
| files | ||
| block_test_util.go | ||
| block_test.go | ||
| init.go | ||
| rlp_test_util.go | ||
| rlp_test.go | ||
| state_test_util.go | ||
| state_test.go | ||
| transaction_test_util.go | ||
| transaction_test.go | ||
| util.go | ||
| vm_test_util.go | ||
| vm_test.go | ||