From 0e07fe21b086af85407a530f4d6e47cdd800ff6a Mon Sep 17 00:00:00 2001 From: antiochp <30642645+antiochp@users.noreply.github.com> Date: Mon, 30 Sep 2019 11:16:09 +0100 Subject: [PATCH] bump version v2.1.0-beta.2 --- Cargo.lock | 162 +++++++++++++++++++++--------------------- 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 | 14 ++-- 8 files changed, 115 insertions(+), 115 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f24772793..716b00fe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -594,18 +594,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "grin_api" -version = "2.1.0-dev.1" -source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1#ae556a8a2a3772874d03cef3a3e28335944c919a" +version = "2.1.0-beta.2" +source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2#751ca065601e4eaf6009dedddd6957758e2c352d" dependencies = [ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_chain 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_core 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_p2p 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_pool 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_store 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_util 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", + "grin_chain 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_core 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_p2p 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_pool 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_store 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_util 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-rustls 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -627,8 +627,8 @@ dependencies = [ [[package]] name = "grin_chain" -version = "2.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1#ae556a8a2a3772874d03cef3a3e28335944c919a" +version = "2.1.0-beta.2" +source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2#751ca065601e4eaf6009dedddd6957758e2c352d" dependencies = [ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -636,10 +636,10 @@ dependencies = [ "croaring 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_core 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_keychain 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_store 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_util 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", + "grin_core 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_keychain 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_store 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_util 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", "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)", @@ -650,8 +650,8 @@ dependencies = [ [[package]] name = "grin_core" -version = "2.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1#ae556a8a2a3772874d03cef3a3e28335944c919a" +version = "2.1.0-beta.2" +source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2#751ca065601e4eaf6009dedddd6957758e2c352d" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -660,8 +660,8 @@ dependencies = [ "enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_keychain 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_util 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", + "grin_keychain 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_util 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", "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)", @@ -677,13 +677,13 @@ dependencies = [ [[package]] name = "grin_keychain" -version = "2.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1#ae556a8a2a3772874d03cef3a3e28335944c919a" +version = "2.1.0-beta.2" +source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2#751ca065601e4eaf6009dedddd6957758e2c352d" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_util 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", + "grin_util 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", "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)", @@ -700,17 +700,17 @@ dependencies = [ [[package]] name = "grin_p2p" -version = "2.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1#ae556a8a2a3772874d03cef3a3e28335944c919a" +version = "2.1.0-beta.2" +source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2#751ca065601e4eaf6009dedddd6957758e2c352d" dependencies = [ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (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 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_core 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_store 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_util 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", + "grin_chain 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_core 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_store 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_util 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -722,17 +722,17 @@ dependencies = [ [[package]] name = "grin_pool" -version = "2.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1#ae556a8a2a3772874d03cef3a3e28335944c919a" +version = "2.1.0-beta.2" +source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2#751ca065601e4eaf6009dedddd6957758e2c352d" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_core 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_keychain 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_store 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_util 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", + "grin_core 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_keychain 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_store 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_util 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", "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.100 (registry+https://github.com/rust-lang/crates.io-index)", @@ -756,16 +756,16 @@ dependencies = [ [[package]] name = "grin_store" -version = "2.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1#ae556a8a2a3772874d03cef3a3e28335944c919a" +version = "2.1.0-beta.2" +source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2#751ca065601e4eaf6009dedddd6957758e2c352d" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "croaring 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_core 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_util 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", + "grin_core 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_util 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", "libc 0.2.62 (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)", @@ -777,8 +777,8 @@ dependencies = [ [[package]] name = "grin_util" -version = "2.1.0-beta.1" -source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1#ae556a8a2a3772874d03cef3a3e28335944c919a" +version = "2.1.0-beta.2" +source = "git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2#751ca065601e4eaf6009dedddd6957758e2c352d" dependencies = [ "backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -798,7 +798,7 @@ dependencies = [ [[package]] name = "grin_wallet" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" 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)", @@ -806,12 +806,12 @@ dependencies = [ "easy-jsonrpc 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_api 2.1.0-beta.1", - "grin_wallet_config 2.1.0-beta.1", - "grin_wallet_controller 2.1.0-beta.1", - "grin_wallet_impls 2.1.0-beta.1", - "grin_wallet_libwallet 2.1.0-beta.1", - "grin_wallet_util 2.1.0-beta.1", + "grin_wallet_api 2.1.0-beta.2", + "grin_wallet_config 2.1.0-beta.2", + "grin_wallet_controller 2.1.0-beta.2", + "grin_wallet_impls 2.1.0-beta.2", + "grin_wallet_libwallet 2.1.0-beta.2", + "grin_wallet_util 2.1.0-beta.2", "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)", "prettytable-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -825,17 +825,17 @@ dependencies = [ [[package]] name = "grin_wallet_api" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" dependencies = [ "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "easy-jsonrpc-mw 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_config 2.1.0-beta.1", - "grin_wallet_impls 2.1.0-beta.1", - "grin_wallet_libwallet 2.1.0-beta.1", - "grin_wallet_util 2.1.0-beta.1", + "grin_wallet_config 2.1.0-beta.2", + "grin_wallet_impls 2.1.0-beta.2", + "grin_wallet_libwallet 2.1.0-beta.2", + "grin_wallet_util 2.1.0-beta.2", "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.13.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -848,10 +848,10 @@ dependencies = [ [[package]] name = "grin_wallet_config" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" dependencies = [ "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_util 2.1.0-beta.1", + "grin_wallet_util 2.1.0-beta.2", "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.100 (registry+https://github.com/rust-lang/crates.io-index)", @@ -861,18 +861,18 @@ dependencies = [ [[package]] name = "grin_wallet_controller" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" dependencies = [ "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "easy-jsonrpc-mw 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_api 2.1.0-beta.1", - "grin_wallet_config 2.1.0-beta.1", - "grin_wallet_impls 2.1.0-beta.1", - "grin_wallet_libwallet 2.1.0-beta.1", - "grin_wallet_util 2.1.0-beta.1", + "grin_wallet_api 2.1.0-beta.2", + "grin_wallet_config 2.1.0-beta.2", + "grin_wallet_impls 2.1.0-beta.2", + "grin_wallet_libwallet 2.1.0-beta.2", + "grin_wallet_util 2.1.0-beta.2", "hyper 0.12.19 (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)", @@ -892,16 +892,16 @@ dependencies = [ [[package]] name = "grin_wallet_impls" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_config 2.1.0-beta.1", - "grin_wallet_libwallet 2.1.0-beta.1", - "grin_wallet_util 2.1.0-beta.1", + "grin_wallet_config 2.1.0-beta.2", + "grin_wallet_libwallet 2.1.0-beta.2", + "grin_wallet_util 2.1.0-beta.2", "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.13.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -918,14 +918,14 @@ dependencies = [ [[package]] name = "grin_wallet_libwallet" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_wallet_config 2.1.0-beta.1", - "grin_wallet_util 2.1.0-beta.1", + "grin_wallet_config 2.1.0-beta.2", + "grin_wallet_util 2.1.0-beta.2", "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)", @@ -939,15 +939,15 @@ dependencies = [ [[package]] name = "grin_wallet_util" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" dependencies = [ "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "grin_api 2.1.0-dev.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_chain 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_core 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_keychain 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_store 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", - "grin_util 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)", + "grin_api 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_chain 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_core 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_keychain 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_store 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", + "grin_util 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)", "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.100 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2955,15 +2955,15 @@ dependencies = [ "checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" "checksum git2 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39f27186fbb5ec67ece9a56990292bc5aed3c3fc51b9b07b0b52446b1dfb4a82" "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" -"checksum grin_api 2.1.0-dev.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)" = "" -"checksum grin_chain 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)" = "" -"checksum grin_core 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)" = "" -"checksum grin_keychain 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)" = "" -"checksum grin_p2p 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)" = "" -"checksum grin_pool 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)" = "" +"checksum grin_api 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)" = "" +"checksum grin_chain 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)" = "" +"checksum grin_core 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)" = "" +"checksum grin_keychain 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)" = "" +"checksum grin_p2p 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)" = "" +"checksum grin_pool 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)" = "" "checksum grin_secp256k1zkp 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "23027a7673df2c2b20fb9589d742ff400a10a9c3e4c769a77e9fa3bd19586822" -"checksum grin_store 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)" = "" -"checksum grin_util 2.1.0-beta.1 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.1)" = "" +"checksum grin_store 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)" = "" +"checksum grin_util 2.1.0-beta.2 (git+https://github.com/mimblewimble/grin?tag=v2.1.0-beta.2)" = "" "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" "checksum hmac 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "733e1b3ac906631ca01ebb577e9bb0f5e37a454032b9036b5eaea4013ed6f99a" diff --git a/Cargo.toml b/Cargo.toml index 9ea7f1975..2983c1021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" @@ -30,13 +30,13 @@ log = "0.4" linefeed = "0.5" semver = "0.9" -grin_wallet_api = { path = "./api", version = "2.1.0-beta.1" } -grin_wallet_impls = { path = "./impls", version = "2.1.0-beta.1" } -grin_wallet_libwallet = { path = "./libwallet", version = "2.1.0-beta.1" } -grin_wallet_controller = { path = "./controller", version = "2.1.0-beta.1" } -grin_wallet_config = { path = "./config", version = "2.1.0-beta.1" } +grin_wallet_api = { path = "./api", version = "2.1.0-beta.2" } +grin_wallet_impls = { path = "./impls", version = "2.1.0-beta.2" } +grin_wallet_libwallet = { path = "./libwallet", version = "2.1.0-beta.2" } +grin_wallet_controller = { path = "./controller", version = "2.1.0-beta.2" } +grin_wallet_config = { path = "./config", version = "2.1.0-beta.2" } -grin_wallet_util = { path = "./util", version = "2.1.0-beta.1" } +grin_wallet_util = { path = "./util", version = "2.1.0-beta.2" } [build-dependencies] built = "0.3" diff --git a/api/Cargo.toml b/api/Cargo.toml index 3720f50eb..4de2cc69f 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_api" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" authors = ["Grin Developers "] description = "Grin Wallet API" license = "Apache-2.0" @@ -23,10 +23,10 @@ chrono = { version = "0.4.4", features = ["serde"] } ring = "0.13" base64 = "0.9" -grin_wallet_libwallet = { path = "../libwallet", version = "2.1.0-beta.1" } -grin_wallet_config = { path = "../config", version = "2.1.0-beta.1" } -grin_wallet_impls = { path = "../impls", version = "2.1.0-beta.1" } -grin_wallet_util = { path = "../util", version = "2.1.0-beta.1" } +grin_wallet_libwallet = { path = "../libwallet", version = "2.1.0-beta.2" } +grin_wallet_config = { path = "../config", version = "2.1.0-beta.2" } +grin_wallet_impls = { path = "../impls", version = "2.1.0-beta.2" } +grin_wallet_util = { path = "../util", version = "2.1.0-beta.2" } [dev-dependencies] serde_json = "1" diff --git a/config/Cargo.toml b/config/Cargo.toml index 3ecec8317..51e5ed360 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_config" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" 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 = "2.1.0-beta.1" } +grin_wallet_util = { path = "../util", version = "2.1.0-beta.2" } [dev-dependencies] pretty_assertions = "0.5.1" diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 82aeee645..c6f9ea086 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_controller" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" authors = ["Grin Developers "] description = "Controllers for grin wallet instantiation" license = "Apache-2.0" @@ -32,9 +32,9 @@ chrono = { version = "0.4.4", features = ["serde"] } easy-jsonrpc-mw = "0.5.3" lazy_static = "1" -grin_wallet_util = { path = "../util", version = "2.1.0-beta.1" } +grin_wallet_util = { path = "../util", version = "2.1.0-beta.2" } -grin_wallet_api = { path = "../api", version = "2.1.0-beta.1" } -grin_wallet_impls = { path = "../impls", version = "2.1.0-beta.1" } -grin_wallet_libwallet = { path = "../libwallet", version = "2.1.0-beta.1" } -grin_wallet_config = { path = "../config", version = "2.1.0-beta.1" } +grin_wallet_api = { path = "../api", version = "2.1.0-beta.2" } +grin_wallet_impls = { path = "../impls", version = "2.1.0-beta.2" } +grin_wallet_libwallet = { path = "../libwallet", version = "2.1.0-beta.2" } +grin_wallet_config = { path = "../config", version = "2.1.0-beta.2" } diff --git a/impls/Cargo.toml b/impls/Cargo.toml index efc12853b..464a148cf 100644 --- a/impls/Cargo.toml +++ b/impls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_impls" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" authors = ["Grin Developers "] description = "Concrete types derived from libwallet traits" license = "Apache-2.0" @@ -28,6 +28,6 @@ uuid = { version = "0.7", features = ["serde", "v4"] } chrono = { version = "0.4.4", features = ["serde"] } url = "1.7.2" -grin_wallet_util = { path = "../util", version = "2.1.0-beta.1" } -grin_wallet_config = { path = "../config", version = "2.1.0-beta.1" } -grin_wallet_libwallet = { path = "../libwallet", version = "2.1.0-beta.1" } +grin_wallet_util = { path = "../util", version = "2.1.0-beta.2" } +grin_wallet_config = { path = "../config", version = "2.1.0-beta.2" } +grin_wallet_libwallet = { path = "../libwallet", version = "2.1.0-beta.2" } diff --git a/libwallet/Cargo.toml b/libwallet/Cargo.toml index 44a69c4d7..100ec8e6f 100644 --- a/libwallet/Cargo.toml +++ b/libwallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_libwallet" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" @@ -25,5 +25,5 @@ lazy_static = "1" strum = "0.15" strum_macros = "0.15" -grin_wallet_util = { path = "../util", version = "2.1.0-beta.1" } -grin_wallet_config = { path = "../config", version = "2.1.0-beta.1" } +grin_wallet_util = { path = "../util", version = "2.1.0-beta.2" } +grin_wallet_config = { path = "../config", version = "2.1.0-beta.2" } diff --git a/util/Cargo.toml b/util/Cargo.toml index be7094dbb..4e2122b04 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_util" -version = "2.1.0-beta.1" +version = "2.1.0-beta.2" authors = ["Grin Developers "] description = "Util, for generic utilities and to re-export grin crates" license = "Apache-2.0" @@ -25,12 +25,12 @@ dirs = "1.0.3" # grin_store = "2.0.0" # For beta release -grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v2.1.0-beta.1" } -grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v2.1.0-beta.1" } -grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v2.1.0-beta.1" } -grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v2.1.0-beta.1" } -grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v2.1.0-beta.1" } -grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v2.1.0-beta.1" } +grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v2.1.0-beta.2" } +grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v2.1.0-beta.2" } +grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v2.1.0-beta.2" } +grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v2.1.0-beta.2" } +grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v2.1.0-beta.2" } +grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v2.1.0-beta.2" } # For bleeding edge # grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }