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
0bcff8f525
eth/downloader: speed up tests by generating chain only once ( #17916 )
...
* core: speed up GenerateChain
Use a mock implementation of ChainReader instead of creating
and destroying a BlockChain object for each generated block.
* eth/downloader: speed up tests by generating chain only once
This change reworks the downloader tests so they share a common test
blockchain instead of generating a chain in every test. The tests are
roughly twice as fast now.
6 years ago
..
downloader
eth/downloader: speed up tests by generating chain only once ( #17916 )
6 years ago
fetcher
core, eth, trie: use common/prque ( #17508 )
6 years ago
filters
eth/filters: fix the block range assignment for log filter ( #17284 )
6 years ago
gasprice
cmd, core, eth, miner, params: configurable gas floor and ceil
6 years ago
tracers
core/vm: adds refund as part of the json standard trace ( #17910 )
6 years ago
api.go
internal/ethapi: add eth_chainId method ( #17617 )
6 years ago
api_backend.go
core, internal/ethapi: add and use LRU cache for receipts ( #17610 )
6 years ago
api_test.go
all: get rid of error when creating memory database ( #16716 )
7 years ago
api_tracer.go
core/vm: faster create/create2 ( #17806 )
6 years ago
backend.go
eth, miner: prefer locally generated uncles vs remote ones ( #17715 )
6 years ago
bloombits.go
all: make indexer configurable ( #17188 )
6 years ago
config.go
core/vm: add switches to select evm+ewasm interpreters ( #17687 )
6 years ago
gen_config.go
cmd, core, eth, miner, params: configurable gas floor and ceil
6 years ago
handler.go
eth: broadcast blocks to at least 4 peers ( #17725 )
6 years ago
handler_test.go
eth: broadcast blocks to at least 4 peers ( #17725 )
6 years ago
helper_test.go
all: new p2p node representation ( #17643 )
6 years ago
metrics.go
metrics: pull library and introduce ResettingTimer and InfluxDB reporter ( #15910 )
7 years ago
peer.go
all: switch out defunct set library to different one ( #16873 )
6 years ago
protocol.go
eth: fixed the minor typo inside the comments ( #17830 )
6 years ago
protocol_test.go
core, eth: minor txpool event cleanups
7 years ago
sync.go
all: new p2p node representation ( #17643 )
6 years ago
sync_test.go
all: new p2p node representation ( #17643 )
6 years ago