chit402-verify 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ curl -s https://api.chit402.com/receipt/task-123?format=json | npx chit402-verif
|
|
|
48
48
|
| Check | Requires Network? | Description |
|
|
49
49
|
|-------|-------------------|-------------|
|
|
50
50
|
| Payment binding | No | Recompute commitment from receipt fields |
|
|
51
|
-
| Issuer signature | No | ES256
|
|
51
|
+
| Issuer signature | No | ES256 — pinned `issuer_jwk` on receipt, or JWKS file |
|
|
52
52
|
| Output hash | No | Hash is on the receipt |
|
|
53
53
|
| On-chain settlement | Yes | Query Base RPC for tx |
|
|
54
54
|
| Nullifier anchor | Yes | Query ZKVerifierSP1 contract |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chit402-verify",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Chit402 receipt verification — verify payment binding and output commitment offline.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"directory": "packages/aliases/chit402-verify"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@xfuel/verify": "^0.1.
|
|
57
|
+
"@xfuel/verify": "^0.1.1"
|
|
58
58
|
}
|
|
59
59
|
}
|