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.
Wenbiao Zheng
38c7eb0f26
trie: rename TrieSync to Sync and improve hexToKeybytes ( #16804 )
...
This removes a golint warning: type name will be used as trie.TrieSync by
other packages, and that stutters; consider calling this Sync.
In hexToKeybytes len(hex) is even and (even+1)/2 == even/2, remove the +1.
7 years ago
..
downloader
trie: rename TrieSync to Sync and improve hexToKeybytes ( #16804 )
7 years ago
fetcher
eth/fetcher: reuse variables for hash and number ( #16819 )
7 years ago
filters
core, eth: minor txpool event cleanups
7 years ago
gasprice
eth/gasprice: set default percentile to 60%, count blocks instead of transactions ( #15828 )
7 years ago
tracers
all: get rid of error when creating memory database ( #16716 )
7 years ago
api.go
core/rawdb: separate raw database access to own package ( #16666 )
7 years ago
api_backend.go
core, eth: minor txpool event cleanups
7 years ago
api_test.go
all: get rid of error when creating memory database ( #16716 )
7 years ago
api_tracer.go
core/rawdb: separate raw database access to own package ( #16666 )
7 years ago
backend.go
eth, node, trie: fix minor typos ( #16802 )
7 years ago
bloombits.go
core/rawdb: separate raw database access to own package ( #16666 )
7 years ago
config.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
gen_config.go
all: regenerate codecs with gencodec commit 90983d99de ( #15830 )
7 years ago
handler.go
eth: propagate blocks and transactions async
7 years ago
handler_test.go
all: get rid of error when creating memory database ( #16716 )
7 years ago
helper_test.go
core, eth: minor txpool event cleanups
7 years ago
metrics.go
metrics: pull library and introduce ResettingTimer and InfluxDB reporter ( #15910 )
7 years ago
peer.go
eth: propagate blocks and transactions async
7 years ago
protocol.go
core, eth: minor txpool event cleanups
7 years ago
protocol_test.go
core, eth: minor txpool event cleanups
7 years ago
sync.go
eth: update higest block we know during the sync if a higher was found ( #16283 )
7 years ago
sync_test.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago