From 695e425f227a43d07cf24730647d3fee1bde659d Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Mon, 2 Mar 2020 13:10:28 +0000 Subject: [PATCH] Version bump for 3.1.0 release (#350) --- Cargo.lock | 160 +++++++++++++++++++++--------------------- Cargo.toml | 14 ++-- api/Cargo.toml | 10 +-- config/Cargo.toml | 4 +- controller/Cargo.toml | 12 ++-- impls/Cargo.toml | 8 +-- libwallet/Cargo.toml | 6 +- util/Cargo.toml | 26 +++---- 8 files changed, 120 insertions(+), 120 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53c5721c..3c486057 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -858,20 +858,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "grin_api" -version = "3.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1#cb2b909090f76ad1f1783d2d15d4be1f82a0cebc" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "easy-jsonrpc-mw 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_chain 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_core 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_p2p 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_pool 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_store 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_util 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", + "grin_chain 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_core 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_p2p 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_pool 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_store 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_util 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-rustls 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -891,8 +891,8 @@ dependencies = [ [[package]] name = "grin_chain" -version = "3.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1#cb2b909090f76ad1f1783d2d15d4be1f82a0cebc" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bit-vec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -901,10 +901,10 @@ dependencies = [ "croaring 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_core 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_keychain 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_store 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_util 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", + "grin_core 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_keychain 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_store 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_util 3.1.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)", "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -914,8 +914,8 @@ dependencies = [ [[package]] name = "grin_core" -version = "3.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1#cb2b909090f76ad1f1783d2d15d4be1f82a0cebc" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -924,8 +924,8 @@ dependencies = [ "enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_keychain 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_util 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", + "grin_keychain 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_util 3.1.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)", "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -940,13 +940,13 @@ dependencies = [ [[package]] name = "grin_keychain" -version = "3.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1#cb2b909090f76ad1f1783d2d15d4be1f82a0cebc" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_util 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", + "grin_util 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "hmac 0.6.3 (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)", @@ -962,16 +962,16 @@ dependencies = [ [[package]] name = "grin_p2p" -version = "3.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1#cb2b909090f76ad1f1783d2d15d4be1f82a0cebc" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_chain 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_core 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_store 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_util 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", + "grin_chain 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_core 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_store 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_util 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -983,16 +983,16 @@ dependencies = [ [[package]] name = "grin_pool" -version = "3.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1#cb2b909090f76ad1f1783d2d15d4be1f82a0cebc" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_core 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_keychain 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_util 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", + "grin_core 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_keychain 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_util 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1016,15 +1016,15 @@ dependencies = [ [[package]] name = "grin_store" -version = "3.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1#cb2b909090f76ad1f1783d2d15d4be1f82a0cebc" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "croaring 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_core 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_util 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", + "grin_core 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_util 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", "lmdb-zero 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1036,8 +1036,8 @@ dependencies = [ [[package]] name = "grin_util" -version = "3.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1#cb2b909090f76ad1f1783d2d15d4be1f82a0cebc" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "backtrace 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1057,19 +1057,19 @@ dependencies = [ [[package]] name = "grin_wallet" -version = "3.1.0-beta.2" +version = "3.1.0" dependencies = [ "built 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "easy-jsonrpc 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_api 3.1.0-beta.2", - "grin_wallet_config 3.1.0-beta.2", - "grin_wallet_controller 3.1.0-beta.2", - "grin_wallet_impls 3.1.0-beta.2", - "grin_wallet_libwallet 3.1.0-beta.2", - "grin_wallet_util 3.1.0-beta.2", + "grin_wallet_api 3.1.0", + "grin_wallet_config 3.1.0", + "grin_wallet_controller 3.1.0", + "grin_wallet_impls 3.1.0", + "grin_wallet_libwallet 3.1.0", + "grin_wallet_util 3.1.0", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "linefeed 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1085,7 +1085,7 @@ dependencies = [ [[package]] name = "grin_wallet_api" -version = "3.1.0-beta.2" +version = "3.1.0" dependencies = [ "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1093,10 +1093,10 @@ dependencies = [ "ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_config 3.1.0-beta.2", - "grin_wallet_impls 3.1.0-beta.2", - "grin_wallet_libwallet 3.1.0-beta.2", - "grin_wallet_util 3.1.0-beta.2", + "grin_wallet_config 3.1.0", + "grin_wallet_impls 3.1.0", + "grin_wallet_libwallet 3.1.0", + "grin_wallet_util 3.1.0", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1109,10 +1109,10 @@ dependencies = [ [[package]] name = "grin_wallet_config" -version = "3.1.0-beta.2" +version = "3.1.0" dependencies = [ "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_util 3.1.0-beta.2", + "grin_wallet_util 3.1.0", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1122,18 +1122,18 @@ dependencies = [ [[package]] name = "grin_wallet_controller" -version = "3.1.0-beta.2" +version = "3.1.0" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "easy-jsonrpc-mw 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_api 3.1.0-beta.2", - "grin_wallet_config 3.1.0-beta.2", - "grin_wallet_impls 3.1.0-beta.2", - "grin_wallet_libwallet 3.1.0-beta.2", - "grin_wallet_util 3.1.0-beta.2", + "grin_wallet_api 3.1.0", + "grin_wallet_config 3.1.0", + "grin_wallet_impls 3.1.0", + "grin_wallet_libwallet 3.1.0", + "grin_wallet_util 3.1.0", "hyper 0.13.2 (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)", @@ -1151,7 +1151,7 @@ dependencies = [ [[package]] name = "grin_wallet_impls" -version = "3.1.0-beta.2" +version = "3.1.0" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1162,9 +1162,9 @@ dependencies = [ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_config 3.1.0-beta.2", - "grin_wallet_libwallet 3.1.0-beta.2", - "grin_wallet_util 3.1.0-beta.2", + "grin_wallet_config 3.1.0", + "grin_wallet_libwallet 3.1.0", + "grin_wallet_util 3.1.0", "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-rustls 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1185,7 +1185,7 @@ dependencies = [ [[package]] name = "grin_wallet_libwallet" -version = "3.1.0-beta.2" +version = "3.1.0" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1193,8 +1193,8 @@ dependencies = [ "ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_config 3.1.0-beta.2", - "grin_wallet_util 3.1.0-beta.2", + "grin_wallet_config 3.1.0", + "grin_wallet_util 3.1.0", "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)", "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1208,16 +1208,16 @@ dependencies = [ [[package]] name = "grin_wallet_util" -version = "3.1.0-beta.2" +version = "3.1.0" dependencies = [ "data-encoding 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_api 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_chain 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_core 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_keychain 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_store 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", - "grin_util 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)", + "grin_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_chain 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_core 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_keychain 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_store 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "grin_util 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3505,15 +3505,15 @@ dependencies = [ "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" "checksum git2 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c1af51ea8a906616af45a4ce78eacf25860f7a13ae7bf8a814693f0f4037a26" "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" -"checksum grin_api 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)" = "" -"checksum grin_chain 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)" = "" -"checksum grin_core 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)" = "" -"checksum grin_keychain 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)" = "" -"checksum grin_p2p 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)" = "" -"checksum grin_pool 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)" = "" +"checksum grin_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "80fd5dd5ccc5bdcb4d2ea546bc27d85d444692512abaef3cdff390474b6f9bfc" +"checksum grin_chain 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "260586a9a718de2d6bf8ce331a41009c9b0a6d48587887bcec4b80df566c4b58" +"checksum grin_core 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8821bc0a9441018f44018ab98d7c206f3dbf6a748528db5f6198559569990845" +"checksum grin_keychain 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d62113eca73786f3d0037775c2a193c184209c11eb41c214f75fcbcf903e37ee" +"checksum grin_p2p 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "99d76ea20c7916fd9ca20746463266f227b024dd2908fc0d7d8f7c63bdee9033" +"checksum grin_pool 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d1892699ec9b3b4109e0f1246c76696a8a0d2038d30017dd1ab8ba103063a1" "checksum grin_secp256k1zkp 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "23027a7673df2c2b20fb9589d742ff400a10a9c3e4c769a77e9fa3bd19586822" -"checksum grin_store 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)" = "" -"checksum grin_util 3.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v3.1.0-beta.1)" = "" +"checksum grin_store 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2356f87415943d303b12296c7b2ea3184674d7c106d1eda1685f3860105914f2" +"checksum grin_util 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e34c570edcdc419e0e083fdc850d60deb45054533cd6da33df3e4e4d246a98f7" "checksum h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" "checksum hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8" diff --git a/Cargo.toml b/Cargo.toml index dc9c434d..aa252b3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet" -version = "3.1.0-beta.2" +version = "3.1.0" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" @@ -31,13 +31,13 @@ semver = "0.9" rustyline = "6" lazy_static = "1" -grin_wallet_api = { path = "./api", version = "3.1.0-beta.2" } -grin_wallet_impls = { path = "./impls", version = "3.1.0-beta.2" } -grin_wallet_libwallet = { path = "./libwallet", version = "3.1.0-beta.2" } -grin_wallet_controller = { path = "./controller", version = "3.1.0-beta.2" } -grin_wallet_config = { path = "./config", version = "3.1.0-beta.2" } +grin_wallet_api = { path = "./api", version = "3.1.0" } +grin_wallet_impls = { path = "./impls", version = "3.1.0" } +grin_wallet_libwallet = { path = "./libwallet", version = "3.1.0" } +grin_wallet_controller = { path = "./controller", version = "3.1.0" } +grin_wallet_config = { path = "./config", version = "3.1.0" } -grin_wallet_util = { path = "./util", version = "3.1.0-beta.2" } +grin_wallet_util = { path = "./util", version = "3.1.0" } [build-dependencies] built = "0.3" diff --git a/api/Cargo.toml b/api/Cargo.toml index 67758745..e2225812 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_api" -version = "3.1.0-beta.2" +version = "3.1.0" authors = ["Grin Developers "] description = "Grin Wallet API" license = "Apache-2.0" @@ -24,10 +24,10 @@ ring = "0.16" base64 = "0.9" ed25519-dalek = "1.0.0-pre.1" -grin_wallet_libwallet = { path = "../libwallet", version = "3.1.0-beta.2" } -grin_wallet_config = { path = "../config", version = "3.1.0-beta.2" } -grin_wallet_impls = { path = "../impls", version = "3.1.0-beta.2" } -grin_wallet_util = { path = "../util", version = "3.1.0-beta.2" } +grin_wallet_libwallet = { path = "../libwallet", version = "3.1.0" } +grin_wallet_config = { path = "../config", version = "3.1.0" } +grin_wallet_impls = { path = "../impls", version = "3.1.0" } +grin_wallet_util = { path = "../util", version = "3.1.0" } [dev-dependencies] serde_json = "1" diff --git a/config/Cargo.toml b/config/Cargo.toml index 4f23f440..0298147e 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_config" -version = "3.1.0-beta.2" +version = "3.1.0" authors = ["Grin Developers "] description = "Configuration for grin wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" @@ -16,7 +16,7 @@ serde_derive = "1" toml = "0.4" dirs = "1.0.3" -grin_wallet_util = { path = "../util", version = "3.1.0-beta.2" } +grin_wallet_util = { path = "../util", version = "3.1.0" } [dev-dependencies] pretty_assertions = "0.5.1" diff --git a/controller/Cargo.toml b/controller/Cargo.toml index c5f511ff..e4f50344 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_controller" -version = "3.1.0-beta.2" +version = "3.1.0" authors = ["Grin Developers "] description = "Controllers for grin wallet instantiation" license = "Apache-2.0" @@ -30,9 +30,9 @@ chrono = { version = "0.4.4", features = ["serde"] } easy-jsonrpc-mw = "0.5.3" lazy_static = "1" -grin_wallet_util = { path = "../util", version = "3.1.0-beta.2" } +grin_wallet_util = { path = "../util", version = "3.1.0" } -grin_wallet_api = { path = "../api", version = "3.1.0-beta.2" } -grin_wallet_impls = { path = "../impls", version = "3.1.0-beta.2" } -grin_wallet_libwallet = { path = "../libwallet", version = "3.1.0-beta.2" } -grin_wallet_config = { path = "../config", version = "3.1.0-beta.2" } +grin_wallet_api = { path = "../api", version = "3.1.0" } +grin_wallet_impls = { path = "../impls", version = "3.1.0" } +grin_wallet_libwallet = { path = "../libwallet", version = "3.1.0" } +grin_wallet_config = { path = "../config", version = "3.1.0" } diff --git a/impls/Cargo.toml b/impls/Cargo.toml index 833f4dac..32059979 100644 --- a/impls/Cargo.toml +++ b/impls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_impls" -version = "3.1.0-beta.2" +version = "3.1.0" authors = ["Grin Developers "] description = "Concrete types derived from libwallet traits" license = "Apache-2.0" @@ -40,6 +40,6 @@ regex = "1.3" timer = "0.2" sysinfo = "0.9" -grin_wallet_util = { path = "../util", version = "3.1.0-beta.2" } -grin_wallet_config = { path = "../config", version = "3.1.0-beta.2" } -grin_wallet_libwallet = { path = "../libwallet", version = "3.1.0-beta.2" } +grin_wallet_util = { path = "../util", version = "3.1.0" } +grin_wallet_config = { path = "../config", version = "3.1.0" } +grin_wallet_libwallet = { path = "../libwallet", version = "3.1.0" } diff --git a/libwallet/Cargo.toml b/libwallet/Cargo.toml index 335cb163..575cf33b 100644 --- a/libwallet/Cargo.toml +++ b/libwallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_libwallet" -version = "3.1.0-beta.2" +version = "3.1.0" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" @@ -27,5 +27,5 @@ strum_macros = "0.15" ed25519-dalek = "1.0.0-pre.1" byteorder = "1" -grin_wallet_util = { path = "../util", version = "3.1.0-beta.2" } -grin_wallet_config = { path = "../config", version = "3.1.0-beta.2" } +grin_wallet_util = { path = "../util", version = "3.1.0" } +grin_wallet_config = { path = "../config", version = "3.1.0" } diff --git a/util/Cargo.toml b/util/Cargo.toml index abf714e2..8dfa59a5 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_util" -version = "3.1.0-beta.2" +version = "3.1.0" authors = ["Grin Developers "] description = "Util, for generic utilities and to re-export grin crates" license = "Apache-2.0" @@ -18,21 +18,21 @@ data-encoding = "2" sha3 = "0.8" # For Release -# grin_core = "2.0.0" -# grin_keychain = "2.0.0" -# grin_chain = "2.0.0" -# grin_util = "2.0.0" -# grin_api = "2.0.0" -# grin_store = "2.0.0" +grin_core = "3.1.0" +grin_keychain = "3.1.0" +grin_chain = "3.1.0" +grin_util = "3.1.0" +grin_api = "3.1.0" +grin_store = "3.1.0" # For beta release -grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v3.1.0-beta.1"} -grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v3.1.0-beta.1" } -grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v3.1.0-beta.1" } -grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v3.1.0-beta.1" } -grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v3.1.0-beta.1" } -grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v3.1.0-beta.1" } +# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v3.1.0-beta.1"} +# grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v3.1.0-beta.1" } +# grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v3.1.0-beta.1" } +# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v3.1.0-beta.1" } +# grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v3.1.0-beta.1" } +# grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v3.1.0-beta.1" } # For bleeding edge #grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }