@aztec/txe 5.0.0 → 5.0.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/dest/AuthRegistry-56AMRLSQ.js +3 -0
- package/dest/AuthRegistry-56AMRLSQ.js.map +7 -0
- package/dest/HandshakeRegistry-D2W3AOPD.js +3 -0
- package/dest/HandshakeRegistry-D2W3AOPD.js.map +7 -0
- package/dest/{MultiCallEntrypoint-TGICA67H.js → MultiCallEntrypoint-MIDICLQB.js} +1 -1
- package/dest/{MultiCallEntrypoint-TGICA67H.js.map → MultiCallEntrypoint-MIDICLQB.js.map} +2 -2
- package/dest/SchnorrAccount-HNL7EN7Y.js +3 -0
- package/dest/SchnorrAccount-HNL7EN7Y.js.map +7 -0
- package/dest/SchnorrInitializerlessAccount-TFAFXZW6.js +3 -0
- package/dest/SchnorrInitializerlessAccount-TFAFXZW6.js.map +7 -0
- package/dest/bin/index.js +1 -1
- package/dest/{chunk-YP4ODNMQ.js → chunk-EKHK6CRD.js} +7 -7
- package/dest/{chunk-YP4ODNMQ.js.map → chunk-EKHK6CRD.js.map} +4 -4
- package/dest/{chunk-PDOEF22H.js → chunk-RELAEYUE.js} +2 -2
- package/dest/metafile.json +338 -256
- package/dest/oracle/interfaces.d.ts +5 -1
- package/dest/oracle/interfaces.d.ts.map +1 -1
- package/dest/oracle/txe_oracle_registry.d.ts +3 -1
- package/dest/oracle/txe_oracle_registry.d.ts.map +1 -1
- package/dest/oracle/txe_oracle_registry.js +8 -0
- package/dest/oracle/txe_oracle_top_level_context.d.ts +17 -4
- package/dest/oracle/txe_oracle_top_level_context.d.ts.map +1 -1
- package/dest/oracle/txe_oracle_top_level_context.js +22 -6
- package/dest/oracle/txe_oracle_version.d.ts +2 -2
- package/dest/oracle/txe_oracle_version.js +2 -2
- package/dest/rpc_translator.d.ts +3 -1
- package/dest/rpc_translator.d.ts.map +1 -1
- package/dest/rpc_translator.js +16 -0
- package/dest/server.bundle.js +1 -1
- package/dest/txe_session.d.ts +2 -1
- package/dest/txe_session.d.ts.map +1 -1
- package/dest/txe_session.js +11 -5
- package/dest/worker.bundle.js +1 -1
- package/package.json +17 -17
- package/src/oracle/interfaces.ts +4 -0
- package/src/oracle/txe_oracle_registry.ts +4 -0
- package/src/oracle/txe_oracle_top_level_context.ts +28 -2
- package/src/oracle/txe_oracle_version.ts +2 -2
- package/src/rpc_translator.ts +18 -0
- package/src/txe_session.ts +14 -4
- package/dest/AuthRegistry-FSRZIMX6.js +0 -3
- package/dest/AuthRegistry-FSRZIMX6.js.map +0 -7
- package/dest/HandshakeRegistry-KKUEU7XW.js +0 -3
- package/dest/HandshakeRegistry-KKUEU7XW.js.map +0 -7
- package/dest/SchnorrAccount-J5T6OKR3.js +0 -3
- package/dest/SchnorrAccount-J5T6OKR3.js.map +0 -7
- package/dest/SchnorrInitializerlessAccount-OOES6Q4F.js +0 -3
- package/dest/SchnorrInitializerlessAccount-OOES6Q4F.js.map +0 -7
- /package/dest/{chunk-PDOEF22H.js.map → chunk-RELAEYUE.js.map} +0 -0
package/dest/metafile.json
CHANGED
|
@@ -1513,7 +1513,7 @@
|
|
|
1513
1513
|
"format": "esm"
|
|
1514
1514
|
},
|
|
1515
1515
|
"../constants/dest/constants.gen.js": {
|
|
1516
|
-
"bytes":
|
|
1516
|
+
"bytes": 35520,
|
|
1517
1517
|
"imports": [],
|
|
1518
1518
|
"format": "esm"
|
|
1519
1519
|
},
|
|
@@ -2517,7 +2517,7 @@
|
|
|
2517
2517
|
"format": "esm"
|
|
2518
2518
|
},
|
|
2519
2519
|
"../stdlib/dest/logs/shared_secret_derivation.js": {
|
|
2520
|
-
"bytes":
|
|
2520
|
+
"bytes": 2722,
|
|
2521
2521
|
"imports": [
|
|
2522
2522
|
{
|
|
2523
2523
|
"path": "../constants/dest/constants.js",
|
|
@@ -2534,6 +2534,11 @@
|
|
|
2534
2534
|
"kind": "import-statement",
|
|
2535
2535
|
"original": "@aztec/foundation/crypto/poseidon"
|
|
2536
2536
|
},
|
|
2537
|
+
{
|
|
2538
|
+
"path": "../foundation/dest/curves/grumpkin/index.js",
|
|
2539
|
+
"kind": "import-statement",
|
|
2540
|
+
"original": "@aztec/foundation/curves/grumpkin"
|
|
2541
|
+
},
|
|
2537
2542
|
{
|
|
2538
2543
|
"path": "<runtime>",
|
|
2539
2544
|
"kind": "import-statement",
|
|
@@ -12006,7 +12011,7 @@
|
|
|
12006
12011
|
"format": "esm"
|
|
12007
12012
|
},
|
|
12008
12013
|
"../accounts/artifacts/SchnorrAccount.json": {
|
|
12009
|
-
"bytes":
|
|
12014
|
+
"bytes": 249014,
|
|
12010
12015
|
"imports": []
|
|
12011
12016
|
},
|
|
12012
12017
|
"../accounts/dest/schnorr/private_immutable/lazy.js": {
|
|
@@ -12046,7 +12051,7 @@
|
|
|
12046
12051
|
"format": "esm"
|
|
12047
12052
|
},
|
|
12048
12053
|
"../accounts/artifacts/SchnorrInitializerlessAccount.json": {
|
|
12049
|
-
"bytes":
|
|
12054
|
+
"bytes": 135269,
|
|
12050
12055
|
"imports": []
|
|
12051
12056
|
},
|
|
12052
12057
|
"../accounts/dest/schnorr/initializerless/lazy.js": {
|
|
@@ -16637,7 +16642,7 @@
|
|
|
16637
16642
|
"format": "esm"
|
|
16638
16643
|
},
|
|
16639
16644
|
"../pxe/dest/notes/note_service.js": {
|
|
16640
|
-
"bytes":
|
|
16645
|
+
"bytes": 10089,
|
|
16641
16646
|
"imports": [
|
|
16642
16647
|
{
|
|
16643
16648
|
"path": "../foundation/dest/collection/index.js",
|
|
@@ -19452,7 +19457,7 @@
|
|
|
19452
19457
|
"format": "esm"
|
|
19453
19458
|
},
|
|
19454
19459
|
"../pxe/dest/contract_function_simulator/oracle/oracle_registry.js": {
|
|
19455
|
-
"bytes":
|
|
19460
|
+
"bytes": 26780,
|
|
19456
19461
|
"imports": [
|
|
19457
19462
|
{
|
|
19458
19463
|
"path": "../constants/dest/constants.js",
|
|
@@ -19685,7 +19690,7 @@
|
|
|
19685
19690
|
"format": "esm"
|
|
19686
19691
|
},
|
|
19687
19692
|
"../pxe/dest/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.js": {
|
|
19688
|
-
"bytes":
|
|
19693
|
+
"bytes": 4104,
|
|
19689
19694
|
"imports": [
|
|
19690
19695
|
{
|
|
19691
19696
|
"path": "../stdlib/dest/logs/index.js",
|
|
@@ -19931,7 +19936,7 @@
|
|
|
19931
19936
|
"format": "esm"
|
|
19932
19937
|
},
|
|
19933
19938
|
"../pxe/dest/logs/log_service.js": {
|
|
19934
|
-
"bytes":
|
|
19939
|
+
"bytes": 11873,
|
|
19935
19940
|
"imports": [
|
|
19936
19941
|
{
|
|
19937
19942
|
"path": "../constants/dest/constants.js",
|
|
@@ -19958,6 +19963,11 @@
|
|
|
19958
19963
|
"kind": "import-statement",
|
|
19959
19964
|
"original": "../contract_function_simulator/noir-structs/resolved_tx.js"
|
|
19960
19965
|
},
|
|
19966
|
+
{
|
|
19967
|
+
"path": "../pxe/dest/storage/allowed_scopes.js",
|
|
19968
|
+
"kind": "import-statement",
|
|
19969
|
+
"original": "../storage/allowed_scopes.js"
|
|
19970
|
+
},
|
|
19961
19971
|
{
|
|
19962
19972
|
"path": "../pxe/dest/tagging/index.js",
|
|
19963
19973
|
"kind": "import-statement",
|
|
@@ -20040,7 +20050,7 @@
|
|
|
20040
20050
|
"format": "esm"
|
|
20041
20051
|
},
|
|
20042
20052
|
"../pxe/dest/contract_function_simulator/oracle/utility_execution_oracle.js": {
|
|
20043
|
-
"bytes":
|
|
20053
|
+
"bytes": 43708,
|
|
20044
20054
|
"imports": [
|
|
20045
20055
|
{
|
|
20046
20056
|
"path": "../foundation/dest/collection/index.js",
|
|
@@ -20137,6 +20147,11 @@
|
|
|
20137
20147
|
"kind": "import-statement",
|
|
20138
20148
|
"original": "../../oracle_version.js"
|
|
20139
20149
|
},
|
|
20150
|
+
{
|
|
20151
|
+
"path": "../pxe/dest/storage/allowed_scopes.js",
|
|
20152
|
+
"kind": "import-statement",
|
|
20153
|
+
"original": "../../storage/allowed_scopes.js"
|
|
20154
|
+
},
|
|
20140
20155
|
{
|
|
20141
20156
|
"path": "../pxe/dest/storage/fact_store/index.js",
|
|
20142
20157
|
"kind": "import-statement",
|
|
@@ -21513,7 +21528,7 @@
|
|
|
21513
21528
|
"format": "esm"
|
|
21514
21529
|
},
|
|
21515
21530
|
"../pxe/dest/storage/tagging_store/sender_tagging_store.js": {
|
|
21516
|
-
"bytes":
|
|
21531
|
+
"bytes": 24805,
|
|
21517
21532
|
"imports": [
|
|
21518
21533
|
{
|
|
21519
21534
|
"path": "../stdlib/dest/logs/index.js",
|
|
@@ -21658,7 +21673,7 @@
|
|
|
21658
21673
|
"format": "esm"
|
|
21659
21674
|
},
|
|
21660
21675
|
"../pxe/dest/pxe.js": {
|
|
21661
|
-
"bytes":
|
|
21676
|
+
"bytes": 51812,
|
|
21662
21677
|
"imports": [
|
|
21663
21678
|
{
|
|
21664
21679
|
"path": "../foundation/dest/branded-types/index.js",
|
|
@@ -22236,9 +22251,29 @@
|
|
|
22236
22251
|
],
|
|
22237
22252
|
"format": "esm"
|
|
22238
22253
|
},
|
|
22239
|
-
"../
|
|
22240
|
-
"bytes":
|
|
22254
|
+
"../standard-contracts/dest/make_standard_contract.js": {
|
|
22255
|
+
"bytes": 1699,
|
|
22241
22256
|
"imports": [
|
|
22257
|
+
{
|
|
22258
|
+
"path": "../foundation/dest/curves/bn254/index.js",
|
|
22259
|
+
"kind": "import-statement",
|
|
22260
|
+
"original": "@aztec/foundation/curves/bn254"
|
|
22261
|
+
},
|
|
22262
|
+
{
|
|
22263
|
+
"path": "../stdlib/dest/aztec-address/index.js",
|
|
22264
|
+
"kind": "import-statement",
|
|
22265
|
+
"original": "@aztec/stdlib/aztec-address"
|
|
22266
|
+
},
|
|
22267
|
+
{
|
|
22268
|
+
"path": "../stdlib/dest/keys/index.js",
|
|
22269
|
+
"kind": "import-statement",
|
|
22270
|
+
"original": "@aztec/stdlib/keys"
|
|
22271
|
+
},
|
|
22272
|
+
{
|
|
22273
|
+
"path": "../standard-contracts/dest/standard_contract_data.js",
|
|
22274
|
+
"kind": "import-statement",
|
|
22275
|
+
"original": "./standard_contract_data.js"
|
|
22276
|
+
},
|
|
22242
22277
|
{
|
|
22243
22278
|
"path": "<runtime>",
|
|
22244
22279
|
"kind": "import-statement",
|
|
@@ -22247,23 +22282,32 @@
|
|
|
22247
22282
|
],
|
|
22248
22283
|
"format": "esm"
|
|
22249
22284
|
},
|
|
22250
|
-
"../
|
|
22251
|
-
"bytes":
|
|
22285
|
+
"../standard-contracts/artifacts/AuthRegistry.json": {
|
|
22286
|
+
"bytes": 119327,
|
|
22287
|
+
"imports": []
|
|
22288
|
+
},
|
|
22289
|
+
"../standard-contracts/dest/auth-registry/lazy.js": {
|
|
22290
|
+
"bytes": 1270,
|
|
22252
22291
|
"imports": [
|
|
22253
22292
|
{
|
|
22254
|
-
"path": "../
|
|
22293
|
+
"path": "../stdlib/dest/abi/index.js",
|
|
22255
22294
|
"kind": "import-statement",
|
|
22256
|
-
"original": "@aztec/
|
|
22295
|
+
"original": "@aztec/stdlib/abi"
|
|
22257
22296
|
},
|
|
22258
22297
|
{
|
|
22259
|
-
"path": "../
|
|
22298
|
+
"path": "../standard-contracts/dest/make_standard_contract.js",
|
|
22260
22299
|
"kind": "import-statement",
|
|
22261
|
-
"original": "
|
|
22300
|
+
"original": "../make_standard_contract.js"
|
|
22262
22301
|
},
|
|
22263
22302
|
{
|
|
22264
|
-
"path": "../
|
|
22303
|
+
"path": "../standard-contracts/dest/auth-registry/constants.js",
|
|
22265
22304
|
"kind": "import-statement",
|
|
22266
|
-
"original": "./
|
|
22305
|
+
"original": "./constants.js"
|
|
22306
|
+
},
|
|
22307
|
+
{
|
|
22308
|
+
"path": "../standard-contracts/artifacts/AuthRegistry.json",
|
|
22309
|
+
"kind": "dynamic-import",
|
|
22310
|
+
"original": "../../artifacts/AuthRegistry.json"
|
|
22267
22311
|
},
|
|
22268
22312
|
{
|
|
22269
22313
|
"path": "<runtime>",
|
|
@@ -22273,6 +22317,98 @@
|
|
|
22273
22317
|
],
|
|
22274
22318
|
"format": "esm"
|
|
22275
22319
|
},
|
|
22320
|
+
"../standard-contracts/artifacts/HandshakeRegistry.json": {
|
|
22321
|
+
"bytes": 311424,
|
|
22322
|
+
"imports": []
|
|
22323
|
+
},
|
|
22324
|
+
"../standard-contracts/dest/handshake-registry/lazy.js": {
|
|
22325
|
+
"bytes": 1325,
|
|
22326
|
+
"imports": [
|
|
22327
|
+
{
|
|
22328
|
+
"path": "../stdlib/dest/abi/index.js",
|
|
22329
|
+
"kind": "import-statement",
|
|
22330
|
+
"original": "@aztec/stdlib/abi"
|
|
22331
|
+
},
|
|
22332
|
+
{
|
|
22333
|
+
"path": "../standard-contracts/dest/make_standard_contract.js",
|
|
22334
|
+
"kind": "import-statement",
|
|
22335
|
+
"original": "../make_standard_contract.js"
|
|
22336
|
+
},
|
|
22337
|
+
{
|
|
22338
|
+
"path": "../standard-contracts/dest/handshake-registry/constants.js",
|
|
22339
|
+
"kind": "import-statement",
|
|
22340
|
+
"original": "./constants.js"
|
|
22341
|
+
},
|
|
22342
|
+
{
|
|
22343
|
+
"path": "../standard-contracts/artifacts/HandshakeRegistry.json",
|
|
22344
|
+
"kind": "dynamic-import",
|
|
22345
|
+
"original": "../../artifacts/HandshakeRegistry.json"
|
|
22346
|
+
},
|
|
22347
|
+
{
|
|
22348
|
+
"path": "<runtime>",
|
|
22349
|
+
"kind": "import-statement",
|
|
22350
|
+
"external": true
|
|
22351
|
+
}
|
|
22352
|
+
],
|
|
22353
|
+
"format": "esm"
|
|
22354
|
+
},
|
|
22355
|
+
"../standard-contracts/dest/multi-call-entrypoint/constants.js": {
|
|
22356
|
+
"bytes": 614,
|
|
22357
|
+
"imports": [
|
|
22358
|
+
{
|
|
22359
|
+
"path": "../standard-contracts/dest/standard_contract_data.js",
|
|
22360
|
+
"kind": "import-statement",
|
|
22361
|
+
"original": "../standard_contract_data.js"
|
|
22362
|
+
}
|
|
22363
|
+
],
|
|
22364
|
+
"format": "esm"
|
|
22365
|
+
},
|
|
22366
|
+
"../standard-contracts/artifacts/MultiCallEntrypoint.json": {
|
|
22367
|
+
"bytes": 124171,
|
|
22368
|
+
"imports": []
|
|
22369
|
+
},
|
|
22370
|
+
"../standard-contracts/dest/multi-call-entrypoint/lazy.js": {
|
|
22371
|
+
"bytes": 1351,
|
|
22372
|
+
"imports": [
|
|
22373
|
+
{
|
|
22374
|
+
"path": "../stdlib/dest/abi/index.js",
|
|
22375
|
+
"kind": "import-statement",
|
|
22376
|
+
"original": "@aztec/stdlib/abi"
|
|
22377
|
+
},
|
|
22378
|
+
{
|
|
22379
|
+
"path": "../standard-contracts/dest/make_standard_contract.js",
|
|
22380
|
+
"kind": "import-statement",
|
|
22381
|
+
"original": "../make_standard_contract.js"
|
|
22382
|
+
},
|
|
22383
|
+
{
|
|
22384
|
+
"path": "../standard-contracts/dest/multi-call-entrypoint/constants.js",
|
|
22385
|
+
"kind": "import-statement",
|
|
22386
|
+
"original": "./constants.js"
|
|
22387
|
+
},
|
|
22388
|
+
{
|
|
22389
|
+
"path": "../standard-contracts/artifacts/MultiCallEntrypoint.json",
|
|
22390
|
+
"kind": "dynamic-import",
|
|
22391
|
+
"original": "../../artifacts/MultiCallEntrypoint.json"
|
|
22392
|
+
},
|
|
22393
|
+
{
|
|
22394
|
+
"path": "<runtime>",
|
|
22395
|
+
"kind": "import-statement",
|
|
22396
|
+
"external": true
|
|
22397
|
+
}
|
|
22398
|
+
],
|
|
22399
|
+
"format": "esm"
|
|
22400
|
+
},
|
|
22401
|
+
"../pxe/dest/entrypoints/pxe_creation_options.js": {
|
|
22402
|
+
"bytes": 248,
|
|
22403
|
+
"imports": [
|
|
22404
|
+
{
|
|
22405
|
+
"path": "<runtime>",
|
|
22406
|
+
"kind": "import-statement",
|
|
22407
|
+
"external": true
|
|
22408
|
+
}
|
|
22409
|
+
],
|
|
22410
|
+
"format": "esm"
|
|
22411
|
+
},
|
|
22276
22412
|
"../node_modules/msgpackr/unpack.js": {
|
|
22277
22413
|
"bytes": 35509,
|
|
22278
22414
|
"imports": [
|
|
@@ -22664,34 +22800,9 @@
|
|
|
22664
22800
|
],
|
|
22665
22801
|
"format": "esm"
|
|
22666
22802
|
},
|
|
22667
|
-
"../kv-store/dest/sqlite-opfs/
|
|
22668
|
-
"bytes":
|
|
22803
|
+
"../kv-store/dest/sqlite-opfs/manage.js": {
|
|
22804
|
+
"bytes": 1608,
|
|
22669
22805
|
"imports": [
|
|
22670
|
-
{
|
|
22671
|
-
"path": "../foundation/dest/log/index.js",
|
|
22672
|
-
"kind": "import-statement",
|
|
22673
|
-
"original": "@aztec/foundation/log"
|
|
22674
|
-
},
|
|
22675
|
-
{
|
|
22676
|
-
"path": "../kv-store/dest/utils.js",
|
|
22677
|
-
"kind": "import-statement",
|
|
22678
|
-
"original": "../utils.js"
|
|
22679
|
-
},
|
|
22680
|
-
{
|
|
22681
|
-
"path": "../kv-store/dest/sqlite-opfs/store.js",
|
|
22682
|
-
"kind": "import-statement",
|
|
22683
|
-
"original": "./store.js"
|
|
22684
|
-
},
|
|
22685
|
-
{
|
|
22686
|
-
"path": "../kv-store/dest/sqlite-opfs/store.js",
|
|
22687
|
-
"kind": "import-statement",
|
|
22688
|
-
"original": "./store.js"
|
|
22689
|
-
},
|
|
22690
|
-
{
|
|
22691
|
-
"path": "../kv-store/dest/sqlite-opfs/errors.js",
|
|
22692
|
-
"kind": "import-statement",
|
|
22693
|
-
"original": "./errors.js"
|
|
22694
|
-
},
|
|
22695
22806
|
{
|
|
22696
22807
|
"path": "<runtime>",
|
|
22697
22808
|
"kind": "import-statement",
|
|
@@ -22700,63 +22811,33 @@
|
|
|
22700
22811
|
],
|
|
22701
22812
|
"format": "esm"
|
|
22702
22813
|
},
|
|
22703
|
-
"../
|
|
22704
|
-
"bytes":
|
|
22814
|
+
"../kv-store/dest/sqlite-opfs/index.js": {
|
|
22815
|
+
"bytes": 976,
|
|
22705
22816
|
"imports": [
|
|
22706
22817
|
{
|
|
22707
|
-
"path": "../foundation/dest/
|
|
22708
|
-
"kind": "import-statement",
|
|
22709
|
-
"original": "@aztec/foundation/curves/bn254"
|
|
22710
|
-
},
|
|
22711
|
-
{
|
|
22712
|
-
"path": "../stdlib/dest/aztec-address/index.js",
|
|
22713
|
-
"kind": "import-statement",
|
|
22714
|
-
"original": "@aztec/stdlib/aztec-address"
|
|
22715
|
-
},
|
|
22716
|
-
{
|
|
22717
|
-
"path": "../stdlib/dest/keys/index.js",
|
|
22818
|
+
"path": "../foundation/dest/log/index.js",
|
|
22718
22819
|
"kind": "import-statement",
|
|
22719
|
-
"original": "@aztec/
|
|
22820
|
+
"original": "@aztec/foundation/log"
|
|
22720
22821
|
},
|
|
22721
22822
|
{
|
|
22722
|
-
"path": "../
|
|
22823
|
+
"path": "../kv-store/dest/sqlite-opfs/store.js",
|
|
22723
22824
|
"kind": "import-statement",
|
|
22724
|
-
"original": "./
|
|
22825
|
+
"original": "./store.js"
|
|
22725
22826
|
},
|
|
22726
22827
|
{
|
|
22727
|
-
"path": "
|
|
22728
|
-
"kind": "import-statement",
|
|
22729
|
-
"external": true
|
|
22730
|
-
}
|
|
22731
|
-
],
|
|
22732
|
-
"format": "esm"
|
|
22733
|
-
},
|
|
22734
|
-
"../standard-contracts/artifacts/AuthRegistry.json": {
|
|
22735
|
-
"bytes": 117681,
|
|
22736
|
-
"imports": []
|
|
22737
|
-
},
|
|
22738
|
-
"../standard-contracts/dest/auth-registry/lazy.js": {
|
|
22739
|
-
"bytes": 1270,
|
|
22740
|
-
"imports": [
|
|
22741
|
-
{
|
|
22742
|
-
"path": "../stdlib/dest/abi/index.js",
|
|
22828
|
+
"path": "../kv-store/dest/sqlite-opfs/store.js",
|
|
22743
22829
|
"kind": "import-statement",
|
|
22744
|
-
"original": "
|
|
22830
|
+
"original": "./store.js"
|
|
22745
22831
|
},
|
|
22746
22832
|
{
|
|
22747
|
-
"path": "../
|
|
22833
|
+
"path": "../kv-store/dest/sqlite-opfs/errors.js",
|
|
22748
22834
|
"kind": "import-statement",
|
|
22749
|
-
"original": "
|
|
22835
|
+
"original": "./errors.js"
|
|
22750
22836
|
},
|
|
22751
22837
|
{
|
|
22752
|
-
"path": "../
|
|
22838
|
+
"path": "../kv-store/dest/sqlite-opfs/manage.js",
|
|
22753
22839
|
"kind": "import-statement",
|
|
22754
|
-
"original": "./
|
|
22755
|
-
},
|
|
22756
|
-
{
|
|
22757
|
-
"path": "../standard-contracts/artifacts/AuthRegistry.json",
|
|
22758
|
-
"kind": "dynamic-import",
|
|
22759
|
-
"original": "../../artifacts/AuthRegistry.json"
|
|
22840
|
+
"original": "./manage.js"
|
|
22760
22841
|
},
|
|
22761
22842
|
{
|
|
22762
22843
|
"path": "<runtime>",
|
|
@@ -22766,32 +22847,13 @@
|
|
|
22766
22847
|
],
|
|
22767
22848
|
"format": "esm"
|
|
22768
22849
|
},
|
|
22769
|
-
"../
|
|
22770
|
-
"bytes":
|
|
22771
|
-
"imports": []
|
|
22772
|
-
},
|
|
22773
|
-
"../standard-contracts/dest/handshake-registry/lazy.js": {
|
|
22774
|
-
"bytes": 1325,
|
|
22850
|
+
"../pxe/dest/storage/store_identity.js": {
|
|
22851
|
+
"bytes": 2284,
|
|
22775
22852
|
"imports": [
|
|
22776
22853
|
{
|
|
22777
|
-
"path": "../stdlib/dest/
|
|
22778
|
-
"kind": "import-statement",
|
|
22779
|
-
"original": "@aztec/stdlib/abi"
|
|
22780
|
-
},
|
|
22781
|
-
{
|
|
22782
|
-
"path": "../standard-contracts/dest/make_standard_contract.js",
|
|
22783
|
-
"kind": "import-statement",
|
|
22784
|
-
"original": "../make_standard_contract.js"
|
|
22785
|
-
},
|
|
22786
|
-
{
|
|
22787
|
-
"path": "../standard-contracts/dest/handshake-registry/constants.js",
|
|
22854
|
+
"path": "../stdlib/dest/database-version/database_version.js",
|
|
22788
22855
|
"kind": "import-statement",
|
|
22789
|
-
"original": "
|
|
22790
|
-
},
|
|
22791
|
-
{
|
|
22792
|
-
"path": "../standard-contracts/artifacts/HandshakeRegistry.json",
|
|
22793
|
-
"kind": "dynamic-import",
|
|
22794
|
-
"original": "../../artifacts/HandshakeRegistry.json"
|
|
22856
|
+
"original": "@aztec/stdlib/database-version/version"
|
|
22795
22857
|
},
|
|
22796
22858
|
{
|
|
22797
22859
|
"path": "<runtime>",
|
|
@@ -22801,43 +22863,23 @@
|
|
|
22801
22863
|
],
|
|
22802
22864
|
"format": "esm"
|
|
22803
22865
|
},
|
|
22804
|
-
"../
|
|
22805
|
-
"bytes":
|
|
22866
|
+
"../pxe/dest/entrypoints/client/store.js": {
|
|
22867
|
+
"bytes": 1405,
|
|
22806
22868
|
"imports": [
|
|
22807
22869
|
{
|
|
22808
|
-
"path": "../
|
|
22809
|
-
"kind": "import-statement",
|
|
22810
|
-
"original": "../standard_contract_data.js"
|
|
22811
|
-
}
|
|
22812
|
-
],
|
|
22813
|
-
"format": "esm"
|
|
22814
|
-
},
|
|
22815
|
-
"../standard-contracts/artifacts/MultiCallEntrypoint.json": {
|
|
22816
|
-
"bytes": 122525,
|
|
22817
|
-
"imports": []
|
|
22818
|
-
},
|
|
22819
|
-
"../standard-contracts/dest/multi-call-entrypoint/lazy.js": {
|
|
22820
|
-
"bytes": 1351,
|
|
22821
|
-
"imports": [
|
|
22822
|
-
{
|
|
22823
|
-
"path": "../stdlib/dest/abi/index.js",
|
|
22870
|
+
"path": "../foundation/dest/log/index.js",
|
|
22824
22871
|
"kind": "import-statement",
|
|
22825
|
-
"original": "@aztec/
|
|
22872
|
+
"original": "@aztec/foundation/log"
|
|
22826
22873
|
},
|
|
22827
22874
|
{
|
|
22828
|
-
"path": "../
|
|
22875
|
+
"path": "../kv-store/dest/sqlite-opfs/index.js",
|
|
22829
22876
|
"kind": "import-statement",
|
|
22830
|
-
"original": "
|
|
22877
|
+
"original": "@aztec/kv-store/sqlite-opfs"
|
|
22831
22878
|
},
|
|
22832
22879
|
{
|
|
22833
|
-
"path": "../
|
|
22880
|
+
"path": "../pxe/dest/storage/store_identity.js",
|
|
22834
22881
|
"kind": "import-statement",
|
|
22835
|
-
"original": "
|
|
22836
|
-
},
|
|
22837
|
-
{
|
|
22838
|
-
"path": "../standard-contracts/artifacts/MultiCallEntrypoint.json",
|
|
22839
|
-
"kind": "dynamic-import",
|
|
22840
|
-
"original": "../../artifacts/MultiCallEntrypoint.json"
|
|
22882
|
+
"original": "../../storage/store_identity.js"
|
|
22841
22883
|
},
|
|
22842
22884
|
{
|
|
22843
22885
|
"path": "<runtime>",
|
|
@@ -22847,19 +22889,8 @@
|
|
|
22847
22889
|
],
|
|
22848
22890
|
"format": "esm"
|
|
22849
22891
|
},
|
|
22850
|
-
"../pxe/dest/entrypoints/pxe_creation_options.js": {
|
|
22851
|
-
"bytes": 248,
|
|
22852
|
-
"imports": [
|
|
22853
|
-
{
|
|
22854
|
-
"path": "<runtime>",
|
|
22855
|
-
"kind": "import-statement",
|
|
22856
|
-
"external": true
|
|
22857
|
-
}
|
|
22858
|
-
],
|
|
22859
|
-
"format": "esm"
|
|
22860
|
-
},
|
|
22861
22892
|
"../pxe/dest/entrypoints/client/lazy/utils.js": {
|
|
22862
|
-
"bytes":
|
|
22893
|
+
"bytes": 3180,
|
|
22863
22894
|
"imports": [
|
|
22864
22895
|
{
|
|
22865
22896
|
"path": "../bb-prover/dest/prover/client/lazy.js",
|
|
@@ -22871,11 +22902,6 @@
|
|
|
22871
22902
|
"kind": "import-statement",
|
|
22872
22903
|
"original": "@aztec/foundation/log"
|
|
22873
22904
|
},
|
|
22874
|
-
{
|
|
22875
|
-
"path": "../kv-store/dest/sqlite-opfs/index.js",
|
|
22876
|
-
"kind": "import-statement",
|
|
22877
|
-
"original": "@aztec/kv-store/sqlite-opfs"
|
|
22878
|
-
},
|
|
22879
22905
|
{
|
|
22880
22906
|
"path": "../protocol-contracts/dest/provider/lazy.js",
|
|
22881
22907
|
"kind": "import-statement",
|
|
@@ -22916,6 +22942,11 @@
|
|
|
22916
22942
|
"kind": "import-statement",
|
|
22917
22943
|
"original": "../../pxe_creation_options.js"
|
|
22918
22944
|
},
|
|
22945
|
+
{
|
|
22946
|
+
"path": "../pxe/dest/entrypoints/client/store.js",
|
|
22947
|
+
"kind": "import-statement",
|
|
22948
|
+
"original": "../store.js"
|
|
22949
|
+
},
|
|
22919
22950
|
{
|
|
22920
22951
|
"path": "<runtime>",
|
|
22921
22952
|
"kind": "import-statement",
|
|
@@ -22925,7 +22956,7 @@
|
|
|
22925
22956
|
"format": "esm"
|
|
22926
22957
|
},
|
|
22927
22958
|
"../pxe/dest/entrypoints/client/lazy/index.js": {
|
|
22928
|
-
"bytes":
|
|
22959
|
+
"bytes": 327,
|
|
22929
22960
|
"imports": [
|
|
22930
22961
|
{
|
|
22931
22962
|
"path": "../pxe/dest/notes_filter.js",
|
|
@@ -22961,6 +22992,11 @@
|
|
|
22961
22992
|
"path": "../pxe/dest/entrypoints/client/lazy/utils.js",
|
|
22962
22993
|
"kind": "import-statement",
|
|
22963
22994
|
"original": "./utils.js"
|
|
22995
|
+
},
|
|
22996
|
+
{
|
|
22997
|
+
"path": "../pxe/dest/entrypoints/client/store.js",
|
|
22998
|
+
"kind": "import-statement",
|
|
22999
|
+
"original": "../store.js"
|
|
22964
23000
|
}
|
|
22965
23001
|
],
|
|
22966
23002
|
"format": "esm"
|
|
@@ -28428,8 +28464,44 @@
|
|
|
28428
28464
|
],
|
|
28429
28465
|
"format": "esm"
|
|
28430
28466
|
},
|
|
28467
|
+
"../pxe/dest/entrypoints/server/store.js": {
|
|
28468
|
+
"bytes": 1497,
|
|
28469
|
+
"imports": [
|
|
28470
|
+
{
|
|
28471
|
+
"path": "../foundation/dest/log/index.js",
|
|
28472
|
+
"kind": "import-statement",
|
|
28473
|
+
"original": "@aztec/foundation/log"
|
|
28474
|
+
},
|
|
28475
|
+
{
|
|
28476
|
+
"path": "../kv-store/dest/lmdb-v2/index.js",
|
|
28477
|
+
"kind": "import-statement",
|
|
28478
|
+
"original": "@aztec/kv-store/lmdb-v2"
|
|
28479
|
+
},
|
|
28480
|
+
{
|
|
28481
|
+
"path": "fs/promises",
|
|
28482
|
+
"kind": "import-statement",
|
|
28483
|
+
"external": true
|
|
28484
|
+
},
|
|
28485
|
+
{
|
|
28486
|
+
"path": "path",
|
|
28487
|
+
"kind": "import-statement",
|
|
28488
|
+
"external": true
|
|
28489
|
+
},
|
|
28490
|
+
{
|
|
28491
|
+
"path": "../pxe/dest/storage/store_identity.js",
|
|
28492
|
+
"kind": "import-statement",
|
|
28493
|
+
"original": "../../storage/store_identity.js"
|
|
28494
|
+
},
|
|
28495
|
+
{
|
|
28496
|
+
"path": "<runtime>",
|
|
28497
|
+
"kind": "import-statement",
|
|
28498
|
+
"external": true
|
|
28499
|
+
}
|
|
28500
|
+
],
|
|
28501
|
+
"format": "esm"
|
|
28502
|
+
},
|
|
28431
28503
|
"../pxe/dest/entrypoints/server/utils.js": {
|
|
28432
|
-
"bytes":
|
|
28504
|
+
"bytes": 3700,
|
|
28433
28505
|
"imports": [
|
|
28434
28506
|
{
|
|
28435
28507
|
"path": "../bb-prover/dest/prover/client/bundle.js",
|
|
@@ -28496,6 +28568,11 @@
|
|
|
28496
28568
|
"kind": "import-statement",
|
|
28497
28569
|
"original": "../pxe_creation_options.js"
|
|
28498
28570
|
},
|
|
28571
|
+
{
|
|
28572
|
+
"path": "../pxe/dest/entrypoints/server/store.js",
|
|
28573
|
+
"kind": "import-statement",
|
|
28574
|
+
"original": "./store.js"
|
|
28575
|
+
},
|
|
28499
28576
|
{
|
|
28500
28577
|
"path": "<runtime>",
|
|
28501
28578
|
"kind": "import-statement",
|
|
@@ -28505,7 +28582,7 @@
|
|
|
28505
28582
|
"format": "esm"
|
|
28506
28583
|
},
|
|
28507
28584
|
"../pxe/dest/entrypoints/server/index.js": {
|
|
28508
|
-
"bytes":
|
|
28585
|
+
"bytes": 726,
|
|
28509
28586
|
"imports": [
|
|
28510
28587
|
{
|
|
28511
28588
|
"path": "../pxe/dest/notes_filter.js",
|
|
@@ -28537,6 +28614,11 @@
|
|
|
28537
28614
|
"kind": "import-statement",
|
|
28538
28615
|
"original": "./utils.js"
|
|
28539
28616
|
},
|
|
28617
|
+
{
|
|
28618
|
+
"path": "../pxe/dest/entrypoints/server/store.js",
|
|
28619
|
+
"kind": "import-statement",
|
|
28620
|
+
"original": "./store.js"
|
|
28621
|
+
},
|
|
28540
28622
|
{
|
|
28541
28623
|
"path": "../pxe/dest/notes/note_service.js",
|
|
28542
28624
|
"kind": "import-statement",
|
|
@@ -30793,7 +30875,7 @@
|
|
|
30793
30875
|
"format": "esm"
|
|
30794
30876
|
},
|
|
30795
30877
|
"src/oracle/txe_oracle_registry.ts": {
|
|
30796
|
-
"bytes":
|
|
30878
|
+
"bytes": 18736,
|
|
30797
30879
|
"imports": [
|
|
30798
30880
|
{
|
|
30799
30881
|
"path": "../constants/dest/constants.js",
|
|
@@ -30880,7 +30962,7 @@
|
|
|
30880
30962
|
"format": "esm"
|
|
30881
30963
|
},
|
|
30882
30964
|
"src/oracle/txe_oracle_top_level_context.ts": {
|
|
30883
|
-
"bytes":
|
|
30965
|
+
"bytes": 38829,
|
|
30884
30966
|
"imports": [
|
|
30885
30967
|
{
|
|
30886
30968
|
"path": "../constants/dest/constants.js",
|
|
@@ -31062,7 +31144,7 @@
|
|
|
31062
31144
|
"format": "esm"
|
|
31063
31145
|
},
|
|
31064
31146
|
"src/rpc_translator.ts": {
|
|
31065
|
-
"bytes":
|
|
31147
|
+
"bytes": 38818,
|
|
31066
31148
|
"imports": [
|
|
31067
31149
|
{
|
|
31068
31150
|
"path": "src/oracle/txe_oracle_registry.ts",
|
|
@@ -34240,7 +34322,7 @@
|
|
|
34240
34322
|
"format": "esm"
|
|
34241
34323
|
},
|
|
34242
34324
|
"src/txe_session.ts": {
|
|
34243
|
-
"bytes":
|
|
34325
|
+
"bytes": 42204,
|
|
34244
34326
|
"imports": [
|
|
34245
34327
|
{
|
|
34246
34328
|
"path": "../foundation/dest/branded-types/index.js",
|
|
@@ -35164,13 +35246,13 @@
|
|
|
35164
35246
|
}
|
|
35165
35247
|
},
|
|
35166
35248
|
"outputs": {
|
|
35167
|
-
"dest/AuthRegistry-
|
|
35249
|
+
"dest/AuthRegistry-56AMRLSQ.js.map": {
|
|
35168
35250
|
"imports": [],
|
|
35169
35251
|
"exports": [],
|
|
35170
35252
|
"inputs": {},
|
|
35171
|
-
"bytes":
|
|
35253
|
+
"bytes": 149533
|
|
35172
35254
|
},
|
|
35173
|
-
"dest/AuthRegistry-
|
|
35255
|
+
"dest/AuthRegistry-56AMRLSQ.js": {
|
|
35174
35256
|
"imports": [
|
|
35175
35257
|
{
|
|
35176
35258
|
"path": "dest/chunk-BJVAAXNA.js",
|
|
@@ -35190,18 +35272,18 @@
|
|
|
35190
35272
|
"entryPoint": "../standard-contracts/artifacts/AuthRegistry.json",
|
|
35191
35273
|
"inputs": {
|
|
35192
35274
|
"../standard-contracts/artifacts/AuthRegistry.json": {
|
|
35193
|
-
"bytesInOutput":
|
|
35275
|
+
"bytesInOutput": 116050
|
|
35194
35276
|
}
|
|
35195
35277
|
},
|
|
35196
|
-
"bytes":
|
|
35278
|
+
"bytes": 116309
|
|
35197
35279
|
},
|
|
35198
|
-
"dest/HandshakeRegistry-
|
|
35280
|
+
"dest/HandshakeRegistry-D2W3AOPD.js.map": {
|
|
35199
35281
|
"imports": [],
|
|
35200
35282
|
"exports": [],
|
|
35201
35283
|
"inputs": {},
|
|
35202
|
-
"bytes":
|
|
35284
|
+
"bytes": 381511
|
|
35203
35285
|
},
|
|
35204
|
-
"dest/HandshakeRegistry-
|
|
35286
|
+
"dest/HandshakeRegistry-D2W3AOPD.js": {
|
|
35205
35287
|
"imports": [
|
|
35206
35288
|
{
|
|
35207
35289
|
"path": "dest/chunk-BJVAAXNA.js",
|
|
@@ -35221,18 +35303,18 @@
|
|
|
35221
35303
|
"entryPoint": "../standard-contracts/artifacts/HandshakeRegistry.json",
|
|
35222
35304
|
"inputs": {
|
|
35223
35305
|
"../standard-contracts/artifacts/HandshakeRegistry.json": {
|
|
35224
|
-
"bytesInOutput":
|
|
35306
|
+
"bytesInOutput": 303687
|
|
35225
35307
|
}
|
|
35226
35308
|
},
|
|
35227
|
-
"bytes":
|
|
35309
|
+
"bytes": 303951
|
|
35228
35310
|
},
|
|
35229
|
-
"dest/MultiCallEntrypoint-
|
|
35311
|
+
"dest/MultiCallEntrypoint-MIDICLQB.js.map": {
|
|
35230
35312
|
"imports": [],
|
|
35231
35313
|
"exports": [],
|
|
35232
35314
|
"inputs": {},
|
|
35233
|
-
"bytes":
|
|
35315
|
+
"bytes": 148577
|
|
35234
35316
|
},
|
|
35235
|
-
"dest/MultiCallEntrypoint-
|
|
35317
|
+
"dest/MultiCallEntrypoint-MIDICLQB.js": {
|
|
35236
35318
|
"imports": [
|
|
35237
35319
|
{
|
|
35238
35320
|
"path": "dest/chunk-BJVAAXNA.js",
|
|
@@ -35252,10 +35334,10 @@
|
|
|
35252
35334
|
"entryPoint": "../standard-contracts/artifacts/MultiCallEntrypoint.json",
|
|
35253
35335
|
"inputs": {
|
|
35254
35336
|
"../standard-contracts/artifacts/MultiCallEntrypoint.json": {
|
|
35255
|
-
"bytesInOutput":
|
|
35337
|
+
"bytesInOutput": 121533
|
|
35256
35338
|
}
|
|
35257
35339
|
},
|
|
35258
|
-
"bytes":
|
|
35340
|
+
"bytes": 121799
|
|
35259
35341
|
},
|
|
35260
35342
|
"dest/bin/index.js.map": {
|
|
35261
35343
|
"imports": [],
|
|
@@ -35266,11 +35348,11 @@
|
|
|
35266
35348
|
"dest/bin/index.js": {
|
|
35267
35349
|
"imports": [
|
|
35268
35350
|
{
|
|
35269
|
-
"path": "dest/chunk-
|
|
35351
|
+
"path": "dest/chunk-RELAEYUE.js",
|
|
35270
35352
|
"kind": "import-statement"
|
|
35271
35353
|
},
|
|
35272
35354
|
{
|
|
35273
|
-
"path": "dest/chunk-
|
|
35355
|
+
"path": "dest/chunk-EKHK6CRD.js",
|
|
35274
35356
|
"kind": "import-statement"
|
|
35275
35357
|
},
|
|
35276
35358
|
{
|
|
@@ -35299,7 +35381,7 @@
|
|
|
35299
35381
|
"dest/worker.bundle.js": {
|
|
35300
35382
|
"imports": [
|
|
35301
35383
|
{
|
|
35302
|
-
"path": "dest/chunk-
|
|
35384
|
+
"path": "dest/chunk-EKHK6CRD.js",
|
|
35303
35385
|
"kind": "import-statement"
|
|
35304
35386
|
},
|
|
35305
35387
|
{
|
|
@@ -35335,11 +35417,11 @@
|
|
|
35335
35417
|
"dest/server.bundle.js": {
|
|
35336
35418
|
"imports": [
|
|
35337
35419
|
{
|
|
35338
|
-
"path": "dest/chunk-
|
|
35420
|
+
"path": "dest/chunk-RELAEYUE.js",
|
|
35339
35421
|
"kind": "import-statement"
|
|
35340
35422
|
},
|
|
35341
35423
|
{
|
|
35342
|
-
"path": "dest/chunk-
|
|
35424
|
+
"path": "dest/chunk-EKHK6CRD.js",
|
|
35343
35425
|
"kind": "import-statement"
|
|
35344
35426
|
},
|
|
35345
35427
|
{
|
|
@@ -35354,16 +35436,16 @@
|
|
|
35354
35436
|
"inputs": {},
|
|
35355
35437
|
"bytes": 256
|
|
35356
35438
|
},
|
|
35357
|
-
"dest/chunk-
|
|
35439
|
+
"dest/chunk-RELAEYUE.js.map": {
|
|
35358
35440
|
"imports": [],
|
|
35359
35441
|
"exports": [],
|
|
35360
35442
|
"inputs": {},
|
|
35361
35443
|
"bytes": 2031060
|
|
35362
35444
|
},
|
|
35363
|
-
"dest/chunk-
|
|
35445
|
+
"dest/chunk-RELAEYUE.js": {
|
|
35364
35446
|
"imports": [
|
|
35365
35447
|
{
|
|
35366
|
-
"path": "dest/chunk-
|
|
35448
|
+
"path": "dest/chunk-EKHK6CRD.js",
|
|
35367
35449
|
"kind": "import-statement"
|
|
35368
35450
|
},
|
|
35369
35451
|
{
|
|
@@ -35661,7 +35743,7 @@
|
|
|
35661
35743
|
"external": true
|
|
35662
35744
|
},
|
|
35663
35745
|
{
|
|
35664
|
-
"path": "dest/SchnorrAccount-
|
|
35746
|
+
"path": "dest/SchnorrAccount-HNL7EN7Y.js",
|
|
35665
35747
|
"kind": "dynamic-import"
|
|
35666
35748
|
},
|
|
35667
35749
|
{
|
|
@@ -36244,13 +36326,13 @@
|
|
|
36244
36326
|
},
|
|
36245
36327
|
"bytes": 1084826
|
|
36246
36328
|
},
|
|
36247
|
-
"dest/chunk-
|
|
36329
|
+
"dest/chunk-EKHK6CRD.js.map": {
|
|
36248
36330
|
"imports": [],
|
|
36249
36331
|
"exports": [],
|
|
36250
36332
|
"inputs": {},
|
|
36251
|
-
"bytes":
|
|
36333
|
+
"bytes": 5589709
|
|
36252
36334
|
},
|
|
36253
|
-
"dest/chunk-
|
|
36335
|
+
"dest/chunk-EKHK6CRD.js": {
|
|
36254
36336
|
"imports": [
|
|
36255
36337
|
{
|
|
36256
36338
|
"path": "dest/chunk-BJVAAXNA.js",
|
|
@@ -36796,21 +36878,6 @@
|
|
|
36796
36878
|
"kind": "import-statement",
|
|
36797
36879
|
"external": true
|
|
36798
36880
|
},
|
|
36799
|
-
{
|
|
36800
|
-
"path": "module",
|
|
36801
|
-
"kind": "import-statement",
|
|
36802
|
-
"external": true
|
|
36803
|
-
},
|
|
36804
|
-
{
|
|
36805
|
-
"path": "msgpackr-extract",
|
|
36806
|
-
"kind": "require-call",
|
|
36807
|
-
"external": true
|
|
36808
|
-
},
|
|
36809
|
-
{
|
|
36810
|
-
"path": "node:crypto",
|
|
36811
|
-
"kind": "import-statement",
|
|
36812
|
-
"external": true
|
|
36813
|
-
},
|
|
36814
36881
|
{
|
|
36815
36882
|
"path": "dest/ContractClassRegistry-N6NA3SFA.js",
|
|
36816
36883
|
"kind": "dynamic-import"
|
|
@@ -36824,13 +36891,28 @@
|
|
|
36824
36891
|
"kind": "dynamic-import"
|
|
36825
36892
|
},
|
|
36826
36893
|
{
|
|
36827
|
-
"path": "dest/AuthRegistry-
|
|
36894
|
+
"path": "dest/AuthRegistry-56AMRLSQ.js",
|
|
36828
36895
|
"kind": "dynamic-import"
|
|
36829
36896
|
},
|
|
36830
36897
|
{
|
|
36831
|
-
"path": "dest/HandshakeRegistry-
|
|
36898
|
+
"path": "dest/HandshakeRegistry-D2W3AOPD.js",
|
|
36832
36899
|
"kind": "dynamic-import"
|
|
36833
36900
|
},
|
|
36901
|
+
{
|
|
36902
|
+
"path": "module",
|
|
36903
|
+
"kind": "import-statement",
|
|
36904
|
+
"external": true
|
|
36905
|
+
},
|
|
36906
|
+
{
|
|
36907
|
+
"path": "msgpackr-extract",
|
|
36908
|
+
"kind": "require-call",
|
|
36909
|
+
"external": true
|
|
36910
|
+
},
|
|
36911
|
+
{
|
|
36912
|
+
"path": "node:crypto",
|
|
36913
|
+
"kind": "import-statement",
|
|
36914
|
+
"external": true
|
|
36915
|
+
},
|
|
36834
36916
|
{
|
|
36835
36917
|
"path": "path",
|
|
36836
36918
|
"kind": "import-statement",
|
|
@@ -37857,7 +37939,7 @@
|
|
|
37857
37939
|
"bytesInOutput": 1075
|
|
37858
37940
|
},
|
|
37859
37941
|
"../constants/dest/constants.gen.js": {
|
|
37860
|
-
"bytesInOutput":
|
|
37942
|
+
"bytesInOutput": 7219
|
|
37861
37943
|
},
|
|
37862
37944
|
"../constants/dest/constants.js": {
|
|
37863
37945
|
"bytesInOutput": 250
|
|
@@ -38775,7 +38857,7 @@
|
|
|
38775
38857
|
"bytesInOutput": 1329
|
|
38776
38858
|
},
|
|
38777
38859
|
"../pxe/dest/contract_function_simulator/oracle/oracle_registry.js": {
|
|
38778
|
-
"bytesInOutput":
|
|
38860
|
+
"bytesInOutput": 11504
|
|
38779
38861
|
},
|
|
38780
38862
|
"../pxe/dest/contract_function_simulator/oracle/acir_callback.js": {
|
|
38781
38863
|
"bytesInOutput": 4099
|
|
@@ -38832,7 +38914,7 @@
|
|
|
38832
38914
|
"bytesInOutput": 866
|
|
38833
38915
|
},
|
|
38834
38916
|
"../pxe/dest/logs/log_service.js": {
|
|
38835
|
-
"bytesInOutput":
|
|
38917
|
+
"bytesInOutput": 6292
|
|
38836
38918
|
},
|
|
38837
38919
|
"../pxe/dest/contract_function_simulator/aztec_node_read_cache.js": {
|
|
38838
38920
|
"bytesInOutput": 1994
|
|
@@ -38844,7 +38926,7 @@
|
|
|
38844
38926
|
"bytesInOutput": 692
|
|
38845
38927
|
},
|
|
38846
38928
|
"../pxe/dest/contract_function_simulator/oracle/utility_execution_oracle.js": {
|
|
38847
|
-
"bytesInOutput":
|
|
38929
|
+
"bytesInOutput": 23553
|
|
38848
38930
|
},
|
|
38849
38931
|
"../pxe/dest/contract_function_simulator/oracle/private_execution_oracle.js": {
|
|
38850
38932
|
"bytesInOutput": 13985
|
|
@@ -38922,7 +39004,7 @@
|
|
|
38922
39004
|
"bytesInOutput": 5217
|
|
38923
39005
|
},
|
|
38924
39006
|
"../pxe/dest/storage/tagging_store/sender_tagging_store.js": {
|
|
38925
|
-
"bytesInOutput":
|
|
39007
|
+
"bytesInOutput": 9894
|
|
38926
39008
|
},
|
|
38927
39009
|
"../pxe/dest/storage/tagging_store/index.js": {
|
|
38928
39010
|
"bytesInOutput": 0
|
|
@@ -38984,33 +39066,6 @@
|
|
|
38984
39066
|
"../bb-prover/dest/prover/client/bb_private_kernel_prover.js": {
|
|
38985
39067
|
"bytesInOutput": 1517
|
|
38986
39068
|
},
|
|
38987
|
-
"../node_modules/msgpackr/unpack.js": {
|
|
38988
|
-
"bytesInOutput": 24824
|
|
38989
|
-
},
|
|
38990
|
-
"../node_modules/msgpackr/pack.js": {
|
|
38991
|
-
"bytesInOutput": 26651
|
|
38992
|
-
},
|
|
38993
|
-
"../node_modules/msgpackr/node-index.js": {
|
|
38994
|
-
"bytesInOutput": 436
|
|
38995
|
-
},
|
|
38996
|
-
"../node_modules/msgpackr/struct.js": {
|
|
38997
|
-
"bytesInOutput": 17981
|
|
38998
|
-
},
|
|
38999
|
-
"../node_modules/ohash/dist/shared/ohash.D__AXeF1.mjs": {
|
|
39000
|
-
"bytesInOutput": 2661
|
|
39001
|
-
},
|
|
39002
|
-
"../node_modules/ohash/dist/crypto/node/index.mjs": {
|
|
39003
|
-
"bytesInOutput": 301
|
|
39004
|
-
},
|
|
39005
|
-
"../node_modules/ohash/dist/index.mjs": {
|
|
39006
|
-
"bytesInOutput": 75
|
|
39007
|
-
},
|
|
39008
|
-
"../kv-store/dest/sqlite-opfs/array.js": {
|
|
39009
|
-
"bytesInOutput": 2562
|
|
39010
|
-
},
|
|
39011
|
-
"../kv-store/dest/sqlite-opfs/index.js": {
|
|
39012
|
-
"bytesInOutput": 0
|
|
39013
|
-
},
|
|
39014
39069
|
"../protocol-contracts/dest/make_protocol_contract.js": {
|
|
39015
39070
|
"bytesInOutput": 844
|
|
39016
39071
|
},
|
|
@@ -39053,6 +39108,33 @@
|
|
|
39053
39108
|
"../standard-contracts/dest/multi-call-entrypoint/lazy.js": {
|
|
39054
39109
|
"bytesInOutput": 0
|
|
39055
39110
|
},
|
|
39111
|
+
"../node_modules/msgpackr/unpack.js": {
|
|
39112
|
+
"bytesInOutput": 24824
|
|
39113
|
+
},
|
|
39114
|
+
"../node_modules/msgpackr/pack.js": {
|
|
39115
|
+
"bytesInOutput": 26651
|
|
39116
|
+
},
|
|
39117
|
+
"../node_modules/msgpackr/node-index.js": {
|
|
39118
|
+
"bytesInOutput": 436
|
|
39119
|
+
},
|
|
39120
|
+
"../node_modules/msgpackr/struct.js": {
|
|
39121
|
+
"bytesInOutput": 17981
|
|
39122
|
+
},
|
|
39123
|
+
"../node_modules/ohash/dist/shared/ohash.D__AXeF1.mjs": {
|
|
39124
|
+
"bytesInOutput": 2661
|
|
39125
|
+
},
|
|
39126
|
+
"../node_modules/ohash/dist/crypto/node/index.mjs": {
|
|
39127
|
+
"bytesInOutput": 301
|
|
39128
|
+
},
|
|
39129
|
+
"../node_modules/ohash/dist/index.mjs": {
|
|
39130
|
+
"bytesInOutput": 75
|
|
39131
|
+
},
|
|
39132
|
+
"../kv-store/dest/sqlite-opfs/array.js": {
|
|
39133
|
+
"bytesInOutput": 2562
|
|
39134
|
+
},
|
|
39135
|
+
"../kv-store/dest/sqlite-opfs/index.js": {
|
|
39136
|
+
"bytesInOutput": 0
|
|
39137
|
+
},
|
|
39056
39138
|
"src/index.ts": {
|
|
39057
39139
|
"bytesInOutput": 2117
|
|
39058
39140
|
},
|
|
@@ -39459,7 +39541,7 @@
|
|
|
39459
39541
|
"bytesInOutput": 4696
|
|
39460
39542
|
},
|
|
39461
39543
|
"src/oracle/txe_oracle_registry.ts": {
|
|
39462
|
-
"bytesInOutput":
|
|
39544
|
+
"bytesInOutput": 10819
|
|
39463
39545
|
},
|
|
39464
39546
|
"../foundation/dest/crypto/schnorr/index.js": {
|
|
39465
39547
|
"bytesInOutput": 947
|
|
@@ -39474,13 +39556,13 @@
|
|
|
39474
39556
|
"bytesInOutput": 1378
|
|
39475
39557
|
},
|
|
39476
39558
|
"src/oracle/txe_oracle_top_level_context.ts": {
|
|
39477
|
-
"bytesInOutput":
|
|
39559
|
+
"bytesInOutput": 23925
|
|
39478
39560
|
},
|
|
39479
39561
|
"src/oracle/txe_private_execution_oracle.ts": {
|
|
39480
39562
|
"bytesInOutput": 635
|
|
39481
39563
|
},
|
|
39482
39564
|
"src/rpc_translator.ts": {
|
|
39483
|
-
"bytesInOutput":
|
|
39565
|
+
"bytesInOutput": 25960
|
|
39484
39566
|
},
|
|
39485
39567
|
"../stdlib/dest/checkpoint/index.js": {
|
|
39486
39568
|
"bytesInOutput": 0
|
|
@@ -39669,7 +39751,7 @@
|
|
|
39669
39751
|
"bytesInOutput": 437
|
|
39670
39752
|
},
|
|
39671
39753
|
"src/txe_session.ts": {
|
|
39672
|
-
"bytesInOutput":
|
|
39754
|
+
"bytesInOutput": 19594
|
|
39673
39755
|
},
|
|
39674
39756
|
"src/utils/encoding.ts": {
|
|
39675
39757
|
"bytesInOutput": 458
|
|
@@ -39702,15 +39784,15 @@
|
|
|
39702
39784
|
"bytesInOutput": 4332
|
|
39703
39785
|
}
|
|
39704
39786
|
},
|
|
39705
|
-
"bytes":
|
|
39787
|
+
"bytes": 2091087
|
|
39706
39788
|
},
|
|
39707
|
-
"dest/SchnorrAccount-
|
|
39789
|
+
"dest/SchnorrAccount-HNL7EN7Y.js.map": {
|
|
39708
39790
|
"imports": [],
|
|
39709
39791
|
"exports": [],
|
|
39710
39792
|
"inputs": {},
|
|
39711
|
-
"bytes":
|
|
39793
|
+
"bytes": 312681
|
|
39712
39794
|
},
|
|
39713
|
-
"dest/SchnorrAccount-
|
|
39795
|
+
"dest/SchnorrAccount-HNL7EN7Y.js": {
|
|
39714
39796
|
"imports": [
|
|
39715
39797
|
{
|
|
39716
39798
|
"path": "dest/chunk-BJVAAXNA.js",
|
|
@@ -39730,18 +39812,18 @@
|
|
|
39730
39812
|
"entryPoint": "../accounts/artifacts/SchnorrAccount.json",
|
|
39731
39813
|
"inputs": {
|
|
39732
39814
|
"../accounts/artifacts/SchnorrAccount.json": {
|
|
39733
|
-
"bytesInOutput":
|
|
39815
|
+
"bytesInOutput": 241928
|
|
39734
39816
|
}
|
|
39735
39817
|
},
|
|
39736
|
-
"bytes":
|
|
39818
|
+
"bytes": 242189
|
|
39737
39819
|
},
|
|
39738
|
-
"dest/SchnorrInitializerlessAccount-
|
|
39820
|
+
"dest/SchnorrInitializerlessAccount-TFAFXZW6.js.map": {
|
|
39739
39821
|
"imports": [],
|
|
39740
39822
|
"exports": [],
|
|
39741
39823
|
"inputs": {},
|
|
39742
|
-
"bytes":
|
|
39824
|
+
"bytes": 178592
|
|
39743
39825
|
},
|
|
39744
|
-
"dest/SchnorrInitializerlessAccount-
|
|
39826
|
+
"dest/SchnorrInitializerlessAccount-TFAFXZW6.js": {
|
|
39745
39827
|
"imports": [
|
|
39746
39828
|
{
|
|
39747
39829
|
"path": "dest/chunk-BJVAAXNA.js",
|
|
@@ -39761,10 +39843,10 @@
|
|
|
39761
39843
|
"entryPoint": "../accounts/artifacts/SchnorrInitializerlessAccount.json",
|
|
39762
39844
|
"inputs": {
|
|
39763
39845
|
"../accounts/artifacts/SchnorrInitializerlessAccount.json": {
|
|
39764
|
-
"bytesInOutput":
|
|
39846
|
+
"bytesInOutput": 130460
|
|
39765
39847
|
}
|
|
39766
39848
|
},
|
|
39767
|
-
"bytes":
|
|
39849
|
+
"bytes": 130736
|
|
39768
39850
|
},
|
|
39769
39851
|
"dest/ContractClassRegistry-N6NA3SFA.js.map": {
|
|
39770
39852
|
"imports": [],
|