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.
Nick Johnson
555273495b
trie: add difference iterator ( #3637 )
...
This PR implements a differenceIterator, which allows iterating over trie nodes
that exist in one trie but not in another. This is a prerequisite for most GC
strategies, in order to find obsolete nodes.
8 years ago
..
dump.go
core/state: implement reverts by journaling all changes
8 years ago
iterator.go
trie: add difference iterator ( #3637 )
8 years ago
iterator_test.go
all: gofmt -w -s
8 years ago
journal.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
main_test.go
all: fix license headers one more time
9 years ago
managed_state.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
managed_state_test.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
state_object.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
state_test.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
statedb.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
statedb_test.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
sync.go
trie: remove dependency on ethdb
8 years ago
sync_test.go
all: fix issues reported by honnef.co/go/simple/cmd/gosimple
8 years ago