Skip to content
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
4 changes: 2 additions & 2 deletions bindings/node-adapters/package-lock.json

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

4 changes: 2 additions & 2 deletions bindings/node-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wallet-standard/adapters",
"version": "1.3.1",
"version": "1.3.2",
"description": "Framework adapters for the Open Wallet Standard — viem, Solana, and more",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"prepublishOnly": "npm test"
},
"dependencies": {
"@open-wallet-standard/core": "^1.3.1",
"@open-wallet-standard/core": "^1.3.2",
"@noble/curves": "^1.0.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions bindings/node/Cargo.lock

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

2 changes: 1 addition & 1 deletion bindings/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ows-node"
version = "1.3.1"
version = "1.3.2"
edition = "2021"
description = "Node.js native bindings for the Open Wallet Standard"

Expand Down
2 changes: 1 addition & 1 deletion bindings/node/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wallet-standard/core-darwin-arm64",
"version": "1.3.1",
"version": "1.3.2",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wallet-standard/core-darwin-x64",
"version": "1.3.1",
"version": "1.3.2",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wallet-standard/core-linux-arm64-gnu",
"version": "1.3.1",
"version": "1.3.2",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wallet-standard/core-linux-x64-gnu",
"version": "1.3.1",
"version": "1.3.2",
"os": [
"linux"
],
Expand Down
12 changes: 6 additions & 6 deletions bindings/node/package-lock.json

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

10 changes: 5 additions & 5 deletions bindings/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wallet-standard/core",
"version": "1.3.1",
"version": "1.3.2",
"description": "Node.js native bindings for the Open Wallet Standard",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -31,10 +31,10 @@
"@napi-rs/cli": "^2.18.0"
},
"optionalDependencies": {
"@open-wallet-standard/core-linux-x64-gnu": "1.3.1",
"@open-wallet-standard/core-linux-arm64-gnu": "1.3.1",
"@open-wallet-standard/core-darwin-x64": "1.3.1",
"@open-wallet-standard/core-darwin-arm64": "1.3.1"
"@open-wallet-standard/core-linux-x64-gnu": "1.3.2",
"@open-wallet-standard/core-linux-arm64-gnu": "1.3.2",
"@open-wallet-standard/core-darwin-x64": "1.3.2",
"@open-wallet-standard/core-darwin-arm64": "1.3.2"
},
"license": "MIT",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions bindings/python/Cargo.lock

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

2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ows-python"
version = "1.3.1"
version = "1.3.2"
edition = "2021"
description = "Python native bindings for the Open Wallet Standard"

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "open-wallet-standard"
version = "1.3.1"
version = "1.3.2"
description = "Python native bindings for the Open Wallet Standard"
requires-python = ">=3.8"
license = { text = "MIT" }
Expand Down
10 changes: 5 additions & 5 deletions ows/Cargo.lock

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

12 changes: 6 additions & 6 deletions ows/crates/ows-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ows-cli"
version = "1.3.1"
version = "1.3.2"
edition = "2021"
license = "MIT"
description = "CLI for the Open Wallet Standard"
Expand All @@ -12,9 +12,9 @@ name = "ows"
path = "src/main.rs"

[dependencies]
ows-core = { path = "../ows-core", version = "=1.3.1" }
ows-signer = { path = "../ows-signer", version = "=1.3.1" }
ows-lib = { path = "../ows-lib", version = "=1.3.1" }
ows-core = { path = "../ows-core", version = "=1.3.2" }
ows-signer = { path = "../ows-signer", version = "=1.3.2" }
ows-lib = { path = "../ows-lib", version = "=1.3.2" }
clap = { version = "4", features = ["derive", "env"] }
serde_json = "1"
chrono = { version = "0.4", features = ["serde"] }
Expand All @@ -25,8 +25,8 @@ tempfile = "3"
rpassword = "7"
serde = { version = "1", features = ["derive"] }
zeroize = "1"
ows-pay = { path = "../ows-pay", version = "=1.3.1" }
ows-pay = { path = "../ows-pay", version = "=1.3.2" }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }

[dev-dependencies]
ows-signer = { path = "../ows-signer", version = "=1.3.1", features = ["fast-kdf"] }
ows-signer = { path = "../ows-signer", version = "=1.3.2", features = ["fast-kdf"] }
2 changes: 1 addition & 1 deletion ows/crates/ows-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ows-core"
version = "1.3.1"
version = "1.3.2"
edition = "2021"
license = "MIT"
description = "Core types and traits for the Open Wallet Standard"
Expand Down
8 changes: 4 additions & 4 deletions ows/crates/ows-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ows-lib"
version = "1.3.1"
version = "1.3.2"
edition = "2021"
license = "MIT"
description = "High-level library API for the Open Wallet Standard"
Expand All @@ -12,8 +12,8 @@ default = []
fast-kdf = ["ows-signer/fast-kdf"]

[dependencies]
ows-core = { path = "../ows-core", version = "=1.3.1" }
ows-signer = { path = "../ows-signer", version = "=1.3.1" }
ows-core = { path = "../ows-core", version = "=1.3.2" }
ows-signer = { path = "../ows-signer", version = "=1.3.2" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
chrono = { version = "0.4", features = ["serde"] }
Expand All @@ -35,4 +35,4 @@ sha3 = "0.10"
k256 = { version = "0.13", features = ["ecdsa"] }
ed25519-dalek = "2"
bs58 = "0.5"
ows-signer = { path = "../ows-signer", version = "=1.3.1", features = ["fast-kdf"] }
ows-signer = { path = "../ows-signer", version = "=1.3.2", features = ["fast-kdf"] }
4 changes: 2 additions & 2 deletions ows/crates/ows-pay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "ows-pay"
version = "1.3.1"
version = "1.3.2"
edition = "2021"
license = "MIT"
description = "Payment client for the Open Wallet Standard (x402)"
repository = "https://github.com/open-wallet-standard/core"

[dependencies]
# Core types (ChainType, parse_chain, etc.)
ows-core = { path = "../ows-core", version = "=1.3.1" }
ows-core = { path = "../ows-core", version = "=1.3.2" }

# HTTP
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions ows/crates/ows-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ows-signer"
version = "1.3.1"
version = "1.3.2"
edition = "2021"
license = "MIT"
description = "Cryptographic signing and key management for the Open Wallet Standard"
Expand All @@ -12,7 +12,7 @@ default = []
fast-kdf = []

[dependencies]
ows-core = { path = "../ows-core", version = "=1.3.1" }
ows-core = { path = "../ows-core", version = "=1.3.2" }
xrpl-rust = { version = "1.1.0", default-features = false, features = ["core"] }
k256 = { version = "0.13", features = ["ecdsa", "arithmetic"] }
ed25519-dalek = { version = "2", features = ["hazmat"] }
Expand Down
2 changes: 1 addition & 1 deletion skills/ows/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: ows
description: Secure, local-first multi-chain wallet management — create wallets, derive addresses, sign messages and transactions across EVM, Solana, XRPL, Sui, Bitcoin, Cosmos, Tron, TON, Spark, and Filecoin via CLI, Node.js, or Python.
version: 1.3.1
version: 1.3.2
metadata:
openclaw:
requires:
Expand Down
2 changes: 1 addition & 1 deletion website-docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</aside>

<main class="docs-content">
<h1>Open Wallet Standard v1.3.1</h1>
<h1>Open Wallet Standard v1.3.2</h1>
<p class="subtitle">An open standard for local wallet storage, delegated agent access, and policy-gated signing.</p>

<h2>Abstract</h2>
Expand Down
Loading