go-ethereum/core/state
Will Meister 0a67cf87f3
Hex Trie -> Binary Trie (#7)
*** Changing Hex Trie to Binary Trie ***

Note: This changes and/or comments out a bunch of tests, so if things break down the line, this is likely the cause!
2020-06-10 17:00:45 -05:00
..
database.go all: integrate the freezer with fast sync 2019-05-16 10:39:32 +03:00
dump.go core/state: fix staticcheck warnings (#20357) 2019-11-22 15:56:05 +01:00
iterator_test.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
iterator.go core/state: access trie through Database interface, track errors (#14589) 2017-06-27 15:57:06 +02:00
journal.go core/state: fix staticcheck warnings (#20357) 2019-11-22 15:56:05 +01:00
state_object_test.go build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
state_object.go core/state: fix state object deep copy (#20100) 2019-09-20 11:55:44 +02:00
state_test.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
statedb_test.go core/state: fix staticcheck warnings (#20357) 2019-11-22 15:56:05 +01:00
statedb.go core/state: add more verbosity to panic 2020-01-10 10:12:32 +01:00
sync_test.go trie: remove node ordering slice in sync batch (#19929) 2019-10-28 18:50:11 +01:00
sync.go all: integrate the freezer with fast sync 2019-05-16 10:39:32 +03:00