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

Bump to 0.17.1 #110

Merged
merged 1 commit into from
Nov 3, 2024
Merged
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
16 changes: 8 additions & 8 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-wallet-sdk"
version = "0.17.0"
version = "0.17.1"
edition = "2021"
license = "Apache-2.0"
description = "An unofficial SDK for building Chia wallets."
Expand Down Expand Up @@ -87,14 +87,14 @@ clvm-traits = { workspace = true, features = ["derive"] }
clvmr = { workspace = true }

[workspace.dependencies]
chia-wallet-sdk = { version = "0.17.0", path = "." }
chia-sdk-client = { version = "0.17.0", path = "./crates/chia-sdk-client" }
chia-sdk-derive = { version = "0.17.0", path = "./crates/chia-sdk-derive" }
chia-sdk-driver = { version = "0.17.0", path = "./crates/chia-sdk-driver" }
chia-sdk-offers = { version = "0.17.0", path = "./crates/chia-sdk-offers" }
chia-sdk-signer = { version = "0.17.0", path = "./crates/chia-sdk-signer" }
chia-sdk-test = { version = "0.17.0", path = "./crates/chia-sdk-test" }
chia-sdk-types = { version = "0.17.0", path = "./crates/chia-sdk-types" }
chia-wallet-sdk = { version = "0.17.1", path = "." }
chia-sdk-client = { version = "0.17.1", path = "./crates/chia-sdk-client" }
chia-sdk-derive = { version = "0.17.1", path = "./crates/chia-sdk-derive" }
chia-sdk-driver = { version = "0.17.1", path = "./crates/chia-sdk-driver" }
chia-sdk-offers = { version = "0.17.1", path = "./crates/chia-sdk-offers" }
chia-sdk-signer = { version = "0.17.1", path = "./crates/chia-sdk-signer" }
chia-sdk-test = { version = "0.17.1", path = "./crates/chia-sdk-test" }
chia-sdk-types = { version = "0.17.1", path = "./crates/chia-sdk-types" }
chia = "0.15.0"
chia-ssl = "0.11.0"
chia-protocol = "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-client"
version = "0.17.0"
version = "0.17.1"
edition = "2021"
license = "Apache-2.0"
description = "Utilities for connecting to Chia full node peers via the light wallet protocol."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-derive"
version = "0.17.0"
version = "0.17.1"
edition = "2021"
license = "Apache-2.0"
description = "Derive macros for chia-wallet-sdk."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-driver"
version = "0.17.0"
version = "0.17.1"
edition = "2021"
license = "Apache-2.0"
description = "Driver code for interacting with standard puzzles on the Chia blockchain."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-offers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-offers"
version = "0.17.0"
version = "0.17.1"
edition = "2021"
license = "Apache-2.0"
description = "Implements Chia offer file creation and acceptance."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-signer"
version = "0.17.0"
version = "0.17.1"
edition = "2021"
license = "Apache-2.0"
description = "Calculates the BLS signatures required for coin spends in a transaction."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-test"
version = "0.17.0"
version = "0.17.1"
edition = "2021"
license = "Apache-2.0"
description = "A wallet simulator and related tooling for testing Chia wallet code."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-types"
version = "0.17.0"
version = "0.17.1"
edition = "2021"
license = "Apache-2.0"
description = "Standard Chia types for things such as puzzle info and conditions."
Expand Down
2 changes: 1 addition & 1 deletion napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk-darwin-arm64",
"version": "0.17.0",
"version": "0.17.1",
"repository": {
"type": "git",
"url": "https://github.com/xch-dev/chia-wallet-sdk"
Expand Down
2 changes: 1 addition & 1 deletion napi/npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk-darwin-universal",
"version": "0.17.0",
"version": "0.17.1",
"repository": {
"type": "git",
"url": "https://github.com/xch-dev/chia-wallet-sdk"
Expand Down
2 changes: 1 addition & 1 deletion napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk-darwin-x64",
"version": "0.17.0",
"version": "0.17.1",
"repository": {
"type": "git",
"url": "https://github.com/xch-dev/chia-wallet-sdk"
Expand Down
2 changes: 1 addition & 1 deletion napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk-linux-x64-gnu",
"version": "0.17.0",
"version": "0.17.1",
"repository": {
"type": "git",
"url": "https://github.com/xch-dev/chia-wallet-sdk"
Expand Down
2 changes: 1 addition & 1 deletion napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk-win32-x64-msvc",
"version": "0.17.0",
"version": "0.17.1",
"repository": {
"type": "git",
"url": "https://github.com/xch-dev/chia-wallet-sdk"
Expand Down
2 changes: 1 addition & 1 deletion napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk",
"version": "0.17.0",
"version": "0.17.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down