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
ae992a5d73
core/vm: Hide read only flag from Interpreter interface ( #17461 )
...
Makes Interface interface a bit more stateless and abstract.
Obviously this change is dictated by EVMC design. The EVMC tries to keep the responsibility for EVM features totally inside the VMs, if feasible. This makes VM "stateless" because VM does not need to pass any information between executions, all information is included in parameters of the execute function.
6 years ago
..
downloader
core, eth, trie: use common/prque ( #17508 )
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: Hide read only flag from Interpreter interface ( #17461 )
6 years ago
api.go
cmd, eth: clean up miner startup API, drop noop config field
6 years ago
api_backend.go
accounts, eth, les: blockhash based filtering on all code paths
6 years ago
api_test.go
all: get rid of error when creating memory database ( #16716 )
7 years ago
api_tracer.go
consensus, miner: stale block mining support ( #17506 )
6 years ago
backend.go
cmd, core, eth, miner, params: configurable gas floor and ceil
6 years ago
bloombits.go
all: make indexer configurable ( #17188 )
6 years ago
config.go
cmd, core, eth, miner, params: configurable gas floor and ceil
6 years ago
gen_config.go
cmd, core, eth, miner, params: configurable gas floor and ceil
6 years ago
handler.go
all: simplify switches ( #17267 )
6 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
all: switch out defunct set library to different one ( #16873 )
6 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