BaconState serialization fixed and reorganiztion around induction and deposits

This commit is contained in:
Grant Wuerker
2018-12-29 16:22:14 -06:00
parent d61ab50f45
commit 598562da73
6 changed files with 65 additions and 40 deletions

View File

@@ -87,7 +87,6 @@ mod tests {
extern crate bls;
extern crate validator_induction;
use self::bls::{create_proof_of_possession, Keypair};
use super::*;
// TODO: enhance these tests.