diff --git a/yarn-project/circuits.js/src/abis/__snapshots__/abis.test.ts.snap b/yarn-project/circuits.js/src/abis/__snapshots__/abis.test.ts.snap index 61ad9e089cd..f297d6a2a49 100644 --- a/yarn-project/circuits.js/src/abis/__snapshots__/abis.test.ts.snap +++ b/yarn-project/circuits.js/src/abis/__snapshots__/abis.test.ts.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`abis wasm bindings compute globals hash 1`] = ` +exports[`abis compute globals hash 1`] = ` Fr { "asBigInt": 19996198784166720428914107076917074510032365849254400404611644441094528984289n, "asBuffer": { @@ -43,7 +43,7 @@ Fr { } `; -exports[`abis wasm bindings compute private call stack item hash 1`] = ` +exports[`abis compute private call stack item hash 1`] = ` Fr { "asBigInt": 3230879723118793997125108252427471059552102155544558929105689542823769599571n, "asBuffer": { @@ -86,7 +86,7 @@ Fr { } `; -exports[`abis wasm bindings compute public call stack item hash 1`] = ` +exports[`abis compute public call stack item hash 1`] = ` Fr { "asBigInt": 1369626479296628599511967895314683808250163038382688147156251959177959447826n, "asBuffer": { @@ -129,7 +129,7 @@ Fr { } `; -exports[`abis wasm bindings compute secret message hash 1`] = ` +exports[`abis compute secret message hash 1`] = ` Fr { "asBigInt": 6220068662483113241527007349428551778669520744131373768997518428761948042030n, "asBuffer": { @@ -172,7 +172,7 @@ Fr { } `; -exports[`abis wasm bindings compute tx hash 1`] = ` +exports[`abis compute tx hash 1`] = ` Fr { "asBigInt": 11028384086470399424960241201065432836500251313078792361310973684322431200173n, "asBuffer": { @@ -215,7 +215,7 @@ Fr { } `; -exports[`abis wasm bindings computes a complete address 1`] = ` +exports[`abis computes a complete address 1`] = ` CompleteAddress { "address": AztecAddress { "asBigInt": 11147987456032716744065611270804907827731877483785437429582589518717493164615n, @@ -383,7 +383,7 @@ CompleteAddress { } `; -exports[`abis wasm bindings computes a contract address from partial 1`] = ` +exports[`abis computes a contract address from partial 1`] = ` AztecAddress { "asBigInt": 15451914702384811781262267264665450579243110288870049455159710794697789874663n, "asBuffer": { @@ -426,7 +426,7 @@ AztecAddress { } `; -exports[`abis wasm bindings computes a function leaf 1`] = ` +exports[`abis computes a function leaf 1`] = ` Fr { "asBigInt": 8957681167943973616438847631514238173699549883609341685749385526208761312950n, "asBuffer": { @@ -469,7 +469,7 @@ Fr { } `; -exports[`abis wasm bindings computes a function selector 1`] = ` +exports[`abis computes a function selector 1`] = ` { "data": [ 169, @@ -481,7 +481,7 @@ exports[`abis wasm bindings computes a function selector 1`] = ` } `; -exports[`abis wasm bindings computes block hash with globals 1`] = ` +exports[`abis computes block hash with globals 1`] = ` Fr { "asBigInt": 7177915431153102916601456081755280584460785548870192083974540199919775120827n, "asBuffer": { @@ -524,7 +524,7 @@ Fr { } `; -exports[`abis wasm bindings computes commitment nonce 1`] = ` +exports[`abis computes commitment nonce 1`] = ` Fr { "asBigInt": 7653394882992289714855533169019502055399179742531912347686813547951736946253n, "asBuffer": { @@ -567,7 +567,7 @@ Fr { } `; -exports[`abis wasm bindings computes contract leaf 1`] = ` +exports[`abis computes contract leaf 1`] = ` Fr { "asBigInt": 16936439505140127403707082829495438425474294111732402569080458144683824428771n, "asBuffer": { @@ -610,7 +610,7 @@ Fr { } `; -exports[`abis wasm bindings computes function tree root 1`] = ` +exports[`abis computes function tree root 1`] = ` Fr { "asBigInt": 21090938391652199999535994101952511109725456907725564751008805452452294036010n, "asBuffer": { @@ -653,7 +653,7 @@ Fr { } `; -exports[`abis wasm bindings computes public data tree index 1`] = ` +exports[`abis computes public data tree index 1`] = ` Fr { "asBigInt": 9076808949980998475110411569159266589807853958487763065147292518713994520820n, "asBuffer": { @@ -696,7 +696,7 @@ Fr { } `; -exports[`abis wasm bindings computes public data tree value 1`] = ` +exports[`abis computes public data tree value 1`] = ` Fr { "asBigInt": 3n, "asBuffer": { @@ -739,7 +739,7 @@ Fr { } `; -exports[`abis wasm bindings computes siloed commitment 1`] = ` +exports[`abis computes siloed commitment 1`] = ` Fr { "asBigInt": 7262347077404413274044670947879391583109741657896097604752287127491776887739n, "asBuffer": { @@ -782,7 +782,7 @@ Fr { } `; -exports[`abis wasm bindings computes siloed nullifier 1`] = ` +exports[`abis computes siloed nullifier 1`] = ` Fr { "asBigInt": 10521714890263159342521589827909786073566333899903358017581007142888032736115n, "asBuffer": { @@ -825,7 +825,7 @@ Fr { } `; -exports[`abis wasm bindings computes unique commitment 1`] = ` +exports[`abis computes unique commitment 1`] = ` Fr { "asBigInt": 13000121189816960667906065043973697710794195579570622293955220571859166513128n, "asBuffer": { @@ -868,7 +868,7 @@ Fr { } `; -exports[`abis wasm bindings computes zero contract leaf 1`] = ` +exports[`abis computes zero contract leaf 1`] = ` Fr { "asBigInt": 0n, "asBuffer": { @@ -911,7 +911,7 @@ Fr { } `; -exports[`abis wasm bindings hashes VK 1`] = ` +exports[`abis hashes VK 1`] = ` { "data": [ 4, @@ -951,7 +951,7 @@ exports[`abis wasm bindings hashes VK 1`] = ` } `; -exports[`abis wasm bindings hashes a tx request 1`] = ` +exports[`abis hashes a tx request 1`] = ` { "data": [ 24, @@ -991,7 +991,7 @@ exports[`abis wasm bindings hashes a tx request 1`] = ` } `; -exports[`abis wasm bindings hashes constructor info 1`] = ` +exports[`abis hashes constructor info 1`] = ` Fr { "asBigInt": 8554563246648466207128694080427818093826588702256491720155365584899927973422n, "asBuffer": { @@ -1034,7 +1034,7 @@ Fr { } `; -exports[`abis wasm bindings hashes empty function args 1`] = ` +exports[`abis hashes empty function args 1`] = ` Fr { "asBigInt": 0n, "asBuffer": { @@ -1077,7 +1077,7 @@ Fr { } `; -exports[`abis wasm bindings hashes function args 1`] = ` +exports[`abis hashes function args 1`] = ` Fr { "asBigInt": 11839099223661714814196842233383119055519657007373713796026764119292399532830n, "asBuffer": { @@ -1120,7 +1120,7 @@ Fr { } `; -exports[`abis wasm bindings hashes many function args 1`] = ` +exports[`abis hashes many function args 1`] = ` Fr { "asBigInt": 9368119665570837995905174888524883816390941475336228173888734493993721486827n, "asBuffer": {