Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
dump.go
core/state: implement reverts by journaling all changes
8 years ago
iterator.go
core, trie: replace state caches with trie journal
8 years ago
iterator_test.go
all: update license information
9 years ago
journal.go
core, core/state: fixed consensus issue added touch revert
8 years ago
main_test.go
all: fix license headers one more time
9 years ago
managed_state.go
core/state: track all accounts in canon state
8 years ago
managed_state_test.go
core/state: implement reverts by journaling all changes
8 years ago
state_object.go
core, core/vm: implemented a generic environment ( #3348 )
8 years ago
state_test.go
core, core/state, trie: EIP158, reprice & skip empty account write
8 years ago
statedb.go
core/vm: move Log to core/types
8 years ago
statedb_test.go
core/vm: move Log to core/types
8 years ago
sync.go
core/state, eth/downloader, trie: reset fast-failure on progress
8 years ago
sync_test.go
core, core/state, trie: EIP158, reprice & skip empty account write
8 years ago