grin/chain
Ignotus Peverell 3c3b12b13a
Chain handles orphaned blocks and retries them
When a new block is rejected by the validation pipeline as orphan,
the chain now keeps it in a ring buffer of capped size. Anytime
a new block is accepted, all orphans in the ring buffer are
retried. This is helpful to handle all the cases where we receive
blocks out of order for networking/timing reasons.
2017-07-27 19:08:48 +00:00
..
src Chain handles orphaned blocks and retries them 2017-07-27 19:08:48 +00:00
tests Chain handles orphaned blocks and retries them 2017-07-27 19:08:48 +00:00
Cargo.toml Cuckoo-miner better merged into Grin (#80) 2017-07-18 20:57:09 +00:00
rustfmt.toml Initial import. 2016-10-20 20:06:12 -04:00