mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-01 08:51:09 +03:00
Update versioning to 5.2.0-beta.1 against grin 5.2.0-beta.3 (#691)
* update versioning to 5.2.0-beta.1 against grin 5.2.0-beta.3 * tweak for CI trigger --------- Co-authored-by: Quentin Le Sceller <q.lesceller@gmail.com>
This commit is contained in:
parent
dac31b3931
commit
12a25f82f1
8 changed files with 102 additions and 102 deletions
46
Cargo.lock
generated
46
Cargo.lock
generated
|
@ -1297,8 +1297,8 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_api"
|
name = "grin_api"
|
||||||
version = "5.2.0-beta.2"
|
version = "5.2.0-beta.3"
|
||||||
source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83"
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 0.5.6",
|
"bytes 0.5.6",
|
||||||
"easy-jsonrpc-mw",
|
"easy-jsonrpc-mw",
|
||||||
|
@ -1329,8 +1329,8 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_chain"
|
name = "grin_chain"
|
||||||
version = "5.2.0-beta.2"
|
version = "5.2.0-beta.3"
|
||||||
source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83"
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bit-vec",
|
"bit-vec",
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
|
@ -1352,8 +1352,8 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_core"
|
name = "grin_core"
|
||||||
version = "5.2.0-beta.2"
|
version = "5.2.0-beta.3"
|
||||||
source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83"
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc",
|
"blake2-rfc",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
@ -1378,8 +1378,8 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_keychain"
|
name = "grin_keychain"
|
||||||
version = "5.2.0-beta.2"
|
version = "5.2.0-beta.3"
|
||||||
source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83"
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc",
|
"blake2-rfc",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
@ -1400,8 +1400,8 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_p2p"
|
name = "grin_p2p"
|
||||||
version = "5.2.0-beta.2"
|
version = "5.2.0-beta.3"
|
||||||
source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83"
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
"bytes 0.5.6",
|
"bytes 0.5.6",
|
||||||
|
@ -1422,8 +1422,8 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_pool"
|
name = "grin_pool"
|
||||||
version = "5.2.0-beta.2"
|
version = "5.2.0-beta.3"
|
||||||
source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83"
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc",
|
"blake2-rfc",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
@ -1455,8 +1455,8 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_store"
|
name = "grin_store"
|
||||||
version = "5.2.0-beta.2"
|
version = "5.2.0-beta.3"
|
||||||
source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83"
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"croaring",
|
"croaring",
|
||||||
|
@ -1474,8 +1474,8 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_util"
|
name = "grin_util"
|
||||||
version = "5.2.0-beta.2"
|
version = "5.2.0-beta.3"
|
||||||
source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83"
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"base64 0.12.3",
|
"base64 0.12.3",
|
||||||
|
@ -1495,7 +1495,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet"
|
name = "grin_wallet"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"built",
|
"built",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1527,7 +1527,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet_api"
|
name = "grin_wallet_api"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.12.3",
|
"base64 0.12.3",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
@ -1552,7 +1552,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet_config"
|
name = "grin_wallet_config"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dirs 2.0.2",
|
"dirs 2.0.2",
|
||||||
"grin_core",
|
"grin_core",
|
||||||
|
@ -1567,7 +1567,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet_controller"
|
name = "grin_wallet_controller"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"easy-jsonrpc-mw",
|
"easy-jsonrpc-mw",
|
||||||
|
@ -1603,7 +1603,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet_impls"
|
name = "grin_wallet_impls"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.12.3",
|
"base64 0.12.3",
|
||||||
"blake2-rfc",
|
"blake2-rfc",
|
||||||
|
@ -1642,7 +1642,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet_libwallet"
|
name = "grin_wallet_libwallet"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"age",
|
"age",
|
||||||
"base64 0.9.3",
|
"base64 0.9.3",
|
||||||
|
@ -1678,7 +1678,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_wallet_util"
|
name = "grin_wallet_util"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"data-encoding",
|
"data-encoding",
|
||||||
"ed25519-dalek",
|
"ed25519-dalek",
|
||||||
|
|
32
Cargo.toml
32
Cargo.toml
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet"
|
name = "grin_wallet"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -30,12 +30,12 @@ semver = "0.10"
|
||||||
rustyline = "6"
|
rustyline = "6"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
|
|
||||||
grin_wallet_api = { path = "./api", version = "5.2.0-alpha.1" }
|
grin_wallet_api = { path = "./api", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_impls = { path = "./impls", version = "5.2.0-alpha.1" }
|
grin_wallet_impls = { path = "./impls", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_libwallet = { path = "./libwallet", version = "5.2.0-alpha.1" }
|
grin_wallet_libwallet = { path = "./libwallet", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_controller = { path = "./controller", version = "5.2.0-alpha.1" }
|
grin_wallet_controller = { path = "./controller", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_config = { path = "./config", version = "5.2.0-alpha.1" }
|
grin_wallet_config = { path = "./config", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_util = { path = "./util", version = "5.2.0-alpha.1" }
|
grin_wallet_util = { path = "./util", version = "5.2.0-beta.1" }
|
||||||
|
|
||||||
|
|
||||||
##### Grin Imports
|
##### Grin Imports
|
||||||
|
@ -48,16 +48,16 @@ grin_wallet_util = { path = "./util", version = "5.2.0-alpha.1" }
|
||||||
|
|
||||||
# For beta release
|
# For beta release
|
||||||
|
|
||||||
# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2"}
|
grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"}
|
||||||
# grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
# grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
|
|
||||||
# For bleeding edge
|
# For bleeding edge
|
||||||
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
|
|
||||||
# For local testing
|
# For local testing
|
||||||
# grin_core = { path = "../grin/core"}
|
# grin_core = { path = "../grin/core"}
|
||||||
|
@ -65,7 +65,7 @@ grin_wallet_util = { path = "./util", version = "5.2.0-alpha.1" }
|
||||||
# grin_util = { path = "../grin/util"}
|
# grin_util = { path = "../grin/util"}
|
||||||
# grin_api = { path = "../grin/api"}
|
# grin_api = { path = "../grin/api"}
|
||||||
|
|
||||||
#####
|
######
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
built = { version = "0.4", features = ["git2"]}
|
built = { version = "0.4", features = ["git2"]}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet_api"
|
name = "grin_wallet_api"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Grin Wallet API"
|
description = "Grin Wallet API"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -22,10 +22,10 @@ ring = "0.16"
|
||||||
base64 = "0.12"
|
base64 = "0.12"
|
||||||
ed25519-dalek = "1.0.0-pre.4"
|
ed25519-dalek = "1.0.0-pre.4"
|
||||||
|
|
||||||
grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-alpha.1" }
|
grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" }
|
grin_wallet_config = { path = "../config", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_impls = { path = "../impls", version = "5.2.0-alpha.1" }
|
grin_wallet_impls = { path = "../impls", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" }
|
grin_wallet_util = { path = "../util", version = "5.2.0-beta.1" }
|
||||||
|
|
||||||
##### Grin Imports
|
##### Grin Imports
|
||||||
|
|
||||||
|
@ -36,14 +36,14 @@ grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" }
|
||||||
|
|
||||||
# For beta release
|
# For beta release
|
||||||
|
|
||||||
# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2"}
|
grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"}
|
||||||
# grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
|
|
||||||
# For bleeding edge
|
# For bleeding edge
|
||||||
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
|
|
||||||
# For local testing
|
# For local testing
|
||||||
# grin_core = { path = "../../grin/core"}
|
# grin_core = { path = "../../grin/core"}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet_config"
|
name = "grin_wallet_config"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Configuration for grin wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
description = "Configuration for grin wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -16,7 +16,7 @@ serde_derive = "1"
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
dirs = "2.0"
|
dirs = "2.0"
|
||||||
|
|
||||||
grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" }
|
grin_wallet_util = { path = "../util", version = "5.2.0-beta.1" }
|
||||||
|
|
||||||
##### Grin Imports
|
##### Grin Imports
|
||||||
|
|
||||||
|
@ -26,12 +26,12 @@ grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" }
|
||||||
|
|
||||||
# For beta release
|
# For beta release
|
||||||
|
|
||||||
# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2"}
|
grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"}
|
||||||
# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
|
|
||||||
# For bleeding edge
|
# For bleeding edge
|
||||||
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
|
|
||||||
# For local testing
|
# For local testing
|
||||||
# grin_core = { path = "../../grin/core"}
|
# grin_core = { path = "../../grin/core"}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet_controller"
|
name = "grin_wallet_controller"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Controllers for grin wallet instantiation"
|
description = "Controllers for grin wallet instantiation"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -30,11 +30,11 @@ lazy_static = "1"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
qr_code = "1.1.0"
|
qr_code = "1.1.0"
|
||||||
|
|
||||||
grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" }
|
grin_wallet_util = { path = "../util", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_api = { path = "../api", version = "5.2.0-alpha.1" }
|
grin_wallet_api = { path = "../api", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_impls = { path = "../impls", version = "5.2.0-alpha.1" }
|
grin_wallet_impls = { path = "../impls", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-alpha.1" }
|
grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" }
|
grin_wallet_config = { path = "../config", version = "5.2.0-beta.1" }
|
||||||
|
|
||||||
##### Grin Imports
|
##### Grin Imports
|
||||||
|
|
||||||
|
@ -46,16 +46,16 @@ grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" }
|
||||||
|
|
||||||
# For beta release
|
# For beta release
|
||||||
|
|
||||||
# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2"}
|
grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"}
|
||||||
# grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
# grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
|
|
||||||
# For bleeding edge
|
# For bleeding edge
|
||||||
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
|
|
||||||
# For local testing
|
# For local testing
|
||||||
# grin_core = { path = "../../grin/core"}
|
# grin_core = { path = "../../grin/core"}
|
||||||
|
@ -76,10 +76,10 @@ remove_dir_all = "0.7"
|
||||||
|
|
||||||
# For beta release
|
# For beta release
|
||||||
|
|
||||||
# grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
|
|
||||||
# For bleeding edge
|
# For bleeding edge
|
||||||
grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
|
|
||||||
# For local testing
|
# For local testing
|
||||||
# grin_chain = { path = "../../grin/chain"}
|
# grin_chain = { path = "../../grin/chain"}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet_impls"
|
name = "grin_wallet_impls"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Concrete types derived from libwallet traits"
|
description = "Concrete types derived from libwallet traits"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -36,9 +36,9 @@ sysinfo = "0.29"
|
||||||
base64 = "0.12.0"
|
base64 = "0.12.0"
|
||||||
url = "2.1"
|
url = "2.1"
|
||||||
|
|
||||||
grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" }
|
grin_wallet_util = { path = "../util", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" }
|
grin_wallet_config = { path = "../config", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-alpha.1" }
|
grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-beta.1" }
|
||||||
|
|
||||||
##### Grin Imports
|
##### Grin Imports
|
||||||
|
|
||||||
|
@ -52,20 +52,20 @@ grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-alpha.1" }
|
||||||
|
|
||||||
# For beta release
|
# For beta release
|
||||||
|
|
||||||
# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2"}
|
grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"}
|
||||||
# grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
# grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
# grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
# grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
|
|
||||||
# For bleeding edge
|
# For bleeding edge
|
||||||
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
|
|
||||||
# For local testing
|
# For local testing
|
||||||
# grin_core = { path = "../../grin/core"}
|
# grin_core = { path = "../../grin/core"}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet_libwallet"
|
name = "grin_wallet_libwallet"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -36,8 +36,8 @@ bech32 = "0.7"
|
||||||
byteorder = "1.3"
|
byteorder = "1.3"
|
||||||
num-bigint = "0.2"
|
num-bigint = "0.2"
|
||||||
|
|
||||||
grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" }
|
grin_wallet_util = { path = "../util", version = "5.2.0-beta.1" }
|
||||||
grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" }
|
grin_wallet_config = { path = "../config", version = "5.2.0-beta.1" }
|
||||||
|
|
||||||
##### Grin Imports
|
##### Grin Imports
|
||||||
|
|
||||||
|
@ -48,16 +48,16 @@ grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" }
|
||||||
|
|
||||||
# For beta release
|
# For beta release
|
||||||
|
|
||||||
# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2"}
|
grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"}
|
||||||
# grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
# grin_stire = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
|
|
||||||
# For bleeding edge
|
# For bleeding edge
|
||||||
grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
|
|
||||||
# For local testing
|
# For local testing
|
||||||
# grin_core = { path = "../../grin/core"}
|
# grin_core = { path = "../../grin/core"}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_wallet_util"
|
name = "grin_wallet_util"
|
||||||
version = "5.2.0-alpha.1"
|
version = "5.2.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Util, for generic utilities and to re-export grin crates"
|
description = "Util, for generic utilities and to re-export grin crates"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -25,10 +25,10 @@ thiserror = "1"
|
||||||
|
|
||||||
# For beta release
|
# For beta release
|
||||||
|
|
||||||
# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" }
|
grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" }
|
||||||
|
|
||||||
# For bleeding edge
|
# For bleeding edge
|
||||||
grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" }
|
||||||
|
|
||||||
# For local testing
|
# For local testing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue