V0.12.3, cherry pick 3523 and 3529 (#3531)

* validator confirmation

* validator confirmaiton

* remove leader confirmaiton

* hang out on progress until fork is confirmed

* use the right id for delegate id

* fixup! hang out on progress until fork is confirmed

* fixup! use the right id for delegate id

* version bump
This commit is contained in:
anatoly yakovenko
2019-03-28 05:59:42 -07:00
committed by GitHub
parent e55249e63f
commit cd3ff5c335
40 changed files with 497 additions and 588 deletions

View File

@@ -2,16 +2,16 @@
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-bench-streamer"
version = "0.12.2"
version = "0.12.3"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
clap = "2.32.0"
solana = { path = "../core", version = "0.12.2" }
solana-logger = { path = "../logger", version = "0.12.2" }
solana-netutil = { path = "../netutil", version = "0.12.2" }
solana = { path = "../core", version = "0.12.3" }
solana-logger = { path = "../logger", version = "0.12.3" }
solana-netutil = { path = "../netutil", version = "0.12.3" }
[features]
cuda = ["solana/cuda"]