mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
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. |
||
|---|---|---|
| .. | ||
| lightchain.go | ||
| lightchain_test.go | ||
| odr.go | ||
| odr_test.go | ||
| odr_util.go | ||
| state.go | ||
| state_object.go | ||
| state_test.go | ||
| trie.go | ||
| txpool.go | ||
| txpool_test.go | ||
| vm_env.go | ||