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.
Paweł Bylica
de39513ced
core, internal, eth, miner, les: Take VM config from BlockChain ( #17955 )
...
Until this commit, when sending an RPC request that called `NewEVM`, a blank `vm.Config`
would be taken so as to set some options, based on the default configuration. If some extra
configuration switches were passed to the blockchain, those would be ignored.
This PR adds a function to get the config from the blockchain, and this is what is now used
for RPC calls.
Some subsequent changes need to be made, see https://github.com/ethereum/go-ethereum/pull/17955#pullrequestreview-182237244
for the details of the discussion.
6 years ago
..
downloader
eth/downloader: fix light client cht binary search issue
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, eth/tracers: use pointer receiver for GetRefund ( #18018 )
6 years ago
api.go
cmd, core, eth, light, trie: add trie read caching layer
6 years ago
api_backend.go
core, internal, eth, miner, les: Take VM config from BlockChain ( #17955 )
6 years ago
api_test.go
all: get rid of error when creating memory database ( #16716 )
7 years ago
api_tracer.go
cmd, core, eth, light, trie: add trie read caching layer
6 years ago
backend.go
cmd, core, eth, light, trie: add trie read caching layer
6 years ago
bloombits.go
all: make indexer configurable ( #17188 )
6 years ago
config.go
cmd, core, eth, light, trie: add trie read caching layer
6 years ago
gen_config.go
cmd, core, eth, light, trie: add trie read caching layer
6 years ago
handler.go
eth: fix comment typo ( #18114 )
6 years ago
handler_test.go
eth: increase timeout in TestBroadcastBlock ( #18064 )
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