Bump version to v1.2.3

This commit is contained in:
Stephen Akridge
2020-06-14 09:55:13 -07:00
parent 0013bfff4e
commit 2500881e0b
88 changed files with 723 additions and 723 deletions

166
Cargo.lock generated
View File

@ -300,7 +300,7 @@ dependencies = [
[[package]] [[package]]
name = "btc_spv_bin" name = "btc_spv_bin"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"hex 0.4.2", "hex 0.4.2",
@ -424,7 +424,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
dependencies = [ dependencies = [
"nom 5.1.1", "nom 5.1.2",
] ]
[[package]] [[package]]
@ -1369,9 +1369,9 @@ dependencies = [
[[package]] [[package]]
name = "hermit-abi" name = "hermit-abi"
version = "0.1.13" version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71" checksum = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
dependencies = [ dependencies = [
"libc", "libc",
] ]
@ -2199,9 +2199,9 @@ dependencies = [
[[package]] [[package]]
name = "nom" name = "nom"
version = "5.1.1" version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6" checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [ dependencies = [
"memchr 2.3.3", "memchr 2.3.3",
"version_check 0.9.2", "version_check 0.9.2",
@ -2564,18 +2564,18 @@ dependencies = [
[[package]] [[package]]
name = "pin-project" name = "pin-project"
version = "0.4.20" version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e75373ff9037d112bb19bc61333a06a159eaeb217660dcfbea7d88e1db823919" checksum = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
dependencies = [ dependencies = [
"pin-project-internal", "pin-project-internal",
] ]
[[package]] [[package]]
name = "pin-project-internal" name = "pin-project-internal"
version = "0.4.20" version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10b4b44893d3c370407a1d6a5cfde7c41ae0478e31c516c85f67eb3adc51be6d" checksum = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
dependencies = [ dependencies = [
"proc-macro2 1.0.18", "proc-macro2 1.0.18",
"quote 1.0.7", "quote 1.0.7",
@ -2693,9 +2693,9 @@ checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
[[package]] [[package]]
name = "proc-macro-nested" name = "proc-macro-nested"
version = "0.1.5" version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0afe1bd463b9e9ed51d0e0f0b50b6b146aec855c56fd182bb242388710a9b6de" checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
@ -3124,9 +3124,9 @@ checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
[[package]] [[package]]
name = "remove_dir_all" name = "remove_dir_all"
version = "0.5.2" version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [ dependencies = [
"winapi 0.3.8", "winapi 0.3.8",
] ]
@ -3661,7 +3661,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-accounts-bench" name = "solana-accounts-bench"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"crossbeam-channel", "crossbeam-channel",
@ -3676,7 +3676,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-banking-bench" name = "solana-banking-bench"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"crossbeam-channel", "crossbeam-channel",
@ -3697,7 +3697,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-bench-exchange" name = "solana-bench-exchange"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"itertools 0.9.0", "itertools 0.9.0",
@ -3725,7 +3725,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-bench-streamer" name = "solana-bench-streamer"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"solana-clap-utils", "solana-clap-utils",
@ -3737,7 +3737,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-bench-tps" name = "solana-bench-tps"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"clap", "clap",
@ -3766,7 +3766,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-bpf-loader-program" name = "solana-bpf-loader-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"byteorder", "byteorder",
@ -3784,7 +3784,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-btc-spv-program" name = "solana-btc-spv-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"hex 0.4.2", "hex 0.4.2",
@ -3798,7 +3798,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-budget-program" name = "solana-budget-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"chrono", "chrono",
@ -3814,7 +3814,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-clap-utils" name = "solana-clap-utils"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",
@ -3828,7 +3828,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-cli" name = "solana-cli"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"bincode", "bincode",
@ -3872,7 +3872,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-cli-config" name = "solana-cli-config"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"dirs 2.0.2", "dirs 2.0.2",
"lazy_static", "lazy_static",
@ -3884,7 +3884,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-client" name = "solana-client"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bincode", "bincode",
@ -3910,7 +3910,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-config-program" name = "solana-config-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"chrono", "chrono",
@ -3923,7 +3923,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-core" name = "solana-core"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"bs58 0.3.1", "bs58 0.3.1",
@ -3992,7 +3992,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-crate-features" name = "solana-crate-features"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes 0.4.12", "bytes 0.4.12",
@ -4015,7 +4015,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-dos" name = "solana-dos"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"clap", "clap",
@ -4034,7 +4034,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-download-utils" name = "solana-download-utils"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bzip2", "bzip2",
"console 0.10.3", "console 0.10.3",
@ -4048,7 +4048,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-exchange-program" name = "solana-exchange-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"log 0.4.8", "log 0.4.8",
@ -4065,7 +4065,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-failure-program" name = "solana-failure-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-runtime", "solana-runtime",
"solana-sdk", "solana-sdk",
@ -4073,7 +4073,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-faucet" name = "solana-faucet"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"byteorder", "byteorder",
@ -4093,7 +4093,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-genesis" name = "solana-genesis"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"base64 0.12.1", "base64 0.12.1",
"chrono", "chrono",
@ -4114,7 +4114,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-genesis-programs" name = "solana-genesis-programs"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"log 0.4.8", "log 0.4.8",
"solana-bpf-loader-program", "solana-bpf-loader-program",
@ -4127,7 +4127,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-gossip" name = "solana-gossip"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"solana-clap-utils", "solana-clap-utils",
@ -4141,7 +4141,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-install" name = "solana-install"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"atty", "atty",
"bincode", "bincode",
@ -4174,7 +4174,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-keygen" name = "solana-keygen"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bs58 0.3.1", "bs58 0.3.1",
"clap", "clap",
@ -4190,7 +4190,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-ledger" name = "solana-ledger"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bincode", "bincode",
@ -4239,7 +4239,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-ledger-tool" name = "solana-ledger-tool"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"bs58 0.3.1", "bs58 0.3.1",
@ -4264,7 +4264,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-librapay" name = "solana-librapay"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"log 0.4.8", "log 0.4.8",
@ -4277,7 +4277,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-local-cluster" name = "solana-local-cluster"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"itertools 0.9.0", "itertools 0.9.0",
@ -4305,7 +4305,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-log-analyzer" name = "solana-log-analyzer"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"byte-unit", "byte-unit",
"clap", "clap",
@ -4318,7 +4318,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-logger" name = "solana-logger"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"env_logger", "env_logger",
"lazy_static", "lazy_static",
@ -4327,7 +4327,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-measure" name = "solana-measure"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"jemalloc-ctl", "jemalloc-ctl",
"jemallocator", "jemallocator",
@ -4338,7 +4338,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-merkle-tree" name = "solana-merkle-tree"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"fast-math", "fast-math",
"hex 0.4.2", "hex 0.4.2",
@ -4347,7 +4347,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-metrics" name = "solana-metrics"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"env_logger", "env_logger",
"gethostname", "gethostname",
@ -4362,7 +4362,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-move-loader-program" name = "solana-move-loader-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"indexmap", "indexmap",
@ -4391,7 +4391,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-net-shaper" name = "solana-net-shaper"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"rand 0.7.3", "rand 0.7.3",
@ -4403,7 +4403,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-net-utils" name = "solana-net-utils"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"bytes 0.4.12", "bytes 0.4.12",
@ -4423,7 +4423,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-noop-program" name = "solana-noop-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"log 0.4.8", "log 0.4.8",
"solana-logger", "solana-logger",
@ -4432,7 +4432,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-notifier" name = "solana-notifier"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"log 0.4.8", "log 0.4.8",
"reqwest", "reqwest",
@ -4441,7 +4441,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-ownable" name = "solana-ownable"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"num-derive 0.3.0", "num-derive 0.3.0",
@ -4453,7 +4453,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-perf" name = "solana-perf"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"curve25519-dalek 2.1.0", "curve25519-dalek 2.1.0",
@ -4474,7 +4474,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-ramp-tps" name = "solana-ramp-tps"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bzip2", "bzip2",
"clap", "clap",
@ -4496,7 +4496,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-rayon-threadlimit" name = "solana-rayon-threadlimit"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
"num_cpus", "num_cpus",
@ -4504,7 +4504,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-remote-wallet" name = "solana-remote-wallet"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"base32", "base32",
"console 0.10.3", "console 0.10.3",
@ -4522,7 +4522,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-runtime" name = "solana-runtime"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bincode", "bincode",
@ -4558,7 +4558,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-scripts" name = "solana-scripts"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"csv", "csv",
"serde", "serde",
@ -4566,7 +4566,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-sdk" name = "solana-sdk"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bincode", "bincode",
@ -4600,7 +4600,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-sdk-macro" name = "solana-sdk-macro"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bs58 0.3.1", "bs58 0.3.1",
"proc-macro2 1.0.18", "proc-macro2 1.0.18",
@ -4610,7 +4610,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-stake-accounts" name = "solana-stake-accounts"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"solana-clap-utils", "solana-clap-utils",
@ -4624,7 +4624,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-stake-monitor" name = "solana-stake-monitor"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"console 0.10.3", "console 0.10.3",
@ -4649,7 +4649,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-stake-o-matic" name = "solana-stake-o-matic"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"log 0.4.8", "log 0.4.8",
@ -4667,7 +4667,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-stake-program" name = "solana-stake-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"log 0.4.8", "log 0.4.8",
@ -4685,7 +4685,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-streamer" name = "solana-streamer"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"libc", "libc",
"log 0.4.8", "log 0.4.8",
@ -4700,7 +4700,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-sys-tuner" name = "solana-sys-tuner"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"libc", "libc",
@ -4716,7 +4716,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-tokens" name = "solana-tokens"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",
@ -4742,7 +4742,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-transaction-status" name = "solana-transaction-status"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"bs58 0.3.1", "bs58 0.3.1",
@ -4753,7 +4753,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-upload-perf" name = "solana-upload-perf"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"serde_json", "serde_json",
"solana-metrics", "solana-metrics",
@ -4761,7 +4761,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-validator" name = "solana-validator"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",
@ -4790,7 +4790,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-version" name = "solana-version"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"serde", "serde",
"serde_derive", "serde_derive",
@ -4799,7 +4799,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-vest-program" name = "solana-vest-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"chrono", "chrono",
@ -4815,7 +4815,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-vote-program" name = "solana-vote-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"log 0.4.8", "log 0.4.8",
@ -4830,7 +4830,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-vote-signer" name = "solana-vote-signer"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"jsonrpc-core", "jsonrpc-core",
@ -4846,7 +4846,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-watchtower" name = "solana-watchtower"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"clap", "clap",
"humantime 2.0.1", "humantime 2.0.1",
@ -6421,18 +6421,18 @@ dependencies = [
[[package]] [[package]]
name = "zstd" name = "zstd"
version = "0.5.2+zstd.1.4.5" version = "0.5.3+zstd.1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644352b10ce7f333d6e0af85bd4f5322dc449416dc1211c6308e95bca8923db4" checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
dependencies = [ dependencies = [
"zstd-safe", "zstd-safe",
] ]
[[package]] [[package]]
name = "zstd-safe" name = "zstd-safe"
version = "2.0.4+zstd.1.4.5" version = "2.0.5+zstd.1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7113c0c9aed2c55181f2d9f5b0a36e7d2c0183b11c058ab40b35987479efe4d7" checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
dependencies = [ dependencies = [
"libc", "libc",
"zstd-sys", "zstd-sys",
@ -6440,9 +6440,9 @@ dependencies = [
[[package]] [[package]]
name = "zstd-sys" name = "zstd-sys"
version = "1.4.16+zstd.1.4.5" version = "1.4.17+zstd.1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c442965efc45353be5a9b9969c9b0872fff6828c7e06d118dda2cb2d0bb11d5a" checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
dependencies = [ dependencies = [
"cc", "cc",
"glob", "glob",

View File

@ -2,7 +2,7 @@
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-accounts-bench" name = "solana-accounts-bench"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -10,10 +10,10 @@ homepage = "https://solana.com/"
[dependencies] [dependencies]
log = "0.4.6" log = "0.4.6"
rayon = "1.3.0" rayon = "1.3.0"
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-measure = { path = "../measure", version = "1.2.2" } solana-measure = { path = "../measure", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
rand = "0.7.0" rand = "0.7.0"
clap = "2.33.1" clap = "2.33.1"
crossbeam-channel = "0.4" crossbeam-channel = "0.4"

View File

@ -2,7 +2,7 @@
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-banking-bench" name = "solana-banking-bench"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -13,16 +13,16 @@ crossbeam-channel = "0.4"
log = "0.4.6" log = "0.4.6"
rand = "0.7.0" rand = "0.7.0"
rayon = "1.3.0" rayon = "1.3.0"
solana-core = { path = "../core", version = "1.2.2" } solana-core = { path = "../core", version = "1.2.3" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-streamer = { path = "../streamer", version = "1.2.2" } solana-streamer = { path = "../streamer", version = "1.2.3" }
solana-perf = { path = "../perf", version = "1.2.2" } solana-perf = { path = "../perf", version = "1.2.3" }
solana-ledger = { path = "../ledger", version = "1.2.2" } solana-ledger = { path = "../ledger", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-measure = { path = "../measure", version = "1.2.2" } solana-measure = { path = "../measure", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]

View File

@ -2,7 +2,7 @@
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-bench-exchange" name = "solana-bench-exchange"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -18,21 +18,21 @@ rand = "0.7.0"
rayon = "1.3.0" rayon = "1.3.0"
serde_json = "1.0.53" serde_json = "1.0.53"
serde_yaml = "0.8.12" serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-core = { path = "../core", version = "1.2.2" } solana-core = { path = "../core", version = "1.2.3" }
solana-genesis = { path = "../genesis", version = "1.2.2" } solana-genesis = { path = "../genesis", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-faucet = { path = "../faucet", version = "1.2.2" } solana-faucet = { path = "../faucet", version = "1.2.3" }
solana-exchange-program = { path = "../programs/exchange", version = "1.2.2" } solana-exchange-program = { path = "../programs/exchange", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-net-utils = { path = "../net-utils", version = "1.2.2" } solana-net-utils = { path = "../net-utils", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
[dev-dependencies] [dev-dependencies]
solana-local-cluster = { path = "../local-cluster", version = "1.2.2" } solana-local-cluster = { path = "../local-cluster", version = "1.2.3" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]

View File

@ -2,18 +2,18 @@
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-bench-streamer" name = "solana-bench-streamer"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
[dependencies] [dependencies]
clap = "2.33.1" clap = "2.33.1"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-streamer = { path = "../streamer", version = "1.2.2" } solana-streamer = { path = "../streamer", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-net-utils = { path = "../net-utils", version = "1.2.2" } solana-net-utils = { path = "../net-utils", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]

View File

@ -2,7 +2,7 @@
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-bench-tps" name = "solana-bench-tps"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -14,25 +14,25 @@ log = "0.4.8"
rayon = "1.3.0" rayon = "1.3.0"
serde_json = "1.0.53" serde_json = "1.0.53"
serde_yaml = "0.8.12" serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-core = { path = "../core", version = "1.2.2" } solana-core = { path = "../core", version = "1.2.3" }
solana-genesis = { path = "../genesis", version = "1.2.2" } solana-genesis = { path = "../genesis", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-faucet = { path = "../faucet", version = "1.2.2" } solana-faucet = { path = "../faucet", version = "1.2.3" }
solana-librapay = { path = "../programs/librapay", version = "1.2.2", optional = true } solana-librapay = { path = "../programs/librapay", version = "1.2.3", optional = true }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-measure = { path = "../measure", version = "1.2.2" } solana-measure = { path = "../measure", version = "1.2.3" }
solana-net-utils = { path = "../net-utils", version = "1.2.2" } solana-net-utils = { path = "../net-utils", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-move-loader-program = { path = "../programs/move_loader", version = "1.2.2", optional = true } solana-move-loader-program = { path = "../programs/move_loader", version = "1.2.3", optional = true }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
[dev-dependencies] [dev-dependencies]
serial_test = "0.4.0" serial_test = "0.4.0"
serial_test_derive = "0.4.0" serial_test_derive = "0.4.0"
solana-local-cluster = { path = "../local-cluster", version = "1.2.2" } solana-local-cluster = { path = "../local-cluster", version = "1.2.3" }
[features] [features]
move = ["solana-librapay", "solana-move-loader-program"] move = ["solana-librapay", "solana-move-loader-program"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-clap-utils" name = "solana-clap-utils"
version = "1.2.2" version = "1.2.3"
description = "Solana utilities for the clap" description = "Solana utilities for the clap"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -11,8 +11,8 @@ edition = "2018"
[dependencies] [dependencies]
clap = "2.33.0" clap = "2.33.0"
rpassword = "4.0" rpassword = "4.0"
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.2" } solana-remote-wallet = { path = "../remote-wallet", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
thiserror = "1.0.11" thiserror = "1.0.11"
tiny-bip39 = "0.7.0" tiny-bip39 = "0.7.0"
url = "2.1.0" url = "2.1.0"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-cli-config" name = "solana-cli-config"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-cli" name = "solana-cli"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -27,28 +27,28 @@ reqwest = { version = "0.10.4", default-features = false, features = ["blocking"
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
serde_json = "1.0.53" serde_json = "1.0.53"
solana-budget-program = { path = "../programs/budget", version = "1.2.2" } solana-budget-program = { path = "../programs/budget", version = "1.2.3" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-cli-config = { path = "../cli-config", version = "1.2.2" } solana-cli-config = { path = "../cli-config", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-config-program = { path = "../programs/config", version = "1.2.2" } solana-config-program = { path = "../programs/config", version = "1.2.3" }
solana-faucet = { path = "../faucet", version = "1.2.2" } solana-faucet = { path = "../faucet", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-net-utils = { path = "../net-utils", version = "1.2.2" } solana-net-utils = { path = "../net-utils", version = "1.2.3" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.2" } solana-remote-wallet = { path = "../remote-wallet", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-stake-program = { path = "../programs/stake", version = "1.2.2" } solana-stake-program = { path = "../programs/stake", version = "1.2.3" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.2" } solana-transaction-status = { path = "../transaction-status", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
solana-vote-program = { path = "../programs/vote", version = "1.2.2" } solana-vote-program = { path = "../programs/vote", version = "1.2.3" }
solana-vote-signer = { path = "../vote-signer", version = "1.2.2" } solana-vote-signer = { path = "../vote-signer", version = "1.2.3" }
thiserror = "1.0.19" thiserror = "1.0.19"
url = "2.1.1" url = "2.1.1"
[dev-dependencies] [dev-dependencies]
solana-core = { path = "../core", version = "1.2.2" } solana-core = { path = "../core", version = "1.2.3" }
solana-budget-program = { path = "../programs/budget", version = "1.2.2" } solana-budget-program = { path = "../programs/budget", version = "1.2.3" }
tempfile = "3.1.0" tempfile = "3.1.0"
[[bin]] [[bin]]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-client" name = "solana-client"
version = "1.2.2" version = "1.2.3"
description = "Solana Client" description = "Solana Client"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -19,10 +19,10 @@ reqwest = { version = "0.10.4", default-features = false, features = ["blocking"
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
serde_json = "1.0.53" serde_json = "1.0.53"
solana-transaction-status = { path = "../transaction-status", version = "1.2.2" } solana-transaction-status = { path = "../transaction-status", version = "1.2.3" }
solana-net-utils = { path = "../net-utils", version = "1.2.2" } solana-net-utils = { path = "../net-utils", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-vote-program = { path = "../programs/vote", version = "1.2.2" } solana-vote-program = { path = "../programs/vote", version = "1.2.3" }
thiserror = "1.0" thiserror = "1.0"
tungstenite = "0.10.1" tungstenite = "0.10.1"
url = "2.1.1" url = "2.1.1"
@ -31,7 +31,7 @@ url = "2.1.1"
assert_matches = "1.3.0" assert_matches = "1.3.0"
jsonrpc-core = "14.1.0" jsonrpc-core = "14.1.0"
jsonrpc-http-server = "14.1.0" jsonrpc-http-server = "14.1.0"
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]

View File

@ -1,7 +1,7 @@
[package] [package]
name = "solana-core" name = "solana-core"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
documentation = "https://docs.rs/solana" documentation = "https://docs.rs/solana"
homepage = "https://solana.com/" homepage = "https://solana.com/"
readme = "../README.md" readme = "../README.md"
@ -42,35 +42,35 @@ regex = "1.3.7"
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
serde_json = "1.0.53" serde_json = "1.0.53"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.2.2" } solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.2.3" }
solana-budget-program = { path = "../programs/budget", version = "1.2.2" } solana-budget-program = { path = "../programs/budget", version = "1.2.3" }
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.2" } solana-transaction-status = { path = "../transaction-status", version = "1.2.3" }
solana-faucet = { path = "../faucet", version = "1.2.2" } solana-faucet = { path = "../faucet", version = "1.2.3" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.2.2" } solana-genesis-programs = { path = "../genesis-programs", version = "1.2.3" }
solana-ledger = { path = "../ledger", version = "1.2.2" } solana-ledger = { path = "../ledger", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-merkle-tree = { path = "../merkle-tree", version = "1.2.2" } solana-merkle-tree = { path = "../merkle-tree", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-measure = { path = "../measure", version = "1.2.2" } solana-measure = { path = "../measure", version = "1.2.3" }
solana-net-utils = { path = "../net-utils", version = "1.2.2" } solana-net-utils = { path = "../net-utils", version = "1.2.3" }
solana-perf = { path = "../perf", version = "1.2.2" } solana-perf = { path = "../perf", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-stake-program = { path = "../programs/stake", version = "1.2.2" } solana-stake-program = { path = "../programs/stake", version = "1.2.3" }
solana-streamer = { path = "../streamer", version = "1.2.2" } solana-streamer = { path = "../streamer", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
solana-vote-program = { path = "../programs/vote", version = "1.2.2" } solana-vote-program = { path = "../programs/vote", version = "1.2.3" }
solana-vote-signer = { path = "../vote-signer", version = "1.2.2" } solana-vote-signer = { path = "../vote-signer", version = "1.2.3" }
solana-sys-tuner = { path = "../sys-tuner", version = "1.2.2" } solana-sys-tuner = { path = "../sys-tuner", version = "1.2.3" }
tempfile = "3.1.0" tempfile = "3.1.0"
thiserror = "1.0" thiserror = "1.0"
tokio = "0.1" tokio = "0.1"
tokio-codec = "0.1" tokio-codec = "0.1"
tokio-fs = "0.1" tokio-fs = "0.1"
tokio-io = "0.1" tokio-io = "0.1"
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.2" } solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.3" }
trees = "0.2.1" trees = "0.2.1"
[dev-dependencies] [dev-dependencies]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-crate-features" name = "solana-crate-features"
version = "1.2.2" version = "1.2.3"
description = "Solana Crate Features" description = "Solana Crate Features"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"

View File

@ -983,7 +983,7 @@ The result field will be a JSON object with the following fields:
// Request // Request
curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1, "method":"getVersion"}' http://localhost:8899 curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1, "method":"getVersion"}' http://localhost:8899
// Result // Result
{"jsonrpc":"2.0","result":{"solana-core": "1.2.2"},"id":1} {"jsonrpc":"2.0","result":{"solana-core": "1.2.3"},"id":1}
``` ```
### getVoteAccounts ### getVoteAccounts

View File

@ -2,7 +2,7 @@
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-dos" name = "solana-dos"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -13,14 +13,14 @@ clap = "2.33.1"
log = "0.4.8" log = "0.4.8"
rand = "0.7.0" rand = "0.7.0"
rayon = "1.3.0" rayon = "1.3.0"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-core = { path = "../core", version = "1.2.2" } solana-core = { path = "../core", version = "1.2.3" }
solana-ledger = { path = "../ledger", version = "1.2.2" } solana-ledger = { path = "../ledger", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-net-utils = { path = "../net-utils", version = "1.2.2" } solana-net-utils = { path = "../net-utils", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-download-utils" name = "solana-download-utils"
version = "1.2.2" version = "1.2.3"
description = "Solana Download Utils" description = "Solana Download Utils"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -14,8 +14,8 @@ console = "0.10.1"
indicatif = "0.14.0" indicatif = "0.14.0"
log = "0.4.8" log = "0.4.8"
reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-ledger = { path = "../ledger", version = "1.2.2" } solana-ledger = { path = "../ledger", version = "1.2.3" }
tar = "0.4.28" tar = "0.4.28"
[lib] [lib]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-faucet" name = "solana-faucet"
version = "1.2.2" version = "1.2.3"
description = "Solana Faucet" description = "Solana Faucet"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -16,11 +16,11 @@ clap = "2.33"
log = "0.4.8" log = "0.4.8"
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
tokio = "0.1" tokio = "0.1"
tokio-codec = "0.1" tokio-codec = "0.1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-genesis-programs" name = "solana-genesis-programs"
version = "1.2.2" version = "1.2.3"
description = "Solana genesis programs" description = "Solana genesis programs"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -10,12 +10,12 @@ edition = "2018"
[dependencies] [dependencies]
log = { version = "0.4.8" } log = { version = "0.4.8" }
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.2.2" } solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.2.3" }
solana-budget-program = { path = "../programs/budget", version = "1.2.2" } solana-budget-program = { path = "../programs/budget", version = "1.2.3" }
solana-exchange-program = { path = "../programs/exchange", version = "1.2.2" } solana-exchange-program = { path = "../programs/exchange", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-vest-program = { path = "../programs/vest", version = "1.2.2" } solana-vest-program = { path = "../programs/vest", version = "1.2.3" }
[lib] [lib]
crate-type = ["lib"] crate-type = ["lib"]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-genesis" name = "solana-genesis"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -15,14 +15,14 @@ chrono = "0.4"
serde = "1.0.110" serde = "1.0.110"
serde_json = "1.0.53" serde_json = "1.0.53"
serde_yaml = "0.8.12" serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.2.2" } solana-genesis-programs = { path = "../genesis-programs", version = "1.2.3" }
solana-ledger = { path = "../ledger", version = "1.2.2" } solana-ledger = { path = "../ledger", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-stake-program = { path = "../programs/stake", version = "1.2.2" } solana-stake-program = { path = "../programs/stake", version = "1.2.3" }
solana-vote-program = { path = "../programs/vote", version = "1.2.2" } solana-vote-program = { path = "../programs/vote", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
tempfile = "3.1.0" tempfile = "3.1.0"
[[bin]] [[bin]]

View File

@ -3,20 +3,20 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-gossip" name = "solana-gossip"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
[dependencies] [dependencies]
clap = "2.33.1" clap = "2.33.1"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-core = { path = "../core", version = "1.2.2" } solana-core = { path = "../core", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-net-utils = { path = "../net-utils", version = "1.2.2" } solana-net-utils = { path = "../net-utils", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-install" name = "solana-install"
description = "The solana cluster software installer" description = "The solana cluster software installer"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -24,12 +24,12 @@ reqwest = { version = "0.10.4", default-features = false, features = ["blocking"
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
serde_yaml = "0.8.12" serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-config-program = { path = "../programs/config", version = "1.2.2" } solana-config-program = { path = "../programs/config", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
semver = "0.9.0" semver = "0.9.0"
tar = "0.4.28" tar = "0.4.28"
tempdir = "0.3.7" tempdir = "0.3.7"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-keygen" name = "solana-keygen"
version = "1.2.2" version = "1.2.3"
description = "Solana key generation utility" description = "Solana key generation utility"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -13,11 +13,11 @@ bs58 = "0.3.1"
clap = "2.33" clap = "2.33"
dirs = "2.0.2" dirs = "2.0.2"
num_cpus = "1.13.0" num_cpus = "1.13.0"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-cli-config = { path = "../cli-config", version = "1.2.2" } solana-cli-config = { path = "../cli-config", version = "1.2.3" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.2" } solana-remote-wallet = { path = "../remote-wallet", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
tiny-bip39 = "0.7.0" tiny-bip39 = "0.7.0"
[[bin]] [[bin]]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-ledger-tool" name = "solana-ledger-tool"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -16,16 +16,16 @@ histogram = "*"
log = { version = "0.4.8" } log = { version = "0.4.8" }
serde_json = "1.0.53" serde_json = "1.0.53"
serde_yaml = "0.8.12" serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-cli = { path = "../cli", version = "1.2.2" } solana-cli = { path = "../cli", version = "1.2.3" }
solana-ledger = { path = "../ledger", version = "1.2.2" } solana-ledger = { path = "../ledger", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-stake-program = { path = "../programs/stake", version = "1.2.2" } solana-stake-program = { path = "../programs/stake", version = "1.2.3" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.2" } solana-transaction-status = { path = "../transaction-status", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
solana-vote-program = { path = "../programs/vote", version = "1.2.2" } solana-vote-program = { path = "../programs/vote", version = "1.2.3" }
tempfile = "3.1.0" tempfile = "3.1.0"
[dev-dependencies] [dev-dependencies]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-ledger" name = "solana-ledger"
version = "1.2.2" version = "1.2.3"
description = "Solana ledger" description = "Solana ledger"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -30,19 +30,19 @@ reed-solomon-erasure = { version = "4.0.2", features = ["simd-accel"] }
regex = "1.3.7" regex = "1.3.7"
serde = "1.0.110" serde = "1.0.110"
serde_bytes = "0.11.4" serde_bytes = "0.11.4"
solana-transaction-status = { path = "../transaction-status", version = "1.2.2" } solana-transaction-status = { path = "../transaction-status", version = "1.2.3" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.2.2" } solana-genesis-programs = { path = "../genesis-programs", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-measure = { path = "../measure", version = "1.2.2" } solana-measure = { path = "../measure", version = "1.2.3" }
solana-merkle-tree = { path = "../merkle-tree", version = "1.2.2" } solana-merkle-tree = { path = "../merkle-tree", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-perf = { path = "../perf", version = "1.2.2" } solana-perf = { path = "../perf", version = "1.2.3" }
ed25519-dalek = "1.0.0-pre.3" ed25519-dalek = "1.0.0-pre.3"
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.2" } solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-stake-program = { path = "../programs/stake", version = "1.2.2" } solana-stake-program = { path = "../programs/stake", version = "1.2.3" }
solana-vote-program = { path = "../programs/vote", version = "1.2.2" } solana-vote-program = { path = "../programs/vote", version = "1.2.3" }
symlink = "0.1.0" symlink = "0.1.0"
tar = "0.4.28" tar = "0.4.28"
thiserror = "1.0" thiserror = "1.0"
@ -59,7 +59,7 @@ features = ["lz4"]
[dev-dependencies] [dev-dependencies]
assert_matches = "1.3.0" assert_matches = "1.3.0"
matches = "0.1.6" matches = "0.1.6"
solana-budget-program = { path = "../programs/budget", version = "1.2.2" } solana-budget-program = { path = "../programs/budget", version = "1.2.3" }
[lib] [lib]
crate-type = ["lib"] crate-type = ["lib"]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-local-cluster" name = "solana-local-cluster"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -12,22 +12,22 @@ homepage = "https://solana.com/"
itertools = "0.9.0" itertools = "0.9.0"
log = "0.4.8" log = "0.4.8"
rand = "0.7.0" rand = "0.7.0"
solana-config-program = { path = "../programs/config", version = "1.2.2" } solana-config-program = { path = "../programs/config", version = "1.2.3" }
solana-core = { path = "../core", version = "1.2.2" } solana-core = { path = "../core", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-download-utils = { path = "../download-utils", version = "1.2.2" } solana-download-utils = { path = "../download-utils", version = "1.2.3" }
solana-faucet = { path = "../faucet", version = "1.2.2" } solana-faucet = { path = "../faucet", version = "1.2.3" }
solana-exchange-program = { path = "../programs/exchange", version = "1.2.2" } solana-exchange-program = { path = "../programs/exchange", version = "1.2.3" }
solana-genesis-programs = { path = "../genesis-programs", version = "1.2.2" } solana-genesis-programs = { path = "../genesis-programs", version = "1.2.3" }
solana-ledger = { path = "../ledger", version = "1.2.2" } solana-ledger = { path = "../ledger", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-stake-program = { path = "../programs/stake", version = "1.2.2" } solana-stake-program = { path = "../programs/stake", version = "1.2.3" }
solana-vest-program = { path = "../programs/vest", version = "1.2.2" } solana-vest-program = { path = "../programs/vest", version = "1.2.3" }
solana-vote-program = { path = "../programs/vote", version = "1.2.2" } solana-vote-program = { path = "../programs/vote", version = "1.2.3" }
tempfile = "3.1.0" tempfile = "3.1.0"
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.2" } solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.3" }
[dev-dependencies] [dev-dependencies]
assert_matches = "1.3.0" assert_matches = "1.3.0"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-log-analyzer" name = "solana-log-analyzer"
description = "The solana cluster network analysis tool" description = "The solana cluster network analysis tool"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -14,9 +14,9 @@ byte-unit = "3.1.1"
clap = "2.33.1" clap = "2.33.1"
serde = "1.0.110" serde = "1.0.110"
serde_json = "1.0.53" serde_json = "1.0.53"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
[[bin]] [[bin]]
name = "solana-log-analyzer" name = "solana-log-analyzer"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-logger" name = "solana-logger"
version = "1.2.2" version = "1.2.3"
description = "Solana Logger" description = "Solana Logger"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "solana-measure" name = "solana-measure"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
documentation = "https://docs.rs/solana" documentation = "https://docs.rs/solana"
homepage = "https://solana.com/" homepage = "https://solana.com/"
readme = "../README.md" readme = "../README.md"
@ -12,8 +12,8 @@ edition = "2018"
[dependencies] [dependencies]
log = "0.4.8" log = "0.4.8"
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
[target."cfg(unix)".dependencies] [target."cfg(unix)".dependencies]
jemallocator = "0.3.2" jemallocator = "0.3.2"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-merkle-tree" name = "solana-merkle-tree"
version = "1.2.2" version = "1.2.3"
description = "Solana Merkle Tree" description = "Solana Merkle Tree"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -9,7 +9,7 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
fast-math = "0.1" fast-math = "0.1"
[dev-dependencies] [dev-dependencies]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-metrics" name = "solana-metrics"
version = "1.2.2" version = "1.2.3"
description = "Solana Metrics" description = "Solana Metrics"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -14,7 +14,7 @@ gethostname = "0.2.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.8" log = "0.4.8"
reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
[dev-dependencies] [dev-dependencies]
rand = "0.7.0" rand = "0.7.0"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-net-shaper" name = "solana-net-shaper"
description = "The solana cluster network shaping tool" description = "The solana cluster network shaping tool"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -13,8 +13,8 @@ publish = false
clap = "2.33.1" clap = "2.33.1"
serde = "1.0.110" serde = "1.0.110"
serde_json = "1.0.53" serde_json = "1.0.53"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
rand = "0.7.0" rand = "0.7.0"
[[bin]] [[bin]]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-net-utils" name = "solana-net-utils"
version = "1.2.2" version = "1.2.3"
description = "Solana Network Utilities" description = "Solana Network Utilities"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -18,9 +18,9 @@ rand = "0.7.0"
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
socket2 = "0.3.12" socket2 = "0.3.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
tokio = "0.1" tokio = "0.1"
tokio-codec = "0.1" tokio-codec = "0.1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-notifier" name = "solana-notifier"
version = "1.2.2" version = "1.2.3"
description = "Solana Notifier" description = "Solana Notifier"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-perf" name = "solana-perf"
version = "1.2.2" version = "1.2.3"
description = "Solana Performance APIs" description = "Solana Performance APIs"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -17,11 +17,11 @@ serde = "1.0.110"
dlopen_derive = "0.1.4" dlopen_derive = "0.1.4"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.8" log = "0.4.8"
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.2" } solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.3" }
solana-budget-program = { path = "../programs/budget", version = "1.2.2" } solana-budget-program = { path = "../programs/budget", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
curve25519-dalek = { version = "2" } curve25519-dalek = { version = "2" }
[lib] [lib]

228
programs/bpf/Cargo.lock generated
View File

@ -31,7 +31,7 @@ name = "atty"
version = "0.2.14" version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -430,10 +430,10 @@ dependencies = [
"futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-project 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-nested 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -517,7 +517,7 @@ dependencies = [
[[package]] [[package]]
name = "hermit-abi" name = "hermit-abi"
version = "0.1.13" version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
@ -584,7 +584,7 @@ dependencies = [
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-project 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
"socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
@ -874,7 +874,7 @@ name = "num_cpus"
version = "1.13.0" version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -953,15 +953,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "pin-project" name = "pin-project"
version = "0.4.20" version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"pin-project-internal 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project-internal 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "pin-project-internal" name = "pin-project-internal"
version = "0.4.20" version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
@ -996,7 +996,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "proc-macro-nested" name = "proc-macro-nested"
version = "0.1.5" version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
@ -1118,7 +1118,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "remove_dir_all" name = "remove_dir_all"
version = "0.5.2" version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1345,7 +1345,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-bpf-loader-program" name = "solana-bpf-loader-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1353,187 +1353,187 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "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-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-logger 1.2.2", "solana-logger 1.2.3",
"solana-runtime 1.2.2", "solana-runtime 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana_rbpf 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", "solana_rbpf 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "solana-bpf-programs" name = "solana-bpf-programs"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"elf 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "elf 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-bpf-loader-program 1.2.2", "solana-bpf-loader-program 1.2.3",
"solana-logger 1.2.2", "solana-logger 1.2.3",
"solana-runtime 1.2.2", "solana-runtime 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana_rbpf 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", "solana_rbpf 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-128bit" name = "solana-bpf-rust-128bit"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-bpf-rust-128bit-dep 1.2.2", "solana-bpf-rust-128bit-dep 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-128bit-dep" name = "solana-bpf-rust-128bit-dep"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-alloc" name = "solana-bpf-rust-alloc"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-dep-crate" name = "solana-bpf-rust-dep-crate"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-dup-accounts" name = "solana-bpf-rust-dup-accounts"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-error-handling" name = "solana-bpf-rust-error-handling"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
"thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-external-spend" name = "solana-bpf-rust-external-spend"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-invoke" name = "solana-bpf-rust-invoke"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-bpf-rust-invoked 1.2.2", "solana-bpf-rust-invoked 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-invoked" name = "solana-bpf-rust-invoked"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-iter" name = "solana-bpf-rust-iter"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-many-args" name = "solana-bpf-rust-many-args"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-bpf-rust-many-args-dep 1.2.2", "solana-bpf-rust-many-args-dep 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-many-args-dep" name = "solana-bpf-rust-many-args-dep"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-noop" name = "solana-bpf-rust-noop"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-panic" name = "solana-bpf-rust-panic"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-param-passing" name = "solana-bpf-rust-param-passing"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-bpf-rust-param-passing-dep 1.2.2", "solana-bpf-rust-param-passing-dep 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-param-passing-dep" name = "solana-bpf-rust-param-passing-dep"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-bpf-rust-sysval" name = "solana-bpf-rust-sysval"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-sdk-bpf-test 1.2.2", "solana-sdk-bpf-test 1.2.3",
] ]
[[package]] [[package]]
name = "solana-config-program" name = "solana-config-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
] ]
[[package]] [[package]]
name = "solana-crate-features" name = "solana-crate-features"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"backtrace 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)", "backtrace 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1556,7 +1556,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-logger" name = "solana-logger"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"env_logger 0.7.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)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1565,30 +1565,30 @@ dependencies = [
[[package]] [[package]]
name = "solana-measure" name = "solana-measure"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-metrics 1.2.2", "solana-metrics 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
] ]
[[package]] [[package]]
name = "solana-metrics" name = "solana-metrics"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "gethostname 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (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.6 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
] ]
[[package]] [[package]]
name = "solana-rayon-threadlimit" name = "solana-rayon-threadlimit"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1596,7 +1596,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-runtime" name = "solana-runtime"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bv 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "bv 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1616,21 +1616,21 @@ dependencies = [
"rayon 1.3.0 (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.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.2", "solana-config-program 1.2.3",
"solana-logger 1.2.2", "solana-logger 1.2.3",
"solana-measure 1.2.2", "solana-measure 1.2.3",
"solana-metrics 1.2.2", "solana-metrics 1.2.3",
"solana-rayon-threadlimit 1.2.2", "solana-rayon-threadlimit 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-stake-program 1.2.2", "solana-stake-program 1.2.3",
"solana-vote-program 1.2.2", "solana-vote-program 1.2.3",
"tempfile 3.1.0 (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.19 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "solana-sdk" name = "solana-sdk"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1655,19 +1655,19 @@ dependencies = [
"serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-crate-features 1.2.2", "solana-crate-features 1.2.3",
"solana-logger 1.2.2", "solana-logger 1.2.3",
"solana-sdk-macro 1.2.2", "solana-sdk-macro 1.2.3",
"thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "solana-sdk-bpf-test" name = "solana-sdk-bpf-test"
version = "1.2.2" version = "1.2.3"
[[package]] [[package]]
name = "solana-sdk-macro" name = "solana-sdk-macro"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bs58 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1677,7 +1677,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-stake-program" name = "solana-stake-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1685,16 +1685,16 @@ dependencies = [
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.2", "solana-config-program 1.2.3",
"solana-metrics 1.2.2", "solana-metrics 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-vote-program 1.2.2", "solana-vote-program 1.2.3",
"thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "solana-vote-program" name = "solana-vote-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1702,8 +1702,8 @@ dependencies = [
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-metrics 1.2.2", "solana-metrics 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -1779,7 +1779,7 @@ dependencies = [
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -2341,7 +2341,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum goblin 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d20fd25aa456527ce4f544271ae4fea65d2eda4a6561ea56f39fb3ee4f7e3884" "checksum goblin 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d20fd25aa456527ce4f544271ae4fea65d2eda4a6561ea56f39fb3ee4f7e3884"
"checksum h2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff" "checksum h2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
"checksum hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc" "checksum hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
"checksum hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71" "checksum hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
"checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
"checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695" "checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
"checksum http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" "checksum http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
@ -2391,14 +2391,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum paste-impl 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "84f328a6a63192b333fce5fbb4be79db6758a4d518dfac6d54412f1492f72d32" "checksum paste-impl 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "84f328a6a63192b333fce5fbb4be79db6758a4d518dfac6d54412f1492f72d32"
"checksum pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9" "checksum pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
"checksum pin-project 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "e75373ff9037d112bb19bc61333a06a159eaeb217660dcfbea7d88e1db823919" "checksum pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)" = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
"checksum pin-project-internal 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "10b4b44893d3c370407a1d6a5cfde7c41ae0478e31c516c85f67eb3adc51be6d" "checksum pin-project-internal 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
"checksum pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715" "checksum pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
"checksum pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" "checksum pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" "checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
"checksum ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" "checksum ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
"checksum proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4" "checksum proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
"checksum proc-macro-nested 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0afe1bd463b9e9ed51d0e0f0b50b6b146aec855c56fd182bb242388710a9b6de" "checksum proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
"checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa" "checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
@ -2413,7 +2413,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
"checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
"checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" "checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
"checksum reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680" "checksum reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680"
"checksum ring 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1ba5a8ec64ee89a76c98c549af81ff14813df09c3e6dc4766c3856da48597a0c" "checksum ring 0.16.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1ba5a8ec64ee89a76c98c549af81ff14813df09c3e6dc4766c3856da48597a0c"
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "solana-bpf-programs" name = "solana-bpf-programs"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
documentation = "https://docs.rs/solana" documentation = "https://docs.rs/solana"
homepage = "https://solana.com/" homepage = "https://solana.com/"
readme = "README.md" readme = "README.md"
@ -22,10 +22,10 @@ walkdir = "2"
bincode = "1.1.4" bincode = "1.1.4"
byteorder = "1.3.2" byteorder = "1.3.2"
elf = "0.0.10" elf = "0.0.10"
solana-bpf-loader-program = { path = "../bpf_loader", version = "1.2.2" } solana-bpf-loader-program = { path = "../bpf_loader", version = "1.2.3" }
solana-logger = { path = "../../logger", version = "1.2.2" } solana-logger = { path = "../../logger", version = "1.2.3" }
solana-runtime = { path = "../../runtime", version = "1.2.2" } solana-runtime = { path = "../../runtime", version = "1.2.3" }
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
solana_rbpf = "=0.1.28" solana_rbpf = "=0.1.28"
[[bench]] [[bench]]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-128bit" name = "solana-bpf-rust-128bit"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,11 +12,11 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
solana-bpf-rust-128bit-dep = { path = "../128bit_dep", version = "1.2.2" } solana-bpf-rust-128bit-dep = { path = "../128bit_dep", version = "1.2.3" }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-128bit-dep" name = "solana-bpf-rust-128bit-dep"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-alloc" name = "solana-bpf-rust-alloc"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-dep-crate" name = "solana-bpf-rust-dep-crate"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -13,10 +13,10 @@ edition = "2018"
[dependencies] [dependencies]
byteorder = { version = "1", default-features = false } byteorder = { version = "1", default-features = false }
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-dup-accounts" name = "solana-bpf-rust-dup-accounts"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-error-handling" name = "solana-bpf-rust-error-handling"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -14,11 +14,11 @@ edition = "2018"
[dependencies] [dependencies]
num-derive = "0.2" num-derive = "0.2"
num-traits = "0.2" num-traits = "0.2"
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
thiserror = "1.0" thiserror = "1.0"
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-external-spend" name = "solana-bpf-rust-external-spend"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-invoke" name = "solana-bpf-rust-invoke"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -13,8 +13,8 @@ edition = "2018"
[dependencies] [dependencies]
solana-bpf-rust-invoked = { path = "../invoked"} solana-bpf-rust-invoked = { path = "../invoked"}
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-invoked" name = "solana-bpf-rust-invoked"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,8 +12,8 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-iter" name = "solana-bpf-rust-iter"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-many-args" name = "solana-bpf-rust-many-args"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,11 +12,11 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
solana-bpf-rust-many-args-dep = { path = "../many_args_dep", version = "1.2.2" } solana-bpf-rust-many-args-dep = { path = "../many_args_dep", version = "1.2.3" }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-many-args-dep" name = "solana-bpf-rust-many-args-dep"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-noop" name = "solana-bpf-rust-noop"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-panic" name = "solana-bpf-rust-panic"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-param-passing" name = "solana-bpf-rust-param-passing"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,11 +12,11 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
solana-bpf-rust-param-passing-dep = { path = "../param_passing_dep", version = "1.2.2" } solana-bpf-rust-param-passing-dep = { path = "../param_passing_dep", version = "1.2.3" }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-param-passing-dep" name = "solana-bpf-rust-param-passing-dep"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF program written in Rust" description = "Solana BPF program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -3,7 +3,7 @@
[package] [package]
name = "solana-bpf-rust-sysval" name = "solana-bpf-rust-sysval"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF test program written in Rust" description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -12,10 +12,10 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../../../sdk/", version = "1.2.2", default-features = false } solana-sdk = { path = "../../../../sdk/", version = "1.2.3", default-features = false }
[dev_dependencies] [dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.2" } solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/test", version = "1.2.3" }
[features] [features]
program = ["solana-sdk/program"] program = ["solana-sdk/program"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-bpf-loader-program" name = "solana-bpf-loader-program"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF loader" description = "Solana BPF loader"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -15,9 +15,9 @@ jemalloc-sys = { version = "0.3.2", features = ["disable_initial_exec_tls"] }
log = "0.4.8" log = "0.4.8"
num-derive = { version = "0.3" } num-derive = { version = "0.3" }
num-traits = { version = "0.2" } num-traits = { version = "0.2" }
solana-logger = { path = "../../logger", version = "1.2.2" } solana-logger = { path = "../../logger", version = "1.2.3" }
solana-runtime = { path = "../../runtime", version = "1.2.2" } solana-runtime = { path = "../../runtime", version = "1.2.3" }
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
solana_rbpf = "=0.1.28" solana_rbpf = "=0.1.28"
thiserror = "1.0" thiserror = "1.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-btc-spv-program" name = "solana-btc-spv-program"
version = "1.2.2" version = "1.2.3"
description = "Solana Bitcoin spv parsing program" description = "Solana Bitcoin spv parsing program"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -15,7 +15,7 @@ num-derive = "0.3"
num-traits = "0.2" num-traits = "0.2"
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
solana-sdk = { path = "../../sdk", version = "1.2.2"} solana-sdk = { path = "../../sdk", version = "1.2.3"}
hex = "0.4.2" hex = "0.4.2"
[lib] [lib]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "btc_spv_bin" name = "btc_spv_bin"
version = "1.2.2" version = "1.2.3"
description = "Solana Bitcoin spv parsing program" description = "Solana Bitcoin spv parsing program"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-budget-program" name = "solana-budget-program"
version = "1.2.2" version = "1.2.3"
description = "Solana Budget program" description = "Solana Budget program"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -16,11 +16,11 @@ num-derive = "0.3"
num-traits = "0.2" num-traits = "0.2"
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
thiserror = "1.0" thiserror = "1.0"
[dev-dependencies] [dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.2.2" } solana-runtime = { path = "../../runtime", version = "1.2.3" }
[lib] [lib]
crate-type = ["lib", "cdylib"] crate-type = ["lib", "cdylib"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-config-program" name = "solana-config-program"
version = "1.2.2" version = "1.2.3"
description = "Solana Config program" description = "Solana Config program"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -14,10 +14,10 @@ chrono = { version = "0.4.11", features = ["serde"] }
log = "0.4.8" log = "0.4.8"
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
[dev-dependencies] [dev-dependencies]
solana-logger = { path = "../../logger", version = "1.2.2" } solana-logger = { path = "../../logger", version = "1.2.3" }
[lib] [lib]
crate-type = ["lib"] crate-type = ["lib"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-exchange-program" name = "solana-exchange-program"
version = "1.2.2" version = "1.2.3"
description = "Solana Exchange program" description = "Solana Exchange program"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -15,13 +15,13 @@ num-derive = { version = "0.3" }
num-traits = { version = "0.2" } num-traits = { version = "0.2" }
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
solana-logger = { path = "../../logger", version = "1.2.2" } solana-logger = { path = "../../logger", version = "1.2.3" }
solana-metrics = { path = "../../metrics", version = "1.2.2" } solana-metrics = { path = "../../metrics", version = "1.2.3" }
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
thiserror = "1.0" thiserror = "1.0"
[dev-dependencies] [dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.2.2" } solana-runtime = { path = "../../runtime", version = "1.2.3" }
[lib] [lib]
crate-type = ["lib", "cdylib"] crate-type = ["lib", "cdylib"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-failure-program" name = "solana-failure-program"
version = "1.2.2" version = "1.2.3"
description = "Solana failure program" description = "Solana failure program"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -9,10 +9,10 @@ homepage = "https://solana.com/"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
[dev-dependencies] [dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.2.2" } solana-runtime = { path = "../../runtime", version = "1.2.3" }
[lib] [lib]
crate-type = ["lib", "cdylib"] crate-type = ["lib", "cdylib"]

View File

@ -57,7 +57,7 @@ name = "atty"
version = "0.2.14" version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -684,10 +684,10 @@ dependencies = [
"futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-project 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro-nested 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -803,7 +803,7 @@ dependencies = [
[[package]] [[package]]
name = "hermit-abi" name = "hermit-abi"
version = "0.1.13" version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
@ -930,7 +930,7 @@ dependencies = [
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-project 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
"socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1298,7 +1298,7 @@ name = "num_cpus"
version = "1.13.0" version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -1501,15 +1501,15 @@ dependencies = [
[[package]] [[package]]
name = "pin-project" name = "pin-project"
version = "0.4.20" version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"pin-project-internal 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project-internal 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "pin-project-internal" name = "pin-project-internal"
version = "0.4.20" version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1576,7 +1576,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "proc-macro-nested" name = "proc-macro-nested"
version = "0.1.5" version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
@ -1948,7 +1948,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "remove_dir_all" name = "remove_dir_all"
version = "0.5.2" version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2281,19 +2281,19 @@ dependencies = [
[[package]] [[package]]
name = "solana-config-program" name = "solana-config-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
] ]
[[package]] [[package]]
name = "solana-crate-features" name = "solana-crate-features"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"backtrace 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)", "backtrace 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2316,20 +2316,20 @@ dependencies = [
[[package]] [[package]]
name = "solana-librapay" name = "solana-librapay"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-logger 1.2.2", "solana-logger 1.2.3",
"solana-move-loader-program 1.2.2", "solana-move-loader-program 1.2.3",
"solana-runtime 1.2.2", "solana-runtime 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana_libra_types 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_types 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "solana-logger" name = "solana-logger"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"env_logger 0.7.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)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2338,30 +2338,30 @@ dependencies = [
[[package]] [[package]]
name = "solana-measure" name = "solana-measure"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-metrics 1.2.2", "solana-metrics 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
] ]
[[package]] [[package]]
name = "solana-metrics" name = "solana-metrics"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "gethostname 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (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.6 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
] ]
[[package]] [[package]]
name = "solana-move-loader-program" name = "solana-move-loader-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"indexmap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "indexmap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2372,8 +2372,8 @@ dependencies = [
"serde_bytes 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-logger 1.2.2", "solana-logger 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana_libra_bytecode_verifier 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_bytecode_verifier 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_canonical_serialization 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_canonical_serialization 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
"solana_libra_compiler 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_compiler 0.0.1-sol5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2390,7 +2390,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-rayon-threadlimit" name = "solana-rayon-threadlimit"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2398,7 +2398,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-runtime" name = "solana-runtime"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bv 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "bv 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2418,21 +2418,21 @@ dependencies = [
"rayon 1.3.0 (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.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.2", "solana-config-program 1.2.3",
"solana-logger 1.2.2", "solana-logger 1.2.3",
"solana-measure 1.2.2", "solana-measure 1.2.3",
"solana-metrics 1.2.2", "solana-metrics 1.2.3",
"solana-rayon-threadlimit 1.2.2", "solana-rayon-threadlimit 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-stake-program 1.2.2", "solana-stake-program 1.2.3",
"solana-vote-program 1.2.2", "solana-vote-program 1.2.3",
"tempfile 3.1.0 (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.19 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "solana-sdk" name = "solana-sdk"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2457,15 +2457,15 @@ dependencies = [
"serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-crate-features 1.2.2", "solana-crate-features 1.2.3",
"solana-logger 1.2.2", "solana-logger 1.2.3",
"solana-sdk-macro 1.2.2", "solana-sdk-macro 1.2.3",
"thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "solana-sdk-macro" name = "solana-sdk-macro"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bs58 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2475,7 +2475,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-stake-program" name = "solana-stake-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2483,16 +2483,16 @@ dependencies = [
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.2", "solana-config-program 1.2.3",
"solana-metrics 1.2.2", "solana-metrics 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"solana-vote-program 1.2.2", "solana-vote-program 1.2.3",
"thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "solana-vote-program" name = "solana-vote-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2500,8 +2500,8 @@ dependencies = [
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.111 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-metrics 1.2.2", "solana-metrics 1.2.3",
"solana-sdk 1.2.2", "solana-sdk 1.2.3",
"thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -2972,7 +2972,7 @@ dependencies = [
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -3727,7 +3727,7 @@ dependencies = [
"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
"checksum h2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff" "checksum h2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
"checksum hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71" "checksum hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
"checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
"checksum hex_fmt 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" "checksum hex_fmt 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
@ -3805,8 +3805,8 @@ dependencies = [
"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
"checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" "checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
"checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" "checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
"checksum pin-project 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "e75373ff9037d112bb19bc61333a06a159eaeb217660dcfbea7d88e1db823919" "checksum pin-project 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)" = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
"checksum pin-project-internal 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "10b4b44893d3c370407a1d6a5cfde7c41ae0478e31c516c85f67eb3adc51be6d" "checksum pin-project-internal 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
"checksum pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715" "checksum pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
"checksum pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" "checksum pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
"checksum ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" "checksum ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
@ -3815,7 +3815,7 @@ dependencies = [
"checksum proc-macro-error 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678" "checksum proc-macro-error 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678"
"checksum proc-macro-error-attr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53" "checksum proc-macro-error-attr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53"
"checksum proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4" "checksum proc-macro-hack 0.5.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
"checksum proc-macro-nested 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0afe1bd463b9e9ed51d0e0f0b50b6b146aec855c56fd182bb242388710a9b6de" "checksum proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
"checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa" "checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
"checksum prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5567486d5778e2c6455b1b90ff1c558f29e751fc018130fa182e15828e728af1" "checksum prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5567486d5778e2c6455b1b90ff1c558f29e751fc018130fa182e15828e728af1"
@ -3854,7 +3854,7 @@ dependencies = [
"checksum redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" "checksum redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
"checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
"checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" "checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
"checksum rental 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8545debe98b2b139fb04cad8618b530e9b07c152d99a5de83c860b877d67847f" "checksum rental 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8545debe98b2b139fb04cad8618b530e9b07c152d99a5de83c860b877d67847f"
"checksum rental-impl 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de" "checksum rental-impl 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de"
"checksum reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680" "checksum reqwest 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-librapay" name = "solana-librapay"
version = "1.2.2" version = "1.2.3"
description = "Solana Libra Payment" description = "Solana Libra Payment"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -11,10 +11,10 @@ edition = "2018"
[dependencies] [dependencies]
bincode = "1.2.0" bincode = "1.2.0"
log = "0.4.8" log = "0.4.8"
solana-logger = { path = "../../logger", version = "1.2.2" } solana-logger = { path = "../../logger", version = "1.2.3" }
solana-move-loader-program = { path = "../move_loader", version = "1.2.2" } solana-move-loader-program = { path = "../move_loader", version = "1.2.3" }
solana-runtime = { path = "../../runtime", version = "1.2.2" } solana-runtime = { path = "../../runtime", version = "1.2.3" }
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
types = { version = "0.0.1-sol5", package = "solana_libra_types" } types = { version = "0.0.1-sol5", package = "solana_libra_types" }
[lib] [lib]

View File

@ -885,9 +885,9 @@ dependencies = [
[[package]] [[package]]
name = "hermit-abi" name = "hermit-abi"
version = "0.1.13" version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71" checksum = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
dependencies = [ dependencies = [
"libc", "libc",
] ]
@ -1598,18 +1598,18 @@ dependencies = [
[[package]] [[package]]
name = "pin-project" name = "pin-project"
version = "0.4.20" version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e75373ff9037d112bb19bc61333a06a159eaeb217660dcfbea7d88e1db823919" checksum = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
dependencies = [ dependencies = [
"pin-project-internal", "pin-project-internal",
] ]
[[package]] [[package]]
name = "pin-project-internal" name = "pin-project-internal"
version = "0.4.20" version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10b4b44893d3c370407a1d6a5cfde7c41ae0478e31c516c85f67eb3adc51be6d" checksum = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
dependencies = [ dependencies = [
"proc-macro2 1.0.18", "proc-macro2 1.0.18",
"quote 1.0.7", "quote 1.0.7",
@ -1683,9 +1683,9 @@ checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
[[package]] [[package]]
name = "proc-macro-nested" name = "proc-macro-nested"
version = "0.1.5" version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0afe1bd463b9e9ed51d0e0f0b50b6b146aec855c56fd182bb242388710a9b6de" checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
@ -2094,9 +2094,9 @@ checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
[[package]] [[package]]
name = "remove_dir_all" name = "remove_dir_all"
version = "0.5.2" version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [ dependencies = [
"winapi 0.3.8", "winapi 0.3.8",
] ]
@ -2461,7 +2461,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-crate-features" name = "solana-crate-features"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes 0.4.12", "bytes 0.4.12",
@ -2484,7 +2484,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-logger" name = "solana-logger"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"env_logger", "env_logger",
"lazy_static", "lazy_static",
@ -2493,7 +2493,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-move-loader-program" name = "solana-move-loader-program"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bincode", "bincode",
"indexmap", "indexmap",
@ -2522,7 +2522,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-sdk" name = "solana-sdk"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bincode", "bincode",
@ -2555,7 +2555,7 @@ dependencies = [
[[package]] [[package]]
name = "solana-sdk-macro" name = "solana-sdk-macro"
version = "1.2.2" version = "1.2.3"
dependencies = [ dependencies = [
"bs58 0.3.1", "bs58 0.3.1",
"proc-macro2 1.0.18", "proc-macro2 1.0.18",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-move-loader-program" name = "solana-move-loader-program"
version = "1.2.2" version = "1.2.3"
description = "Solana Move loader" description = "Solana Move loader"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -16,8 +16,8 @@ serde = "1.0.104"
serde_bytes = "0.11" serde_bytes = "0.11"
serde_derive = "1.0.103" serde_derive = "1.0.103"
serde_json = "1.0.46" serde_json = "1.0.46"
solana-logger = { path = "../../logger", version = "1.2.2" } solana-logger = { path = "../../logger", version = "1.2.3" }
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
bytecode_verifier = { version = "0.0.1-sol5", package = "solana_libra_bytecode_verifier" } bytecode_verifier = { version = "0.0.1-sol5", package = "solana_libra_bytecode_verifier" }
canonical_serialization = { version = "0.0.1-sol5", package = "solana_libra_canonical_serialization" } canonical_serialization = { version = "0.0.1-sol5", package = "solana_libra_canonical_serialization" }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-noop-program" name = "solana-noop-program"
version = "1.2.2" version = "1.2.3"
description = "Solana Noop program" description = "Solana Noop program"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -10,8 +10,8 @@ edition = "2018"
[dependencies] [dependencies]
log = "0.4.8" log = "0.4.8"
solana-logger = { path = "../../logger", version = "1.2.2" } solana-logger = { path = "../../logger", version = "1.2.3" }
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
[lib] [lib]
crate-type = ["lib", "cdylib"] crate-type = ["lib", "cdylib"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-ownable" name = "solana-ownable"
version = "1.2.2" version = "1.2.3"
description = "ownable program" description = "ownable program"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -10,13 +10,13 @@ edition = "2018"
[dependencies] [dependencies]
bincode = "1.2.1" bincode = "1.2.1"
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
num-derive = "0.3" num-derive = "0.3"
num-traits = "0.2" num-traits = "0.2"
thiserror = "1.0" thiserror = "1.0"
[dev-dependencies] [dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.2.2" } solana-runtime = { path = "../../runtime", version = "1.2.3" }
[lib] [lib]
crate-type = ["lib", "cdylib"] crate-type = ["lib", "cdylib"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-stake-program" name = "solana-stake-program"
version = "1.2.2" version = "1.2.3"
description = "Solana Stake program" description = "Solana Stake program"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -15,14 +15,14 @@ num-derive = "0.3"
num-traits = "0.2" num-traits = "0.2"
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
solana-metrics = { path = "../../metrics", version = "1.2.2" } solana-metrics = { path = "../../metrics", version = "1.2.3" }
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
solana-vote-program = { path = "../vote", version = "1.2.2" } solana-vote-program = { path = "../vote", version = "1.2.3" }
solana-config-program = { path = "../config", version = "1.2.2" } solana-config-program = { path = "../config", version = "1.2.3" }
thiserror = "1.0" thiserror = "1.0"
[dev-dependencies] [dev-dependencies]
solana-logger = { path = "../../logger", version = "1.2.2" } solana-logger = { path = "../../logger", version = "1.2.3" }
[lib] [lib]
crate-type = ["lib"] crate-type = ["lib"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-vest-program" name = "solana-vest-program"
version = "1.2.2" version = "1.2.3"
description = "Solana Vest program" description = "Solana Vest program"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -15,12 +15,12 @@ num-derive = "0.2"
num-traits = "0.2" num-traits = "0.2"
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
solana-config-program = { path = "../config", version = "1.2.2" } solana-config-program = { path = "../config", version = "1.2.3" }
thiserror = "1.0" thiserror = "1.0"
[dev-dependencies] [dev-dependencies]
solana-runtime = { path = "../../runtime", version = "1.2.2" } solana-runtime = { path = "../../runtime", version = "1.2.3" }
[lib] [lib]
crate-type = ["lib"] crate-type = ["lib"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-vote-program" name = "solana-vote-program"
version = "1.2.2" version = "1.2.3"
description = "Solana Vote program" description = "Solana Vote program"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -15,8 +15,8 @@ num-derive = "0.3"
num-traits = "0.2" num-traits = "0.2"
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
solana-metrics = { path = "../../metrics", version = "1.2.2" } solana-metrics = { path = "../../metrics", version = "1.2.3" }
solana-sdk = { path = "../../sdk", version = "1.2.2" } solana-sdk = { path = "../../sdk", version = "1.2.3" }
thiserror = "1.0" thiserror = "1.0"
[lib] [lib]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-ramp-tps" name = "solana-ramp-tps"
description = "Solana Tour de SOL - TPS ramp up" description = "Solana Tour de SOL - TPS ramp up"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/tour-de-sol" repository = "https://github.com/solana-labs/tour-de-sol"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -16,12 +16,12 @@ reqwest = { version = "0.10.4", default-features = false }
serde = "1.0.110" serde = "1.0.110"
serde_json = "1.0.53" serde_json = "1.0.53"
serde_yaml = "0.8.12" serde_yaml = "0.8.12"
solana-core = { path = "../core", version = "1.2.2" } solana-core = { path = "../core", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-net-utils = { path = "../net-utils", version = "1.2.2" } solana-net-utils = { path = "../net-utils", version = "1.2.3" }
solana-notifier = { path = "../notifier", version = "1.2.2" } solana-notifier = { path = "../notifier", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-stake-program = { path = "../programs/stake", version = "1.2.2" } solana-stake-program = { path = "../programs/stake", version = "1.2.3" }
tar = "0.4.28" tar = "0.4.28"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-rayon-threadlimit" name = "solana-rayon-threadlimit"
version = "1.2.2" version = "1.2.3"
description = "solana-rayon-threadlimit" description = "solana-rayon-threadlimit"
homepage = "https://solana.com/" homepage = "https://solana.com/"
readme = "../README.md" readme = "../README.md"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-remote-wallet" name = "solana-remote-wallet"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -18,7 +18,7 @@ num-derive = { version = "0.3" }
num-traits = { version = "0.2" } num-traits = { version = "0.2" }
parking_lot = "0.10" parking_lot = "0.10"
semver = "0.9" semver = "0.9"
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
thiserror = "1.0" thiserror = "1.0"
url = "2.1.1" url = "2.1.1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-runtime" name = "solana-runtime"
version = "1.2.2" version = "1.2.3"
description = "Solana runtime" description = "Solana runtime"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -27,14 +27,14 @@ rand = "0.7.0"
rayon = "1.3.0" rayon = "1.3.0"
serde = { version = "1.0.110", features = ["rc"] } serde = { version = "1.0.110", features = ["rc"] }
serde_derive = "1.0.103" serde_derive = "1.0.103"
solana-config-program = { path = "../programs/config", version = "1.2.2" } solana-config-program = { path = "../programs/config", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-measure = { path = "../measure", version = "1.2.2" } solana-measure = { path = "../measure", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.2" } solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-stake-program = { path = "../programs/stake", version = "1.2.2" } solana-stake-program = { path = "../programs/stake", version = "1.2.3" }
solana-vote-program = { path = "../programs/vote", version = "1.2.2" } solana-vote-program = { path = "../programs/vote", version = "1.2.3" }
tempfile = "3.1.0" tempfile = "3.1.0"
thiserror = "1.0" thiserror = "1.0"
@ -44,7 +44,7 @@ name = "solana_runtime"
[dev-dependencies] [dev-dependencies]
assert_matches = "1.3.0" assert_matches = "1.3.0"
solana-noop-program = { path = "../programs/noop", version = "1.2.2" } solana-noop-program = { path = "../programs/noop", version = "1.2.3" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-scripts" name = "solana-scripts"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-sdk" name = "solana-sdk"
version = "1.2.2" version = "1.2.3"
description = "Solana SDK" description = "Solana SDK"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -51,9 +51,9 @@ serde_json = { version = "1.0.53", optional = true }
sha2 = "0.8.2" sha2 = "0.8.2"
thiserror = "1.0" thiserror = "1.0"
ed25519-dalek = { version = "=1.0.0-pre.3", optional = true } ed25519-dalek = { version = "=1.0.0-pre.3", optional = true }
solana-crate-features = { path = "../crate-features", version = "1.2.2", optional = true } solana-crate-features = { path = "../crate-features", version = "1.2.3", optional = true }
solana-logger = { path = "../logger", version = "1.2.2", optional = true } solana-logger = { path = "../logger", version = "1.2.3", optional = true }
solana-sdk-macro = { path = "macro", version = "1.2.2" } solana-sdk-macro = { path = "macro", version = "1.2.3" }
[dev-dependencies] [dev-dependencies]
tiny-bip39 = "0.7.0" tiny-bip39 = "0.7.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-sdk-bpf-test" name = "solana-sdk-bpf-test"
version = "1.2.2" version = "1.2.3"
description = "Solana BPF SDK test utilities" description = "Solana BPF SDK test utilities"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-sdk-macro" name = "solana-sdk-macro"
version = "1.2.2" version = "1.2.3"
description = "Solana SDK Macro" description = "Solana SDK Macro"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"

View File

@ -3,22 +3,22 @@ name = "solana-stake-accounts"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
[dependencies] [dependencies]
clap = "2.33.1" clap = "2.33.1"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-cli-config = { path = "../cli-config", version = "1.2.2" } solana-cli-config = { path = "../cli-config", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.2" } solana-remote-wallet = { path = "../remote-wallet", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-stake-program = { path = "../programs/stake", version = "1.2.2" } solana-stake-program = { path = "../programs/stake", version = "1.2.3" }
[dev-dependencies] [dev-dependencies]
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-stake-monitor" name = "solana-stake-monitor"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -14,21 +14,21 @@ console = "0.10.1"
log = "0.4.8" log = "0.4.8"
serde = "1.0.110" serde = "1.0.110"
serde_yaml = "0.8.12" serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-cli-config = { path = "../cli-config", version = "1.2.2" } solana-cli-config = { path = "../cli-config", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-stake-program = { path = "../programs/stake", version = "1.2.2" } solana-stake-program = { path = "../programs/stake", version = "1.2.3" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.2" } solana-transaction-status = { path = "../transaction-status", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
[dev-dependencies] [dev-dependencies]
serial_test = "0.4.0" serial_test = "0.4.0"
serial_test_derive = "0.4.0" serial_test_derive = "0.4.0"
solana-local-cluster = { path = "../local-cluster", version = "1.2.2" } solana-local-cluster = { path = "../local-cluster", version = "1.2.3" }
solana-core = { path = "../core", version = "1.2.2" } solana-core = { path = "../core", version = "1.2.3" }
tempfile = "3.1.0" tempfile = "3.1.0"
[[bin]] [[bin]]

View File

@ -6,21 +6,21 @@ homepage = "https://solana.com/"
license = "Apache-2.0" license = "Apache-2.0"
name = "solana-stake-o-matic" name = "solana-stake-o-matic"
repository = "https://github.com/solana-labs/stake-o-matic" repository = "https://github.com/solana-labs/stake-o-matic"
version = "1.2.2" version = "1.2.3"
[dependencies] [dependencies]
clap = "2.33.0" clap = "2.33.0"
log = "0.4.8" log = "0.4.8"
serde_yaml = "0.8.12" serde_yaml = "0.8.12"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-cli-config = { path = "../cli-config", version = "1.2.2" } solana-cli-config = { path = "../cli-config", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-notifier = { path = "../notifier", version = "1.2.2" } solana-notifier = { path = "../notifier", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-stake-program = { path = "../programs/stake", version = "1.2.2" } solana-stake-program = { path = "../programs/stake", version = "1.2.3" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.2" } solana-transaction-status = { path = "../transaction-status", version = "1.2.3" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-streamer" name = "solana-streamer"
version = "1.2.2" version = "1.2.3"
description = "Solana Streamer" description = "Solana Streamer"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -10,14 +10,14 @@ edition = "2018"
[dependencies] [dependencies]
log = "0.4.8" log = "0.4.8"
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
thiserror = "1.0" thiserror = "1.0"
solana-measure = { path = "../measure", version = "1.2.2" } solana-measure = { path = "../measure", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
libc = "0.2.70" libc = "0.2.70"
nix = "0.17.0" nix = "0.17.0"
solana-perf = { path = "../perf", version = "1.2.2" } solana-perf = { path = "../perf", version = "1.2.3" }
[dev-dependencies] [dev-dependencies]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-sys-tuner" name = "solana-sys-tuner"
description = "The solana cluster system tuner daemon" description = "The solana cluster system tuner daemon"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -13,9 +13,9 @@ publish = true
clap = "2.33.1" clap = "2.33.1"
log = "0.4.8" log = "0.4.8"
libc = "0.2.70" libc = "0.2.70"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
[target."cfg(unix)".dependencies] [target."cfg(unix)".dependencies]
unix_socket2 = "0.5.4" unix_socket2 = "0.5.4"

View File

@ -3,7 +3,7 @@ name = "solana-tokens"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -18,16 +18,16 @@ indexmap = "1.3.2"
indicatif = "0.14.0" indicatif = "0.14.0"
pickledb = "0.4.1" pickledb = "0.4.1"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-cli-config = { path = "../cli-config", version = "1.2.2" } solana-cli-config = { path = "../cli-config", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.2" } solana-remote-wallet = { path = "../remote-wallet", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-stake-program = { path = "../programs/stake", version = "1.2.2" } solana-stake-program = { path = "../programs/stake", version = "1.2.3" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.2" } solana-transaction-status = { path = "../transaction-status", version = "1.2.3" }
tempfile = "3.1.0" tempfile = "3.1.0"
thiserror = "1.0" thiserror = "1.0"
[dev-dependencies] [dev-dependencies]
solana-core = { path = "../core", version = "1.2.2" } solana-core = { path = "../core", version = "1.2.3" }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-transaction-status" name = "solana-transaction-status"
version = "1.2.2" version = "1.2.3"
description = "Solana transaction status types" description = "Solana transaction status types"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -11,7 +11,7 @@ edition = "2018"
[dependencies] [dependencies]
bincode = "1.2.1" bincode = "1.2.1"
bs58 = "0.3.1" bs58 = "0.3.1"
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-upload-perf" name = "solana-upload-perf"
version = "1.2.2" version = "1.2.3"
description = "Metrics Upload Utility" description = "Metrics Upload Utility"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -11,7 +11,7 @@ publish = false
[dependencies] [dependencies]
serde_json = "1.0.53" serde_json = "1.0.53"
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
[[bin]] [[bin]]
name = "solana-upload-perf" name = "solana-upload-perf"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-validator" name = "solana-validator"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -15,21 +15,21 @@ console = "0.10.1"
log = "0.4.8" log = "0.4.8"
rand = "0.7.0" rand = "0.7.0"
serde_json = "1.0.53" serde_json = "1.0.53"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-core = { path = "../core", version = "1.2.2" } solana-core = { path = "../core", version = "1.2.3" }
solana-download-utils = { path = "../download-utils", version = "1.2.2" } solana-download-utils = { path = "../download-utils", version = "1.2.3" }
solana-faucet = { path = "../faucet", version = "1.2.2" } solana-faucet = { path = "../faucet", version = "1.2.3" }
solana-ledger = { path = "../ledger", version = "1.2.2" } solana-ledger = { path = "../ledger", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-perf = { path = "../perf", version = "1.2.2" } solana-perf = { path = "../perf", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-net-utils = { path = "../net-utils", version = "1.2.2" } solana-net-utils = { path = "../net-utils", version = "1.2.3" }
solana-runtime = { path = "../runtime", version = "1.2.2" } solana-runtime = { path = "../runtime", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
solana-vote-program = { path = "../programs/vote", version = "1.2.2" } solana-vote-program = { path = "../programs/vote", version = "1.2.3" }
solana-vote-signer = { path = "../vote-signer", version = "1.2.2" } solana-vote-signer = { path = "../vote-signer", version = "1.2.3" }
[target."cfg(unix)".dependencies] [target."cfg(unix)".dependencies]
libc = "0.2.70" libc = "0.2.70"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "solana-version" name = "solana-version"
version = "1.2.2" version = "1.2.3"
description = "Solana Version" description = "Solana Version"
authors = ["Solana Maintainers <maintainers@solana.com>"] authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
@ -11,7 +11,7 @@ edition = "2018"
[dependencies] [dependencies]
serde = "1.0.110" serde = "1.0.110"
serde_derive = "1.0.103" serde_derive = "1.0.103"
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
[lib] [lib]
name = "solana_version" name = "solana_version"

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-vote-signer" name = "solana-vote-signer"
description = "Solana Vote Signing Service" description = "Solana Vote Signing Service"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -15,10 +15,10 @@ jsonrpc-derive = "14.1.0"
jsonrpc-http-server = "14.1.0" jsonrpc-http-server = "14.1.0"
log = "0.4.8" log = "0.4.8"
serde_json = "1.0.53" serde_json = "1.0.53"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
[lib] [lib]
crate-type = ["lib"] crate-type = ["lib"]

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018" edition = "2018"
name = "solana-watchtower" name = "solana-watchtower"
description = "Blockchain, Rebuilt for Scale" description = "Blockchain, Rebuilt for Scale"
version = "1.2.2" version = "1.2.3"
repository = "https://github.com/solana-labs/solana" repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://solana.com/" homepage = "https://solana.com/"
@ -12,17 +12,17 @@ homepage = "https://solana.com/"
clap = "2.33.1" clap = "2.33.1"
log = "0.4.8" log = "0.4.8"
humantime = "2.0.0" humantime = "2.0.0"
solana-clap-utils = { path = "../clap-utils", version = "1.2.2" } solana-clap-utils = { path = "../clap-utils", version = "1.2.3" }
solana-cli-config = { path = "../cli-config", version = "1.2.2" } solana-cli-config = { path = "../cli-config", version = "1.2.3" }
solana-cli = { path = "../cli", version = "1.2.2" } solana-cli = { path = "../cli", version = "1.2.3" }
solana-client = { path = "../client", version = "1.2.2" } solana-client = { path = "../client", version = "1.2.3" }
solana-logger = { path = "../logger", version = "1.2.2" } solana-logger = { path = "../logger", version = "1.2.3" }
solana-metrics = { path = "../metrics", version = "1.2.2" } solana-metrics = { path = "../metrics", version = "1.2.3" }
solana-notifier = { path = "../notifier", version = "1.2.2" } solana-notifier = { path = "../notifier", version = "1.2.3" }
solana-sdk = { path = "../sdk", version = "1.2.2" } solana-sdk = { path = "../sdk", version = "1.2.3" }
solana-transaction-status = { path = "../transaction-status", version = "1.2.2" } solana-transaction-status = { path = "../transaction-status", version = "1.2.3" }
solana-version = { path = "../version", version = "1.2.2" } solana-version = { path = "../version", version = "1.2.3" }
solana-vote-program = { path = "../programs/vote", version = "1.2.2" } solana-vote-program = { path = "../programs/vote", version = "1.2.3" }
[[bin]] [[bin]]
name = "solana-watchtower" name = "solana-watchtower"