plugeth/core
obscuren a4b79f1dac core: moved mutex locks in insert blocks to start of function
Insert blocks will no longer allow processing of multiple chains at the
same time. The block lock has been moved to start of the function.
2015-04-29 12:51:04 +02:00
..
state core: removed nonce resetting from the block processor. 2015-04-21 11:27:12 +02:00
types Validate block header UncleHash against calculated hash 2015-04-22 23:16:19 +02:00
vm Changed how logs are being recorded 2015-04-08 17:15:45 +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
block_cache_test.go Fixed tests 2015-04-07 13:10:12 +02:00
block_cache.go Added thread safe each 2015-04-04 20:34:10 +02:00
block_processor_test.go Improved chain manager, improved block processor, fixed tests 2015-04-04 16:35:23 +02:00
block_processor.go core: implemented a queued approach processing transactions 2015-04-23 11:50:11 +02:00
blocks.go core: added chain reset mechanism on bad blocks 2015-04-20 12:58:17 +02:00
chain_makers.go core, miner: added value check on tx validation 2015-04-26 11:19:40 +02:00
chain_manager_test.go xeth, core, cmd/utils: Transaction can not be over block gas limit 2015-04-24 17:48:13 +02:00
chain_manager.go core: moved mutex locks in insert blocks to start of function 2015-04-29 12:51:04 +02:00
error.go core: improved error message for invalid nonce txs 2015-04-23 11:50:11 +02:00
events.go moved state and vm to core 2015-03-23 16:59:09 +01:00
execution.go Set input to nil for create 2015-04-10 19:59:01 +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 core: fixed wildcard topic filters. Closes #725 2015-04-24 13:45:21 +02:00
genesis.go Merge branch 'frontier/natspec' of https://github.com/ethersphere/go-ethereum into ethersphere-frontier/natspec 2015-04-20 18:08:14 +02:00
helper_test.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
manager.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
state_transition.go Improved transaction pool 2015-04-08 20:47:32 +02:00
transaction_pool_test.go core, miner: added value check on tx validation 2015-04-26 11:19:40 +02:00
transaction_pool.go core, miner: added value check on tx validation 2015-04-26 11:19:40 +02:00
vm_env.go Changed how logs are being recorded 2015-04-08 17:15:45 +02:00