plugeth/core
2015-07-04 09:27:42 +02:00
..
state core, miner, tests: renamed state methods 2015-07-04 02:51:36 +02:00
types core, eth, miner, xeth: receipt storage fix 2015-07-04 02:32:10 +02:00
vm Fix core error forwarding, unify OOG VM err 2015-07-04 09:27:42 +02:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
asm.go moved state and vm to core 2015-03-23 16:59:09 +01:00
bench_test.go core, miner: miner header validation, transaction & receipt writing 2015-07-03 13:56:50 +02:00
block_cache_test.go core/types: make blocks immutable 2015-06-29 18:51:47 +02:00
block_cache.go core: block cache Has method thread safe 2015-05-19 21:50:56 +02:00
block_processor_test.go core, eth, miner, xeth: receipt storage fix 2015-07-04 02:32:10 +02:00
block_processor.go Fix core error forwarding, unify OOG VM err 2015-07-04 09:27:42 +02:00
blocks.go core: add bad block for the 'missing nonce check' fork 2015-06-08 02:54:10 +02:00
canary.go Switched canary addresses 2015-07-02 05:27:19 -04:00
chain_makers_test.go core, miner: miner header validation, transaction & receipt writing 2015-07-03 13:56:50 +02:00
chain_makers.go core, miner, tests: renamed state methods 2015-07-04 02:51:36 +02:00
chain_manager_test.go core, miner: miner header validation, transaction & receipt writing 2015-07-03 13:56:50 +02:00
chain_manager.go core, eth, miner, xeth: receipt storage fix 2015-07-04 02:32:10 +02:00
chain_util.go core, cmd/geth: improved recover functionality 2015-07-01 16:34:35 +02:00
error.go Fix core error forwarding, unify OOG VM err 2015-07-04 09:27:42 +02:00
events.go core: changed how head events are checked 2015-05-15 00:42:06 +02:00
execution.go Fix core error forwarding, unify OOG VM err 2015-07-04 09:27:42 +02:00
fees.go Renamed chain => core 2014-12-04 10:28:02 +01:00
filter_test.go Locks, refactor, tests 2014-12-18 13:12:54 +01:00
filter.go Prevent debug value from printing on console 2015-07-03 07:40:47 -05:00
genesis.go core, miner, tests: renamed state methods 2015-07-04 02:51:36 +02:00
helper_test.go core: fixed test 2015-06-10 17:13:32 +02:00
manager.go core, miner: miner header validation, transaction & receipt writing 2015-07-03 13:56:50 +02:00
state_transition.go Fix core error forwarding, unify OOG VM err 2015-07-04 09:27:42 +02:00
transaction_pool_test.go core: reduce CPU load by reducing calls to checkQueue 2015-06-30 14:01:12 +02:00
transaction_pool.go core: txpool listen for ChainHeadEvent instead of ChainEvent 2015-06-30 17:27:47 +02:00
transaction_util.go core, eth, miner, xeth: receipt storage fix 2015-07-04 02:32:10 +02:00
vm_env.go Use uint64 for block header timestamp 2015-06-30 10:52:11 +02:00