• Felix Lange's avatar
    core/vm: move Log to core/types · 77310619
    Felix Lange authored
    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.
    77310619
Name
Last commit
Last update
..
lightchain.go Loading commit data...
lightchain_test.go Loading commit data...
odr.go Loading commit data...
odr_test.go Loading commit data...
odr_util.go Loading commit data...
state.go Loading commit data...
state_object.go Loading commit data...
state_test.go Loading commit data...
trie.go Loading commit data...
txpool.go Loading commit data...
txpool_test.go Loading commit data...
vm_env.go Loading commit data...