Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catchup: into long_lived/initial_datalayer from main @ 5265a3c3b70b7532845387263b64a2e7e68de599 #824

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 39 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "A meta-crate that exports all of the Chia crates in the workspace."
Expand Down Expand Up @@ -102,20 +102,20 @@ openssl = ["chia-sha2/openssl", "clvmr/openssl"]
lto = "thin"

[workspace.dependencies]
chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.16.0" }
chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.15.0" }
chia-bls = { path = "./crates/chia-bls", version = "0.16.0" }
chia-client = { path = "./crates/chia-client", version = "0.16.0" }
chia-consensus = { path = "./crates/chia-consensus", version = "0.16.0" }
chia-protocol = { path = "./crates/chia-protocol", version = "0.16.0" }
chia-secp = { path = "./crates/chia-secp", version = "0.16.0" }
chia-ssl = { path = "./crates/chia-ssl", version = "0.11.0" }
chia-traits = { path = "./crates/chia-traits", version = "0.15.0" }
chia-puzzles = { path = "./crates/chia-puzzles", version = "0.16.0" }
chia-sha2 = { path = "./crates/chia-sha2", version = "0.15.0" }
clvm-traits = { path = "./crates/clvm-traits", version = "0.16.0" }
clvm-utils = { path = "./crates/clvm-utils", version = "0.16.0" }
clvm-derive = { path = "./crates/clvm-derive", version = "0.13.0" }
chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.17.0" }
chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.17.0" }
chia-bls = { path = "./crates/chia-bls", version = "0.17.0" }
chia-client = { path = "./crates/chia-client", version = "0.17.0" }
chia-consensus = { path = "./crates/chia-consensus", version = "0.17.0" }
chia-protocol = { path = "./crates/chia-protocol", version = "0.17.0" }
chia-secp = { path = "./crates/chia-secp", version = "0.17.0" }
chia-ssl = { path = "./crates/chia-ssl", version = "0.17.0" }
chia-traits = { path = "./crates/chia-traits", version = "0.17.0" }
chia-puzzles = { path = "./crates/chia-puzzles", version = "0.17.0" }
chia-sha2 = { path = "./crates/chia-sha2", version = "0.17.0" }
clvm-traits = { path = "./crates/clvm-traits", version = "0.17.0" }
clvm-utils = { path = "./crates/clvm-utils", version = "0.17.0" }
clvm-derive = { path = "./crates/clvm-derive", version = "0.17.0" }
chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.16.0" }
chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.16.0" }
chia-protocol-fuzz = { path = "./crates/chia-protocol/fuzz", version = "0.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-bls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-bls"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "BLS signature, verification and aggregation functions for the Chia blockchain"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-client"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "Chia light client and async peer connections."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-consensus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-consensus"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions and types used by the Chia blockchain full node"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-protocol"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "Chia network protocol message types"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-puzzles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-puzzles"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "Chia primitives needed for building wallets."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-secp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-secp"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "Secp256k1 and secp256r1 types for Chia"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sha2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sha2"
version = "0.15.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "A common wrapper around OpenSSL and sha2 implementations of sha256."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-ssl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-ssl"
version = "0.11.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "Chia SSL X.509 certificate generator"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-tools"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions and types used by the Chia blockchain full node"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-traits"
version = "0.15.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "Chia traits for Streamable types (chia's serialization format)"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia_py_streamable_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia_py_streamable_macro"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "Derive macro to create python bindings for Chia types"
Expand Down
Loading
Loading