Expose the new leader schedule functionality from the bank.

This commit is contained in:
Greg Fitzgerald
2019-02-24 08:16:13 -07:00
committed by Grimes
parent d67211305c
commit 0947ec59c9
6 changed files with 27 additions and 33 deletions

1
Cargo.lock generated
View File

@@ -2243,6 +2243,7 @@ dependencies = [
"hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)",