117a207d49
This adds block and attestation validation code that was written previously. There were many non-validation specific changes made whilst building these functions (e.g., db, hashing, etc) -- these changes have already been merged into master and this branch has been created just to make it easy to review this code.
6 lines
86 B
Rust
6 lines
86 B
Rust
#![feature(test)]
|
|
extern crate lighthouse;
|
|
extern crate tests;
|
|
|
|
mod block_validation;
|