quorum/core/types
zelig 262714fc6c future queued block support
- queued       bool // flag for blockpool to skip TD check
- set to true when future block queued
- in checkTD: skip check if queued
- TODO: add test (insertchain sets future block)
2015-04-09 13:58:35 +01:00
..
block.go future queued block support 2015-04-09 13:58:35 +01:00
block_test.go Changed R S to big int and fixed tests 2015-04-04 21:41:24 +02:00
bloom9.go Changed how logs are being recorded 2015-04-08 17:15:45 +02:00
bloom9_test.go moved state and vm to core 2015-03-23 16:59:09 +01:00
common.go moved state and vm to core 2015-03-23 16:59:09 +01:00
derive_sha.go added tx tests and fixed block tests 2015-03-25 17:05:29 +01:00
receipt.go Changed how logs are being recorded 2015-04-08 17:15:45 +02:00
transaction.go Use logger.Error instead of 0 with glog 2015-04-07 12:48:19 +02:00
transaction_test.go Changed R S to big int and fixed tests 2015-04-04 21:41:24 +02:00