payid 0.4.8 → 0.5.0
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/dist/{chunk-K2FSXHVA.js → chunk-4RDYA3QD.js} +1 -1
- package/dist/{chunk-AOKLY2QN.js → chunk-J3SM3HWZ.js} +1 -1
- package/dist/{chunk-RCXMRX4F.js → chunk-RICUEGTH.js} +1 -1
- package/dist/{chunk-TIK4HPDU.js → chunk-UBYKCXWR.js} +5 -2
- package/dist/{chunk-E262BLMV.js → chunk-YGCGT2JP.js} +1 -1
- package/dist/{chunk-7U3P7XJE.js → chunk-YKCMGGYB.js} +2 -2
- package/dist/context/index.js +2 -2
- package/dist/core/client/index.js +2 -2
- package/dist/core/server/index.js +2 -2
- package/dist/index.js +6 -6
- package/dist/issuer/index.js +2 -2
- package/package.json +2 -2
|
@@ -239,11 +239,14 @@ function stableStringify(obj) {
|
|
|
239
239
|
}
|
|
240
240
|
return JSON.stringify(obj);
|
|
241
241
|
}
|
|
242
|
+
function toUtf8Bytes(str) {
|
|
243
|
+
return new TextEncoder().encode(str);
|
|
244
|
+
}
|
|
242
245
|
function hashContext(context) {
|
|
243
|
-
return keccak256(
|
|
246
|
+
return keccak256(toUtf8Bytes(stableStringify(context)));
|
|
244
247
|
}
|
|
245
248
|
function hashRuleSet(ruleConfig) {
|
|
246
|
-
return keccak256(
|
|
249
|
+
return keccak256(toUtf8Bytes(stableStringify(ruleConfig)));
|
|
247
250
|
}
|
|
248
251
|
|
|
249
252
|
// src/decision-proof/generate.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/issuer/signAttestation.ts
|
|
2
|
-
import { keccak256, toUtf8Bytes } from "ethers";
|
|
2
|
+
import { keccak256, toUtf8Bytes, getBytes } from "ethers";
|
|
3
3
|
async function signAttestation(issuerWallet, payload, ttlSeconds = 60) {
|
|
4
4
|
const issuedAt = Math.floor(Date.now() / 1e3);
|
|
5
5
|
const expiresAt = issuedAt + ttlSeconds;
|
|
@@ -7,7 +7,7 @@ async function signAttestation(issuerWallet, payload, ttlSeconds = 60) {
|
|
|
7
7
|
toUtf8Bytes(JSON.stringify(payload))
|
|
8
8
|
);
|
|
9
9
|
const signature = await issuerWallet.signMessage(
|
|
10
|
-
|
|
10
|
+
getBytes(hash)
|
|
11
11
|
);
|
|
12
12
|
return {
|
|
13
13
|
issuer: issuerWallet.address,
|
package/dist/context/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createPayID
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-YGCGT2JP.js";
|
|
4
4
|
import "../../chunk-GG34PNTF.js";
|
|
5
5
|
import "../../chunk-MXKZJKXE.js";
|
|
6
6
|
import "../../chunk-6VPSJFO4.js";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-UBYKCXWR.js";
|
|
8
8
|
import "../../chunk-5ZEKI5Y2.js";
|
|
9
9
|
import "../../chunk-R5U7XKVJ.js";
|
|
10
10
|
export {
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
context_exports
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RICUEGTH.js";
|
|
4
4
|
import {
|
|
5
5
|
issuer_exports
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-J3SM3HWZ.js";
|
|
7
|
+
import "./chunk-YKCMGGYB.js";
|
|
8
8
|
import {
|
|
9
9
|
rule_exports
|
|
10
10
|
} from "./chunk-ILV7Z3IN.js";
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
} from "./chunk-Y75PSD7U.js";
|
|
14
14
|
import {
|
|
15
15
|
client_exports
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-YGCGT2JP.js";
|
|
17
17
|
import "./chunk-GG34PNTF.js";
|
|
18
18
|
import "./chunk-MXKZJKXE.js";
|
|
19
19
|
import "./chunk-6VPSJFO4.js";
|
|
@@ -22,12 +22,12 @@ import {
|
|
|
22
22
|
buildPayETHCallData,
|
|
23
23
|
buildUserOperation,
|
|
24
24
|
server_exports
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-4RDYA3QD.js";
|
|
26
26
|
import {
|
|
27
27
|
evaluate,
|
|
28
28
|
generateDecisionProof,
|
|
29
29
|
resolveRule
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-UBYKCXWR.js";
|
|
31
31
|
import "./chunk-5ZEKI5Y2.js";
|
|
32
32
|
import {
|
|
33
33
|
__export
|
package/dist/issuer/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-J3SM3HWZ.js";
|
|
2
2
|
import {
|
|
3
3
|
issueEnvContext,
|
|
4
4
|
issueOracleContext,
|
|
5
5
|
issueRiskContext,
|
|
6
6
|
issueStateContext,
|
|
7
7
|
signAttestation
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-YKCMGGYB.js";
|
|
9
9
|
import "../chunk-R5U7XKVJ.js";
|
|
10
10
|
export {
|
|
11
11
|
issueEnvContext,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payid",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"ethers": "^6.16.0",
|
|
40
|
-
"payid-rule-engine": "^0.
|
|
40
|
+
"payid-rule-engine": "^0.3.0",
|
|
41
41
|
"payid-types": "^0.1.9"
|
|
42
42
|
},
|
|
43
43
|
"files": [
|