plugeth/core
zelig 3d57e377a4 blockpool stability fixes:
- follow up locks and fix them
- chainManager: call SetQueued for parentErr future blocks, uncomment TD checks, unskip test
- make ErrIncorrectTD non-fatal to be forgiving to genuine mistaken nodes (temp) but demote them to guard against stuck best peers.
- add purging to bounded nodeCache (config nodeCacheSize)
- use nodeCache when creating blockpool entries and let non-best peers add blocks (performance boost)
- minor error in addError
- reduce idleBestPeerTimeout to 1 minute
- correct status counts and unskip status passing status test
- glogified logging
2015-04-13 13:13:55 +01:00
..
state Moved handling of nonces to the managed state 2015-04-08 23:30:07 +02:00
types future queued block support 2015-04-09 13:58:35 +01: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 Changed how logs are being recorded 2015-04-08 17:15:45 +02:00
chain_makers.go Improved transaction pool 2015-04-08 20:47:32 +02:00
chain_manager_test.go Improved transaction pool 2015-04-08 20:47:32 +02:00
chain_manager.go blockpool stability fixes: 2015-04-13 13:13:55 +01:00
error.go logging for possible uncles 2015-03-23 16:14:33 +01: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 Changed how logs are being recorded 2015-04-08 17:15:45 +02:00
genesis.go Block header changed & console miner control 2015-04-05 18:59:18 +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 Improved transaction pool 2015-04-08 20:47:32 +02:00
transaction_pool.go Default log to stderr 2015-04-08 22:18:16 +02:00
vm_env.go Changed how logs are being recorded 2015-04-08 17:15:45 +02:00