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
c7ab3e5544
common: delete StringToAddress, StringToHash ( #16436 )
...
* common: delete StringToAddress, StringToHash
These functions are confusing because they don't parse hex, but use the
bytes of the string. This change removes them, replacing all uses of
StringToAddress(s) by BytesToAddress([]byte(s)).
* eth/filters: remove incorrect use of common.BytesToAddress
7 years ago
..
downloader
eth/downloader: flush state sync data before exit ( #16280 )
7 years ago
fetcher
eth: fix typos ( #16414 )
7 years ago
filters
common: delete StringToAddress, StringToHash ( #16436 )
7 years ago
gasprice
eth/gasprice: set default percentile to 60%, count blocks instead of transactions ( #15828 )
7 years ago
tracers
all: update license information ( #16089 )
7 years ago
api.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
api_backend.go
eth, les, light: filter on logs only, derive receipts on demand
7 years ago
api_test.go
all: update license information ( #16089 )
7 years ago
api_tracer.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
backend.go
eth: fix typos ( #16414 )
7 years ago
bloombits.go
les, light: LES/2 protocol version ( #14970 )
7 years ago
config.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
db_upgrade.go
eth: fix typos ( #16414 )
7 years ago
gen_config.go
all: regenerate codecs with gencodec commit 90983d99de ( #15830 )
7 years ago
handler.go
eth: fix typos ( #16414 )
7 years ago
handler_test.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
helper_test.go
core, trie: intermediate mempool between trie and database ( #15857 )
7 years ago
metrics.go
metrics: pull library and introduce ResettingTimer and InfluxDB reporter ( #15910 )
7 years ago
peer.go
cmd, eth, les, mobile: make networkid uint64 everywhere
8 years ago
protocol.go
core, eth, les: fix messy code ( #15367 )
7 years ago
protocol_test.go
core, trie: intermediate mempool between trie and database ( #15857 )
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