diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6632b61..9dcbd6d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dg_xch_cli" -version = "1.0.9" +version = "1.1.0" edition = "2021" authors = ["James Hoerr"] description = "CLI Utilities for the Chia Blockchain" @@ -22,12 +22,12 @@ bip39 = {version= "2.0.0", features=["rand"] } blst = "0.3.11" clap = { version = "4.4.6", features = ["derive"] } dashmap = "5.5.3" -dg_xch_clients = {path = "../clients", version="1.0.9"} -dg_xch_core = {path = "../core", version = "1.0.9", features = ["paperclip"] } -dg_xch_keys = {path = "../keys", version="1.0.9"} -dg_xch_pos = {path = "../proof_of_space", version="1.0.9"} -dg_xch_puzzles = {path = "../puzzles", version="1.0.9"} -dg_xch_serialize= {path = "../serialize", version="1.0.9"} +dg_xch_clients = {path = "../clients", version="1.1.0"} +dg_xch_core = {path = "../core", version = "1.1.0", features = ["paperclip"] } +dg_xch_keys = {path = "../keys", version="1.1.0"} +dg_xch_pos = {path = "../proof_of_space", version="1.1.0"} +dg_xch_puzzles = {path = "../puzzles", version="1.1.0"} +dg_xch_serialize= {path = "../serialize", version="1.1.0"} hex = "0.4.3" lazy_static = "1.4.0" log = "0.4.20" diff --git a/clients/Cargo.toml b/clients/Cargo.toml index 92af703..145b078 100644 --- a/clients/Cargo.toml +++ b/clients/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dg_xch_clients" -version = "1.0.9" +version = "1.1.0" edition = "2021" authors = ["James Hoerr"] description = "RPC and Websocket Clients the Chia Blockchain" @@ -12,10 +12,10 @@ repository = "https://github.com/GalactechsLLC/dg_xch_utils/clients" async-trait = "0.1.73" blst = "0.3.11" dashmap = "5.5.3" -dg_xch_core = {path = "../core", version = "1.0.9", features = ["paperclip"] } -dg_xch_macros = {path = "../macros", version="1.0.9"} -dg_xch_pos = {path = "../proof_of_space", version="1.0.9"} -dg_xch_serialize = {path = "../serialize", version="1.0.9"} +dg_xch_core = {path = "../core", version = "1.1.0", features = ["paperclip"] } +dg_xch_macros = {path = "../macros", version="1.1.0"} +dg_xch_pos = {path = "../proof_of_space", version="1.1.0"} +dg_xch_serialize = {path = "../serialize", version="1.1.0"} futures-util = "0.3.28" hyper = {version="0.14.27", features=["full"]} log = "0.4.20" diff --git a/core/Cargo.toml b/core/Cargo.toml index 8dfd0f8..f9f0f1d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dg_xch_core" -version = "1.0.9" +version = "1.1.0" edition = "2021" authors = ["James Hoerr"] description = "Core library containing type/error definitions, CLVM tools, Consensus and Pool definitions" @@ -14,8 +14,8 @@ bip39 = {version= "2.0.0", features=["rand"] } bls12_381 = "0.8.0" blst = "0.3.10" bytes = "1.5.0" -dg_xch_macros = {path = "../macros", version="1.0.9"} -dg_xch_serialize = {path = "../serialize", version="1.0.9"} +dg_xch_macros = {path = "../macros", version="1.1.0"} +dg_xch_serialize = {path = "../serialize", version="1.1.0"} hex = "0.4.3" hkdf = "0.12.3" log = "0.4.20" diff --git a/keys/Cargo.toml b/keys/Cargo.toml index 6b75530..191736b 100644 --- a/keys/Cargo.toml +++ b/keys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dg_xch_keys" -version = "1.0.9" +version = "1.1.0" edition = "2021" authors = ["James Hoerr"] description = "Key Management Utils the Chia Blockchain" @@ -12,7 +12,7 @@ repository = "https://github.com/GalactechsLLC/dg_xch_utils/keys" bech32 = "0.9.1" blst = "0.3.11" bip39 = {version= "2.0.0", features=["rand"] } -dg_xch_core = {path = "../core", version = "1.0.9", features = ["paperclip"] } -dg_xch_puzzles = {path = "../puzzles", version="1.0.9"} +dg_xch_core = {path = "../core", version = "1.1.0", features = ["paperclip"] } +dg_xch_puzzles = {path = "../puzzles", version="1.1.0"} hkdf = "0.12.3" sha2 = "0.10.8" \ No newline at end of file diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 268c42b..818d61d 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dg_xch_macros" -version = "1.0.9" +version = "1.1.0" edition = "2021" description = "Derive Marcos for Chia Serialization" license = "Apache-2.0" diff --git a/proof_of_space/Cargo.toml b/proof_of_space/Cargo.toml index 9653d2c..38e5330 100644 --- a/proof_of_space/Cargo.toml +++ b/proof_of_space/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dg_xch_pos" -version = "1.0.9" +version = "1.1.0" edition = "2021" authors = ["James Hoerr"] description = "Proof of Space library for the Chia Blockchain" @@ -10,8 +10,8 @@ repository = "https://github.com/GalactechsLLC/dg_xch_utils/proof_of_space" [dependencies] blake3 = "1.5.0" -dg_xch_core = {path = "../core", version = "1.0.9", features = ["paperclip"] } -dg_xch_serialize = {path = "../serialize", version="1.0.9"} +dg_xch_core = {path = "../core", version = "1.1.0", features = ["paperclip"] } +dg_xch_serialize = {path = "../serialize", version="1.1.0"} futures-util = "0.3.28" hex = "0.4.3" lazy_static = "1.4.0" diff --git a/puzzles/Cargo.toml b/puzzles/Cargo.toml index 852bbcc..050de0d 100644 --- a/puzzles/Cargo.toml +++ b/puzzles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dg_xch_puzzles" -version = "1.0.9" +version = "1.1.0" edition = "2021" authors = ["James Hoerr"] description = "Core library for working with CLVM puzzles" @@ -10,8 +10,8 @@ repository = "https://github.com/GalactechsLLC/dg_xch_utils/puzzles" [dependencies] blst = "0.3.11" -dg_xch_core = {path = "../core", version = "1.0.9", features = ["paperclip"] } -dg_xch_serialize = {path = "../serialize", version="1.0.9"} +dg_xch_core = {path = "../core", version = "1.1.0", features = ["paperclip"] } +dg_xch_serialize = {path = "../serialize", version="1.1.0"} hex = "0.4.3" lazy_static = "1.4.0" num-bigint = "0.4.4" diff --git a/serialize/Cargo.toml b/serialize/Cargo.toml index d63191b..367005c 100644 --- a/serialize/Cargo.toml +++ b/serialize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dg_xch_serialize" -version = "1.0.9" +version = "1.1.0" edition = "2021" authors = ["James Hoerr"] description = "Low Level Support Package for dg_xch_utils" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 0759fda..c5c5e9a 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dg_xch_tests" -version = "1.0.7" +version = "1.1.0" edition = "2021" authors = ["James Hoerr"] description = "Low Level Support Package for dg_xch_utils" @@ -11,14 +11,14 @@ repository = "https://github.com/GalactechsLLC/dg_xch_utils/serialize" [dependencies] blst = "0.3.7" bytes = "1.4.0" -dg_xch_core = {path = "../core", version = "1.0.7", features = ["paperclip"] } -dg_xch_cli = {path = "../cli", version="1.0.7"} -dg_xch_clients = {path = "../clients", version="1.0.8"} -dg_xch_keys = {path = "../keys", version="1.0.7"} -dg_xch_macros = {path = "../macros", version="1.0.7"} -dg_xch_pos = {path = "../proof_of_space", version="1.0.7"} -dg_xch_puzzles = {path = "../puzzles", version="1.0.7"} -dg_xch_serialize = {path = "../serialize", version="1.0.7"} +dg_xch_core = {path = "../core", version = "1.1.0", features = ["paperclip"] } +dg_xch_cli = {path = "../cli", version="1.1.0"} +dg_xch_clients = {path = "../clients", version="1.1.0"} +dg_xch_keys = {path = "../keys", version="1.1.0"} +dg_xch_macros = {path = "../macros", version="1.1.0"} +dg_xch_pos = {path = "../proof_of_space", version="1.1.0"} +dg_xch_puzzles = {path = "../puzzles", version="1.1.0"} +dg_xch_serialize = {path = "../serialize", version="1.1.0"} hex = "0.4.3" lazy_static = "1.4.0" log = "0.4.17"