plugeth/core
Felix Lange 475521dd74 Merge pull request #2909 from fjl/account-manager-cleanup
all: clean up tech debt left behind by the API split
2016-08-17 20:59:59 +02:00
..
state
types rpc: refactor subscriptions and filters 2016-08-17 12:59:58 +02:00
vm core/vm: hide ecrecover error message 2016-08-05 23:12:52 +02:00
.gitignore
asm.go
bench_test.go accounts, core, eth: pass chain config for chain maker to test DAO 2016-07-15 16:52:55 +03:00
block_validator_test.go accounts, core, eth: pass chain config for chain maker to test DAO 2016-07-15 16:52:55 +03:00
block_validator.go cmd, core, eth, miner, params, tests: finalize the DAO fork 2016-07-15 16:52:55 +03:00
blockchain_test.go core: ensure the canonical block is written before the canonical hash is set 2016-08-16 15:21:22 +02:00
blockchain.go core: ensure the canonical block is written before the canonical hash is set 2016-08-16 15:21:22 +02:00
blocks.go
chain_makers_test.go accounts, core, eth: pass chain config for chain maker to test DAO 2016-07-15 16:52:55 +03:00
chain_makers.go accounts, core, eth: pass chain config for chain maker to test DAO 2016-07-15 16:52:55 +03:00
chain_pow_test.go accounts, core, eth: pass chain config for chain maker to test DAO 2016-07-15 16:52:55 +03:00
chain_pow.go
config.go
dao_test.go accounts, core, eth: pass chain config for chain maker to test DAO 2016-07-15 16:52:55 +03:00
dao.go cmd, core, eth, miner, params, tests: finalize the DAO fork 2016-07-15 16:52:55 +03:00
database_util_test.go accounts, core, eth: pass chain config for chain maker to test DAO 2016-07-15 16:52:55 +03:00
database_util.go core: ensure the canonical block is written before the canonical hash is set 2016-08-16 15:21:22 +02:00
default_genesis.go
error.go
events.go
execution.go
fees.go
filter_test.go
gaspool.go
genesis.go
headerchain.go core: ensure the canonical block is written before the canonical hash is set 2016-08-16 15:21:22 +02:00
helper_test.go
state_processor.go cmd, core, eth, miner, params, tests: finalize the DAO fork 2016-07-15 16:52:55 +03:00
state_transition.go
tx_pool_test.go
tx_pool.go
types.go core, miner: move Backend to miner 2016-08-17 17:39:04 +02:00
vm_env.go