Add validator induction functionality

This commit is contained in:
Paul Hauner
2018-10-20 03:11:45 +11:00
parent d5675062c1
commit b4566a776a
6 changed files with 397 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "validator_induction"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
bls = { path = "../utils/bls" }
hashing = { path = "../utils/hashing" }
types = { path = "../types" }