plugeth/core
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.
2018-09-07 18:13:25 +02:00
..
asm
bloombits
rawdb
state
types miner: fix state commit, track old work packages too (#17490) 2018-08-23 16:02:57 +03:00
vm core/vm: Hide read only flag from Interpreter interface (#17461) 2018-09-07 18:13:25 +02:00
.gitignore
bench_test.go cmd, core, eth, miner, params: configurable gas floor and ceil 2018-08-29 12:40:12 +03:00
block_validator_test.go
block_validator.go cmd, core, eth, miner, params: configurable gas floor and ceil 2018-08-29 12:40:12 +03:00
blockchain_test.go
blockchain.go core, eth, trie: use common/prque (#17508) 2018-09-03 17:33:21 +02:00
blocks.go
chain_indexer_test.go
chain_indexer.go core: safe indexer operation when syncing starts before the checkpoint (#17511) 2018-08-28 10:31:34 +03:00
chain_makers_test.go
chain_makers.go cmd, core, eth, miner, params: configurable gas floor and ceil 2018-08-29 12:40:12 +03:00
dao_test.go
error.go
events.go
evm.go
gaspool.go
gen_genesis_account.go
gen_genesis.go
genesis_alloc.go
genesis_test.go
genesis.go
headerchain.go
helper_test.go
mkalloc.go
state_processor.go core: fix typo in comment (#17586) 2018-09-05 10:29:51 +02:00
state_transition.go
tx_cacher.go
tx_journal.go core: fix typos in comment (#17531) 2018-08-28 10:04:33 +03:00
tx_list_test.go
tx_list.go
tx_pool_test.go
tx_pool.go core, eth, trie: use common/prque (#17508) 2018-09-03 17:33:21 +02:00
types.go