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
9e5f03b6c4
core/state: access trie through Database interface, track errors ( #14589 )
...
With this commit, core/state's access to the underlying key/value database is
mediated through an interface. Database errors are tracked in StateDB and
returned by CommitTo or the new Error method.
Motivation for this change: We can remove the light client's duplicated copy of
core/state. The light client now supports node iteration, so tracing and storage
enumeration can work with the light client (not implemented in this commit).
7 years ago
..
downloader
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
fetcher
consensus, core: drop all the legacy custom core error types
8 years ago
filters
core: refactor genesis handling
8 years ago
gasprice
all: update license information
8 years ago
api.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
api_backend.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
api_test.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
backend.go
eth: gracefully error if database cannot be opened
7 years ago
backend_test.go
core: refactor genesis handling
8 years ago
bind.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
config.go
cmd, core, eth: configurable txpool parameters
8 years ago
db_upgrade.go
Logger updates 3 ( #3730 )
8 years ago
gen_config.go
cmd, core, eth: configurable txpool parameters
8 years ago
handler.go
eth: remove les server from protocol manager ( #14625 )
8 years ago
handler_test.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
helper_test.go
cmd, eth, les, mobile: make networkid uint64 everywhere
8 years ago
metrics.go
eth, eth/downloader, eth/fetcher: delete eth/61 code
8 years ago
peer.go
cmd, eth, les, mobile: make networkid uint64 everywhere
8 years ago
protocol.go
cmd, eth, les, mobile: make networkid uint64 everywhere
8 years ago
protocol_test.go
cmd, eth, les, mobile: make networkid uint64 everywhere
8 years ago
sync.go
eth: don't import propagated blocks during fastsync
8 years ago
sync_test.go
cmd/geth: add --config file flag ( #13875 )
8 years ago