forked from cerc-io/plugeth
- 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 |
||
|---|---|---|
| .. | ||
| state | ||
| types | ||
| vm | ||
| .gitignore | ||
| asm.go | ||
| block_cache_test.go | ||
| block_cache.go | ||
| block_processor_test.go | ||
| block_processor.go | ||
| chain_makers.go | ||
| chain_manager_test.go | ||
| chain_manager.go | ||
| error.go | ||
| events.go | ||
| execution.go | ||
| fees.go | ||
| filter_test.go | ||
| filter.go | ||
| genesis.go | ||
| helper_test.go | ||
| manager.go | ||
| state_transition.go | ||
| transaction_pool_test.go | ||
| transaction_pool.go | ||
| vm_env.go | ||