Files
solana/fullnode/Cargo.toml
anatoly yakovenko cd3ff5c335 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
2019-03-28 05:59:42 -07:00

29 lines
986 B
TOML

[package]
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-fullnode"
description = "Blockchain, Rebuilt for Scale"
version = "0.12.3"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
clap = "2.32.0"
log = "0.4.2"
serde_json = "1.0.39"
solana = { path = "../core", version = "0.12.3" }
solana-drone = { path = "../drone", version = "0.12.3" }
solana-logger = { path = "../logger", version = "0.12.3" }
solana-netutil = { path = "../netutil", version = "0.12.3" }
solana-metrics = { path = "../metrics", version = "0.12.3" }
solana-runtime = { path = "../runtime", version = "0.12.3" }
solana-sdk = { path = "../sdk", version = "0.12.3" }
solana-vote-api = { path = "../programs/vote_api", version = "0.12.3" }
solana-vote-signer = { path = "../vote-signer", version = "0.12.3" }
[features]
chacha = ["solana/chacha"]
cuda = ["solana/cuda"]
erasure = ["solana/erasure"]