diff --git a/Cargo.lock b/Cargo.lock index 68742f3..11a2f74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2036,9 +2036,9 @@ dependencies = [ [[package]] name = "libveritas" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6509a45e4b44e68fbcf5748dccb74d15f50fd02919c784bf5155dc8792d42580" +checksum = "a640a4f8a32bfc381e67d80ae0ac8e6e7b139073dba53556474d18ab81fe33b8" dependencies = [ "base64 0.22.1", "borsh", @@ -2055,9 +2055,9 @@ dependencies = [ [[package]] name = "libveritas_testutil" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b61380363c1103e67fe02f7b0d5e2eea75ade8fa74a185c3bd6f875909371ed" +checksum = "677cf31a735595a5fe6f4d17df083778b5baabc9411ebb4894de519b9dd9d085" dependencies = [ "bitcoin", "borsh", diff --git a/Cargo.toml b/Cargo.toml index e0aea0a..bb64d9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ authors = ["Buffrr "] [workspace.dependencies] fabric-resolver = { path = "fabric", version = "0.2.5" } -libveritas = { version = "0.3.1" } -libveritas_testutil = { version = "0.3.1" } +libveritas = { version = "0.3.3" } +libveritas_testutil = { version = "0.3.3" } spaces_client = { version = "0.2.1" } spaces_protocol = { version = "0.2.1" } diff --git a/fabric/go/go.mod b/fabric/go/go.mod index 882e7af..0ae03e2 100644 --- a/fabric/go/go.mod +++ b/fabric/go/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/btcsuite/btcd/btcec/v2 v2.3.6 - github.com/spacesprotocol/libveritas-go v0.3.1 + github.com/spacesprotocol/libveritas-go v0.3.3 ) require ( diff --git a/fabric/go/go.sum b/fabric/go/go.sum index 620a083..0baf8c7 100644 --- a/fabric/go/go.sum +++ b/fabric/go/go.sum @@ -8,5 +8,5 @@ github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK github.com/decred/dcrd/crypto/blake256 v1.0.0/go.mod h1:sQl2p6Y26YV+ZOcSTP6thNdn47hh8kt6rqSlvmrXFAc= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 h1:YLtO71vCjJRCBcrPMtQ9nqBsqpA1m5sE92cU+pd5Mcc= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1/go.mod h1:hyedUtir6IdtD/7lIxGeCxkaw7y45JueMRL4DIyJDKs= -github.com/spacesprotocol/libveritas-go v0.3.1 h1:MN7DkFvuySiv006iE5xBZc0SUAwi7QB3aO1iuWjKeQ8= -github.com/spacesprotocol/libveritas-go v0.3.1/go.mod h1:HXnX2FNL43ueJuedsQwX9GF5jRHYZLqXYfFLWz900H8= +github.com/spacesprotocol/libveritas-go v0.3.3 h1:kLiYBLp9vdsoIEYZHRZ+Eo9uKd02Vi02raYFhFZ97lw= +github.com/spacesprotocol/libveritas-go v0.3.3/go.mod h1:HXnX2FNL43ueJuedsQwX9GF5jRHYZLqXYfFLWz900H8= diff --git a/fabric/js/fabric-react-native/package.json b/fabric/js/fabric-react-native/package.json index 5a4460a..e2036fa 100644 --- a/fabric/js/fabric-react-native/package.json +++ b/fabric/js/fabric-react-native/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@spacesprotocol/fabric-core": "*", - "@spacesprotocol/react-native-libveritas": "^0.3.1", + "@spacesprotocol/react-native-libveritas": "^0.3.3", "uniffi-bindgen-react-native": "0.29.3-1" }, "devDependencies": { diff --git a/fabric/js/fabric-web/package.json b/fabric/js/fabric-web/package.json index d98cf75..d9afaff 100644 --- a/fabric/js/fabric-web/package.json +++ b/fabric/js/fabric-web/package.json @@ -27,7 +27,7 @@ "dependencies": { "@noble/curves": "^1.8.0", "@spacesprotocol/fabric-core": "*", - "@spacesprotocol/libveritas": "^0.3.1" + "@spacesprotocol/libveritas": "^0.3.3" }, "devDependencies": { "@types/node": "^25.5.0", diff --git a/fabric/js/package-lock.json b/fabric/js/package-lock.json index e103456..8e41d2a 100644 --- a/fabric/js/package-lock.json +++ b/fabric/js/package-lock.json @@ -27,8 +27,8 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@spacesprotocol/fabric-core": "^0.1.0", - "@spacesprotocol/react-native-libveritas": "^0.3.1", + "@spacesprotocol/fabric-core": "*", + "@spacesprotocol/react-native-libveritas": "^0.3.3", "uniffi-bindgen-react-native": "0.29.3-1" }, "devDependencies": { @@ -41,8 +41,8 @@ "license": "MIT", "dependencies": { "@noble/curves": "^1.8.0", - "@spacesprotocol/fabric-core": "^0.1.0", - "@spacesprotocol/libveritas": "^0.3.1" + "@spacesprotocol/fabric-core": "*", + "@spacesprotocol/libveritas": "^0.3.3" }, "bin": { "fabric": "dist/cli.js" @@ -972,14 +972,14 @@ "link": true }, "node_modules/@spacesprotocol/libveritas": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@spacesprotocol/libveritas/-/libveritas-0.3.1.tgz", - "integrity": "sha512-xcM/syYCnr5TKvSXq5zNSOmq6vcZDyPzpEMxJsABr0DuQMXWBPlm7Bn7ea3ri576/Z3wOqmHwxj59q4UnSg1Hg==" + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@spacesprotocol/libveritas/-/libveritas-0.3.3.tgz", + "integrity": "sha512-Tl9P77c+js0g5e/5Gg7ODGtxDBB1XPYIjf+P9mWkCT4mx6IqO17Sm/kwYJUdqc+dyQiOQmTlpyQCj0no6lGokA==" }, "node_modules/@spacesprotocol/react-native-libveritas": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@spacesprotocol/react-native-libveritas/-/react-native-libveritas-0.3.1.tgz", - "integrity": "sha512-MT8QX0yHX7YBgUJHYK6KTkzzkjigVCNhcTdipXXnHvXfI0wmhdxlfvzS3Sa0uhtVvU1J6fyhVK8vJ/ULUaohjg==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@spacesprotocol/react-native-libveritas/-/react-native-libveritas-0.3.3.tgz", + "integrity": "sha512-T/yDJKFHX4fYGF9j2Z67yJiIrEffyOLZWaTYV1WZx9gz5TzdCGiOefJL5M5EI87U/tpML5G9eNl4oC3h+Iy61Q==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/fabric/kotlin/build.gradle.kts b/fabric/kotlin/build.gradle.kts index 424b3b6..ac67aa0 100644 --- a/fabric/kotlin/build.gradle.kts +++ b/fabric/kotlin/build.gradle.kts @@ -19,9 +19,9 @@ dependencies { // compileOnly — consumers provide the right variant at runtime: // Android: org.spacesprotocol:libveritas (AAR) // JVM: org.spacesprotocol:libveritas-jvm (JAR) - compileOnly("org.spacesprotocol:libveritas-jvm:0.3.1") + compileOnly("org.spacesprotocol:libveritas-jvm:0.3.3") // CLI needs it at runtime - runtimeOnly("org.spacesprotocol:libveritas-jvm:0.3.1") + runtimeOnly("org.spacesprotocol:libveritas-jvm:0.3.3") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3") compileOnly("fr.acinq.secp256k1:secp256k1-kmp:0.17.3") diff --git a/fabric/python/pyproject.toml b/fabric/python/pyproject.toml index d559276..b1046d5 100644 --- a/fabric/python/pyproject.toml +++ b/fabric/python/pyproject.toml @@ -3,7 +3,7 @@ name = "fabric-resolver" version = "0.1.0" description = "Python client for the certrelay fabric network" requires-python = ">=3.10" -dependencies = ["libveritas>=0.3.1"] +dependencies = ["libveritas>=0.3.3"] [project.optional-dependencies] signing = ["coincurve"] diff --git a/fabric/swift/Package.swift b/fabric/swift/Package.swift index ae818c5..5ae621c 100644 --- a/fabric/swift/Package.swift +++ b/fabric/swift/Package.swift @@ -9,7 +9,7 @@ let package = Package( .executable(name: "fabric", targets: ["FabricCLI"]), ], dependencies: [ - .package(url: "https://github.com/spacesprotocol/libveritas-swift.git", exact: "0.3.1"), + .package(url: "https://github.com/spacesprotocol/libveritas-swift.git", exact: "0.3.3"), .package(url: "https://github.com/21-DOT-DEV/swift-secp256k1.git", exact: "0.17.0"), ], targets: [