lighthouse/beacon_chain/validation/tests/block_validation
Paul Hauner cf9f8c1e85
Fix issue with last_justified_block_hash
Previously we were just checking it exists in the DB. This is incorrect
because the last_justified_block_hash _must_ be in the chain referenced
by the block.

I.e., it's not OK for a block to reference a justified block in another
chain.
2018-10-09 12:14:59 +11:00
..
helpers.rs Fix issue with last_justified_block_hash 2018-10-09 12:14:59 +11:00
mod.rs Add pre-written validation code 2018-10-02 17:35:03 +10:00
tests.rs Fix issue with last_justified_block_hash 2018-10-09 12:14:59 +11:00