diff --git a/Cargo.lock b/Cargo.lock index e9e95fff17..8618b1e127 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,24 +202,25 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.49.2" +version = "0.53.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)", + "clang-sys 0.29.3 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -329,7 +330,7 @@ dependencies = [ [[package]] name = "btc_spv_bin" -version = "1.1.7" +version = "1.1.8" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -456,10 +457,10 @@ dependencies = [ [[package]] name = "cexpr" -version = "0.3.5" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -499,7 +500,7 @@ dependencies = [ [[package]] name = "clang-sys" -version = "0.28.1" +version = "0.29.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1057,18 +1058,6 @@ dependencies = [ "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "env_logger" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", - "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "env_logger" version = "0.7.1" @@ -1287,14 +1276,6 @@ dependencies = [ "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "fxhash" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "gag" version = "0.1.10" @@ -1973,10 +1954,10 @@ dependencies = [ [[package]] name = "librocksdb-sys" -version = "6.2.4" +version = "6.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bindgen 0.53.2 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2251,6 +2232,15 @@ dependencies = [ "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "nom" +version = "5.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "num-derive" version = "0.2.5" @@ -3179,11 +3169,11 @@ dependencies = [ [[package]] name = "rocksdb" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", - "librocksdb-sys 6.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "librocksdb-sys 6.7.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3581,37 +3571,37 @@ dependencies = [ [[package]] name = "solana-accounts-bench" -version = "1.1.7" +version = "1.1.8" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-logger 1.1.7", - "solana-measure 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", + "solana-logger 1.1.8", + "solana-measure 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-archiver" -version = "1.1.7" +version = "1.1.8" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-archiver-lib 1.1.7", - "solana-clap-utils 1.1.7", - "solana-core 1.1.7", - "solana-logger 1.1.7", - "solana-metrics 1.1.7", - "solana-net-utils 1.1.7", - "solana-sdk 1.1.7", + "solana-archiver-lib 1.1.8", + "solana-clap-utils 1.1.8", + "solana-core 1.1.8", + "solana-logger 1.1.8", + "solana-metrics 1.1.8", + "solana-net-utils 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-archiver-lib" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3623,58 +3613,58 @@ dependencies = [ "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-archiver-utils 1.1.7", - "solana-chacha 1.1.7", - "solana-chacha-sys 1.1.7", - "solana-client 1.1.7", - "solana-core 1.1.7", - "solana-ledger 1.1.7", - "solana-logger 1.1.7", - "solana-metrics 1.1.7", - "solana-net-utils 1.1.7", - "solana-perf 1.1.7", - "solana-sdk 1.1.7", - "solana-storage-program 1.1.7", - "solana-streamer 1.1.7", + "solana-archiver-utils 1.1.8", + "solana-chacha 1.1.8", + "solana-chacha-sys 1.1.8", + "solana-client 1.1.8", + "solana-core 1.1.8", + "solana-ledger 1.1.8", + "solana-logger 1.1.8", + "solana-metrics 1.1.8", + "solana-net-utils 1.1.8", + "solana-perf 1.1.8", + "solana-sdk 1.1.8", + "solana-storage-program 1.1.8", + "solana-streamer 1.1.8", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-archiver-utils" -version = "1.1.7" +version = "1.1.8" dependencies = [ "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-chacha 1.1.7", - "solana-chacha-sys 1.1.7", - "solana-ledger 1.1.7", - "solana-logger 1.1.7", - "solana-perf 1.1.7", - "solana-sdk 1.1.7", + "solana-chacha 1.1.8", + "solana-chacha-sys 1.1.8", + "solana-ledger 1.1.8", + "solana-logger 1.1.8", + "solana-perf 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-banking-bench" -version = "1.1.7" +version = "1.1.8" dependencies = [ "crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-core 1.1.7", - "solana-ledger 1.1.7", - "solana-logger 1.1.7", - "solana-measure 1.1.7", - "solana-perf 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", - "solana-streamer 1.1.7", + "solana-core 1.1.8", + "solana-ledger 1.1.8", + "solana-logger 1.1.8", + "solana-measure 1.1.8", + "solana-perf 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", + "solana-streamer 1.1.8", ] [[package]] name = "solana-bench-exchange" -version = "1.1.7" +version = "1.1.8" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3685,34 +3675,34 @@ dependencies = [ "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-client 1.1.7", - "solana-core 1.1.7", - "solana-exchange-program 1.1.7", - "solana-faucet 1.1.7", - "solana-genesis 1.1.7", - "solana-local-cluster 1.1.7", - "solana-logger 1.1.7", - "solana-metrics 1.1.7", - "solana-net-utils 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", + "solana-clap-utils 1.1.8", + "solana-client 1.1.8", + "solana-core 1.1.8", + "solana-exchange-program 1.1.8", + "solana-faucet 1.1.8", + "solana-genesis 1.1.8", + "solana-local-cluster 1.1.8", + "solana-logger 1.1.8", + "solana-metrics 1.1.8", + "solana-net-utils 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-bench-streamer" -version = "1.1.7" +version = "1.1.8" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-logger 1.1.7", - "solana-net-utils 1.1.7", - "solana-streamer 1.1.7", + "solana-clap-utils 1.1.8", + "solana-logger 1.1.8", + "solana-net-utils 1.1.8", + "solana-streamer 1.1.8", ] [[package]] name = "solana-bench-tps" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3722,25 +3712,25 @@ dependencies = [ "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-client 1.1.7", - "solana-core 1.1.7", - "solana-faucet 1.1.7", - "solana-genesis 1.1.7", - "solana-librapay 1.1.7", - "solana-local-cluster 1.1.7", - "solana-logger 1.1.7", - "solana-measure 1.1.7", - "solana-metrics 1.1.7", - "solana-move-loader-program 1.1.7", - "solana-net-utils 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", + "solana-clap-utils 1.1.8", + "solana-client 1.1.8", + "solana-core 1.1.8", + "solana-faucet 1.1.8", + "solana-genesis 1.1.8", + "solana-librapay 1.1.8", + "solana-local-cluster 1.1.8", + "solana-logger 1.1.8", + "solana-measure 1.1.8", + "solana-metrics 1.1.8", + "solana-move-loader-program 1.1.8", + "solana-net-utils 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-bpf-loader-program" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3748,15 +3738,15 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-logger 1.1.7", - "solana-sdk 1.1.7", + "solana-logger 1.1.8", + "solana-sdk 1.1.8", "solana_rbpf 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-btc-spv-program" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3765,12 +3755,12 @@ dependencies = [ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-sdk 1.1.7", + "solana-sdk 1.1.8", ] [[package]] name = "solana-budget-program" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3779,56 +3769,56 @@ dependencies = [ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-chacha" -version = "1.1.7" +version = "1.1.8" dependencies = [ "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (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)", - "solana-chacha-sys 1.1.7", - "solana-ledger 1.1.7", - "solana-logger 1.1.7", - "solana-perf 1.1.7", - "solana-sdk 1.1.7", + "solana-chacha-sys 1.1.8", + "solana-ledger 1.1.8", + "solana-logger 1.1.8", + "solana-perf 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-chacha-cuda" -version = "1.1.7" +version = "1.1.8" dependencies = [ "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-archiver-utils 1.1.7", - "solana-chacha 1.1.7", - "solana-ledger 1.1.7", - "solana-logger 1.1.7", - "solana-perf 1.1.7", - "solana-sdk 1.1.7", + "solana-archiver-utils 1.1.8", + "solana-chacha 1.1.8", + "solana-ledger 1.1.8", + "solana-logger 1.1.8", + "solana-perf 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-chacha-sys" -version = "1.1.7" +version = "1.1.8" dependencies = [ "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-clap-utils" -version = "1.1.7" +version = "1.1.8" dependencies = [ "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 4.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-remote-wallet 1.1.7", - "solana-sdk 1.1.7", + "solana-remote-wallet 1.1.8", + "solana-sdk 1.1.8", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3836,7 +3826,7 @@ dependencies = [ [[package]] name = "solana-cli" -version = "1.1.7" +version = "1.1.8" dependencies = [ "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3856,23 +3846,23 @@ dependencies = [ "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-budget-program 1.1.7", - "solana-clap-utils 1.1.7", - "solana-cli-config 1.1.7", - "solana-client 1.1.7", - "solana-config-program 1.1.7", - "solana-core 1.1.7", - "solana-faucet 1.1.7", - "solana-logger 1.1.7", - "solana-net-utils 1.1.7", - "solana-remote-wallet 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", - "solana-stake-program 1.1.7", - "solana-storage-program 1.1.7", - "solana-transaction-status 1.1.7", - "solana-vote-program 1.1.7", - "solana-vote-signer 1.1.7", + "solana-budget-program 1.1.8", + "solana-clap-utils 1.1.8", + "solana-cli-config 1.1.8", + "solana-client 1.1.8", + "solana-config-program 1.1.8", + "solana-core 1.1.8", + "solana-faucet 1.1.8", + "solana-logger 1.1.8", + "solana-net-utils 1.1.8", + "solana-remote-wallet 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", + "solana-stake-program 1.1.8", + "solana-storage-program 1.1.8", + "solana-transaction-status 1.1.8", + "solana-vote-program 1.1.8", + "solana-vote-signer 1.1.8", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3880,7 +3870,7 @@ dependencies = [ [[package]] name = "solana-cli-config" -version = "1.1.7" +version = "1.1.8" dependencies = [ "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3892,7 +3882,7 @@ dependencies = [ [[package]] name = "solana-client" -version = "1.1.7" +version = "1.1.8" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3906,11 +3896,11 @@ dependencies = [ "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-logger 1.1.7", - "solana-net-utils 1.1.7", - "solana-sdk 1.1.7", - "solana-transaction-status 1.1.7", - "solana-vote-program 1.1.7", + "solana-logger 1.1.8", + "solana-net-utils 1.1.8", + "solana-sdk 1.1.8", + "solana-transaction-status 1.1.8", + "solana-vote-program 1.1.8", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "tungstenite 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3918,20 +3908,20 @@ dependencies = [ [[package]] name = "solana-config-program" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-logger 1.1.7", - "solana-sdk 1.1.7", + "solana-logger 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-core" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3965,28 +3955,28 @@ dependencies = [ "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-budget-program 1.1.7", - "solana-chacha-cuda 1.1.7", - "solana-clap-utils 1.1.7", - "solana-client 1.1.7", - "solana-faucet 1.1.7", - "solana-ledger 1.1.7", - "solana-logger 1.1.7", - "solana-measure 1.1.7", - "solana-merkle-tree 1.1.7", - "solana-metrics 1.1.7", - "solana-net-utils 1.1.7", - "solana-perf 1.1.7", - "solana-rayon-threadlimit 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", - "solana-stake-program 1.1.7", - "solana-storage-program 1.1.7", - "solana-streamer 1.1.7", - "solana-sys-tuner 1.1.7", - "solana-transaction-status 1.1.7", - "solana-vote-program 1.1.7", - "solana-vote-signer 1.1.7", + "solana-budget-program 1.1.8", + "solana-chacha-cuda 1.1.8", + "solana-clap-utils 1.1.8", + "solana-client 1.1.8", + "solana-faucet 1.1.8", + "solana-ledger 1.1.8", + "solana-logger 1.1.8", + "solana-measure 1.1.8", + "solana-merkle-tree 1.1.8", + "solana-metrics 1.1.8", + "solana-net-utils 1.1.8", + "solana-perf 1.1.8", + "solana-rayon-threadlimit 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", + "solana-stake-program 1.1.8", + "solana-storage-program 1.1.8", + "solana-streamer 1.1.8", + "solana-sys-tuner 1.1.8", + "solana-transaction-status 1.1.8", + "solana-vote-program 1.1.8", + "solana-vote-signer 1.1.8", "systemstat 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3999,7 +3989,7 @@ dependencies = [ [[package]] name = "solana-crate-features" -version = "1.1.7" +version = "1.1.8" dependencies = [ "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4022,36 +4012,36 @@ dependencies = [ [[package]] name = "solana-dos" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-core 1.1.7", - "solana-logger 1.1.7", - "solana-net-utils 1.1.7", - "solana-runtime 1.1.7", + "solana-core 1.1.8", + "solana-logger 1.1.8", + "solana-net-utils 1.1.8", + "solana-runtime 1.1.8", ] [[package]] name = "solana-download-utils" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-ledger 1.1.7", - "solana-sdk 1.1.7", + "solana-ledger 1.1.8", + "solana-sdk 1.1.8", "tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-exchange-program" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4059,24 +4049,24 @@ dependencies = [ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-logger 1.1.7", - "solana-metrics 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", + "solana-logger 1.1.8", + "solana-metrics 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-failure-program" -version = "1.1.7" +version = "1.1.8" dependencies = [ - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-faucet" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4085,17 +4075,17 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-logger 1.1.7", - "solana-metrics 1.1.7", - "solana-sdk 1.1.7", + "solana-clap-utils 1.1.8", + "solana-logger 1.1.8", + "solana-metrics 1.1.8", + "solana-sdk 1.1.8", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-genesis" -version = "1.1.7" +version = "1.1.8" dependencies = [ "base64 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4103,49 +4093,49 @@ dependencies = [ "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-genesis-programs 1.1.7", - "solana-ledger 1.1.7", - "solana-sdk 1.1.7", - "solana-stake-program 1.1.7", - "solana-storage-program 1.1.7", - "solana-vote-program 1.1.7", + "solana-clap-utils 1.1.8", + "solana-genesis-programs 1.1.8", + "solana-ledger 1.1.8", + "solana-sdk 1.1.8", + "solana-stake-program 1.1.8", + "solana-storage-program 1.1.8", + "solana-vote-program 1.1.8", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-genesis-programs" -version = "1.1.7" +version = "1.1.8" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-bpf-loader-program 1.1.7", - "solana-budget-program 1.1.7", - "solana-config-program 1.1.7", - "solana-exchange-program 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", - "solana-stake-program 1.1.7", - "solana-storage-program 1.1.7", - "solana-vest-program 1.1.7", - "solana-vote-program 1.1.7", + "solana-bpf-loader-program 1.1.8", + "solana-budget-program 1.1.8", + "solana-config-program 1.1.8", + "solana-exchange-program 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", + "solana-stake-program 1.1.8", + "solana-storage-program 1.1.8", + "solana-vest-program 1.1.8", + "solana-vote-program 1.1.8", ] [[package]] name = "solana-gossip" -version = "1.1.7" +version = "1.1.8" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-client 1.1.7", - "solana-core 1.1.7", - "solana-logger 1.1.7", - "solana-net-utils 1.1.7", - "solana-sdk 1.1.7", + "solana-clap-utils 1.1.8", + "solana-client 1.1.8", + "solana-core 1.1.8", + "solana-logger 1.1.8", + "solana-net-utils 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-install" -version = "1.1.7" +version = "1.1.8" dependencies = [ "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4163,11 +4153,11 @@ dependencies = [ "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-client 1.1.7", - "solana-config-program 1.1.7", - "solana-logger 1.1.7", - "solana-sdk 1.1.7", + "solana-clap-utils 1.1.8", + "solana-client 1.1.8", + "solana-config-program 1.1.8", + "solana-logger 1.1.8", + "solana-sdk 1.1.8", "tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4177,22 +4167,22 @@ dependencies = [ [[package]] name = "solana-keygen" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-cli-config 1.1.7", - "solana-remote-wallet 1.1.7", - "solana-sdk 1.1.7", + "solana-clap-utils 1.1.8", + "solana-cli-config 1.1.8", + "solana-remote-wallet 1.1.8", + "solana-sdk 1.1.8", "tiny-bip39 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-ledger" -version = "1.1.7" +version = "1.1.8" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4213,24 +4203,24 @@ dependencies = [ "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rocksdb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rocksdb 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-budget-program 1.1.7", - "solana-genesis-programs 1.1.7", - "solana-logger 1.1.7", - "solana-measure 1.1.7", - "solana-merkle-tree 1.1.7", - "solana-metrics 1.1.7", - "solana-perf 1.1.7", - "solana-rayon-threadlimit 1.1.7", + "solana-budget-program 1.1.8", + "solana-genesis-programs 1.1.8", + "solana-logger 1.1.8", + "solana-measure 1.1.8", + "solana-merkle-tree 1.1.8", + "solana-metrics 1.1.8", + "solana-perf 1.1.8", + "solana-rayon-threadlimit 1.1.8", "solana-reed-solomon-erasure 4.0.1-3 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", - "solana-stake-program 1.1.7", - "solana-transaction-status 1.1.7", - "solana-vote-program 1.1.7", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", + "solana-stake-program 1.1.8", + "solana-transaction-status 1.1.8", + "solana-vote-program 1.1.8", "symlink 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4239,7 +4229,7 @@ dependencies = [ [[package]] name = "solana-ledger-tool" -version = "1.1.7" +version = "1.1.8" dependencies = [ "assert_cmd 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4247,34 +4237,34 @@ dependencies = [ "histogram 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-cli 1.1.7", - "solana-ledger 1.1.7", - "solana-logger 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", - "solana-stake-program 1.1.7", - "solana-transaction-status 1.1.7", - "solana-vote-program 1.1.7", + "solana-clap-utils 1.1.8", + "solana-cli 1.1.8", + "solana-ledger 1.1.8", + "solana-logger 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", + "solana-stake-program 1.1.8", + "solana-transaction-status 1.1.8", + "solana-vote-program 1.1.8", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-librapay" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-logger 1.1.7", - "solana-move-loader-program 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", + "solana-logger 1.1.8", + "solana-move-loader-program 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", "solana_libra_types 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-local-cluster" -version = "1.1.7" +version = "1.1.8" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4282,41 +4272,41 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-archiver-lib 1.1.7", - "solana-client 1.1.7", - "solana-config-program 1.1.7", - "solana-core 1.1.7", - "solana-download-utils 1.1.7", - "solana-exchange-program 1.1.7", - "solana-faucet 1.1.7", - "solana-genesis-programs 1.1.7", - "solana-ledger 1.1.7", - "solana-logger 1.1.7", - "solana-rayon-threadlimit 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", - "solana-stake-program 1.1.7", - "solana-storage-program 1.1.7", - "solana-vest-program 1.1.7", - "solana-vote-program 1.1.7", + "solana-archiver-lib 1.1.8", + "solana-client 1.1.8", + "solana-config-program 1.1.8", + "solana-core 1.1.8", + "solana-download-utils 1.1.8", + "solana-exchange-program 1.1.8", + "solana-faucet 1.1.8", + "solana-genesis-programs 1.1.8", + "solana-ledger 1.1.8", + "solana-logger 1.1.8", + "solana-rayon-threadlimit 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", + "solana-stake-program 1.1.8", + "solana-storage-program 1.1.8", + "solana-vest-program 1.1.8", + "solana-vote-program 1.1.8", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-log-analyzer" -version = "1.1.7" +version = "1.1.8" dependencies = [ "byte-unit 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-logger 1.1.7", + "solana-clap-utils 1.1.8", + "solana-logger 1.1.8", ] [[package]] name = "solana-logger" -version = "1.1.7" +version = "1.1.8" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4325,27 +4315,27 @@ dependencies = [ [[package]] name = "solana-measure" -version = "1.1.7" +version = "1.1.8" dependencies = [ "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-metrics 1.1.7", - "solana-sdk 1.1.7", + "solana-metrics 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-merkle-tree" -version = "1.1.7" +version = "1.1.8" dependencies = [ "fast-math 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-sdk 1.1.7", + "solana-sdk 1.1.8", ] [[package]] name = "solana-metrics" -version = "1.1.7" +version = "1.1.8" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "gethostname 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4355,12 +4345,12 @@ dependencies = [ "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-sdk 1.1.7", + "solana-sdk 1.1.8", ] [[package]] name = "solana-move-loader-program" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4371,8 +4361,8 @@ dependencies = [ "serde_bytes 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-logger 1.1.7", - "solana-sdk 1.1.7", + "solana-logger 1.1.8", + "solana-sdk 1.1.8", "solana_libra_bytecode_verifier 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_canonical_serialization 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_compiler 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4389,19 +4379,19 @@ dependencies = [ [[package]] name = "solana-net-shaper" -version = "1.1.7" +version = "1.1.8" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-logger 1.1.7", + "solana-clap-utils 1.1.8", + "solana-logger 1.1.8", ] [[package]] name = "solana-net-utils" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4412,36 +4402,36 @@ dependencies = [ "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-logger 1.1.7", + "solana-clap-utils 1.1.8", + "solana-logger 1.1.8", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-noop-program" -version = "1.1.7" +version = "1.1.8" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-logger 1.1.7", - "solana-sdk 1.1.7", + "solana-logger 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-ownable" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-perf" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dlopen 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4452,16 +4442,16 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-budget-program 1.1.7", - "solana-logger 1.1.7", - "solana-metrics 1.1.7", - "solana-rayon-threadlimit 1.1.7", - "solana-sdk 1.1.7", + "solana-budget-program 1.1.8", + "solana-logger 1.1.8", + "solana-metrics 1.1.8", + "solana-rayon-threadlimit 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-rayon-threadlimit" -version = "1.1.7" +version = "1.1.8" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4479,7 +4469,7 @@ dependencies = [ [[package]] name = "solana-remote-wallet" -version = "1.1.7" +version = "1.1.8" dependencies = [ "base32 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4488,14 +4478,14 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-sdk 1.1.7", + "solana-sdk 1.1.8", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-runtime" -version = "1.1.7" +version = "1.1.8" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4516,23 +4506,23 @@ dependencies = [ "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-bpf-loader-program 1.1.7", - "solana-logger 1.1.7", - "solana-measure 1.1.7", - "solana-metrics 1.1.7", - "solana-noop-program 1.1.7", - "solana-rayon-threadlimit 1.1.7", - "solana-sdk 1.1.7", - "solana-stake-program 1.1.7", - "solana-storage-program 1.1.7", - "solana-vote-program 1.1.7", + "solana-bpf-loader-program 1.1.8", + "solana-logger 1.1.8", + "solana-measure 1.1.8", + "solana-metrics 1.1.8", + "solana-noop-program 1.1.8", + "solana-rayon-threadlimit 1.1.8", + "solana-sdk 1.1.8", + "solana-stake-program 1.1.8", + "solana-storage-program 1.1.8", + "solana-vote-program 1.1.8", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-scripts" -version = "1.1.7" +version = "1.1.8" dependencies = [ "csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4540,7 +4530,7 @@ dependencies = [ [[package]] name = "solana-sdk" -version = "1.1.7" +version = "1.1.8" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4565,16 +4555,16 @@ dependencies = [ "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-crate-features 1.1.7", - "solana-logger 1.1.7", - "solana-sdk-macro 1.1.7", + "solana-crate-features 1.1.8", + "solana-logger 1.1.8", + "solana-sdk-macro 1.1.8", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-sdk-c" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4583,12 +4573,12 @@ dependencies = [ "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-sdk 1.1.7", + "solana-sdk 1.1.8", ] [[package]] name = "solana-sdk-macro" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4598,21 +4588,21 @@ dependencies = [ [[package]] name = "solana-stake-accounts" -version = "1.1.7" +version = "1.1.8" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-cli-config 1.1.7", - "solana-client 1.1.7", - "solana-remote-wallet 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", - "solana-stake-program 1.1.7", + "solana-clap-utils 1.1.8", + "solana-cli-config 1.1.8", + "solana-client 1.1.8", + "solana-remote-wallet 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", + "solana-stake-program 1.1.8", ] [[package]] name = "solana-stake-monitor" -version = "1.1.7" +version = "1.1.8" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4621,22 +4611,22 @@ dependencies = [ "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-cli-config 1.1.7", - "solana-client 1.1.7", - "solana-core 1.1.7", - "solana-local-cluster 1.1.7", - "solana-logger 1.1.7", - "solana-metrics 1.1.7", - "solana-sdk 1.1.7", - "solana-stake-program 1.1.7", - "solana-transaction-status 1.1.7", + "solana-clap-utils 1.1.8", + "solana-cli-config 1.1.8", + "solana-client 1.1.8", + "solana-core 1.1.8", + "solana-local-cluster 1.1.8", + "solana-logger 1.1.8", + "solana-metrics 1.1.8", + "solana-sdk 1.1.8", + "solana-stake-program 1.1.8", + "solana-transaction-status 1.1.8", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-stake-program" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4644,17 +4634,17 @@ dependencies = [ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-config-program 1.1.7", - "solana-logger 1.1.7", - "solana-metrics 1.1.7", - "solana-sdk 1.1.7", - "solana-vote-program 1.1.7", + "solana-config-program 1.1.8", + "solana-logger 1.1.8", + "solana-metrics 1.1.8", + "solana-sdk 1.1.8", + "solana-vote-program 1.1.8", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-storage-program" -version = "1.1.7" +version = "1.1.8" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4664,35 +4654,35 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-logger 1.1.7", - "solana-sdk 1.1.7", + "solana-logger 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-streamer" -version = "1.1.7" +version = "1.1.8" dependencies = [ "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-logger 1.1.7", - "solana-measure 1.1.7", - "solana-metrics 1.1.7", - "solana-perf 1.1.7", - "solana-sdk 1.1.7", + "solana-logger 1.1.8", + "solana-measure 1.1.8", + "solana-metrics 1.1.8", + "solana-perf 1.1.8", + "solana-sdk 1.1.8", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-sys-tuner" -version = "1.1.7" +version = "1.1.8" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-logger 1.1.7", + "solana-clap-utils 1.1.8", + "solana-logger 1.1.8", "sysctl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "unix_socket2 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "users 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4700,26 +4690,26 @@ dependencies = [ [[package]] name = "solana-transaction-status" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-sdk 1.1.7", + "solana-sdk 1.1.8", ] [[package]] name = "solana-upload-perf" -version = "1.1.7" +version = "1.1.8" dependencies = [ "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-metrics 1.1.7", + "solana-metrics 1.1.8", ] [[package]] name = "solana-validator" -version = "1.1.7" +version = "1.1.8" dependencies = [ "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4728,25 +4718,25 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-client 1.1.7", - "solana-core 1.1.7", - "solana-download-utils 1.1.7", - "solana-faucet 1.1.7", - "solana-ledger 1.1.7", - "solana-logger 1.1.7", - "solana-metrics 1.1.7", - "solana-net-utils 1.1.7", - "solana-perf 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", - "solana-vote-program 1.1.7", - "solana-vote-signer 1.1.7", + "solana-clap-utils 1.1.8", + "solana-client 1.1.8", + "solana-core 1.1.8", + "solana-download-utils 1.1.8", + "solana-faucet 1.1.8", + "solana-ledger 1.1.8", + "solana-logger 1.1.8", + "solana-metrics 1.1.8", + "solana-net-utils 1.1.8", + "solana-perf 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", + "solana-vote-program 1.1.8", + "solana-vote-signer 1.1.8", ] [[package]] name = "solana-vest-program" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4754,15 +4744,15 @@ dependencies = [ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-config-program 1.1.7", - "solana-runtime 1.1.7", - "solana-sdk 1.1.7", + "solana-config-program 1.1.8", + "solana-runtime 1.1.8", + "solana-sdk 1.1.8", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-vote-program" -version = "1.1.7" +version = "1.1.8" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4770,15 +4760,15 @@ dependencies = [ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-logger 1.1.7", - "solana-metrics 1.1.7", - "solana-sdk 1.1.7", + "solana-logger 1.1.8", + "solana-metrics 1.1.8", + "solana-sdk 1.1.8", "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "solana-vote-signer" -version = "1.1.7" +version = "1.1.8" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4786,25 +4776,25 @@ dependencies = [ "jsonrpc-http-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-metrics 1.1.7", - "solana-sdk 1.1.7", + "solana-clap-utils 1.1.8", + "solana-metrics 1.1.8", + "solana-sdk 1.1.8", ] [[package]] name = "solana-watchtower" -version = "1.1.7" +version = "1.1.8" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "solana-clap-utils 1.1.7", - "solana-cli-config 1.1.7", - "solana-client 1.1.7", - "solana-logger 1.1.7", - "solana-metrics 1.1.7", - "solana-sdk 1.1.7", + "solana-clap-utils 1.1.8", + "solana-cli-config 1.1.8", + "solana-client 1.1.8", + "solana-logger 1.1.8", + "solana-metrics 1.1.8", + "solana-sdk 1.1.8", ] [[package]] @@ -5934,6 +5924,11 @@ name = "version_check" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "version_check" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "void" version = "1.0.2" @@ -6138,6 +6133,14 @@ dependencies = [ "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "which" +version = "3.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "winapi" version = "0.2.8" @@ -6292,7 +6295,7 @@ dependencies = [ "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" "checksum bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "58946044516aa9dc922182e0d6e9d124a31aafe6b421614654eb27cf90cec09c" "checksum bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf" -"checksum bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)" = "846a1fba6535362a01487ef6b10f0275faa12e5c5d835c5c1c627aabc46ccbd6" +"checksum bindgen 0.53.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6bb26d6a69a335b8cb0e7c7e9775cd5666611dc50a37177c3f2cedcfc040e8c8" "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" "checksum bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f" "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" @@ -6323,12 +6326,12 @@ dependencies = [ "checksum cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427" "checksum cbindgen 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2db2df1ebc842c41fd2c4ae5b5a577faf63bd5151b953db752fc686812bee318" "checksum cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)" = "e450b8da92aa6f274e7c6437692f9f2ce6d701fb73bacfcf87897b3f89a4c20e" -"checksum cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7fa24eb00d5ffab90eaeaf1092ac85c04c64aaf358ea6f84505b8116d24c6af" +"checksum cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" "checksum cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "64a4b57c8f4e3a2e9ac07e0f6abc9c24b6fc9e1b54c3478cfb598f3d0023e51c" "checksum chashmap 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff41a3c2c1e39921b9003de14bf0439c7b63a9039637c291e1a64925d8ddfa45" "checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2" -"checksum clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853" +"checksum clang-sys 0.29.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a" "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" "checksum clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "97276801e127ffb46b66ce23f35cc96bd454fa311294bced4bbace7baa8b1d17" "checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" @@ -6389,7 +6392,6 @@ dependencies = [ "checksum endian-type 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" "checksum enum-primitive-derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2b90e520ec62c1864c8c78d637acbfe8baf5f63240f2fb8165b8325c07812dd" "checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38" -"checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e" "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" @@ -6418,7 +6420,6 @@ dependencies = [ "checksum futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "171be33efae63c2d59e6dbba34186fe0d6394fb378069a76dfd80fdcffd43c16" "checksum futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9" "checksum futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76" -"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" "checksum gag 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8cc0b9f53275dc5fada808f1d2f82e3688a6c14d735633d1590b7be8eb2307b5" "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" @@ -6489,7 +6490,7 @@ dependencies = [ "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" "checksum libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0" "checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" -"checksum librocksdb-sys 6.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0a0785e816e1e11e7599388a492c61ef80ddc2afc91e313e61662cce537809be" +"checksum librocksdb-sys 6.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "883213ae3d09bfc3d104aefe94b25ebb183b6f4d3a515b23b14817e1f4854005" "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" @@ -6522,6 +6523,7 @@ dependencies = [ "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" "checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b" "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" +"checksum nom 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6" "checksum num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2" "checksum num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c8b15b261814f992e33760b1fca9fe8b693d8a65299f20c9901688636cfb746" "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" @@ -6622,7 +6624,7 @@ dependencies = [ "checksum reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)" = "02b81e49ddec5109a9dcfc5f2a317ff53377c915e9ae9d4f2fb50914b85614e2" "checksum rgb 0.8.13 (registry+https://github.com/rust-lang/crates.io-index)" = "4f089652ca87f5a82a62935ec6172a534066c7b97be003cc8f702ee9a7a59c92" "checksum ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)" = "741ba1704ae21999c00942f9f5944f801e977f54302af346b596287599ad1862" -"checksum rocksdb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "12069b106981c6103d3eab7dd1c86751482d0779a520b7c14954c8b586c1e643" +"checksum rocksdb 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61aa17a99a2413cd71c1106691bf59dad7de0cd5099127f90e9d99c429c40d4a" "checksum rpassword 4.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f" "checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af" "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" @@ -6782,6 +6784,7 @@ dependencies = [ "checksum vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168" "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" +"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" "checksum wait-timeout 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" @@ -6801,6 +6804,7 @@ dependencies = [ "checksum websocket-base 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e3810f0d00c4dccb54c30a4eee815e703232819dec7b007db115791c42aa374" "checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164" "checksum which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164" +"checksum which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" diff --git a/accounts-bench/Cargo.toml b/accounts-bench/Cargo.toml index 240c2c5546..8f4d275a87 100644 --- a/accounts-bench/Cargo.toml +++ b/accounts-bench/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-accounts-bench" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -10,10 +10,10 @@ homepage = "https://solana.com/" [dependencies] log = "0.4.6" rayon = "1.3.0" -solana-logger = { path = "../logger", version = "1.1.7" } -solana-runtime = { path = "../runtime", version = "1.1.7" } -solana-measure = { path = "../measure", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-runtime = { path = "../runtime", version = "1.1.8" } +solana-measure = { path = "../measure", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } rand = "0.6.5" clap = "2.33.0" crossbeam-channel = "0.4" diff --git a/archiver-lib/Cargo.toml b/archiver-lib/Cargo.toml index a999821d4b..cd6b74fedd 100644 --- a/archiver-lib/Cargo.toml +++ b/archiver-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-archiver-lib" -version = "1.1.7" +version = "1.1.8" description = "Solana Archiver Library" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -15,23 +15,23 @@ ed25519-dalek = "=1.0.0-pre.1" log = "0.4.8" rand = "0.6.5" rand_chacha = "0.1.1" -solana-client = { path = "../client", version = "1.1.7" } -solana-storage-program = { path = "../programs/storage", version = "1.1.7" } +solana-client = { path = "../client", version = "1.1.8" } +solana-storage-program = { path = "../programs/storage", version = "1.1.8" } thiserror = "1.0" serde = "1.0.105" serde_json = "1.0.48" serde_derive = "1.0.103" -solana-net-utils = { path = "../net-utils", version = "1.1.7" } -solana-chacha = { path = "../chacha", version = "1.1.7" } -solana-chacha-sys = { path = "../chacha-sys", version = "1.1.7" } -solana-ledger = { path = "../ledger", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-perf = { path = "../perf", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-core = { path = "../core", version = "1.1.7" } -solana-streamer = { path = "../streamer", version = "1.1.7" } -solana-archiver-utils = { path = "../archiver-utils", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } +solana-net-utils = { path = "../net-utils", version = "1.1.8" } +solana-chacha = { path = "../chacha", version = "1.1.8" } +solana-chacha-sys = { path = "../chacha-sys", version = "1.1.8" } +solana-ledger = { path = "../ledger", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-perf = { path = "../perf", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-core = { path = "../core", version = "1.1.8" } +solana-streamer = { path = "../streamer", version = "1.1.8" } +solana-archiver-utils = { path = "../archiver-utils", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } [dev-dependencies] hex = "0.4.2" diff --git a/archiver-utils/Cargo.toml b/archiver-utils/Cargo.toml index 5b32544baa..af28edc6e7 100644 --- a/archiver-utils/Cargo.toml +++ b/archiver-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-archiver-utils" -version = "1.1.7" +version = "1.1.8" description = "Solana Archiver Utils" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -11,12 +11,12 @@ edition = "2018" [dependencies] log = "0.4.8" rand = "0.6.5" -solana-chacha = { path = "../chacha", version = "1.1.7" } -solana-chacha-sys = { path = "../chacha-sys", version = "1.1.7" } -solana-ledger = { path = "../ledger", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-perf = { path = "../perf", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-chacha = { path = "../chacha", version = "1.1.8" } +solana-chacha-sys = { path = "../chacha-sys", version = "1.1.8" } +solana-ledger = { path = "../ledger", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-perf = { path = "../perf", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } [dev-dependencies] hex = "0.4.2" diff --git a/archiver/Cargo.toml b/archiver/Cargo.toml index e068cb160b..a2dc800297 100644 --- a/archiver/Cargo.toml +++ b/archiver/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-archiver" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -10,13 +10,13 @@ homepage = "https://solana.com/" [dependencies] clap = "2.33.0" console = "0.10.0" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-core = { path = "../core", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } -solana-archiver-lib = { path = "../archiver-lib", version = "1.1.7" } -solana-net-utils = { path = "../net-utils", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-core = { path = "../core", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } +solana-archiver-lib = { path = "../archiver-lib", version = "1.1.8" } +solana-net-utils = { path = "../net-utils", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } [package.metadata.docs.rs] diff --git a/banking-bench/Cargo.toml b/banking-bench/Cargo.toml index dbb7aef52f..babc35e14b 100644 --- a/banking-bench/Cargo.toml +++ b/banking-bench/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-banking-bench" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -10,14 +10,14 @@ homepage = "https://solana.com/" [dependencies] log = "0.4.6" rayon = "1.3.0" -solana-core = { path = "../core", version = "1.1.7" } -solana-streamer = { path = "../streamer", version = "1.1.7" } -solana-perf = { path = "../perf", version = "1.1.7" } -solana-ledger = { path = "../ledger", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-runtime = { path = "../runtime", version = "1.1.7" } -solana-measure = { path = "../measure", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-core = { path = "../core", version = "1.1.8" } +solana-streamer = { path = "../streamer", version = "1.1.8" } +solana-perf = { path = "../perf", version = "1.1.8" } +solana-ledger = { path = "../ledger", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-runtime = { path = "../runtime", version = "1.1.8" } +solana-measure = { path = "../measure", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } rand = "0.6.5" crossbeam-channel = "0.4" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index 3f180c2ebd..aa72025e05 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-bench-exchange" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -18,20 +18,20 @@ rand = "0.6.5" rayon = "1.3.0" serde_json = "1.0.48" serde_yaml = "0.8.11" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-core = { path = "../core", version = "1.1.7" } -solana-genesis = { path = "../genesis", version = "1.1.7" } -solana-client = { path = "../client", version = "1.1.7" } -solana-faucet = { path = "../faucet", version = "1.1.7" } -solana-exchange-program = { path = "../programs/exchange", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } -solana-net-utils = { path = "../net-utils", version = "1.1.7" } -solana-runtime = { path = "../runtime", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-core = { path = "../core", version = "1.1.8" } +solana-genesis = { path = "../genesis", version = "1.1.8" } +solana-client = { path = "../client", version = "1.1.8" } +solana-faucet = { path = "../faucet", version = "1.1.8" } +solana-exchange-program = { path = "../programs/exchange", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } +solana-net-utils = { path = "../net-utils", version = "1.1.8" } +solana-runtime = { path = "../runtime", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } [dev-dependencies] -solana-local-cluster = { path = "../local-cluster", version = "1.1.7" } +solana-local-cluster = { path = "../local-cluster", version = "1.1.8" } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/bench-streamer/Cargo.toml b/bench-streamer/Cargo.toml index f27ab52d2c..5a231cb036 100644 --- a/bench-streamer/Cargo.toml +++ b/bench-streamer/Cargo.toml @@ -2,17 +2,17 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-bench-streamer" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] clap = "2.33.0" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-streamer = { path = "../streamer", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-net-utils = { path = "../net-utils", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-streamer = { path = "../streamer", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-net-utils = { path = "../net-utils", version = "1.1.8" } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 80dda9bc35..61fe3ebd3a 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-bench-tps" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -14,24 +14,24 @@ log = "0.4.8" rayon = "1.3.0" serde_json = "1.0.48" serde_yaml = "0.8.11" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-core = { path = "../core", version = "1.1.7" } -solana-genesis = { path = "../genesis", version = "1.1.7" } -solana-client = { path = "../client", version = "1.1.7" } -solana-faucet = { path = "../faucet", version = "1.1.7" } -solana-librapay = { path = "../programs/librapay", version = "1.1.7", optional = true } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } -solana-measure = { path = "../measure", version = "1.1.7" } -solana-net-utils = { path = "../net-utils", version = "1.1.7" } -solana-runtime = { path = "../runtime", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-move-loader-program = { path = "../programs/move_loader", version = "1.1.7", optional = true } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-core = { path = "../core", version = "1.1.8" } +solana-genesis = { path = "../genesis", version = "1.1.8" } +solana-client = { path = "../client", version = "1.1.8" } +solana-faucet = { path = "../faucet", version = "1.1.8" } +solana-librapay = { path = "../programs/librapay", version = "1.1.8", optional = true } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } +solana-measure = { path = "../measure", version = "1.1.8" } +solana-net-utils = { path = "../net-utils", version = "1.1.8" } +solana-runtime = { path = "../runtime", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-move-loader-program = { path = "../programs/move_loader", version = "1.1.8", optional = true } [dev-dependencies] serial_test = "0.4.0" serial_test_derive = "0.4.0" -solana-local-cluster = { path = "../local-cluster", version = "1.1.7" } +solana-local-cluster = { path = "../local-cluster", version = "1.1.8" } [features] move = ["solana-librapay", "solana-move-loader-program"] diff --git a/chacha-cuda/Cargo.toml b/chacha-cuda/Cargo.toml index 3873eba0b9..5520c522b5 100644 --- a/chacha-cuda/Cargo.toml +++ b/chacha-cuda/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-chacha-cuda" -version = "1.1.7" +version = "1.1.8" description = "Solana Chacha Cuda APIs" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -10,12 +10,12 @@ edition = "2018" [dependencies] log = "0.4.8" -solana-archiver-utils = { path = "../archiver-utils", version = "1.1.7" } -solana-chacha = { path = "../chacha", version = "1.1.7" } -solana-ledger = { path = "../ledger", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-perf = { path = "../perf", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-archiver-utils = { path = "../archiver-utils", version = "1.1.8" } +solana-chacha = { path = "../chacha", version = "1.1.8" } +solana-ledger = { path = "../ledger", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-perf = { path = "../perf", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } [dev-dependencies] hex-literal = "0.2.1" diff --git a/chacha-sys/Cargo.toml b/chacha-sys/Cargo.toml index f5b546cbdb..cb239e43b1 100644 --- a/chacha-sys/Cargo.toml +++ b/chacha-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-chacha-sys" -version = "1.1.7" +version = "1.1.8" description = "Solana chacha-sys" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" diff --git a/chacha/Cargo.toml b/chacha/Cargo.toml index ac8e7b843d..00ecbdc090 100644 --- a/chacha/Cargo.toml +++ b/chacha/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-chacha" -version = "1.1.7" +version = "1.1.8" description = "Solana Chacha APIs" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,11 +12,11 @@ edition = "2018" log = "0.4.8" rand = "0.6.5" rand_chacha = "0.1.1" -solana-chacha-sys = { path = "../chacha-sys", version = "1.1.7" } -solana-ledger = { path = "../ledger", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-perf = { path = "../perf", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-chacha-sys = { path = "../chacha-sys", version = "1.1.8" } +solana-ledger = { path = "../ledger", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-perf = { path = "../perf", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } [dev-dependencies] hex-literal = "0.2.1" diff --git a/clap-utils/Cargo.toml b/clap-utils/Cargo.toml index 031c237771..b1bb0f4c5f 100644 --- a/clap-utils/Cargo.toml +++ b/clap-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-clap-utils" -version = "1.1.7" +version = "1.1.8" description = "Solana utilities for the clap" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -11,8 +11,8 @@ edition = "2018" [dependencies] clap = "2.33.0" rpassword = "4.0" -solana-remote-wallet = { path = "../remote-wallet", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-remote-wallet = { path = "../remote-wallet", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } thiserror = "1.0.11" tiny-bip39 = "0.7.0" url = "2.1.0" diff --git a/cli-config/Cargo.toml b/cli-config/Cargo.toml index 36d94d13b5..9ea50a621f 100644 --- a/cli-config/Cargo.toml +++ b/cli-config/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-cli-config" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3c4d4dbb5d..345cffbcaa 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-cli" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -27,28 +27,28 @@ reqwest = { version = "0.10.4", default-features = false, features = ["blocking" serde = "1.0.105" serde_derive = "1.0.103" serde_json = "1.0.48" -solana-budget-program = { path = "../programs/budget", version = "1.1.7" } -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-cli-config = { path = "../cli-config", version = "1.1.7" } -solana-client = { path = "../client", version = "1.1.7" } -solana-config-program = { path = "../programs/config", version = "1.1.7" } -solana-faucet = { path = "../faucet", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-net-utils = { path = "../net-utils", version = "1.1.7" } -solana-remote-wallet = { path = "../remote-wallet", version = "1.1.7" } -solana-runtime = { path = "../runtime", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-stake-program = { path = "../programs/stake", version = "1.1.7" } -solana-storage-program = { path = "../programs/storage", version = "1.1.7" } -solana-transaction-status = { path = "../transaction-status", version = "1.1.7" } -solana-vote-program = { path = "../programs/vote", version = "1.1.7" } -solana-vote-signer = { path = "../vote-signer", version = "1.1.7" } +solana-budget-program = { path = "../programs/budget", version = "1.1.8" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-cli-config = { path = "../cli-config", version = "1.1.8" } +solana-client = { path = "../client", version = "1.1.8" } +solana-config-program = { path = "../programs/config", version = "1.1.8" } +solana-faucet = { path = "../faucet", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-net-utils = { path = "../net-utils", version = "1.1.8" } +solana-remote-wallet = { path = "../remote-wallet", version = "1.1.8" } +solana-runtime = { path = "../runtime", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-stake-program = { path = "../programs/stake", version = "1.1.8" } +solana-storage-program = { path = "../programs/storage", version = "1.1.8" } +solana-transaction-status = { path = "../transaction-status", version = "1.1.8" } +solana-vote-program = { path = "../programs/vote", version = "1.1.8" } +solana-vote-signer = { path = "../vote-signer", version = "1.1.8" } thiserror = "1.0.13" url = "2.1.1" [dev-dependencies] -solana-core = { path = "../core", version = "1.1.7" } -solana-budget-program = { path = "../programs/budget", version = "1.1.7" } +solana-core = { path = "../core", version = "1.1.8" } +solana-budget-program = { path = "../programs/budget", version = "1.1.8" } tempfile = "3.1.0" [[bin]] diff --git a/client/Cargo.toml b/client/Cargo.toml index be81cc5d33..327bd4a8d7 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-client" -version = "1.1.7" +version = "1.1.8" description = "Solana Client" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -19,10 +19,10 @@ reqwest = { version = "0.10.4", default-features = false, features = ["blocking" serde = "1.0.105" serde_derive = "1.0.103" serde_json = "1.0.48" -solana-transaction-status = { path = "../transaction-status", version = "1.1.7" } -solana-net-utils = { path = "../net-utils", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-vote-program = { path = "../programs/vote", version = "1.1.7" } +solana-transaction-status = { path = "../transaction-status", version = "1.1.8" } +solana-net-utils = { path = "../net-utils", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-vote-program = { path = "../programs/vote", version = "1.1.8" } thiserror = "1.0" tungstenite = "0.10.1" url = "2.1.1" @@ -31,7 +31,7 @@ url = "2.1.1" assert_matches = "1.3.0" jsonrpc-core = "14.0.5" jsonrpc-http-server = "14.0.6" -solana-logger = { path = "../logger", version = "1.1.7" } +solana-logger = { path = "../logger", version = "1.1.8" } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/core/Cargo.toml b/core/Cargo.toml index ad6d42ed63..2f426896ee 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "solana-core" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" documentation = "https://docs.rs/solana" homepage = "https://solana.com/" readme = "../README.md" @@ -41,35 +41,35 @@ regex = "1.3.6" serde = "1.0.105" serde_derive = "1.0.103" serde_json = "1.0.48" -solana-budget-program = { path = "../programs/budget", version = "1.1.7" } -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-client = { path = "../client", version = "1.1.7" } -solana-transaction-status = { path = "../transaction-status", version = "1.1.7" } -solana-faucet = { path = "../faucet", version = "1.1.7" } +solana-budget-program = { path = "../programs/budget", version = "1.1.8" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-client = { path = "../client", version = "1.1.8" } +solana-transaction-status = { path = "../transaction-status", version = "1.1.8" } +solana-faucet = { path = "../faucet", version = "1.1.8" } ed25519-dalek = "=1.0.0-pre.1" -solana-ledger = { path = "../ledger", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-merkle-tree = { path = "../merkle-tree", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } -solana-measure = { path = "../measure", version = "1.1.7" } -solana-net-utils = { path = "../net-utils", version = "1.1.7" } -solana-chacha-cuda = { path = "../chacha-cuda", version = "1.1.7" } -solana-perf = { path = "../perf", version = "1.1.7" } -solana-runtime = { path = "../runtime", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-stake-program = { path = "../programs/stake", version = "1.1.7" } -solana-storage-program = { path = "../programs/storage", version = "1.1.7" } -solana-streamer = { path = "../streamer", version = "1.1.7" } -solana-vote-program = { path = "../programs/vote", version = "1.1.7" } -solana-vote-signer = { path = "../vote-signer", version = "1.1.7" } -solana-sys-tuner = { path = "../sys-tuner", version = "1.1.7" } +solana-ledger = { path = "../ledger", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-merkle-tree = { path = "../merkle-tree", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } +solana-measure = { path = "../measure", version = "1.1.8" } +solana-net-utils = { path = "../net-utils", version = "1.1.8" } +solana-chacha-cuda = { path = "../chacha-cuda", version = "1.1.8" } +solana-perf = { path = "../perf", version = "1.1.8" } +solana-runtime = { path = "../runtime", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-stake-program = { path = "../programs/stake", version = "1.1.8" } +solana-storage-program = { path = "../programs/storage", version = "1.1.8" } +solana-streamer = { path = "../streamer", version = "1.1.8" } +solana-vote-program = { path = "../programs/vote", version = "1.1.8" } +solana-vote-signer = { path = "../vote-signer", version = "1.1.8" } +solana-sys-tuner = { path = "../sys-tuner", version = "1.1.8" } tempfile = "3.1.0" thiserror = "1.0" tokio = "0.1" tokio-codec = "0.1" tokio-fs = "0.1" tokio-io = "0.1" -solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.1.7" } +solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.1.8" } trees = "0.2.1" [dev-dependencies] diff --git a/crate-features/Cargo.toml b/crate-features/Cargo.toml index ca60f66e9f..8c9417c76c 100644 --- a/crate-features/Cargo.toml +++ b/crate-features/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-crate-features" -version = "1.1.7" +version = "1.1.8" description = "Solana Crate Features" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" diff --git a/docs/src/apps/jsonrpc-api.md b/docs/src/apps/jsonrpc-api.md index 3963e33fd2..c80e80a8d2 100644 --- a/docs/src/apps/jsonrpc-api.md +++ b/docs/src/apps/jsonrpc-api.md @@ -980,7 +980,7 @@ The result field will be a JSON object with the following fields: // Request curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1, "method":"getVersion"}' http://localhost:8899 // Result -{"jsonrpc":"2.0","result":{"solana-core": "1.1.7"},"id":1} +{"jsonrpc":"2.0","result":{"solana-core": "1.1.8"},"id":1} ``` ### getVoteAccounts diff --git a/docs/src/cluster/synchronization.md b/docs/src/cluster/synchronization.md index ad3a171307..6e5a513476 100644 --- a/docs/src/cluster/synchronization.md +++ b/docs/src/cluster/synchronization.md @@ -6,7 +6,7 @@ Solana takes a very different approach, which it calls _Proof of History_ or _Po Solana technically never sends a _block_, but uses the term to describe the sequence of entries that validators vote on to achieve _confirmation_. In that way, Solana's confirmation times can be compared apples to apples to block-based systems. The current implementation sets block time to 800ms. -What's happening under the hood is that entries are streamed to validators as quickly as a leader node can batch a set of valid transactions into an entry. Validators process those entries long before it is time to vote on their validity. By processing the transactions optimistically, there is effectively no delay between the time the last entry is received and the time when the node can vote. In the event consensus is **not** achieved, a node simply rolls back its state. This optimisic processing technique was introduced in 1981 and called [Optimistic Concurrency Control](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.75.4735). It can be applied to blockchain architecture where a cluster votes on a hash that represents the full ledger up to some _block height_. In Solana, it is implemented trivially using the last entry's PoH hash. +What's happening under the hood is that entries are streamed to validators as quickly as a leader node can batch a set of valid transactions into an entry. Validators process those entries long before it is time to vote on their validity. By processing the transactions optimistically, there is effectively no delay between the time the last entry is received and the time when the node can vote. In the event consensus is **not** achieved, a node simply rolls back its state. This optimisic processing technique was introduced in 1981 and called [Optimistic Concurrency Control](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.85.4735). It can be applied to blockchain architecture where a cluster votes on a hash that represents the full ledger up to some _block height_. In Solana, it is implemented trivially using the last entry's PoH hash. ## Relationship to VDFs diff --git a/docs/src/introduction.md b/docs/src/introduction.md index d7f130f1f3..f1189bd289 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -6,9 +6,9 @@ Solana is an open source project implementing a new, high-performance, permissio ## Why Solana? -It is possible for a centralized database to process 710,000 transactions per second on a standard gigabit network if the transactions are, on average, no more than 176 bytes. A centralized database can also replicate itself and maintain high availability without significantly compromising that transaction rate using the distributed system technique known as Optimistic Concurrency Control [\[H.T.Kung, J.T.Robinson (1981)\]](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.75.4735). At Solana, we are demonstrating that these same theoretical limits apply just as well to blockchain on an adversarial network. The key ingredient? Finding a way to share time when nodes cannot trust one-another. Once nodes can trust time, suddenly ~40 years of distributed systems research becomes applicable to blockchain! +It is possible for a centralized database to process 710,000 transactions per second on a standard gigabit network if the transactions are, on average, no more than 176 bytes. A centralized database can also replicate itself and maintain high availability without significantly compromising that transaction rate using the distributed system technique known as Optimistic Concurrency Control [\[H.T.Kung, J.T.Robinson (1981)\]](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.85.4735). At Solana, we are demonstrating that these same theoretical limits apply just as well to blockchain on an adversarial network. The key ingredient? Finding a way to share time when nodes cannot trust one-another. Once nodes can trust time, suddenly ~40 years of distributed systems research becomes applicable to blockchain! -> Perhaps the most striking difference between algorithms obtained by our method and ones based upon timeout is that using timeout produces a traditional distributed algorithm in which the processes operate asynchronously, while our method produces a globally synchronous one in which every process does the same thing at (approximately) the same time. Our method seems to contradict the whole purpose of distributed processing, which is to permit different processes to operate independently and perform different functions. However, if a distributed system is really a single system, then the processes must be synchronized in some way. Conceptually, the easiest way to synchronize processes is to get them all to do the same thing at the same time. Therefore, our method is used to implement a kernel that performs the necessary synchronization--for example, making sure that two different processes do not try to modify a file at the same time. Processes might spend only a small fraction of their time executing the synchronizing kernel; the rest of the time, they can operate independently--e.g., accessing different files. This is an approach we have advocated even when fault-tolerance is not required. The method's basic simplicity makes it easier to understand the precise properties of a system, which is crucial if one is to know just how fault-tolerant the system is. [\[L.Lamport (1984)\]](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.71.1078) +> Perhaps the most striking difference between algorithms obtained by our method and ones based upon timeout is that using timeout produces a traditional distributed algorithm in which the processes operate asynchronously, while our method produces a globally synchronous one in which every process does the same thing at (approximately) the same time. Our method seems to contradict the whole purpose of distributed processing, which is to permit different processes to operate independently and perform different functions. However, if a distributed system is really a single system, then the processes must be synchronized in some way. Conceptually, the easiest way to synchronize processes is to get them all to do the same thing at the same time. Therefore, our method is used to implement a kernel that performs the necessary synchronization--for example, making sure that two different processes do not try to modify a file at the same time. Processes might spend only a small fraction of their time executing the synchronizing kernel; the rest of the time, they can operate independently--e.g., accessing different files. This is an approach we have advocated even when fault-tolerance is not required. The method's basic simplicity makes it easier to understand the precise properties of a system, which is crucial if one is to know just how fault-tolerant the system is. [\[L.Lamport (1984)\]](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.81.1078) Furthermore, and much to our surprise, it can be implemented using a mechanism that has existed in Bitcoin since day one. The Bitcoin feature is called nLocktime and it can be used to postdate transactions using block height instead of a timestamp. As a Bitcoin client, you would use block height instead of a timestamp if you don't trust the network. Block height turns out to be an instance of what's being called a Verifiable Delay Function in cryptography circles. It's a cryptographically secure way to say time has passed. In Solana, we use a far more granular verifiable delay function, a SHA 256 hash chain, to checkpoint the ledger and coordinate consensus. With it, we implement Optimistic Concurrency Control and are now well en route towards that theoretical limit of 710,000 transactions per second. diff --git a/dos/Cargo.toml b/dos/Cargo.toml index 68410914e6..24f017b9d8 100644 --- a/dos/Cargo.toml +++ b/dos/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-dos" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -13,10 +13,10 @@ clap = "2.33.0" log = "0.4.8" rand = "0.6.5" rayon = "1.3.0" -solana-core = { path = "../core", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-net-utils = { path = "../net-utils", version = "1.1.7" } -solana-runtime = { path = "../runtime", version = "1.1.7" } +solana-core = { path = "../core", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-net-utils = { path = "../net-utils", version = "1.1.8" } +solana-runtime = { path = "../runtime", version = "1.1.8" } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/download-utils/Cargo.toml b/download-utils/Cargo.toml index b8598b6802..b0b0569e13 100644 --- a/download-utils/Cargo.toml +++ b/download-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-download-utils" -version = "1.1.7" +version = "1.1.8" description = "Solana Download Utils" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -14,8 +14,8 @@ console = "0.10.0" indicatif = "0.14.0" log = "0.4.8" reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-ledger = { path = "../ledger", version = "1.1.7" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-ledger = { path = "../ledger", version = "1.1.8" } tar = "0.4.26" [lib] diff --git a/faucet/Cargo.toml b/faucet/Cargo.toml index 2188ef5c23..03b65ccc2c 100644 --- a/faucet/Cargo.toml +++ b/faucet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-faucet" -version = "1.1.7" +version = "1.1.8" description = "Solana Faucet" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -19,10 +19,10 @@ clap = "2.33" log = "0.4.8" serde = "1.0.105" serde_derive = "1.0.103" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } tokio = "0.1" tokio-codec = "0.1" diff --git a/genesis-programs/Cargo.toml b/genesis-programs/Cargo.toml index 6dc443b6ab..6653dc6abc 100644 --- a/genesis-programs/Cargo.toml +++ b/genesis-programs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-genesis-programs" -version = "1.1.7" +version = "1.1.8" description = "Solana genesis programs" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -10,16 +10,16 @@ edition = "2018" [dependencies] log = { version = "0.4.8" } -solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.1.7" } -solana-budget-program = { path = "../programs/budget", version = "1.1.7" } -solana-config-program = { path = "../programs/config", version = "1.1.7" } -solana-exchange-program = { path = "../programs/exchange", version = "1.1.7" } -solana-runtime = { path = "../runtime", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-stake-program = { path = "../programs/stake", version = "1.1.7" } -solana-storage-program = { path = "../programs/storage", version = "1.1.7" } -solana-vest-program = { path = "../programs/vest", version = "1.1.7" } -solana-vote-program = { path = "../programs/vote", version = "1.1.7" } +solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.1.8" } +solana-budget-program = { path = "../programs/budget", version = "1.1.8" } +solana-config-program = { path = "../programs/config", version = "1.1.8" } +solana-exchange-program = { path = "../programs/exchange", version = "1.1.8" } +solana-runtime = { path = "../runtime", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-stake-program = { path = "../programs/stake", version = "1.1.8" } +solana-storage-program = { path = "../programs/storage", version = "1.1.8" } +solana-vest-program = { path = "../programs/vest", version = "1.1.8" } +solana-vote-program = { path = "../programs/vote", version = "1.1.8" } [lib] crate-type = ["lib"] diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index c1a4b611f9..21a730c926 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-genesis" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -15,13 +15,13 @@ chrono = "0.4" serde = "1.0.105" serde_json = "1.0.48" serde_yaml = "0.8.11" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-genesis-programs = { path = "../genesis-programs", version = "1.1.7" } -solana-ledger = { path = "../ledger", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-stake-program = { path = "../programs/stake", version = "1.1.7" } -solana-storage-program = { path = "../programs/storage", version = "1.1.7" } -solana-vote-program = { path = "../programs/vote", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-genesis-programs = { path = "../genesis-programs", version = "1.1.8" } +solana-ledger = { path = "../ledger", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-stake-program = { path = "../programs/stake", version = "1.1.8" } +solana-storage-program = { path = "../programs/storage", version = "1.1.8" } +solana-vote-program = { path = "../programs/vote", version = "1.1.8" } tempfile = "3.1.0" [[bin]] diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index af17182b5c..f80d8086a6 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -3,19 +3,19 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-gossip" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] clap = "2.33.0" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-core = { path = "../core", version = "1.1.7" } -solana-client = { path = "../client", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-net-utils = { path = "../net-utils", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-core = { path = "../core", version = "1.1.8" } +solana-client = { path = "../client", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-net-utils = { path = "../net-utils", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } diff --git a/install/Cargo.toml b/install/Cargo.toml index 158da79849..a2641142b6 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-install" description = "The solana cluster software installer" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -24,11 +24,11 @@ reqwest = { version = "0.10.4", default-features = false, features = ["blocking" serde = "1.0.105" serde_derive = "1.0.103" serde_yaml = "0.8.11" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-client = { path = "../client", version = "1.1.7" } -solana-config-program = { path = "../programs/config", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-client = { path = "../client", version = "1.1.8" } +solana-config-program = { path = "../programs/config", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } semver = "0.9.0" tar = "0.4.26" tempdir = "0.3.7" diff --git a/keygen/Cargo.toml b/keygen/Cargo.toml index 49565a9cb3..ef034aa341 100644 --- a/keygen/Cargo.toml +++ b/keygen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-keygen" -version = "1.1.7" +version = "1.1.8" description = "Solana key generation utility" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -13,10 +13,10 @@ bs58 = "0.3.0" clap = "2.33" dirs = "2.0.2" num_cpus = "1.12.0" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-cli-config = { path = "../cli-config", version = "1.1.7" } -solana-remote-wallet = { path = "../remote-wallet", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-cli-config = { path = "../cli-config", version = "1.1.8" } +solana-remote-wallet = { path = "../remote-wallet", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } tiny-bip39 = "0.7.0" [[bin]] diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 16460a8683..e8f8e840e8 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-ledger-tool" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -14,15 +14,15 @@ clap = "2.33.0" histogram = "*" serde_json = "1.0.48" serde_yaml = "0.8.11" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-cli = { path = "../cli", version = "1.1.7" } -solana-ledger = { path = "../ledger", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-runtime = { path = "../runtime", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-stake-program = { path = "../programs/stake", version = "1.1.7" } -solana-transaction-status = { path = "../transaction-status", version = "1.1.7" } -solana-vote-program = { path = "../programs/vote", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-cli = { path = "../cli", version = "1.1.8" } +solana-ledger = { path = "../ledger", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-runtime = { path = "../runtime", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-stake-program = { path = "../programs/stake", version = "1.1.8" } +solana-transaction-status = { path = "../transaction-status", version = "1.1.8" } +solana-vote-program = { path = "../programs/vote", version = "1.1.8" } tempfile = "3.1.0" [dev-dependencies] diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 4978a9cf92..15ccf6c0b0 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-ledger" -version = "1.1.7" +version = "1.1.8" description = "Solana ledger" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -28,19 +28,19 @@ reed-solomon-erasure = { package = "solana-reed-solomon-erasure", version = "4.0 regex = "1.3.6" serde = "1.0.105" serde_bytes = "0.11.3" -solana-transaction-status = { path = "../transaction-status", version = "1.1.7" } -solana-genesis-programs = { path = "../genesis-programs", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-measure = { path = "../measure", version = "1.1.7" } -solana-merkle-tree = { path = "../merkle-tree", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } -solana-perf = { path = "../perf", version = "1.1.7" } +solana-transaction-status = { path = "../transaction-status", version = "1.1.8" } +solana-genesis-programs = { path = "../genesis-programs", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-measure = { path = "../measure", version = "1.1.8" } +solana-merkle-tree = { path = "../merkle-tree", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } +solana-perf = { path = "../perf", version = "1.1.8" } ed25519-dalek = "1.0.0-pre.1" -solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.1.7" } -solana-runtime = { path = "../runtime", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-stake-program = { path = "../programs/stake", version = "1.1.7" } -solana-vote-program = { path = "../programs/vote", version = "1.1.7" } +solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.1.8" } +solana-runtime = { path = "../runtime", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-stake-program = { path = "../programs/stake", version = "1.1.8" } +solana-vote-program = { path = "../programs/vote", version = "1.1.8" } symlink = "0.1.0" tar = "0.4.26" thiserror = "1.0" @@ -57,7 +57,7 @@ features = ["lz4"] [dev-dependencies] assert_matches = "1.3.0" matches = "0.1.6" -solana-budget-program = { path = "../programs/budget", version = "1.1.7" } +solana-budget-program = { path = "../programs/budget", version = "1.1.8" } [lib] crate-type = ["lib"] diff --git a/local-cluster/Cargo.toml b/local-cluster/Cargo.toml index 1f092599ff..0d7dd7c32e 100644 --- a/local-cluster/Cargo.toml +++ b/local-cluster/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-local-cluster" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -12,24 +12,24 @@ homepage = "https://solana.com/" itertools = "0.9.0" log = "0.4.8" rand = "0.6.5" -solana-archiver-lib = { path = "../archiver-lib", version = "1.1.7" } -solana-config-program = { path = "../programs/config", version = "1.1.7" } -solana-core = { path = "../core", version = "1.1.7" } -solana-client = { path = "../client", version = "1.1.7" } -solana-download-utils = { path = "../download-utils", version = "1.1.7" } -solana-faucet = { path = "../faucet", version = "1.1.7" } -solana-exchange-program = { path = "../programs/exchange", version = "1.1.7" } -solana-genesis-programs = { path = "../genesis-programs", version = "1.1.7" } -solana-ledger = { path = "../ledger", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-runtime = { path = "../runtime", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-stake-program = { path = "../programs/stake", version = "1.1.7" } -solana-storage-program = { path = "../programs/storage", version = "1.1.7" } -solana-vest-program = { path = "../programs/vest", version = "1.1.7" } -solana-vote-program = { path = "../programs/vote", version = "1.1.7" } +solana-archiver-lib = { path = "../archiver-lib", version = "1.1.8" } +solana-config-program = { path = "../programs/config", version = "1.1.8" } +solana-core = { path = "../core", version = "1.1.8" } +solana-client = { path = "../client", version = "1.1.8" } +solana-download-utils = { path = "../download-utils", version = "1.1.8" } +solana-faucet = { path = "../faucet", version = "1.1.8" } +solana-exchange-program = { path = "../programs/exchange", version = "1.1.8" } +solana-genesis-programs = { path = "../genesis-programs", version = "1.1.8" } +solana-ledger = { path = "../ledger", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-runtime = { path = "../runtime", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-stake-program = { path = "../programs/stake", version = "1.1.8" } +solana-storage-program = { path = "../programs/storage", version = "1.1.8" } +solana-vest-program = { path = "../programs/vest", version = "1.1.8" } +solana-vote-program = { path = "../programs/vote", version = "1.1.8" } tempfile = "3.1.0" -solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.1.7" } +solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.1.8" } [dev-dependencies] assert_matches = "1.3.0" diff --git a/log-analyzer/Cargo.toml b/log-analyzer/Cargo.toml index 1ff3a0a9a0..74501b9fe3 100644 --- a/log-analyzer/Cargo.toml +++ b/log-analyzer/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-log-analyzer" description = "The solana cluster network analysis tool" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -14,8 +14,8 @@ byte-unit = "3.0.3" clap = "2.33.0" serde = "1.0.105" serde_json = "1.0.48" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } [[bin]] name = "solana-log-analyzer" diff --git a/logger/Cargo.toml b/logger/Cargo.toml index ee4d51e89d..141d4f5ac6 100644 --- a/logger/Cargo.toml +++ b/logger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-logger" -version = "1.1.7" +version = "1.1.8" description = "Solana Logger" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" diff --git a/measure/Cargo.toml b/measure/Cargo.toml index 9724838941..1d073438d7 100644 --- a/measure/Cargo.toml +++ b/measure/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "solana-measure" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" documentation = "https://docs.rs/solana" homepage = "https://solana.com/" readme = "../README.md" @@ -12,8 +12,8 @@ edition = "2018" [dependencies] log = "0.4.8" -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } [target."cfg(unix)".dependencies] jemallocator = "0.3.2" diff --git a/merkle-tree/Cargo.toml b/merkle-tree/Cargo.toml index 388fa9c321..8e6a85e0f3 100644 --- a/merkle-tree/Cargo.toml +++ b/merkle-tree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-merkle-tree" -version = "1.1.7" +version = "1.1.8" description = "Solana Merkle Tree" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-sdk = { path = "../sdk", version = "1.1.8" } fast-math = "0.1" [dev-dependencies] diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 0b7a3a8ad5..735e97ee12 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-metrics" -version = "1.1.7" +version = "1.1.8" description = "Solana Metrics" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -14,7 +14,7 @@ gethostname = "0.2.1" lazy_static = "1.4.0" log = "0.4.8" reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-sdk = { path = "../sdk", version = "1.1.8" } [dev-dependencies] rand = "0.6.5" diff --git a/net-shaper/Cargo.toml b/net-shaper/Cargo.toml index b4e9cf3292..350d825dd9 100644 --- a/net-shaper/Cargo.toml +++ b/net-shaper/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-net-shaper" description = "The solana cluster network shaping tool" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -13,8 +13,8 @@ publish = false clap = "2.33.0" serde = "1.0.105" serde_json = "1.0.48" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } rand = "0.6.5" [[bin]] diff --git a/net-utils/Cargo.toml b/net-utils/Cargo.toml index a90fe50293..869ea44b41 100644 --- a/net-utils/Cargo.toml +++ b/net-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-net-utils" -version = "1.1.7" +version = "1.1.8" description = "Solana Network Utilities" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -18,8 +18,8 @@ rand = "0.6.1" serde = "1.0.105" serde_derive = "1.0.103" socket2 = "0.3.11" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } tokio = "0.1" tokio-codec = "0.1" diff --git a/perf/Cargo.toml b/perf/Cargo.toml index bff9fb603a..47f7aee2dd 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-perf" -version = "1.1.7" +version = "1.1.8" description = "Solana Performance APIs" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -17,11 +17,11 @@ serde = "1.0.105" dlopen_derive = "0.1.4" lazy_static = "1.4.0" log = "0.4.8" -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.1.7" } -solana-budget-program = { path = "../programs/budget", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.1.8" } +solana-budget-program = { path = "../programs/budget", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } [lib] name = "solana_perf" diff --git a/programs/bpf/Cargo.toml b/programs/bpf/Cargo.toml index a9885dc1fe..82c8cb8b43 100644 --- a/programs/bpf/Cargo.toml +++ b/programs/bpf/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "solana-bpf-programs" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" documentation = "https://docs.rs/solana" homepage = "https://solana.com/" readme = "README.md" @@ -22,10 +22,10 @@ walkdir = "2" bincode = "1.1.4" byteorder = "1.3.2" elf = "0.0.10" -solana-bpf-loader-program = { path = "../bpf_loader", version = "1.1.7" } -solana-logger = { path = "../../logger", version = "1.1.7" } -solana-runtime = { path = "../../runtime", version = "1.1.7" } -solana-sdk = { path = "../../sdk", version = "1.1.7" } +solana-bpf-loader-program = { path = "../bpf_loader", version = "1.1.8" } +solana-logger = { path = "../../logger", version = "1.1.8" } +solana-runtime = { path = "../../runtime", version = "1.1.8" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } solana_rbpf = "=0.1.25" [[bench]] diff --git a/programs/bpf/rust/128bit/Cargo.toml b/programs/bpf/rust/128bit/Cargo.toml index b738819f44..6ea47ade23 100644 --- a/programs/bpf/rust/128bit/Cargo.toml +++ b/programs/bpf/rust/128bit/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-128bit" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,11 +12,11 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } -solana-bpf-rust-128bit-dep = { path = "../128bit_dep", version = "1.1.7" } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } +solana-bpf-rust-128bit-dep = { path = "../128bit_dep", version = "1.1.8" } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/128bit_dep/Cargo.toml b/programs/bpf/rust/128bit_dep/Cargo.toml index b1c00ef12e..c52a851d0a 100644 --- a/programs/bpf/rust/128bit_dep/Cargo.toml +++ b/programs/bpf/rust/128bit_dep/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-128bit-dep" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,10 +12,10 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/alloc/Cargo.toml b/programs/bpf/rust/alloc/Cargo.toml index 793e407bd1..e05ea48ca6 100644 --- a/programs/bpf/rust/alloc/Cargo.toml +++ b/programs/bpf/rust/alloc/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-alloc" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,10 +12,10 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/dep_crate/Cargo.toml b/programs/bpf/rust/dep_crate/Cargo.toml index fbaedccd4f..34b0187ae1 100644 --- a/programs/bpf/rust/dep_crate/Cargo.toml +++ b/programs/bpf/rust/dep_crate/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-dep-crate" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -13,10 +13,10 @@ edition = "2018" [dependencies] byteorder = { version = "1", default-features = false } -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/dup_accounts/Cargo.toml b/programs/bpf/rust/dup_accounts/Cargo.toml index 4bcb7cecc2..504dfe179f 100644 --- a/programs/bpf/rust/dup_accounts/Cargo.toml +++ b/programs/bpf/rust/dup_accounts/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-dup-accounts" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,10 +12,10 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/error_handling/Cargo.toml b/programs/bpf/rust/error_handling/Cargo.toml index 7c87476493..89cea32a2d 100644 --- a/programs/bpf/rust/error_handling/Cargo.toml +++ b/programs/bpf/rust/error_handling/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-error-handling" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -14,11 +14,11 @@ edition = "2018" [dependencies] num-derive = "0.2" num-traits = "0.2" -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } thiserror = "1.0" [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/external_spend/Cargo.toml b/programs/bpf/rust/external_spend/Cargo.toml index df54283117..885ba73c0d 100644 --- a/programs/bpf/rust/external_spend/Cargo.toml +++ b/programs/bpf/rust/external_spend/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-external-spend" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,10 +12,10 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/iter/Cargo.toml b/programs/bpf/rust/iter/Cargo.toml index e4598fcf2f..6ea58e84d9 100644 --- a/programs/bpf/rust/iter/Cargo.toml +++ b/programs/bpf/rust/iter/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-iter" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,10 +12,10 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/many_args/Cargo.toml b/programs/bpf/rust/many_args/Cargo.toml index 9b13517afd..31f2315342 100644 --- a/programs/bpf/rust/many_args/Cargo.toml +++ b/programs/bpf/rust/many_args/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-many-args" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,11 +12,11 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } -solana-bpf-rust-many-args-dep = { path = "../many_args_dep", version = "1.1.7" } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } +solana-bpf-rust-many-args-dep = { path = "../many_args_dep", version = "1.1.8" } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/many_args_dep/Cargo.toml b/programs/bpf/rust/many_args_dep/Cargo.toml index 802c33e91d..ba68395aa2 100644 --- a/programs/bpf/rust/many_args_dep/Cargo.toml +++ b/programs/bpf/rust/many_args_dep/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-many-args-dep" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,10 +12,10 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/noop/Cargo.toml b/programs/bpf/rust/noop/Cargo.toml index 5b09e36913..058c75b429 100644 --- a/programs/bpf/rust/noop/Cargo.toml +++ b/programs/bpf/rust/noop/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-noop" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,10 +12,10 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/panic/Cargo.toml b/programs/bpf/rust/panic/Cargo.toml index 3b292aa2dc..8cebe7df72 100644 --- a/programs/bpf/rust/panic/Cargo.toml +++ b/programs/bpf/rust/panic/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-panic" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,10 +12,10 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/param_passing/Cargo.toml b/programs/bpf/rust/param_passing/Cargo.toml index d97d840c37..fa36573c53 100644 --- a/programs/bpf/rust/param_passing/Cargo.toml +++ b/programs/bpf/rust/param_passing/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-param-passing" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,11 +12,11 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } -solana-bpf-rust-param-passing-dep = { path = "../param_passing_dep", version = "1.1.7" } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } +solana-bpf-rust-param-passing-dep = { path = "../param_passing_dep", version = "1.1.8" } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/param_passing_dep/Cargo.toml b/programs/bpf/rust/param_passing_dep/Cargo.toml index cccb15e019..2d1e466df7 100644 --- a/programs/bpf/rust/param_passing_dep/Cargo.toml +++ b/programs/bpf/rust/param_passing_dep/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-param-passing-dep" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,10 +12,10 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf/rust/sysval/Cargo.toml b/programs/bpf/rust/sysval/Cargo.toml index 53a6b4e915..86854f9b96 100644 --- a/programs/bpf/rust/sysval/Cargo.toml +++ b/programs/bpf/rust/sysval/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "solana-bpf-rust-sysval" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF test program written in Rust" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -12,10 +12,10 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../../../sdk/", version = "1.1.7", default-features = false } +solana-sdk = { path = "../../../../sdk/", version = "1.1.8", default-features = false } [dev_dependencies] -solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.7" } +solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.1.8" } [features] program = ["solana-sdk/program"] diff --git a/programs/bpf_loader/Cargo.toml b/programs/bpf_loader/Cargo.toml index 7068946c29..ec3f52f054 100644 --- a/programs/bpf_loader/Cargo.toml +++ b/programs/bpf_loader/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-bpf-loader-program" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF loader" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -15,8 +15,8 @@ libc = "0.2.68" log = "0.4.8" num-derive = { version = "0.3" } num-traits = { version = "0.2" } -solana-logger = { path = "../../logger", version = "1.1.7" } -solana-sdk = { path = "../../sdk", version = "1.1.7" } +solana-logger = { path = "../../logger", version = "1.1.8" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } solana_rbpf = "=0.1.25" thiserror = "1.0" diff --git a/programs/btc_spv/Cargo.toml b/programs/btc_spv/Cargo.toml index 9328ebc46c..508da65dbc 100644 --- a/programs/btc_spv/Cargo.toml +++ b/programs/btc_spv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-btc-spv-program" -version = "1.1.7" +version = "1.1.8" description = "Solana Bitcoin spv parsing program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -15,7 +15,7 @@ num-derive = "0.3" num-traits = "0.2" serde = "1.0.105" serde_derive = "1.0.103" -solana-sdk = { path = "../../sdk", version = "1.1.7"} +solana-sdk = { path = "../../sdk", version = "1.1.8"} hex = "0.4.2" [lib] diff --git a/programs/btc_spv_bin/Cargo.toml b/programs/btc_spv_bin/Cargo.toml index 7f42b73227..2dbd78bf60 100644 --- a/programs/btc_spv_bin/Cargo.toml +++ b/programs/btc_spv_bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "btc_spv_bin" -version = "1.1.7" +version = "1.1.8" description = "Solana Bitcoin spv parsing program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" diff --git a/programs/budget/Cargo.toml b/programs/budget/Cargo.toml index a65bb21540..1af4d05b50 100644 --- a/programs/budget/Cargo.toml +++ b/programs/budget/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-budget-program" -version = "1.1.7" +version = "1.1.8" description = "Solana Budget program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -16,11 +16,11 @@ num-derive = "0.3" num-traits = "0.2" serde = "1.0.105" serde_derive = "1.0.103" -solana-sdk = { path = "../../sdk", version = "1.1.7" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } thiserror = "1.0" [dev-dependencies] -solana-runtime = { path = "../../runtime", version = "1.1.7" } +solana-runtime = { path = "../../runtime", version = "1.1.8" } [lib] crate-type = ["lib", "cdylib"] diff --git a/programs/config/Cargo.toml b/programs/config/Cargo.toml index c7d5603800..31a9ad8652 100644 --- a/programs/config/Cargo.toml +++ b/programs/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-config-program" -version = "1.1.7" +version = "1.1.8" description = "Solana Config program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -14,8 +14,8 @@ chrono = { version = "0.4.11", features = ["serde"] } log = "0.4.8" serde = "1.0.105" serde_derive = "1.0.103" -solana-logger = { path = "../../logger", version = "1.1.7" } -solana-sdk = { path = "../../sdk", version = "1.1.7" } +solana-logger = { path = "../../logger", version = "1.1.8" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } [lib] crate-type = ["lib", "cdylib"] diff --git a/programs/exchange/Cargo.toml b/programs/exchange/Cargo.toml index 92553185f2..763dd7a70d 100644 --- a/programs/exchange/Cargo.toml +++ b/programs/exchange/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-exchange-program" -version = "1.1.7" +version = "1.1.8" description = "Solana Exchange program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -15,13 +15,13 @@ num-derive = { version = "0.3" } num-traits = { version = "0.2" } serde = "1.0.105" serde_derive = "1.0.103" -solana-logger = { path = "../../logger", version = "1.1.7" } -solana-metrics = { path = "../../metrics", version = "1.1.7" } -solana-sdk = { path = "../../sdk", version = "1.1.7" } +solana-logger = { path = "../../logger", version = "1.1.8" } +solana-metrics = { path = "../../metrics", version = "1.1.8" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } thiserror = "1.0" [dev-dependencies] -solana-runtime = { path = "../../runtime", version = "1.1.7" } +solana-runtime = { path = "../../runtime", version = "1.1.8" } [lib] crate-type = ["lib", "cdylib"] diff --git a/programs/failure/Cargo.toml b/programs/failure/Cargo.toml index 163d735980..e27df32c42 100644 --- a/programs/failure/Cargo.toml +++ b/programs/failure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-failure-program" -version = "1.1.7" +version = "1.1.8" description = "Solana failure program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -9,10 +9,10 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -solana-sdk = { path = "../../sdk", version = "1.1.7" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } [dev-dependencies] -solana-runtime = { path = "../../runtime", version = "1.1.7" } +solana-runtime = { path = "../../runtime", version = "1.1.8" } [lib] crate-type = ["lib", "cdylib"] diff --git a/programs/librapay/Cargo.toml b/programs/librapay/Cargo.toml index 42537c3341..074a8b3ca5 100644 --- a/programs/librapay/Cargo.toml +++ b/programs/librapay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-librapay" -version = "1.1.7" +version = "1.1.8" description = "Solana Libra Payment" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -11,10 +11,10 @@ edition = "2018" [dependencies] bincode = "1.2.0" log = "0.4.8" -solana-logger = { path = "../../logger", version = "1.1.7" } -solana-move-loader-program = { path = "../move_loader", version = "1.1.7" } -solana-runtime = { path = "../../runtime", version = "1.1.7" } -solana-sdk = { path = "../../sdk", version = "1.1.7" } +solana-logger = { path = "../../logger", version = "1.1.8" } +solana-move-loader-program = { path = "../move_loader", version = "1.1.8" } +solana-runtime = { path = "../../runtime", version = "1.1.8" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } types = { version = "0.0.1-sol4", package = "solana_libra_types" } [lib] diff --git a/programs/move_loader/Cargo.toml b/programs/move_loader/Cargo.toml index aad19b8832..aef13ea08c 100644 --- a/programs/move_loader/Cargo.toml +++ b/programs/move_loader/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-move-loader-program" -version = "1.1.7" +version = "1.1.8" description = "Solana Move loader" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -16,8 +16,8 @@ serde = "1.0.104" serde_bytes = "0.11" serde_derive = "1.0.103" serde_json = "1.0.46" -solana-logger = { path = "../../logger", version = "1.1.7" } -solana-sdk = { path = "../../sdk", version = "1.1.7" } +solana-logger = { path = "../../logger", version = "1.1.8" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } bytecode_verifier = { version = "0.0.1-sol4", package = "solana_libra_bytecode_verifier" } canonical_serialization = { version = "0.0.1-sol4", package = "solana_libra_canonical_serialization" } diff --git a/programs/noop/Cargo.toml b/programs/noop/Cargo.toml index cabf6a92f4..85c9865200 100644 --- a/programs/noop/Cargo.toml +++ b/programs/noop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-noop-program" -version = "1.1.7" +version = "1.1.8" description = "Solana Noop program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -10,8 +10,8 @@ edition = "2018" [dependencies] log = "0.4.8" -solana-logger = { path = "../../logger", version = "1.1.7" } -solana-sdk = { path = "../../sdk", version = "1.1.7" } +solana-logger = { path = "../../logger", version = "1.1.8" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } [lib] crate-type = ["lib", "cdylib"] diff --git a/programs/ownable/Cargo.toml b/programs/ownable/Cargo.toml index f985ace39e..31f51a5aa5 100644 --- a/programs/ownable/Cargo.toml +++ b/programs/ownable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-ownable" -version = "1.1.7" +version = "1.1.8" description = "ownable program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -10,13 +10,13 @@ edition = "2018" [dependencies] bincode = "1.2.1" -solana-sdk = { path = "../../sdk", version = "1.1.7" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } num-derive = "0.3" num-traits = "0.2" thiserror = "1.0" [dev-dependencies] -solana-runtime = { path = "../../runtime", version = "1.1.7" } +solana-runtime = { path = "../../runtime", version = "1.1.8" } [lib] crate-type = ["lib", "cdylib"] diff --git a/programs/stake/Cargo.toml b/programs/stake/Cargo.toml index 16cc25a253..6b2919c9a9 100644 --- a/programs/stake/Cargo.toml +++ b/programs/stake/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-stake-program" -version = "1.1.7" +version = "1.1.8" description = "Solana Stake program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -15,11 +15,11 @@ num-derive = "0.3" num-traits = "0.2" serde = "1.0.105" serde_derive = "1.0.103" -solana-logger = { path = "../../logger", version = "1.1.7" } -solana-metrics = { path = "../../metrics", version = "1.1.7" } -solana-sdk = { path = "../../sdk", version = "1.1.7" } -solana-vote-program = { path = "../vote", version = "1.1.7" } -solana-config-program = { path = "../config", version = "1.1.7" } +solana-logger = { path = "../../logger", version = "1.1.8" } +solana-metrics = { path = "../../metrics", version = "1.1.8" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } +solana-vote-program = { path = "../vote", version = "1.1.8" } +solana-config-program = { path = "../config", version = "1.1.8" } thiserror = "1.0" [lib] diff --git a/programs/storage/Cargo.toml b/programs/storage/Cargo.toml index 420b0ebccf..861c22840e 100644 --- a/programs/storage/Cargo.toml +++ b/programs/storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-storage-program" -version = "1.1.7" +version = "1.1.8" description = "Solana Storage program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -16,8 +16,8 @@ num-derive = "0.3" num-traits = "0.2" serde = "1.0.105" serde_derive = "1.0.103" -solana-logger = { path = "../../logger", version = "1.1.7" } -solana-sdk = { path = "../../sdk", version = "1.1.7" } +solana-logger = { path = "../../logger", version = "1.1.8" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } [dev-dependencies] assert_matches = "1.3.0" diff --git a/programs/vest/Cargo.toml b/programs/vest/Cargo.toml index 086522621e..0378aebf02 100644 --- a/programs/vest/Cargo.toml +++ b/programs/vest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-vest-program" -version = "1.1.7" +version = "1.1.8" description = "Solana Vest program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -15,12 +15,12 @@ num-derive = "0.2" num-traits = "0.2" serde = "1.0.105" serde_derive = "1.0.103" -solana-sdk = { path = "../../sdk", version = "1.1.7" } -solana-config-program = { path = "../config", version = "1.1.7" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } +solana-config-program = { path = "../config", version = "1.1.8" } thiserror = "1.0" [dev-dependencies] -solana-runtime = { path = "../../runtime", version = "1.1.7" } +solana-runtime = { path = "../../runtime", version = "1.1.8" } [lib] crate-type = ["lib"] diff --git a/programs/vote/Cargo.toml b/programs/vote/Cargo.toml index 9810c4656b..d15fc46c27 100644 --- a/programs/vote/Cargo.toml +++ b/programs/vote/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-vote-program" -version = "1.1.7" +version = "1.1.8" description = "Solana Vote program" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -15,9 +15,9 @@ num-derive = "0.3" num-traits = "0.2" serde = "1.0.105" serde_derive = "1.0.103" -solana-logger = { path = "../../logger", version = "1.1.7" } -solana-metrics = { path = "../../metrics", version = "1.1.7" } -solana-sdk = { path = "../../sdk", version = "1.1.7" } +solana-logger = { path = "../../logger", version = "1.1.8" } +solana-metrics = { path = "../../metrics", version = "1.1.8" } +solana-sdk = { path = "../../sdk", version = "1.1.8" } thiserror = "1.0" [lib] diff --git a/rayon-threadlimit/Cargo.toml b/rayon-threadlimit/Cargo.toml index 7e04846d05..a2e74a9c4e 100644 --- a/rayon-threadlimit/Cargo.toml +++ b/rayon-threadlimit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-rayon-threadlimit" -version = "1.1.7" +version = "1.1.8" description = "solana-rayon-threadlimit" homepage = "https://solana.com/" readme = "../README.md" diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index 5d9b91050c..cebe06dd3c 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-remote-wallet" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -16,7 +16,7 @@ hidapi = { version = "1.2.1", default-features = false } log = "0.4.8" parking_lot = "0.10" semver = "0.9" -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-sdk = { path = "../sdk", version = "1.1.8" } thiserror = "1.0" url = "2.1.1" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 8f19b366d7..c3f4a789a3 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-runtime" -version = "1.1.7" +version = "1.1.8" description = "Solana runtime" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -27,15 +27,15 @@ rand = "0.6.5" rayon = "1.3.0" serde = { version = "1.0.105", features = ["rc"] } serde_derive = "1.0.103" -solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-measure = { path = "../measure", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } -solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-stake-program = { path = "../programs/stake", version = "1.1.7" } -solana-storage-program = { path = "../programs/storage", version = "1.1.7" } -solana-vote-program = { path = "../programs/vote", version = "1.1.7" } +solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-measure = { path = "../measure", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } +solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-stake-program = { path = "../programs/stake", version = "1.1.8" } +solana-storage-program = { path = "../programs/storage", version = "1.1.8" } +solana-vote-program = { path = "../programs/vote", version = "1.1.8" } tempfile = "3.1.0" thiserror = "1.0" @@ -46,7 +46,7 @@ name = "solana_runtime" [dev-dependencies] assert_matches = "1.3.0" -solana-noop-program = { path = "../programs/noop", version = "1.1.7" } +solana-noop-program = { path = "../programs/noop", version = "1.1.8" } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml index d10069c7bc..961b2da4a3 100644 --- a/scripts/Cargo.toml +++ b/scripts/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-scripts" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" diff --git a/sdk-c/Cargo.toml b/sdk-c/Cargo.toml index e0beb33a62..bd49144d4b 100644 --- a/sdk-c/Cargo.toml +++ b/sdk-c/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-sdk-c" -version = "1.1.7" +version = "1.1.8" description = "Solana SDK C" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -18,7 +18,7 @@ bs58 = "0.3.0" libc = "0.2.68" rand_chacha = "0.1.1" rand_core = { version = ">=0.2, <0.4", default-features = false } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-sdk = { path = "../sdk", version = "1.1.8" } ed25519-dalek = "1.0.0-pre.1" [build-dependencies] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 7911f75e9b..afc471c038 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-sdk" -version = "1.1.7" +version = "1.1.8" description = "Solana SDK" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -50,9 +50,9 @@ serde_json = { version = "1.0.48", optional = true } sha2 = "0.8.1" thiserror = "1.0" ed25519-dalek = { version = "=1.0.0-pre.1", optional = true } -solana-crate-features = { path = "../crate-features", version = "1.1.7", optional = true } -solana-logger = { path = "../logger", version = "1.1.7", optional = true } -solana-sdk-macro = { path = "macro", version = "1.1.7" } +solana-crate-features = { path = "../crate-features", version = "1.1.8", optional = true } +solana-logger = { path = "../logger", version = "1.1.8", optional = true } +solana-sdk-macro = { path = "macro", version = "1.1.8" } [dev-dependencies] tiny-bip39 = "0.7.0" diff --git a/sdk/bpf/rust/test/Cargo.toml b/sdk/bpf/rust/test/Cargo.toml index 2b157b08a1..884285d6eb 100644 --- a/sdk/bpf/rust/test/Cargo.toml +++ b/sdk/bpf/rust/test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-sdk-bpf-test" -version = "1.1.7" +version = "1.1.8" description = "Solana BPF SDK test utilities" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" diff --git a/sdk/macro/Cargo.toml b/sdk/macro/Cargo.toml index 9abe5d85cf..4bee29ee69 100644 --- a/sdk/macro/Cargo.toml +++ b/sdk/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-sdk-macro" -version = "1.1.7" +version = "1.1.8" description = "Solana SDK Macro" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" diff --git a/stake-accounts/Cargo.toml b/stake-accounts/Cargo.toml index f9867de0d1..d2ca97edac 100644 --- a/stake-accounts/Cargo.toml +++ b/stake-accounts/Cargo.toml @@ -3,22 +3,22 @@ name = "solana-stake-accounts" description = "Blockchain, Rebuilt for Scale" authors = ["Solana Maintainers "] edition = "2018" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] clap = "2.33.0" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-cli-config = { path = "../cli-config", version = "1.1.7" } -solana-client = { path = "../client", version = "1.1.7" } -solana-remote-wallet = { path = "../remote-wallet", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-stake-program = { path = "../programs/stake", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-cli-config = { path = "../cli-config", version = "1.1.8" } +solana-client = { path = "../client", version = "1.1.8" } +solana-remote-wallet = { path = "../remote-wallet", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-stake-program = { path = "../programs/stake", version = "1.1.8" } [dev-dependencies] -solana-runtime = { path = "../runtime", version = "1.1.7" } +solana-runtime = { path = "../runtime", version = "1.1.8" } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/stake-monitor/Cargo.toml b/stake-monitor/Cargo.toml index 192967a67d..da71d6406d 100644 --- a/stake-monitor/Cargo.toml +++ b/stake-monitor/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-stake-monitor" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -14,20 +14,20 @@ console = "0.10.0" log = "0.4.8" serde = "1.0.105" serde_yaml = "0.8.11" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-cli-config = { path = "../cli-config", version = "1.1.7" } -solana-client = { path = "../client", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-stake-program = { path = "../programs/stake", version = "1.1.7" } -solana-transaction-status = { path = "../transaction-status", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-cli-config = { path = "../cli-config", version = "1.1.8" } +solana-client = { path = "../client", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-stake-program = { path = "../programs/stake", version = "1.1.8" } +solana-transaction-status = { path = "../transaction-status", version = "1.1.8" } [dev-dependencies] serial_test = "0.4.0" serial_test_derive = "0.4.0" -solana-local-cluster = { path = "../local-cluster", version = "1.1.7" } -solana-core = { path = "../core", version = "1.1.7" } +solana-local-cluster = { path = "../local-cluster", version = "1.1.8" } +solana-core = { path = "../core", version = "1.1.8" } tempfile = "3.1.0" [[bin]] diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index 4bf010d420..739d88152a 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-streamer" -version = "1.1.7" +version = "1.1.8" description = "Solana Streamer" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -10,14 +10,14 @@ edition = "2018" [dependencies] log = "0.4.8" -solana-metrics = { path = "../metrics", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-metrics = { path = "../metrics", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } thiserror = "1.0" -solana-measure = { path = "../measure", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } +solana-measure = { path = "../measure", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } libc = "0.2.68" nix = "0.17.0" -solana-perf = { path = "../perf", version = "1.1.7" } +solana-perf = { path = "../perf", version = "1.1.8" } [dev-dependencies] diff --git a/sys-tuner/Cargo.toml b/sys-tuner/Cargo.toml index 595b3f50b4..be7a9184cf 100644 --- a/sys-tuner/Cargo.toml +++ b/sys-tuner/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-sys-tuner" description = "The solana cluster system tuner daemon" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -13,8 +13,8 @@ publish = true clap = "2.33.0" log = "0.4.8" libc = "0.2.68" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } [target."cfg(unix)".dependencies] unix_socket2 = "0.5.4" diff --git a/transaction-status/Cargo.toml b/transaction-status/Cargo.toml index cdb0e9a13e..8cdb2d39d3 100644 --- a/transaction-status/Cargo.toml +++ b/transaction-status/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-transaction-status" -version = "1.1.7" +version = "1.1.8" description = "Solana transaction status types" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -11,7 +11,7 @@ edition = "2018" [dependencies] bincode = "1.2.1" bs58 = "0.3.0" -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-sdk = { path = "../sdk", version = "1.1.8" } serde = "1.0.105" serde_derive = "1.0.103" diff --git a/upload-perf/Cargo.toml b/upload-perf/Cargo.toml index 6ea110e3a6..c6631edb13 100644 --- a/upload-perf/Cargo.toml +++ b/upload-perf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-upload-perf" -version = "1.1.7" +version = "1.1.8" description = "Metrics Upload Utility" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" @@ -11,7 +11,7 @@ publish = false [dependencies] serde_json = "1.0.48" -solana-metrics = { path = "../metrics", version = "1.1.7" } +solana-metrics = { path = "../metrics", version = "1.1.8" } [[bin]] name = "solana-upload-perf" diff --git a/validator/Cargo.toml b/validator/Cargo.toml index 73649c5b3d..57e0ea6358 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-validator" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -15,20 +15,20 @@ console = "0.10.0" log = "0.4.8" rand = "0.6.5" serde_json = "1.0.48" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-client = { path = "../client", version = "1.1.7" } -solana-core = { path = "../core", version = "1.1.7" } -solana-download-utils = { path = "../download-utils", version = "1.1.7" } -solana-faucet = { path = "../faucet", version = "1.1.7" } -solana-ledger = { path = "../ledger", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-perf = { path = "../perf", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } -solana-net-utils = { path = "../net-utils", version = "1.1.7" } -solana-runtime = { path = "../runtime", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } -solana-vote-program = { path = "../programs/vote", version = "1.1.7" } -solana-vote-signer = { path = "../vote-signer", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-client = { path = "../client", version = "1.1.8" } +solana-core = { path = "../core", version = "1.1.8" } +solana-download-utils = { path = "../download-utils", version = "1.1.8" } +solana-faucet = { path = "../faucet", version = "1.1.8" } +solana-ledger = { path = "../ledger", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-perf = { path = "../perf", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } +solana-net-utils = { path = "../net-utils", version = "1.1.8" } +solana-runtime = { path = "../runtime", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } +solana-vote-program = { path = "../programs/vote", version = "1.1.8" } +solana-vote-signer = { path = "../vote-signer", version = "1.1.8" } [target."cfg(unix)".dependencies] gag = "0.1.10" diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index 1b37d14030..981a818a9b 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-vote-signer" description = "Solana Vote Signing Service" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -15,9 +15,9 @@ jsonrpc-derive = "14.0.5" jsonrpc-http-server = "14.0.6" log = "0.4.8" serde_json = "1.0.48" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } [lib] crate-type = ["lib"] diff --git a/watchtower/Cargo.toml b/watchtower/Cargo.toml index afff928337..2c1b9c617e 100644 --- a/watchtower/Cargo.toml +++ b/watchtower/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-watchtower" description = "Blockchain, Rebuilt for Scale" -version = "1.1.7" +version = "1.1.8" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" @@ -13,12 +13,12 @@ clap = "2.33.0" log = "0.4.8" reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde_json = "1.0" -solana-clap-utils = { path = "../clap-utils", version = "1.1.7" } -solana-cli-config = { path = "../cli-config", version = "1.1.7" } -solana-client = { path = "../client", version = "1.1.7" } -solana-logger = { path = "../logger", version = "1.1.7" } -solana-metrics = { path = "../metrics", version = "1.1.7" } -solana-sdk = { path = "../sdk", version = "1.1.7" } +solana-clap-utils = { path = "../clap-utils", version = "1.1.8" } +solana-cli-config = { path = "../cli-config", version = "1.1.8" } +solana-client = { path = "../client", version = "1.1.8" } +solana-logger = { path = "../logger", version = "1.1.8" } +solana-metrics = { path = "../metrics", version = "1.1.8" } +solana-sdk = { path = "../sdk", version = "1.1.8" } [[bin]] name = "solana-watchtower"