Skip to content

Commit

Permalink
updated snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Feb 5, 2024
1 parent 2df9501 commit da634e1
Show file tree
Hide file tree
Showing 7 changed files with 584 additions and 540 deletions.
43 changes: 0 additions & 43 deletions yarn-project/circuits.js/src/abis/__snapshots__/abis.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,49 +8,6 @@ exports[`abis Computes an empty nullifier hash 1`] = `"0x066e6cdc4a6ba5e4781ded

exports[`abis Computes an empty sideeffect hash 1`] = `"0x27b1d0839a5b23baf12a8d195b18ac288fcf401afb2f70b8a4b529ede5fa9fed"`;

exports[`abis compute private call stack item hash 1`] = `
Fr {
"asBigInt": 20809484660315254497535468009354600907499263083154533860853878665971818104219n,
"asBuffer": {
"data": [
46,
1,
192,
60,
242,
95,
113,
243,
178,
218,
79,
199,
55,
206,
59,
194,
234,
24,
158,
215,
200,
157,
95,
167,
67,
42,
204,
172,
237,
37,
5,
155,
],
"type": "Buffer",
},
}
`;

exports[`abis compute public call stack item hash 1`] = `
Fr {
"asBigInt": 4942803204430729321299247114280769628204291639882373728884145897482860239103n,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,46 @@ Fr {
},
}
`;

exports[`PrivateCallStackItem computes hash 1`] = `
Fr {
"asBigInt": 6917711529962537249327096759686269682841207534538667857996976806274851714088n,
"asBuffer": {
"data": [
15,
75,
73,
53,
142,
98,
8,
62,
228,
35,
126,
174,
200,
5,
166,
123,
130,
60,
13,
160,
0,
199,
144,
77,
76,
212,
129,
232,
196,
152,
180,
40,
],
"type": "Buffer",
},
}
`;
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`PublicCallStackItem computes hash 1`] = `
Fr {
"asBigInt": 21083506383287217425295039971423278330073026042631744223709570040299661814284n,
"asBuffer": {
"data": [
46,
156,
215,
123,
140,
169,
181,
209,
208,
197,
70,
74,
61,
112,
87,
194,
89,
68,
53,
181,
239,
169,
58,
168,
66,
92,
84,
75,
166,
83,
234,
12,
],
"type": "Buffer",
},
}
`;
Loading

0 comments on commit da634e1

Please sign in to comment.