quorum/core
Felix Lange 9bf513e993 Merge ethereum/poc-9 into accounts-integration
Conflicts:
	cmd/utils/cmd.go
	cmd/utils/flags.go
	core/manager.go
	eth/backend.go
	rpc/http/server.go
	xeth/xeth.go
2015-03-09 23:25:46 +01:00
..
types Integrate eth_accounts and eth_transact to use new account manager 2015-03-06 13:10:42 +00:00
.gitignore Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
asm.go Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
block_processor.go Miner fixes and updates (including miner) 2015-03-05 09:14:58 +01:00
block_processor_test.go Fixed tests 2015-03-06 20:10:59 +01:00
chain_makers.go Separated block db from state db. Partial fix for #416 2015-03-06 18:26:16 +01:00
chain_manager.go merge 2015-03-08 01:09:34 +01:00
chain_manager_test.go Fixed tests 2015-03-06 20:10:59 +01:00
error.go Spec changes. 2015-03-05 19:51:25 +01:00
events.go Queued approach to delivering chain events 2015-03-06 15:50:44 +01:00
execution.go Spec changes. 2015-03-05 19:51:25 +01:00
fees.go Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
filter.go uncle validation 2015-03-04 10:49:56 +01:00
filter_test.go Locks, refactor, tests 2014-12-18 13:12:54 +01:00
genesis.go Miner fixes and updates (including miner) 2015-03-05 09:14:58 +01:00
helper_test.go cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API 2015-02-06 00:03:59 +01:00
manager.go Merge ethereum/poc-9 into accounts-integration 2015-03-09 23:25:46 +01:00
state_transition.go Merge ethereum/poc-9 into accounts-integration 2015-03-09 23:25:46 +01:00
transaction_pool.go Introducing ethash 2015-03-02 22:29:34 -05:00
transaction_pool_test.go Validate transactions sender before adding to pool. Closes #272 2015-01-31 17:22:17 +01:00
vm_env.go Added (disabled) Jit validation 2015-02-01 15:30:29 +01:00