diff --git a/Cargo.lock b/Cargo.lock index c45a2fc7..e1cfcfa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ dependencies = [ [[package]] name = "bindy" -version = "0.31.0" +version = "0.32.0" dependencies = [ "bip39", "chia-bls 0.32.0", @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "bindy-macro" -version = "0.31.0" +version = "0.32.0" dependencies = [ "chia-sdk-bindings", "convert_case", @@ -646,7 +646,7 @@ dependencies = [ [[package]] name = "chia-sdk-bindings" -version = "0.31.0" +version = "0.32.0" dependencies = [ "bindy", "bip39", @@ -679,7 +679,7 @@ dependencies = [ [[package]] name = "chia-sdk-cli" -version = "0.31.0" +version = "0.32.0" dependencies = [ "anyhow", "chia-wallet-sdk", @@ -688,7 +688,7 @@ dependencies = [ [[package]] name = "chia-sdk-client" -version = "0.31.0" +version = "0.32.0" dependencies = [ "aws-lc-rs", "chia-protocol", @@ -708,7 +708,7 @@ dependencies = [ [[package]] name = "chia-sdk-coinset" -version = "0.31.0" +version = "0.32.0" dependencies = [ "chia-protocol", "chia-traits 0.32.0", @@ -722,7 +722,7 @@ dependencies = [ [[package]] name = "chia-sdk-derive" -version = "0.31.0" +version = "0.32.0" dependencies = [ "convert_case", "quote", @@ -731,7 +731,7 @@ dependencies = [ [[package]] name = "chia-sdk-driver" -version = "0.31.0" +version = "0.32.0" dependencies = [ "anyhow", "bigdecimal", @@ -766,7 +766,7 @@ dependencies = [ [[package]] name = "chia-sdk-signer" -version = "0.31.0" +version = "0.32.0" dependencies = [ "anyhow", "chia-bls 0.32.0", @@ -789,7 +789,7 @@ dependencies = [ [[package]] name = "chia-sdk-test" -version = "0.31.0" +version = "0.32.0" dependencies = [ "anyhow", "bincode", @@ -815,7 +815,6 @@ dependencies = [ "prettytable-rs", "rand 0.9.2", "rand_chacha 0.9.0", - "rue-lir", "serde", "signature", "thiserror 2.0.17", @@ -826,7 +825,7 @@ dependencies = [ [[package]] name = "chia-sdk-types" -version = "0.31.0" +version = "0.32.0" dependencies = [ "anyhow", "chia-bls 0.32.0", @@ -854,7 +853,7 @@ dependencies = [ [[package]] name = "chia-sdk-utils" -version = "0.31.0" +version = "0.32.0" dependencies = [ "bech32", "chia-protocol", @@ -963,7 +962,7 @@ dependencies = [ [[package]] name = "chia-wallet-sdk" -version = "0.31.0" +version = "0.32.0" dependencies = [ "anyhow", "chia", @@ -996,7 +995,7 @@ dependencies = [ [[package]] name = "chia-wallet-sdk-py" -version = "0.31.0" +version = "0.32.0" dependencies = [ "bindy", "bindy-macro", @@ -1010,7 +1009,7 @@ dependencies = [ [[package]] name = "chia-wallet-sdk-wasm" -version = "0.31.0" +version = "0.32.0" dependencies = [ "bindy", "bindy-macro", diff --git a/Cargo.toml b/Cargo.toml index 3fabe987..770f055d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-wallet-sdk" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "An unofficial SDK for building Chia wallets." @@ -95,18 +95,18 @@ anyhow = { workspace = true } hex-literal = { workspace = true } [workspace.dependencies] -chia-wallet-sdk = { version = "0.31.0", path = "." } -chia-sdk-client = { version = "0.31.0", path = "./crates/chia-sdk-client" } -chia-sdk-driver = { version = "0.31.0", path = "./crates/chia-sdk-driver" } -chia-sdk-signer = { version = "0.31.0", path = "./crates/chia-sdk-signer" } -chia-sdk-test = { version = "0.31.0", path = "./crates/chia-sdk-test" } -chia-sdk-types = { version = "0.31.0", path = "./crates/chia-sdk-types" } -chia-sdk-derive = { version = "0.31.0", path = "./crates/chia-sdk-types/derive" } -chia-sdk-utils = { version = "0.31.0", path = "./crates/chia-sdk-utils" } -chia-sdk-coinset = { version = "0.31.0", path = "./crates/chia-sdk-coinset" } -chia-sdk-bindings = { version = "0.31.0", path = "./crates/chia-sdk-bindings" } -bindy = { version = "0.31.0", path = "./crates/chia-sdk-bindings/bindy" } -bindy-macro = { version = "0.31.0", path = "./crates/chia-sdk-bindings/bindy-macro" } +chia-wallet-sdk = { version = "0.32.0", path = "." } +chia-sdk-client = { version = "0.32.0", path = "./crates/chia-sdk-client" } +chia-sdk-driver = { version = "0.32.0", path = "./crates/chia-sdk-driver" } +chia-sdk-signer = { version = "0.32.0", path = "./crates/chia-sdk-signer" } +chia-sdk-test = { version = "0.32.0", path = "./crates/chia-sdk-test" } +chia-sdk-types = { version = "0.32.0", path = "./crates/chia-sdk-types" } +chia-sdk-derive = { version = "0.32.0", path = "./crates/chia-sdk-types/derive" } +chia-sdk-utils = { version = "0.32.0", path = "./crates/chia-sdk-utils" } +chia-sdk-coinset = { version = "0.32.0", path = "./crates/chia-sdk-coinset" } +chia-sdk-bindings = { version = "0.32.0", path = "./crates/chia-sdk-bindings" } +bindy = { version = "0.32.0", path = "./crates/chia-sdk-bindings/bindy" } +bindy-macro = { version = "0.32.0", path = "./crates/chia-sdk-bindings/bindy-macro" } chia = "0.32.0" chia-ssl = "0.32.0" chia-protocol = "0.32.0" diff --git a/crates/chia-sdk-bindings/Cargo.toml b/crates/chia-sdk-bindings/Cargo.toml index 264221b8..fac64b01 100644 --- a/crates/chia-sdk-bindings/Cargo.toml +++ b/crates/chia-sdk-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sdk-bindings" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "Underlying implementation of chia-wallet-sdk bindings." diff --git a/crates/chia-sdk-bindings/bindy-macro/Cargo.toml b/crates/chia-sdk-bindings/bindy-macro/Cargo.toml index 36c705f7..f48772e3 100644 --- a/crates/chia-sdk-bindings/bindy-macro/Cargo.toml +++ b/crates/chia-sdk-bindings/bindy-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bindy-macro" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "Macro for the Bindy generator." diff --git a/crates/chia-sdk-bindings/bindy/Cargo.toml b/crates/chia-sdk-bindings/bindy/Cargo.toml index 966b369c..d1245deb 100644 --- a/crates/chia-sdk-bindings/bindy/Cargo.toml +++ b/crates/chia-sdk-bindings/bindy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bindy" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "Generator for chia-wallet-sdk bindings." diff --git a/crates/chia-sdk-cli/Cargo.toml b/crates/chia-sdk-cli/Cargo.toml index 76b3516d..75e90852 100644 --- a/crates/chia-sdk-cli/Cargo.toml +++ b/crates/chia-sdk-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sdk-cli" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "Command line tools powered by the Chia Wallet SDK." diff --git a/crates/chia-sdk-client/Cargo.toml b/crates/chia-sdk-client/Cargo.toml index 8dc94bc9..f8dc5a4c 100644 --- a/crates/chia-sdk-client/Cargo.toml +++ b/crates/chia-sdk-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sdk-client" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "Utilities for connecting to Chia full node peers via the light wallet protocol." diff --git a/crates/chia-sdk-coinset/Cargo.toml b/crates/chia-sdk-coinset/Cargo.toml index 13a6e475..bdb6b476 100644 --- a/crates/chia-sdk-coinset/Cargo.toml +++ b/crates/chia-sdk-coinset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sdk-coinset" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "Utilities for connecting to Chia full node peers via the light wallet protocol." diff --git a/crates/chia-sdk-driver/Cargo.toml b/crates/chia-sdk-driver/Cargo.toml index 5ac02702..5872a0b4 100644 --- a/crates/chia-sdk-driver/Cargo.toml +++ b/crates/chia-sdk-driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sdk-driver" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "Driver code for interacting with standard puzzles on the Chia blockchain." diff --git a/crates/chia-sdk-signer/Cargo.toml b/crates/chia-sdk-signer/Cargo.toml index 3297a929..9e4a75f9 100644 --- a/crates/chia-sdk-signer/Cargo.toml +++ b/crates/chia-sdk-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sdk-signer" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "Calculates the signatures required for coin spends in a transaction." diff --git a/crates/chia-sdk-test/Cargo.toml b/crates/chia-sdk-test/Cargo.toml index 7c3184ab..66cd5620 100644 --- a/crates/chia-sdk-test/Cargo.toml +++ b/crates/chia-sdk-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sdk-test" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "A wallet simulator and related tooling for testing Chia wallet code." @@ -66,7 +66,6 @@ futures-util = { workspace = true, optional = true } prettytable-rs = {workspace = true } serde = { workspace = true, features = ["derive"], optional = true } bincode = { workspace = true, features = ["serde"], optional = true } -rue-lir = { workspace = true } [package.metadata.cargo-machete] ignored = ["prettytable-rs"] diff --git a/crates/chia-sdk-types/Cargo.toml b/crates/chia-sdk-types/Cargo.toml index 16836185..ae91171d 100644 --- a/crates/chia-sdk-types/Cargo.toml +++ b/crates/chia-sdk-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sdk-types" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "Standard Chia types for things such as puzzle info and conditions." diff --git a/crates/chia-sdk-types/derive/Cargo.toml b/crates/chia-sdk-types/derive/Cargo.toml index db7fc6f1..0db20dd8 100644 --- a/crates/chia-sdk-types/derive/Cargo.toml +++ b/crates/chia-sdk-types/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sdk-derive" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "Derive macros for chia-sdk-types." diff --git a/crates/chia-sdk-utils/Cargo.toml b/crates/chia-sdk-utils/Cargo.toml index ee4c81ce..a3e1b86a 100644 --- a/crates/chia-sdk-utils/Cargo.toml +++ b/crates/chia-sdk-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sdk-utils" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "General utilities for the chia-wallet-sdk." diff --git a/napi/npm/darwin-arm64/package.json b/napi/npm/darwin-arm64/package.json index db5964c8..4b97c1a6 100644 --- a/napi/npm/darwin-arm64/package.json +++ b/napi/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "chia-wallet-sdk-darwin-arm64", - "version": "0.31.0", + "version": "0.32.0", "repository": { "type": "git", "url": "https://github.com/xch-dev/chia-wallet-sdk" diff --git a/napi/npm/darwin-universal/package.json b/napi/npm/darwin-universal/package.json index fdc4e4b3..b953cace 100644 --- a/napi/npm/darwin-universal/package.json +++ b/napi/npm/darwin-universal/package.json @@ -1,6 +1,6 @@ { "name": "chia-wallet-sdk-darwin-universal", - "version": "0.31.0", + "version": "0.32.0", "repository": { "type": "git", "url": "https://github.com/xch-dev/chia-wallet-sdk" diff --git a/napi/npm/darwin-x64/package.json b/napi/npm/darwin-x64/package.json index 9688b9bb..01d01375 100644 --- a/napi/npm/darwin-x64/package.json +++ b/napi/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "chia-wallet-sdk-darwin-x64", - "version": "0.31.0", + "version": "0.32.0", "repository": { "type": "git", "url": "https://github.com/xch-dev/chia-wallet-sdk" diff --git a/napi/npm/linux-arm64-gnu/package.json b/napi/npm/linux-arm64-gnu/package.json index 0c01bb5f..1147c440 100644 --- a/napi/npm/linux-arm64-gnu/package.json +++ b/napi/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "chia-wallet-sdk-linux-arm64-gnu", - "version": "0.31.0", + "version": "0.32.0", "repository": { "type": "git", "url": "https://github.com/xch-dev/chia-wallet-sdk" diff --git a/napi/npm/linux-x64-gnu/package.json b/napi/npm/linux-x64-gnu/package.json index 2c819fc7..9a48951f 100644 --- a/napi/npm/linux-x64-gnu/package.json +++ b/napi/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "chia-wallet-sdk-linux-x64-gnu", - "version": "0.31.0", + "version": "0.32.0", "repository": { "type": "git", "url": "https://github.com/xch-dev/chia-wallet-sdk" diff --git a/napi/npm/win32-x64-msvc/package.json b/napi/npm/win32-x64-msvc/package.json index ea66983c..62b77444 100644 --- a/napi/npm/win32-x64-msvc/package.json +++ b/napi/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "chia-wallet-sdk-win32-x64-msvc", - "version": "0.31.0", + "version": "0.32.0", "repository": { "type": "git", "url": "https://github.com/xch-dev/chia-wallet-sdk" diff --git a/napi/package.json b/napi/package.json index fae96742..3315980e 100644 --- a/napi/package.json +++ b/napi/package.json @@ -1,6 +1,6 @@ { "name": "chia-wallet-sdk", - "version": "0.31.0", + "version": "0.32.0", "license": "MIT", "repository": { "type": "git", diff --git a/pyo3/Cargo.toml b/pyo3/Cargo.toml index d4b31371..b3d1da24 100644 --- a/pyo3/Cargo.toml +++ b/pyo3/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "chia-wallet-sdk-py" -version = "0.31.0" +version = "0.32.0" edition = "2024" [lib] diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 4db8e82c..a450980c 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "chia-wallet-sdk-wasm" -version = "0.31.0" +version = "0.32.0" edition = "2024" license = "Apache-2.0" description = "WASM bindings for the Chia Wallet SDK."