mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
4.0.0-beta.1 Version Bump (#3339)
This commit is contained in:
parent
f4295917a0
commit
c7c9a32b9b
12 changed files with 113 additions and 113 deletions
112
Cargo.lock
generated
112
Cargo.lock
generated
|
@ -825,7 +825,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin"
|
name = "grin"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"built 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"built 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -835,15 +835,15 @@ dependencies = [
|
||||||
"cursive 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cursive 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"failure 0.1.6 (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)",
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"grin_api 4.0.0-alpha.1",
|
"grin_api 4.0.0-beta.1",
|
||||||
"grin_chain 4.0.0-alpha.1",
|
"grin_chain 4.0.0-beta.1",
|
||||||
"grin_config 4.0.0-alpha.1",
|
"grin_config 4.0.0-beta.1",
|
||||||
"grin_core 4.0.0-alpha.1",
|
"grin_core 4.0.0-beta.1",
|
||||||
"grin_keychain 4.0.0-alpha.1",
|
"grin_keychain 4.0.0-beta.1",
|
||||||
"grin_p2p 4.0.0-alpha.1",
|
"grin_p2p 4.0.0-beta.1",
|
||||||
"grin_servers 4.0.0-alpha.1",
|
"grin_servers 4.0.0-beta.1",
|
||||||
"grin_store 4.0.0-alpha.1",
|
"grin_store 4.0.0-beta.1",
|
||||||
"grin_util 4.0.0-alpha.1",
|
"grin_util 4.0.0-beta.1",
|
||||||
"humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"humansize 1.1.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)",
|
||||||
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -853,19 +853,19 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_api"
|
name = "grin_api"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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 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)",
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"grin_chain 4.0.0-alpha.1",
|
"grin_chain 4.0.0-beta.1",
|
||||||
"grin_core 4.0.0-alpha.1",
|
"grin_core 4.0.0-beta.1",
|
||||||
"grin_p2p 4.0.0-alpha.1",
|
"grin_p2p 4.0.0-beta.1",
|
||||||
"grin_pool 4.0.0-alpha.1",
|
"grin_pool 4.0.0-beta.1",
|
||||||
"grin_store 4.0.0-alpha.1",
|
"grin_store 4.0.0-beta.1",
|
||||||
"grin_util 4.0.0-alpha.1",
|
"grin_util 4.0.0-beta.1",
|
||||||
"http 0.1.21 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hyper 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"hyper-rustls 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hyper-rustls 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -885,7 +885,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_chain"
|
name = "grin_chain"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bit-vec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -895,10 +895,10 @@ dependencies = [
|
||||||
"env_logger 0.5.13 (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.6 (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)",
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"grin_core 4.0.0-alpha.1",
|
"grin_core 4.0.0-beta.1",
|
||||||
"grin_keychain 4.0.0-alpha.1",
|
"grin_keychain 4.0.0-beta.1",
|
||||||
"grin_store 4.0.0-alpha.1",
|
"grin_store 4.0.0-beta.1",
|
||||||
"grin_util 4.0.0-alpha.1",
|
"grin_util 4.0.0-beta.1",
|
||||||
"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)",
|
||||||
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -909,13 +909,13 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_config"
|
name = "grin_config"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"grin_core 4.0.0-alpha.1",
|
"grin_core 4.0.0-beta.1",
|
||||||
"grin_p2p 4.0.0-alpha.1",
|
"grin_p2p 4.0.0-beta.1",
|
||||||
"grin_servers 4.0.0-alpha.1",
|
"grin_servers 4.0.0-beta.1",
|
||||||
"grin_util 4.0.0-alpha.1",
|
"grin_util 4.0.0-beta.1",
|
||||||
"pretty_assertions 0.5.1 (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.6.5 (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)",
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -925,7 +925,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_core"
|
name = "grin_core"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -934,8 +934,8 @@ dependencies = [
|
||||||
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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 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)",
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"grin_keychain 4.0.0-alpha.1",
|
"grin_keychain 4.0.0-beta.1",
|
||||||
"grin_util 4.0.0-alpha.1",
|
"grin_util 4.0.0-beta.1",
|
||||||
"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)",
|
||||||
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -951,12 +951,12 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_keychain"
|
name = "grin_keychain"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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)",
|
"digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"grin_util 4.0.0-alpha.1",
|
"grin_util 4.0.0-beta.1",
|
||||||
"hmac 0.6.3 (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)",
|
"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)",
|
||||||
|
@ -972,16 +972,16 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_p2p"
|
name = "grin_p2p"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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)",
|
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"grin_chain 4.0.0-alpha.1",
|
"grin_chain 4.0.0-beta.1",
|
||||||
"grin_core 4.0.0-alpha.1",
|
"grin_core 4.0.0-beta.1",
|
||||||
"grin_pool 4.0.0-alpha.1",
|
"grin_pool 4.0.0-beta.1",
|
||||||
"grin_store 4.0.0-alpha.1",
|
"grin_store 4.0.0-beta.1",
|
||||||
"grin_util 4.0.0-alpha.1",
|
"grin_util 4.0.0-beta.1",
|
||||||
"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)",
|
||||||
"lru-cache 0.1.2 (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)",
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -993,16 +993,16 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_pool"
|
name = "grin_pool"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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 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)",
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"grin_chain 4.0.0-alpha.1",
|
"grin_chain 4.0.0-beta.1",
|
||||||
"grin_core 4.0.0-alpha.1",
|
"grin_core 4.0.0-beta.1",
|
||||||
"grin_keychain 4.0.0-alpha.1",
|
"grin_keychain 4.0.0-beta.1",
|
||||||
"grin_util 4.0.0-alpha.1",
|
"grin_util 4.0.0-beta.1",
|
||||||
"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)",
|
||||||
"rand 0.6.5 (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)",
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1026,19 +1026,19 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_servers"
|
name = "grin_servers"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"grin_api 4.0.0-alpha.1",
|
"grin_api 4.0.0-beta.1",
|
||||||
"grin_chain 4.0.0-alpha.1",
|
"grin_chain 4.0.0-beta.1",
|
||||||
"grin_core 4.0.0-alpha.1",
|
"grin_core 4.0.0-beta.1",
|
||||||
"grin_keychain 4.0.0-alpha.1",
|
"grin_keychain 4.0.0-beta.1",
|
||||||
"grin_p2p 4.0.0-alpha.1",
|
"grin_p2p 4.0.0-beta.1",
|
||||||
"grin_pool 4.0.0-alpha.1",
|
"grin_pool 4.0.0-beta.1",
|
||||||
"grin_store 4.0.0-alpha.1",
|
"grin_store 4.0.0-beta.1",
|
||||||
"grin_util 4.0.0-alpha.1",
|
"grin_util 4.0.0-beta.1",
|
||||||
"http 0.1.21 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hyper 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"hyper-rustls 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"hyper-rustls 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1055,7 +1055,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_store"
|
name = "grin_store"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1064,8 +1064,8 @@ dependencies = [
|
||||||
"failure 0.1.6 (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)",
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"grin_core 4.0.0-alpha.1",
|
"grin_core 4.0.0-beta.1",
|
||||||
"grin_util 4.0.0-alpha.1",
|
"grin_util 4.0.0-beta.1",
|
||||||
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"lmdb-zero 0.4.4 (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)",
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1078,7 +1078,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grin_util"
|
name = "grin_util"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
22
Cargo.toml
22
Cargo.toml
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin"
|
name = "grin"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.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"
|
||||||
|
@ -32,14 +32,14 @@ term = "0.5"
|
||||||
failure = "0.1"
|
failure = "0.1"
|
||||||
failure_derive = "0.1"
|
failure_derive = "0.1"
|
||||||
|
|
||||||
grin_api = { path = "./api", version = "4.0.0-alpha.1" }
|
grin_api = { path = "./api", version = "4.0.0-beta.1" }
|
||||||
grin_config = { path = "./config", version = "4.0.0-alpha.1" }
|
grin_config = { path = "./config", version = "4.0.0-beta.1" }
|
||||||
grin_chain = { path = "./chain", version = "4.0.0-alpha.1" }
|
grin_chain = { path = "./chain", version = "4.0.0-beta.1" }
|
||||||
grin_core = { path = "./core", version = "4.0.0-alpha.1" }
|
grin_core = { path = "./core", version = "4.0.0-beta.1" }
|
||||||
grin_keychain = { path = "./keychain", version = "4.0.0-alpha.1" }
|
grin_keychain = { path = "./keychain", version = "4.0.0-beta.1" }
|
||||||
grin_p2p = { path = "./p2p", version = "4.0.0-alpha.1" }
|
grin_p2p = { path = "./p2p", version = "4.0.0-beta.1" }
|
||||||
grin_servers = { path = "./servers", version = "4.0.0-alpha.1" }
|
grin_servers = { path = "./servers", version = "4.0.0-beta.1" }
|
||||||
grin_util = { path = "./util", version = "4.0.0-alpha.1" }
|
grin_util = { path = "./util", version = "4.0.0-beta.1" }
|
||||||
|
|
||||||
[dependencies.cursive]
|
[dependencies.cursive]
|
||||||
version = "0.14"
|
version = "0.14"
|
||||||
|
@ -50,5 +50,5 @@ features = ["pancurses-backend"]
|
||||||
built = "0.3"
|
built = "0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
grin_chain = { path = "./chain", version = "4.0.0-alpha.1" }
|
grin_chain = { path = "./chain", version = "4.0.0-beta.1" }
|
||||||
grin_store = { path = "./store", version = "4.0.0-alpha.1" }
|
grin_store = { path = "./store", version = "4.0.0-beta.1" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_api"
|
name = "grin_api"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "APIs for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "APIs for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -31,9 +31,9 @@ rustls = "0.17"
|
||||||
url = "1.7.0"
|
url = "1.7.0"
|
||||||
bytes = "0.5"
|
bytes = "0.5"
|
||||||
|
|
||||||
grin_core = { path = "../core", version = "4.0.0-alpha.1" }
|
grin_core = { path = "../core", version = "4.0.0-beta.1" }
|
||||||
grin_chain = { path = "../chain", version = "4.0.0-alpha.1" }
|
grin_chain = { path = "../chain", version = "4.0.0-beta.1" }
|
||||||
grin_p2p = { path = "../p2p", version = "4.0.0-alpha.1" }
|
grin_p2p = { path = "../p2p", version = "4.0.0-beta.1" }
|
||||||
grin_pool = { path = "../pool", version = "4.0.0-alpha.1" }
|
grin_pool = { path = "../pool", version = "4.0.0-beta.1" }
|
||||||
grin_store = { path = "../store", version = "4.0.0-alpha.1" }
|
grin_store = { path = "../store", version = "4.0.0-beta.1" }
|
||||||
grin_util = { path = "../util", version = "4.0.0-alpha.1" }
|
grin_util = { path = "../util", version = "4.0.0-beta.1" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_chain"
|
name = "grin_chain"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -23,10 +23,10 @@ chrono = "0.4.4"
|
||||||
lru-cache = "0.1"
|
lru-cache = "0.1"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
|
|
||||||
grin_core = { path = "../core", version = "4.0.0-alpha.1" }
|
grin_core = { path = "../core", version = "4.0.0-beta.1" }
|
||||||
grin_keychain = { path = "../keychain", version = "4.0.0-alpha.1" }
|
grin_keychain = { path = "../keychain", version = "4.0.0-beta.1" }
|
||||||
grin_store = { path = "../store", version = "4.0.0-alpha.1" }
|
grin_store = { path = "../store", version = "4.0.0-beta.1" }
|
||||||
grin_util = { path = "../util", version = "4.0.0-alpha.1" }
|
grin_util = { path = "../util", version = "4.0.0-beta.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.5"
|
env_logger = "0.5"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_config"
|
name = "grin_config"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Configuration for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "Configuration for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -16,10 +16,10 @@ serde_derive = "1"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
dirs = "1.0.3"
|
dirs = "1.0.3"
|
||||||
|
|
||||||
grin_core = { path = "../core", version = "4.0.0-alpha.1" }
|
grin_core = { path = "../core", version = "4.0.0-beta.1" }
|
||||||
grin_servers = { path = "../servers", version = "4.0.0-alpha.1" }
|
grin_servers = { path = "../servers", version = "4.0.0-beta.1" }
|
||||||
grin_p2p = { path = "../p2p", version = "4.0.0-alpha.1" }
|
grin_p2p = { path = "../p2p", version = "4.0.0-beta.1" }
|
||||||
grin_util = { path = "../util", version = "4.0.0-alpha.1" }
|
grin_util = { path = "../util", version = "4.0.0-beta.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "0.5.1"
|
pretty_assertions = "0.5.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_core"
|
name = "grin_core"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -28,8 +28,8 @@ log = "0.4"
|
||||||
chrono = { version = "0.4.4", features = ["serde"] }
|
chrono = { version = "0.4.4", features = ["serde"] }
|
||||||
zeroize = "0.9"
|
zeroize = "0.9"
|
||||||
|
|
||||||
keychain = { package = "grin_keychain", path = "../keychain", version = "4.0.0-alpha.1" }
|
keychain = { package = "grin_keychain", path = "../keychain", version = "4.0.0-beta.1" }
|
||||||
util = { package = "grin_util", path = "../util", version = "4.0.0-alpha.1" }
|
util = { package = "grin_util", path = "../util", version = "4.0.0-beta.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_keychain"
|
name = "grin_keychain"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -26,4 +26,4 @@ ripemd160 = "0.7"
|
||||||
sha2 = "0.7"
|
sha2 = "0.7"
|
||||||
pbkdf2 = "0.2"
|
pbkdf2 = "0.2"
|
||||||
|
|
||||||
grin_util = { path = "../util", version = "4.0.0-alpha.1" }
|
grin_util = { path = "../util", version = "4.0.0-beta.1" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_p2p"
|
name = "grin_p2p"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -21,10 +21,10 @@ tempfile = "3.0.5"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
chrono = { version = "0.4.4", features = ["serde"] }
|
chrono = { version = "0.4.4", features = ["serde"] }
|
||||||
|
|
||||||
grin_core = { path = "../core", version = "4.0.0-alpha.1" }
|
grin_core = { path = "../core", version = "4.0.0-beta.1" }
|
||||||
grin_store = { path = "../store", version = "4.0.0-alpha.1" }
|
grin_store = { path = "../store", version = "4.0.0-beta.1" }
|
||||||
grin_util = { path = "../util", version = "4.0.0-alpha.1" }
|
grin_util = { path = "../util", version = "4.0.0-beta.1" }
|
||||||
grin_chain = { path = "../chain", version = "4.0.0-alpha.1" }
|
grin_chain = { path = "../chain", version = "4.0.0-beta.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
grin_pool = { path = "../pool", version = "4.0.0-alpha.1" }
|
grin_pool = { path = "../pool", version = "4.0.0-beta.1" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_pool"
|
name = "grin_pool"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.0-beta.1"
|
||||||
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
||||||
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -19,9 +19,9 @@ chrono = "0.4.4"
|
||||||
failure = "0.1"
|
failure = "0.1"
|
||||||
failure_derive = "0.1"
|
failure_derive = "0.1"
|
||||||
|
|
||||||
grin_core = { path = "../core", version = "4.0.0-alpha.1" }
|
grin_core = { path = "../core", version = "4.0.0-beta.1" }
|
||||||
grin_keychain = { path = "../keychain", version = "4.0.0-alpha.1" }
|
grin_keychain = { path = "../keychain", version = "4.0.0-beta.1" }
|
||||||
grin_util = { path = "../util", version = "4.0.0-alpha.1" }
|
grin_util = { path = "../util", version = "4.0.0-beta.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
grin_chain = { path = "../chain", version = "4.0.0-alpha.1" }
|
grin_chain = { path = "../chain", version = "4.0.0-beta.1" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_servers"
|
name = "grin_servers"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.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"
|
||||||
|
@ -26,11 +26,11 @@ tokio = {version = "0.2", features = ["full"] }
|
||||||
tokio-util = { version = "0.2", features = ["codec"] }
|
tokio-util = { version = "0.2", features = ["codec"] }
|
||||||
walkdir = "2.2.9"
|
walkdir = "2.2.9"
|
||||||
|
|
||||||
grin_api = { path = "../api", version = "4.0.0-alpha.1" }
|
grin_api = { path = "../api", version = "4.0.0-beta.1" }
|
||||||
grin_chain = { path = "../chain", version = "4.0.0-alpha.1" }
|
grin_chain = { path = "../chain", version = "4.0.0-beta.1" }
|
||||||
grin_core = { path = "../core", version = "4.0.0-alpha.1" }
|
grin_core = { path = "../core", version = "4.0.0-beta.1" }
|
||||||
grin_keychain = { path = "../keychain", version = "4.0.0-alpha.1" }
|
grin_keychain = { path = "../keychain", version = "4.0.0-beta.1" }
|
||||||
grin_p2p = { path = "../p2p", version = "4.0.0-alpha.1" }
|
grin_p2p = { path = "../p2p", version = "4.0.0-beta.1" }
|
||||||
grin_pool = { path = "../pool", version = "4.0.0-alpha.1" }
|
grin_pool = { path = "../pool", version = "4.0.0-beta.1" }
|
||||||
grin_store = { path = "../store", version = "4.0.0-alpha.1" }
|
grin_store = { path = "../store", version = "4.0.0-beta.1" }
|
||||||
grin_util = { path = "../util", version = "4.0.0-alpha.1" }
|
grin_util = { path = "../util", version = "4.0.0-beta.1" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_store"
|
name = "grin_store"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.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"
|
||||||
|
@ -22,8 +22,8 @@ serde = "1"
|
||||||
serde_derive = "1"
|
serde_derive = "1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
grin_core = { path = "../core", version = "4.0.0-alpha.1" }
|
grin_core = { path = "../core", version = "4.0.0-beta.1" }
|
||||||
grin_util = { path = "../util", version = "4.0.0-alpha.1" }
|
grin_util = { path = "../util", version = "4.0.0-beta.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
chrono = "0.4.4"
|
chrono = "0.4.4"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "grin_util"
|
name = "grin_util"
|
||||||
version = "4.0.0-alpha.1"
|
version = "4.0.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"
|
||||||
|
|
Loading…
Reference in a new issue