@aztec/txe 0.0.1-commit.321f6a9 → 0.0.1-commit.330febf

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.
Files changed (48) hide show
  1. package/dest/{ContractClassRegistry-VWR3F42P.js → ContractClassRegistry-PVNCKGG7.js} +1 -1
  2. package/dest/{ContractClassRegistry-VWR3F42P.js.map → ContractClassRegistry-PVNCKGG7.js.map} +2 -2
  3. package/dest/{ContractInstanceRegistry-FHIWE33X.js → ContractInstanceRegistry-WLOZKTR6.js} +1 -1
  4. package/dest/{ContractInstanceRegistry-FHIWE33X.js.map → ContractInstanceRegistry-WLOZKTR6.js.map} +2 -2
  5. package/dest/{FeeJuice-SAOWVGG7.js → FeeJuice-MAQJU53K.js} +1 -1
  6. package/dest/{FeeJuice-SAOWVGG7.js.map → FeeJuice-MAQJU53K.js.map} +2 -2
  7. package/dest/{SchnorrAccount-NME3E45O.js → SchnorrAccount-ADD65DYA.js} +1 -1
  8. package/dest/{SchnorrAccount-NME3E45O.js.map → SchnorrAccount-ADD65DYA.js.map} +1 -1
  9. package/dest/{SchnorrInitializerlessAccount-WTGXU6SW.js → SchnorrInitializerlessAccount-TWGKRUSY.js} +1 -1
  10. package/dest/{SchnorrInitializerlessAccount-WTGXU6SW.js.map → SchnorrInitializerlessAccount-TWGKRUSY.js.map} +1 -1
  11. package/dest/bin/check_txe_oracle_version.js +2 -33
  12. package/dest/bin/index.js +1 -1
  13. package/dest/{chunk-YS3UIBVR.js → chunk-RVEPNDEP.js} +2 -2
  14. package/dest/{chunk-YS3UIBVR.js.map → chunk-RVEPNDEP.js.map} +2 -2
  15. package/dest/chunk-XWIMXLKD.js +258 -0
  16. package/dest/chunk-XWIMXLKD.js.map +7 -0
  17. package/dest/constants.js +1 -1
  18. package/dest/metafile.json +1236 -1162
  19. package/dest/oracle/test-resolver/default_fixtures.js +1 -1
  20. package/dest/oracle/txe_oracle_top_level_context.d.ts +1 -1
  21. package/dest/oracle/txe_oracle_top_level_context.d.ts.map +1 -1
  22. package/dest/oracle/txe_oracle_top_level_context.js +1 -2
  23. package/dest/oracle/txe_oracle_version.d.ts +1 -1
  24. package/dest/oracle/txe_oracle_version.js +1 -1
  25. package/dest/rpc_translator.d.ts +2 -1
  26. package/dest/rpc_translator.d.ts.map +1 -1
  27. package/dest/rpc_translator.js +8 -0
  28. package/dest/server.bundle.js +1 -1
  29. package/dest/state_machine/mock_epoch_cache.d.ts +2 -1
  30. package/dest/state_machine/mock_epoch_cache.d.ts.map +1 -1
  31. package/dest/state_machine/mock_epoch_cache.js +3 -0
  32. package/dest/txe_session.d.ts +3 -1
  33. package/dest/txe_session.d.ts.map +1 -1
  34. package/dest/txe_session.js +9 -7
  35. package/dest/utils/encoding.d.ts +5 -3
  36. package/dest/utils/encoding.d.ts.map +1 -1
  37. package/dest/worker.bundle.js +1 -1
  38. package/package.json +17 -17
  39. package/src/bin/check_txe_oracle_version.ts +2 -38
  40. package/src/constants.ts +1 -1
  41. package/src/oracle/test-resolver/default_fixtures.ts +1 -1
  42. package/src/oracle/txe_oracle_top_level_context.ts +0 -1
  43. package/src/oracle/txe_oracle_version.ts +1 -1
  44. package/src/rpc_translator.ts +10 -0
  45. package/src/state_machine/mock_epoch_cache.ts +4 -0
  46. package/src/txe_session.ts +11 -7
  47. package/dest/chunk-SZPMCTJK.js +0 -260
  48. package/dest/chunk-SZPMCTJK.js.map +0 -7
@@ -75,6 +75,17 @@
75
75
  ],
76
76
  "format": "esm"
77
77
  },
78
+ "../foundation/dest/log/aws-logger-config.js": {
79
+ "bytes": 1432,
80
+ "imports": [
81
+ {
82
+ "path": "<runtime>",
83
+ "kind": "import-statement",
84
+ "external": true
85
+ }
86
+ ],
87
+ "format": "esm"
88
+ },
78
89
  "../foundation/dest/log/bigint-utils.js": {
79
90
  "bytes": 662,
80
91
  "imports": [
@@ -98,7 +109,7 @@
98
109
  "format": "esm"
99
110
  },
100
111
  "../foundation/dest/log/pino-logger.js": {
101
- "bytes": 13838,
112
+ "bytes": 14156,
102
113
  "imports": [
103
114
  {
104
115
  "path": "../node_modules/colorette/index.js",
@@ -130,6 +141,11 @@
130
141
  "kind": "import-statement",
131
142
  "original": "../config/parse-env.js"
132
143
  },
144
+ {
145
+ "path": "../foundation/dest/log/aws-logger-config.js",
146
+ "kind": "import-statement",
147
+ "original": "./aws-logger-config.js"
148
+ },
133
149
  {
134
150
  "path": "../foundation/dest/log/bigint-utils.js",
135
151
  "kind": "import-statement",
@@ -988,7 +1004,7 @@
988
1004
  "format": "esm"
989
1005
  },
990
1006
  "../foundation/dest/string/index.js": {
991
- "bytes": 1527,
1007
+ "bytes": 2003,
992
1008
  "imports": [
993
1009
  {
994
1010
  "path": "<runtime>",
@@ -1025,7 +1041,7 @@
1025
1041
  "format": "esm"
1026
1042
  },
1027
1043
  "../foundation/dest/serialize/buffer_reader.js": {
1028
- "bytes": 15760,
1044
+ "bytes": 16149,
1029
1045
  "imports": [
1030
1046
  {
1031
1047
  "path": "../foundation/dest/bigint-buffer/index.js",
@@ -1178,7 +1194,7 @@
1178
1194
  "format": "esm"
1179
1195
  },
1180
1196
  "../foundation/dest/serialize/serialize.js": {
1181
- "bytes": 11809,
1197
+ "bytes": 11063,
1182
1198
  "imports": [
1183
1199
  {
1184
1200
  "path": "../foundation/dest/bigint-buffer/index.js",
@@ -1513,7 +1529,7 @@
1513
1529
  "format": "esm"
1514
1530
  },
1515
1531
  "../constants/dest/constants.gen.js": {
1516
- "bytes": 35896,
1532
+ "bytes": 33570,
1517
1533
  "imports": [],
1518
1534
  "format": "esm"
1519
1535
  },
@@ -3287,7 +3303,7 @@
3287
3303
  "format": "esm"
3288
3304
  },
3289
3305
  "../stdlib/dest/interfaces/api_limit.js": {
3290
- "bytes": 184,
3306
+ "bytes": 577,
3291
3307
  "imports": [],
3292
3308
  "format": "esm"
3293
3309
  },
@@ -6792,7 +6808,7 @@
6792
6808
  "format": "esm"
6793
6809
  },
6794
6810
  "../foundation/dest/json-rpc/server/safe_json_rpc_server.js": {
6795
- "bytes": 17124,
6811
+ "bytes": 17534,
6796
6812
  "imports": [
6797
6813
  {
6798
6814
  "path": "../node_modules/@koa/cors/index.js",
@@ -7041,7 +7057,7 @@
7041
7057
  "format": "esm"
7042
7058
  },
7043
7059
  "../foundation/dest/trees/sibling_path.js": {
7044
- "bytes": 6061,
7060
+ "bytes": 6095,
7045
7061
  "imports": [
7046
7062
  {
7047
7063
  "path": "../node_modules/zod/index.js",
@@ -7294,7 +7310,7 @@
7294
7310
  "format": "esm"
7295
7311
  },
7296
7312
  "../stdlib/dest/abi/abi.js": {
7297
- "bytes": 13176,
7313
+ "bytes": 13665,
7298
7314
  "imports": [
7299
7315
  {
7300
7316
  "path": "../foundation/dest/log/index.js",
@@ -7378,7 +7394,7 @@
7378
7394
  "format": "esm"
7379
7395
  },
7380
7396
  "../stdlib/dest/abi/decoder.js": {
7381
- "bytes": 4466,
7397
+ "bytes": 4681,
7382
7398
  "imports": [
7383
7399
  {
7384
7400
  "path": "../foundation/dest/eth-address/index.js",
@@ -7514,7 +7530,7 @@
7514
7530
  "format": "esm"
7515
7531
  },
7516
7532
  "../stdlib/dest/abi/contract_artifact.js": {
7517
- "bytes": 11386,
7533
+ "bytes": 11409,
7518
7534
  "imports": [
7519
7535
  {
7520
7536
  "path": "../foundation/dest/json-rpc/index.js",
@@ -7540,7 +7556,7 @@
7540
7556
  "format": "esm"
7541
7557
  },
7542
7558
  "../stdlib/dest/abi/function_call.js": {
7543
- "bytes": 2611,
7559
+ "bytes": 3417,
7544
7560
  "imports": [
7545
7561
  {
7546
7562
  "path": "../node_modules/zod/index.js",
@@ -7647,7 +7663,7 @@
7647
7663
  "format": "esm"
7648
7664
  },
7649
7665
  "../stdlib/dest/contract/artifact_hash.js": {
7650
- "bytes": 5044,
7666
+ "bytes": 5584,
7651
7667
  "imports": [
7652
7668
  {
7653
7669
  "path": "../foundation/dest/crypto/sha256/index.js",
@@ -9613,7 +9629,7 @@
9613
9629
  "format": "esm"
9614
9630
  },
9615
9631
  "../stdlib/dest/tx/hashed_values.js": {
9616
- "bytes": 1971,
9632
+ "bytes": 2418,
9617
9633
  "imports": [
9618
9634
  {
9619
9635
  "path": "../foundation/dest/curves/bn254/index.js",
@@ -10227,7 +10243,7 @@
10227
10243
  "format": "esm"
10228
10244
  },
10229
10245
  "../stdlib/dest/tx/tx.js": {
10230
- "bytes": 14746,
10246
+ "bytes": 15455,
10231
10247
  "imports": [
10232
10248
  {
10233
10249
  "path": "../constants/dest/constants.js",
@@ -11115,7 +11131,7 @@
11115
11131
  "format": "esm"
11116
11132
  },
11117
11133
  "../stdlib/dest/tx/simulated_tx.js": {
11118
- "bytes": 5305,
11134
+ "bytes": 5785,
11119
11135
  "imports": [
11120
11136
  {
11121
11137
  "path": "../foundation/dest/schemas/index.js",
@@ -11137,6 +11153,11 @@
11137
11153
  "kind": "import-statement",
11138
11154
  "original": "../gas/gas.js"
11139
11155
  },
11156
+ {
11157
+ "path": "../stdlib/dest/interfaces/api_limit.js",
11158
+ "kind": "import-statement",
11159
+ "original": "../interfaces/api_limit.js"
11160
+ },
11140
11161
  {
11141
11162
  "path": "../stdlib/dest/interfaces/public_storage_override.js",
11142
11163
  "kind": "import-statement",
@@ -11411,7 +11432,7 @@
11411
11432
  "format": "esm"
11412
11433
  },
11413
11434
  "../stdlib/dest/tx/offchain_effect.js": {
11414
- "bytes": 343,
11435
+ "bytes": 348,
11415
11436
  "imports": [
11416
11437
  {
11417
11438
  "path": "../foundation/dest/curves/bn254/index.js",
@@ -11682,7 +11703,7 @@
11682
11703
  "format": "esm"
11683
11704
  },
11684
11705
  "../aztec.js/dest/contract/contract_function_interaction.js": {
11685
- "bytes": 11349,
11706
+ "bytes": 11418,
11686
11707
  "imports": [
11687
11708
  {
11688
11709
  "path": "../stdlib/dest/abi/index.js",
@@ -11713,7 +11734,7 @@
11713
11734
  "format": "esm"
11714
11735
  },
11715
11736
  "../aztec.js/dest/utils/authwit.js": {
11716
- "bytes": 11190,
11737
+ "bytes": 11095,
11717
11738
  "imports": [
11718
11739
  {
11719
11740
  "path": "../foundation/dest/curves/bn254/index.js",
@@ -11896,7 +11917,7 @@
11896
11917
  "format": "esm"
11897
11918
  },
11898
11919
  "../entrypoints/dest/encoding.js": {
11899
- "bytes": 4581,
11920
+ "bytes": 4594,
11900
11921
  "imports": [
11901
11922
  {
11902
11923
  "path": "../constants/dest/constants.js",
@@ -11937,7 +11958,7 @@
11937
11958
  "format": "esm"
11938
11959
  },
11939
11960
  "../entrypoints/dest/account_entrypoint.js": {
11940
- "bytes": 11056,
11961
+ "bytes": 11060,
11941
11962
  "imports": [
11942
11963
  {
11943
11964
  "path": "../foundation/dest/curves/bn254/index.js",
@@ -12788,7 +12809,7 @@
12788
12809
  "format": "esm"
12789
12810
  },
12790
12811
  "../protocol-contracts/dest/class-registry/contract_class_published_event.js": {
12791
- "bytes": 3367,
12812
+ "bytes": 3371,
12792
12813
  "imports": [
12793
12814
  {
12794
12815
  "path": "../constants/dest/constants.js",
@@ -12829,7 +12850,7 @@
12829
12850
  "format": "esm"
12830
12851
  },
12831
12852
  "../protocol-contracts/artifacts/ContractClassRegistry.json": {
12832
- "bytes": 631421,
12853
+ "bytes": 631440,
12833
12854
  "imports": []
12834
12855
  },
12835
12856
  "../protocol-contracts/dest/class-registry/lazy.js": {
@@ -12864,7 +12885,7 @@
12864
12885
  "format": "esm"
12865
12886
  },
12866
12887
  "../protocol-contracts/artifacts/FeeJuice.json": {
12867
- "bytes": 203418,
12888
+ "bytes": 203437,
12868
12889
  "imports": []
12869
12890
  },
12870
12891
  "../protocol-contracts/dest/fee-juice/lazy.js": {
@@ -12961,7 +12982,7 @@
12961
12982
  "format": "esm"
12962
12983
  },
12963
12984
  "../protocol-contracts/artifacts/ContractInstanceRegistry.json": {
12964
- "bytes": 59271,
12985
+ "bytes": 59290,
12965
12986
  "imports": []
12966
12987
  },
12967
12988
  "../protocol-contracts/dest/instance-registry/lazy.js": {
@@ -13642,7 +13663,7 @@
13642
13663
  "format": "esm"
13643
13664
  },
13644
13665
  "../stdlib/dest/block/l2_block_source.js": {
13645
- "bytes": 4317,
13666
+ "bytes": 4585,
13646
13667
  "imports": [
13647
13668
  {
13648
13669
  "path": "../foundation/dest/branded-types/index.js",
@@ -13659,6 +13680,11 @@
13659
13680
  "kind": "import-statement",
13660
13681
  "original": "zod"
13661
13682
  },
13683
+ {
13684
+ "path": "../stdlib/dest/interfaces/api_limit.js",
13685
+ "kind": "import-statement",
13686
+ "original": "../interfaces/api_limit.js"
13687
+ },
13662
13688
  {
13663
13689
  "path": "../stdlib/dest/rollup/checkpoint_header.js",
13664
13690
  "kind": "import-statement",
@@ -13694,7 +13720,7 @@
13694
13720
  "format": "esm"
13695
13721
  },
13696
13722
  "../stdlib/dest/block/l2_block_stream/l2_block_stream.js": {
13697
- "bytes": 17294,
13723
+ "bytes": 18958,
13698
13724
  "imports": [
13699
13725
  {
13700
13726
  "path": "../foundation/dest/branded-types/index.js",
@@ -13716,6 +13742,11 @@
13716
13742
  "kind": "import-statement",
13717
13743
  "original": "@aztec/foundation/running-promise"
13718
13744
  },
13745
+ {
13746
+ "path": "../stdlib/dest/block/block_hash.js",
13747
+ "kind": "import-statement",
13748
+ "original": "../block_hash.js"
13749
+ },
13719
13750
  {
13720
13751
  "path": "../stdlib/dest/block/l2_block_source.js",
13721
13752
  "kind": "import-statement",
@@ -14444,7 +14475,7 @@
14444
14475
  "format": "esm"
14445
14476
  },
14446
14477
  "../pxe/dest/block_synchronizer/block_synchronizer.js": {
14447
- "bytes": 11743,
14478
+ "bytes": 10332,
14448
14479
  "imports": [
14449
14480
  {
14450
14481
  "path": "../foundation/dest/branded-types/index.js",
@@ -14491,7 +14522,7 @@
14491
14522
  "format": "esm"
14492
14523
  },
14493
14524
  "../pxe/dest/contract/contract_class_service.js": {
14494
- "bytes": 3669,
14525
+ "bytes": 2082,
14495
14526
  "imports": [
14496
14527
  {
14497
14528
  "path": "../protocol-contracts/dest/index.js",
@@ -16224,7 +16255,7 @@
16224
16255
  "format": "esm"
16225
16256
  },
16226
16257
  "../stdlib/dest/interfaces/configs.js": {
16227
- "bytes": 3046,
16258
+ "bytes": 3110,
16228
16259
  "imports": [
16229
16260
  {
16230
16261
  "path": "../foundation/dest/branded-types/index.js",
@@ -16651,7 +16682,7 @@
16651
16682
  "format": "esm"
16652
16683
  },
16653
16684
  "../pxe/dest/notes/note_service.js": {
16654
- "bytes": 10089,
16685
+ "bytes": 10114,
16655
16686
  "imports": [
16656
16687
  {
16657
16688
  "path": "../foundation/dest/collection/index.js",
@@ -16786,22 +16817,6 @@
16786
16817
  ],
16787
16818
  "format": "esm"
16788
16819
  },
16789
- "../pxe/dest/contract_function_simulator/benchmarked_node.js": {
16790
- "bytes": 3460,
16791
- "imports": [
16792
- {
16793
- "path": "../foundation/dest/timer/index.js",
16794
- "kind": "import-statement",
16795
- "original": "@aztec/foundation/timer"
16796
- },
16797
- {
16798
- "path": "<runtime>",
16799
- "kind": "import-statement",
16800
- "external": true
16801
- }
16802
- ],
16803
- "format": "esm"
16804
- },
16805
16820
  "../simulator/dest/common/errors.js": {
16806
16821
  "bytes": 6301,
16807
16822
  "imports": [
@@ -19214,7 +19229,7 @@
19214
19229
  "format": "esm"
19215
19230
  },
19216
19231
  "../pxe/dest/storage/fact_store/origin_state.js": {
19217
- "bytes": 2990,
19232
+ "bytes": 2995,
19218
19233
  "imports": [
19219
19234
  {
19220
19235
  "path": "<runtime>",
@@ -19331,7 +19346,7 @@
19331
19346
  "format": "esm"
19332
19347
  },
19333
19348
  "../pxe/dest/oracle_version.js": {
19334
- "bytes": 1715,
19349
+ "bytes": 1725,
19335
19350
  "imports": [],
19336
19351
  "format": "esm"
19337
19352
  },
@@ -19474,7 +19489,7 @@
19474
19489
  "format": "esm"
19475
19490
  },
19476
19491
  "../pxe/dest/contract_function_simulator/oracle/oracle_type_mappings.js": {
19477
- "bytes": 35920,
19492
+ "bytes": 36625,
19478
19493
  "imports": [
19479
19494
  {
19480
19495
  "path": "../constants/dest/constants.js",
@@ -19744,19 +19759,29 @@
19744
19759
  "format": "esm"
19745
19760
  },
19746
19761
  "../pxe/dest/tagging/constants.js": {
19747
- "bytes": 2354,
19762
+ "bytes": 3080,
19748
19763
  "imports": [
19749
19764
  {
19750
19765
  "path": "../constants/dest/constants.js",
19751
19766
  "kind": "import-statement",
19752
19767
  "original": "@aztec/constants"
19768
+ },
19769
+ {
19770
+ "path": "<runtime>",
19771
+ "kind": "import-statement",
19772
+ "external": true
19753
19773
  }
19754
19774
  ],
19755
19775
  "format": "esm"
19756
19776
  },
19757
19777
  "../pxe/dest/tagging/get_all_logs_by_tags.js": {
19758
- "bytes": 2894,
19778
+ "bytes": 3855,
19759
19779
  "imports": [
19780
+ {
19781
+ "path": "../foundation/dest/branded-types/index.js",
19782
+ "kind": "import-statement",
19783
+ "original": "@aztec/foundation/branded-types"
19784
+ },
19760
19785
  {
19761
19786
  "path": "../stdlib/dest/interfaces/api_limit.js",
19762
19787
  "kind": "import-statement",
@@ -19792,13 +19817,8 @@
19792
19817
  "format": "esm"
19793
19818
  },
19794
19819
  "../pxe/dest/tagging/recipient_sync/sync_tagged_private_logs.js": {
19795
- "bytes": 14453,
19820
+ "bytes": 14123,
19796
19821
  "imports": [
19797
- {
19798
- "path": "../foundation/dest/branded-types/index.js",
19799
- "kind": "import-statement",
19800
- "original": "@aztec/foundation/branded-types"
19801
- },
19802
19822
  {
19803
19823
  "path": "../foundation/dest/types/index.js",
19804
19824
  "kind": "import-statement",
@@ -19832,14 +19852,24 @@
19832
19852
  ],
19833
19853
  "format": "esm"
19834
19854
  },
19835
- "../pxe/dest/tagging/sender_sync/utils/get_status_change_of_pending.js": {
19836
- "bytes": 2711,
19855
+ "../pxe/dest/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.js": {
19856
+ "bytes": 3799,
19837
19857
  "imports": [
19858
+ {
19859
+ "path": "../stdlib/dest/logs/index.js",
19860
+ "kind": "import-statement",
19861
+ "original": "@aztec/stdlib/logs"
19862
+ },
19838
19863
  {
19839
19864
  "path": "../stdlib/dest/tx/index.js",
19840
19865
  "kind": "import-statement",
19841
19866
  "original": "@aztec/stdlib/tx"
19842
19867
  },
19868
+ {
19869
+ "path": "../pxe/dest/tagging/get_all_logs_by_tags.js",
19870
+ "kind": "import-statement",
19871
+ "original": "../../get_all_logs_by_tags.js"
19872
+ },
19843
19873
  {
19844
19874
  "path": "<runtime>",
19845
19875
  "kind": "import-statement",
@@ -19848,23 +19878,34 @@
19848
19878
  ],
19849
19879
  "format": "esm"
19850
19880
  },
19851
- "../pxe/dest/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.js": {
19852
- "bytes": 4104,
19881
+ "../pxe/dest/tagging/sender_sync/utils/classify_pending_txs.js": {
19882
+ "bytes": 3195,
19853
19883
  "imports": [
19854
19884
  {
19855
- "path": "../stdlib/dest/logs/index.js",
19885
+ "path": "../stdlib/dest/tx/index.js",
19856
19886
  "kind": "import-statement",
19857
- "original": "@aztec/stdlib/logs"
19887
+ "original": "@aztec/stdlib/tx"
19858
19888
  },
19889
+ {
19890
+ "path": "<runtime>",
19891
+ "kind": "import-statement",
19892
+ "external": true
19893
+ }
19894
+ ],
19895
+ "format": "esm"
19896
+ },
19897
+ "../pxe/dest/tagging/sender_sync/utils/resolve_pending_txs.js": {
19898
+ "bytes": 2234,
19899
+ "imports": [
19859
19900
  {
19860
19901
  "path": "../stdlib/dest/tx/index.js",
19861
19902
  "kind": "import-statement",
19862
19903
  "original": "@aztec/stdlib/tx"
19863
19904
  },
19864
19905
  {
19865
- "path": "../pxe/dest/tagging/get_all_logs_by_tags.js",
19906
+ "path": "../pxe/dest/tagging/sender_sync/utils/classify_pending_txs.js",
19866
19907
  "kind": "import-statement",
19867
- "original": "../../get_all_logs_by_tags.js"
19908
+ "original": "./classify_pending_txs.js"
19868
19909
  },
19869
19910
  {
19870
19911
  "path": "<runtime>",
@@ -19875,7 +19916,7 @@
19875
19916
  "format": "esm"
19876
19917
  },
19877
19918
  "../pxe/dest/tagging/sender_sync/sync_sender_tagging_indexes.js": {
19878
- "bytes": 6249,
19919
+ "bytes": 5108,
19879
19920
  "imports": [
19880
19921
  {
19881
19922
  "path": "../pxe/dest/tagging/constants.js",
@@ -19883,14 +19924,14 @@
19883
19924
  "original": "../constants.js"
19884
19925
  },
19885
19926
  {
19886
- "path": "../pxe/dest/tagging/sender_sync/utils/get_status_change_of_pending.js",
19927
+ "path": "../pxe/dest/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.js",
19887
19928
  "kind": "import-statement",
19888
- "original": "./utils/get_status_change_of_pending.js"
19929
+ "original": "./utils/load_and_store_new_tagging_indexes.js"
19889
19930
  },
19890
19931
  {
19891
- "path": "../pxe/dest/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.js",
19932
+ "path": "../pxe/dest/tagging/sender_sync/utils/resolve_pending_txs.js",
19892
19933
  "kind": "import-statement",
19893
- "original": "./utils/load_and_store_new_tagging_indexes.js"
19934
+ "original": "./utils/resolve_pending_txs.js"
19894
19935
  },
19895
19936
  {
19896
19937
  "path": "<runtime>",
@@ -19933,7 +19974,7 @@
19933
19974
  "format": "esm"
19934
19975
  },
19935
19976
  "../pxe/dest/tagging/index.js": {
19936
- "bytes": 986,
19977
+ "bytes": 1004,
19937
19978
  "imports": [
19938
19979
  {
19939
19980
  "path": "../pxe/dest/tagging/recipient_sync/sync_tagged_private_logs.js",
@@ -20043,7 +20084,7 @@
20043
20084
  "format": "esm"
20044
20085
  },
20045
20086
  "../pxe/dest/events/event_service.js": {
20046
- "bytes": 5222,
20087
+ "bytes": 5261,
20047
20088
  "imports": [
20048
20089
  {
20049
20090
  "path": "../foundation/dest/log/index.js",
@@ -20064,13 +20105,8 @@
20064
20105
  "format": "esm"
20065
20106
  },
20066
20107
  "../pxe/dest/logs/log_service.js": {
20067
- "bytes": 11962,
20108
+ "bytes": 11318,
20068
20109
  "imports": [
20069
- {
20070
- "path": "../constants/dest/constants.js",
20071
- "kind": "import-statement",
20072
- "original": "@aztec/constants"
20073
- },
20074
20110
  {
20075
20111
  "path": "../foundation/dest/log/index.js",
20076
20112
  "kind": "import-statement",
@@ -20104,22 +20140,6 @@
20104
20140
  ],
20105
20141
  "format": "esm"
20106
20142
  },
20107
- "../pxe/dest/contract_function_simulator/aztec_node_read_cache.js": {
20108
- "bytes": 3037,
20109
- "imports": [
20110
- {
20111
- "path": "../foundation/dest/curves/bn254/index.js",
20112
- "kind": "import-statement",
20113
- "original": "@aztec/foundation/curves/bn254"
20114
- },
20115
- {
20116
- "path": "<runtime>",
20117
- "kind": "import-statement",
20118
- "external": true
20119
- }
20120
- ],
20121
- "format": "esm"
20122
- },
20123
20143
  "../pxe/dest/contract_function_simulator/ephemeral_array_service.js": {
20124
20144
  "bytes": 3615,
20125
20145
  "imports": [
@@ -20173,8 +20193,13 @@
20173
20193
  "format": "esm"
20174
20194
  },
20175
20195
  "../pxe/dest/contract_function_simulator/oracle/utility_execution_oracle.js": {
20176
- "bytes": 43789,
20196
+ "bytes": 47787,
20177
20197
  "imports": [
20198
+ {
20199
+ "path": "../constants/dest/constants.js",
20200
+ "kind": "import-statement",
20201
+ "original": "@aztec/constants"
20202
+ },
20178
20203
  {
20179
20204
  "path": "../foundation/dest/collection/index.js",
20180
20205
  "kind": "import-statement",
@@ -20280,11 +20305,6 @@
20280
20305
  "kind": "import-statement",
20281
20306
  "original": "../../storage/fact_store/index.js"
20282
20307
  },
20283
- {
20284
- "path": "../pxe/dest/contract_function_simulator/aztec_node_read_cache.js",
20285
- "kind": "import-statement",
20286
- "original": "../aztec_node_read_cache.js"
20287
- },
20288
20308
  {
20289
20309
  "path": "../pxe/dest/contract_function_simulator/ephemeral_array_service.js",
20290
20310
  "kind": "import-statement",
@@ -20329,7 +20349,7 @@
20329
20349
  "format": "esm"
20330
20350
  },
20331
20351
  "../pxe/dest/contract_function_simulator/oracle/private_execution_oracle.js": {
20332
- "bytes": 30250,
20352
+ "bytes": 30446,
20333
20353
  "imports": [
20334
20354
  {
20335
20355
  "path": "../constants/dest/constants.js",
@@ -20451,7 +20471,7 @@
20451
20471
  "format": "esm"
20452
20472
  },
20453
20473
  "../pxe/dest/contract_function_simulator/contract_function_simulator.js": {
20454
- "bytes": 33706,
20474
+ "bytes": 33175,
20455
20475
  "imports": [
20456
20476
  {
20457
20477
  "path": "@aztec/bb.js",
@@ -20721,6 +20741,43 @@
20721
20741
  ],
20722
20742
  "format": "esm"
20723
20743
  },
20744
+ "../pxe/dest/node/benchmarked_node.js": {
20745
+ "bytes": 4123,
20746
+ "imports": [
20747
+ {
20748
+ "path": "../foundation/dest/timer/index.js",
20749
+ "kind": "import-statement",
20750
+ "original": "@aztec/foundation/timer"
20751
+ },
20752
+ {
20753
+ "path": "<runtime>",
20754
+ "kind": "import-statement",
20755
+ "external": true
20756
+ }
20757
+ ],
20758
+ "format": "esm"
20759
+ },
20760
+ "../pxe/dest/node/caching_aztec_node.js": {
20761
+ "bytes": 15247,
20762
+ "imports": [
20763
+ {
20764
+ "path": "../stdlib/dest/block/index.js",
20765
+ "kind": "import-statement",
20766
+ "original": "@aztec/stdlib/block"
20767
+ },
20768
+ {
20769
+ "path": "../pxe/dest/node/benchmarked_node.js",
20770
+ "kind": "import-statement",
20771
+ "original": "./benchmarked_node.js"
20772
+ },
20773
+ {
20774
+ "path": "<runtime>",
20775
+ "kind": "import-statement",
20776
+ "external": true
20777
+ }
20778
+ ],
20779
+ "format": "esm"
20780
+ },
20724
20781
  "../foundation/dest/testing/formatting.js": {
20725
20782
  "bytes": 98,
20726
20783
  "imports": [
@@ -21491,7 +21548,7 @@
21491
21548
  "format": "esm"
21492
21549
  },
21493
21550
  "../pxe/dest/storage/contract_store/contract_store.js": {
21494
- "bytes": 14431,
21551
+ "bytes": 14464,
21495
21552
  "imports": [
21496
21553
  {
21497
21554
  "path": "../foundation/dest/curves/bn254/index.js",
@@ -21661,18 +21718,13 @@
21661
21718
  "format": "esm"
21662
21719
  },
21663
21720
  "../pxe/dest/storage/tagging_store/sender_tagging_store.js": {
21664
- "bytes": 24805,
21721
+ "bytes": 26035,
21665
21722
  "imports": [
21666
21723
  {
21667
21724
  "path": "../stdlib/dest/logs/index.js",
21668
21725
  "kind": "import-statement",
21669
21726
  "original": "@aztec/stdlib/logs"
21670
21727
  },
21671
- {
21672
- "path": "../stdlib/dest/tx/index.js",
21673
- "kind": "import-statement",
21674
- "original": "@aztec/stdlib/tx"
21675
- },
21676
21728
  {
21677
21729
  "path": "../pxe/dest/tagging/constants.js",
21678
21730
  "kind": "import-statement",
@@ -21806,7 +21858,7 @@
21806
21858
  "format": "esm"
21807
21859
  },
21808
21860
  "../pxe/dest/pxe.js": {
21809
- "bytes": 51812,
21861
+ "bytes": 52810,
21810
21862
  "imports": [
21811
21863
  {
21812
21864
  "path": "../foundation/dest/branded-types/index.js",
@@ -21893,11 +21945,6 @@
21893
21945
  "kind": "import-statement",
21894
21946
  "original": "./contract/contract_sync_service.js"
21895
21947
  },
21896
- {
21897
- "path": "../pxe/dest/contract_function_simulator/benchmarked_node.js",
21898
- "kind": "import-statement",
21899
- "original": "./contract_function_simulator/benchmarked_node.js"
21900
- },
21901
21948
  {
21902
21949
  "path": "../pxe/dest/contract_function_simulator/contract_function_simulator.js",
21903
21950
  "kind": "import-statement",
@@ -21933,6 +21980,11 @@
21933
21980
  "kind": "import-statement",
21934
21981
  "original": "./messages/tx_resolver_service.js"
21935
21982
  },
21983
+ {
21984
+ "path": "../pxe/dest/node/caching_aztec_node.js",
21985
+ "kind": "import-statement",
21986
+ "original": "./node/caching_aztec_node.js"
21987
+ },
21936
21988
  {
21937
21989
  "path": "../pxe/dest/private_kernel/private_kernel_execution_prover.js",
21938
21990
  "kind": "import-statement",
@@ -22075,51 +22127,19 @@
22075
22127
  ],
22076
22128
  "format": "esm"
22077
22129
  },
22078
- "../stdlib/dest/config/node-rpc-config.js": {
22079
- "bytes": 1077,
22080
- "imports": [
22081
- {
22082
- "path": "../constants/dest/constants.js",
22083
- "kind": "import-statement",
22084
- "original": "@aztec/constants"
22085
- },
22086
- {
22087
- "path": "../foundation/dest/config/index.js",
22088
- "kind": "import-statement",
22089
- "original": "@aztec/foundation/config"
22090
- }
22091
- ],
22092
- "format": "esm"
22093
- },
22094
- "../stdlib/dest/config/index.js": {
22095
- "bytes": 159,
22130
+ "../stdlib/dest/fees/transaction_fee.js": {
22131
+ "bytes": 1551,
22096
22132
  "imports": [
22097
22133
  {
22098
- "path": "../stdlib/dest/config/chain-config.js",
22099
- "kind": "import-statement",
22100
- "original": "./chain-config.js"
22101
- },
22102
- {
22103
- "path": "../stdlib/dest/config/network-consensus-config.js",
22134
+ "path": "assert",
22104
22135
  "kind": "import-statement",
22105
- "original": "./network-consensus-config.js"
22136
+ "external": true
22106
22137
  },
22107
22138
  {
22108
- "path": "../stdlib/dest/config/node-rpc-config.js",
22139
+ "path": "../stdlib/dest/gas/gas_fees.js",
22109
22140
  "kind": "import-statement",
22110
- "original": "./node-rpc-config.js"
22141
+ "original": "../gas/gas_fees.js"
22111
22142
  },
22112
- {
22113
- "path": "../stdlib/dest/config/sequencer-config.js",
22114
- "kind": "import-statement",
22115
- "original": "./sequencer-config.js"
22116
- }
22117
- ],
22118
- "format": "esm"
22119
- },
22120
- "../pxe/dest/config/package_info.js": {
22121
- "bytes": 110,
22122
- "imports": [
22123
22143
  {
22124
22144
  "path": "<runtime>",
22125
22145
  "kind": "import-statement",
@@ -22128,9 +22148,14 @@
22128
22148
  ],
22129
22149
  "format": "esm"
22130
22150
  },
22131
- "../pxe/dest/hooks/execution_hooks.js": {
22132
- "bytes": 350,
22151
+ "../stdlib/dest/world-state/world_state_revision.js": {
22152
+ "bytes": 1259,
22133
22153
  "imports": [
22154
+ {
22155
+ "path": "../node_modules/zod/index.js",
22156
+ "kind": "import-statement",
22157
+ "original": "zod"
22158
+ },
22134
22159
  {
22135
22160
  "path": "<runtime>",
22136
22161
  "kind": "import-statement",
@@ -22139,273 +22164,210 @@
22139
22164
  ],
22140
22165
  "format": "esm"
22141
22166
  },
22142
- "../pxe/dest/hooks/index.js": {
22143
- "bytes": 141,
22167
+ "../stdlib/dest/avm/avm_accumulated_data.js": {
22168
+ "bytes": 9701,
22144
22169
  "imports": [
22145
22170
  {
22146
- "path": "../pxe/dest/hooks/execution_hooks.js",
22171
+ "path": "../constants/dest/constants.js",
22147
22172
  "kind": "import-statement",
22148
- "original": "./execution_hooks.js"
22173
+ "original": "@aztec/constants"
22149
22174
  },
22150
22175
  {
22151
- "path": "../pxe/dest/hooks/resolve_tagging_secret_strategy.js",
22176
+ "path": "../foundation/dest/array/index.js",
22152
22177
  "kind": "import-statement",
22153
- "original": "./resolve_tagging_secret_strategy.js"
22154
- }
22155
- ],
22156
- "format": "esm"
22157
- },
22158
- "../pxe/dest/config/index.js": {
22159
- "bytes": 2776,
22160
- "imports": [
22178
+ "original": "@aztec/foundation/array"
22179
+ },
22161
22180
  {
22162
- "path": "../foundation/dest/config/index.js",
22181
+ "path": "../foundation/dest/collection/index.js",
22163
22182
  "kind": "import-statement",
22164
- "original": "@aztec/foundation/config"
22183
+ "original": "@aztec/foundation/collection"
22165
22184
  },
22166
22185
  {
22167
- "path": "../stdlib/dest/config/index.js",
22186
+ "path": "../foundation/dest/curves/bn254/index.js",
22168
22187
  "kind": "import-statement",
22169
- "original": "@aztec/stdlib/config"
22188
+ "original": "@aztec/foundation/curves/bn254"
22170
22189
  },
22171
22190
  {
22172
- "path": "../stdlib/dest/kv-store/index.js",
22191
+ "path": "../foundation/dest/schemas/index.js",
22173
22192
  "kind": "import-statement",
22174
- "original": "@aztec/stdlib/kv-store"
22193
+ "original": "@aztec/foundation/schemas"
22175
22194
  },
22176
22195
  {
22177
- "path": "../pxe/dest/config/package_info.js",
22196
+ "path": "../foundation/dest/serialize/index.js",
22178
22197
  "kind": "import-statement",
22179
- "original": "./package_info.js"
22198
+ "original": "@aztec/foundation/serialize"
22180
22199
  },
22181
22200
  {
22182
- "path": "../pxe/dest/hooks/index.js",
22201
+ "path": "../foundation/dest/string/index.js",
22183
22202
  "kind": "import-statement",
22184
- "original": "../hooks/index.js"
22203
+ "original": "@aztec/foundation/string"
22185
22204
  },
22186
22205
  {
22187
- "path": "<runtime>",
22206
+ "path": "util",
22188
22207
  "kind": "import-statement",
22189
22208
  "external": true
22190
- }
22191
- ],
22192
- "format": "esm"
22193
- },
22194
- "../pxe/dest/storage/address_store/index.js": {
22195
- "bytes": 51,
22196
- "imports": [
22197
- {
22198
- "path": "../pxe/dest/storage/address_store/address_store.js",
22199
- "kind": "import-statement",
22200
- "original": "./address_store.js"
22201
- }
22202
- ],
22203
- "format": "esm"
22204
- },
22205
- "../pxe/dest/storage/anchor_block_store/index.js": {
22206
- "bytes": 60,
22207
- "imports": [
22209
+ },
22208
22210
  {
22209
- "path": "../pxe/dest/storage/anchor_block_store/anchor_block_store.js",
22211
+ "path": "../node_modules/zod/index.js",
22210
22212
  "kind": "import-statement",
22211
- "original": "./anchor_block_store.js"
22212
- }
22213
- ],
22214
- "format": "esm"
22215
- },
22216
- "../pxe/dest/storage/capsule_store/index.js": {
22217
- "bytes": 106,
22218
- "imports": [
22213
+ "original": "zod"
22214
+ },
22219
22215
  {
22220
- "path": "../pxe/dest/storage/capsule_store/capsule_service.js",
22216
+ "path": "../stdlib/dest/kernel/utils/index.js",
22221
22217
  "kind": "import-statement",
22222
- "original": "./capsule_service.js"
22218
+ "original": "../kernel/utils/index.js"
22223
22219
  },
22224
22220
  {
22225
- "path": "../pxe/dest/storage/capsule_store/capsule_store.js",
22221
+ "path": "../stdlib/dest/logs/public_log.js",
22226
22222
  "kind": "import-statement",
22227
- "original": "./capsule_store.js"
22228
- }
22229
- ],
22230
- "format": "esm"
22231
- },
22232
- "../pxe/dest/storage/contract_store/index.js": {
22233
- "bytes": 53,
22234
- "imports": [
22223
+ "original": "../logs/public_log.js"
22224
+ },
22235
22225
  {
22236
- "path": "../pxe/dest/storage/contract_store/contract_store.js",
22226
+ "path": "../stdlib/dest/messaging/l2_to_l1_message.js",
22237
22227
  "kind": "import-statement",
22238
- "original": "./contract_store.js"
22239
- }
22240
- ],
22241
- "format": "esm"
22242
- },
22243
- "../pxe/dest/storage/note_store/index.js": {
22244
- "bytes": 91,
22245
- "imports": [
22228
+ "original": "../messaging/l2_to_l1_message.js"
22229
+ },
22246
22230
  {
22247
- "path": "../stdlib/dest/note/index.js",
22231
+ "path": "../stdlib/dest/avm/public_data_write.js",
22248
22232
  "kind": "import-statement",
22249
- "original": "@aztec/stdlib/note"
22233
+ "original": "./public_data_write.js"
22250
22234
  },
22251
22235
  {
22252
- "path": "../pxe/dest/storage/note_store/note_store.js",
22236
+ "path": "<runtime>",
22253
22237
  "kind": "import-statement",
22254
- "original": "./note_store.js"
22238
+ "external": true
22255
22239
  }
22256
22240
  ],
22257
22241
  "format": "esm"
22258
22242
  },
22259
- "../pxe/dest/storage/metadata.js": {
22260
- "bytes": 43,
22261
- "imports": [],
22262
- "format": "esm"
22263
- },
22264
- "../pxe/dest/storage/index.js": {
22265
- "bytes": 387,
22243
+ "../stdlib/dest/avm/message_pack.js": {
22244
+ "bytes": 3533,
22266
22245
  "imports": [
22267
22246
  {
22268
- "path": "../pxe/dest/storage/address_store/index.js",
22269
- "kind": "import-statement",
22270
- "original": "./address_store/index.js"
22271
- },
22272
- {
22273
- "path": "../pxe/dest/storage/anchor_block_store/index.js",
22274
- "kind": "import-statement",
22275
- "original": "./anchor_block_store/index.js"
22276
- },
22277
- {
22278
- "path": "../pxe/dest/storage/capsule_store/index.js",
22247
+ "path": "../foundation/dest/curves/bn254/index.js",
22279
22248
  "kind": "import-statement",
22280
- "original": "./capsule_store/index.js"
22249
+ "original": "@aztec/foundation/curves/bn254"
22281
22250
  },
22282
22251
  {
22283
- "path": "../pxe/dest/storage/contract_store/index.js",
22252
+ "path": "../foundation/dest/curves/grumpkin/index.js",
22284
22253
  "kind": "import-statement",
22285
- "original": "./contract_store/index.js"
22254
+ "original": "@aztec/foundation/curves/grumpkin"
22286
22255
  },
22287
22256
  {
22288
- "path": "../pxe/dest/storage/fact_store/index.js",
22257
+ "path": "../foundation/dest/eth-address/index.js",
22289
22258
  "kind": "import-statement",
22290
- "original": "./fact_store/index.js"
22259
+ "original": "@aztec/foundation/eth-address"
22291
22260
  },
22292
22261
  {
22293
- "path": "../pxe/dest/storage/note_store/index.js",
22262
+ "path": "assert",
22294
22263
  "kind": "import-statement",
22295
- "original": "./note_store/index.js"
22264
+ "external": true
22296
22265
  },
22297
22266
  {
22298
- "path": "../pxe/dest/storage/tagging_store/index.js",
22267
+ "path": "msgpackr",
22299
22268
  "kind": "import-statement",
22300
- "original": "./tagging_store/index.js"
22269
+ "external": true
22301
22270
  },
22302
22271
  {
22303
- "path": "../pxe/dest/storage/metadata.js",
22272
+ "path": "../stdlib/dest/aztec-address/index.js",
22304
22273
  "kind": "import-statement",
22305
- "original": "./metadata.js"
22274
+ "original": "../aztec-address/index.js"
22306
22275
  },
22307
22276
  {
22308
- "path": "../pxe/dest/storage/private_event_store/private_event_store.js",
22277
+ "path": "<runtime>",
22309
22278
  "kind": "import-statement",
22310
- "original": "./private_event_store/private_event_store.js"
22279
+ "external": true
22311
22280
  }
22312
22281
  ],
22313
22282
  "format": "esm"
22314
22283
  },
22315
- "../bb-prover/dest/prover/client/bb_private_kernel_prover.js": {
22316
- "bytes": 14671,
22284
+ "../stdlib/dest/avm/avm_circuit_public_inputs.js": {
22285
+ "bytes": 15065,
22317
22286
  "imports": [
22318
22287
  {
22319
- "path": "@aztec/bb.js",
22288
+ "path": "../constants/dest/constants.js",
22320
22289
  "kind": "import-statement",
22321
- "external": true
22290
+ "original": "@aztec/constants"
22322
22291
  },
22323
22292
  {
22324
- "path": "../foundation/dest/log/index.js",
22293
+ "path": "../foundation/dest/array/index.js",
22325
22294
  "kind": "import-statement",
22326
- "original": "@aztec/foundation/log"
22295
+ "original": "@aztec/foundation/array"
22327
22296
  },
22328
22297
  {
22329
- "path": "../foundation/dest/timer/index.js",
22298
+ "path": "../foundation/dest/curves/bn254/index.js",
22330
22299
  "kind": "import-statement",
22331
- "original": "@aztec/foundation/timer"
22300
+ "original": "@aztec/foundation/curves/bn254"
22332
22301
  },
22333
22302
  {
22334
- "path": "@aztec/noir-noirc_abi",
22303
+ "path": "../foundation/dest/schemas/index.js",
22335
22304
  "kind": "import-statement",
22336
- "external": true
22305
+ "original": "@aztec/foundation/schemas"
22337
22306
  },
22338
22307
  {
22339
- "path": "@aztec/noir-protocol-circuits-types/client",
22308
+ "path": "../foundation/dest/serialize/index.js",
22340
22309
  "kind": "import-statement",
22341
- "external": true
22310
+ "original": "@aztec/foundation/serialize"
22342
22311
  },
22343
22312
  {
22344
- "path": "@aztec/noir-protocol-circuits-types/types",
22313
+ "path": "../foundation/dest/string/index.js",
22314
+ "kind": "import-statement",
22315
+ "original": "@aztec/foundation/string"
22316
+ },
22317
+ {
22318
+ "path": "util",
22345
22319
  "kind": "import-statement",
22346
22320
  "external": true
22347
22321
  },
22348
22322
  {
22349
- "path": "../stdlib/dest/proofs/index.js",
22323
+ "path": "../node_modules/zod/index.js",
22350
22324
  "kind": "import-statement",
22351
- "original": "@aztec/stdlib/proofs"
22325
+ "original": "zod"
22352
22326
  },
22353
22327
  {
22354
- "path": "pako",
22328
+ "path": "../stdlib/dest/aztec-address/index.js",
22355
22329
  "kind": "import-statement",
22356
- "external": true
22330
+ "original": "../aztec-address/index.js"
22357
22331
  },
22358
22332
  {
22359
- "path": "<runtime>",
22333
+ "path": "../stdlib/dest/gas/index.js",
22360
22334
  "kind": "import-statement",
22361
- "external": true
22362
- }
22363
- ],
22364
- "format": "esm"
22365
- },
22366
- "../bb-prover/dest/prover/client/lazy.js": {
22367
- "bytes": 343,
22368
- "imports": [
22335
+ "original": "../gas/index.js"
22336
+ },
22369
22337
  {
22370
- "path": "@aztec/noir-protocol-circuits-types/client/lazy",
22338
+ "path": "../stdlib/dest/kernel/private_to_avm_accumulated_data.js",
22371
22339
  "kind": "import-statement",
22372
- "external": true
22340
+ "original": "../kernel/private_to_avm_accumulated_data.js"
22373
22341
  },
22374
22342
  {
22375
- "path": "../bb-prover/dest/prover/client/bb_private_kernel_prover.js",
22343
+ "path": "../stdlib/dest/kernel/public_call_request.js",
22376
22344
  "kind": "import-statement",
22377
- "original": "./bb_private_kernel_prover.js"
22345
+ "original": "../kernel/public_call_request.js"
22378
22346
  },
22379
22347
  {
22380
- "path": "<runtime>",
22348
+ "path": "../stdlib/dest/tx/global_variables.js",
22381
22349
  "kind": "import-statement",
22382
- "external": true
22383
- }
22384
- ],
22385
- "format": "esm"
22386
- },
22387
- "../standard-contracts/dest/make_standard_contract.js": {
22388
- "bytes": 1699,
22389
- "imports": [
22350
+ "original": "../tx/global_variables.js"
22351
+ },
22390
22352
  {
22391
- "path": "../foundation/dest/curves/bn254/index.js",
22353
+ "path": "../stdlib/dest/tx/protocol_contracts.js",
22392
22354
  "kind": "import-statement",
22393
- "original": "@aztec/foundation/curves/bn254"
22355
+ "original": "../tx/protocol_contracts.js"
22394
22356
  },
22395
22357
  {
22396
- "path": "../stdlib/dest/aztec-address/index.js",
22358
+ "path": "../stdlib/dest/tx/tree_snapshots.js",
22397
22359
  "kind": "import-statement",
22398
- "original": "@aztec/stdlib/aztec-address"
22360
+ "original": "../tx/tree_snapshots.js"
22399
22361
  },
22400
22362
  {
22401
- "path": "../stdlib/dest/keys/index.js",
22363
+ "path": "../stdlib/dest/avm/avm_accumulated_data.js",
22402
22364
  "kind": "import-statement",
22403
- "original": "@aztec/stdlib/keys"
22365
+ "original": "./avm_accumulated_data.js"
22404
22366
  },
22405
22367
  {
22406
- "path": "../standard-contracts/dest/standard_contract_data.js",
22368
+ "path": "../stdlib/dest/avm/message_pack.js",
22407
22369
  "kind": "import-statement",
22408
- "original": "./standard_contract_data.js"
22370
+ "original": "./message_pack.js"
22409
22371
  },
22410
22372
  {
22411
22373
  "path": "<runtime>",
@@ -22415,70 +22377,561 @@
22415
22377
  ],
22416
22378
  "format": "esm"
22417
22379
  },
22418
- "../standard-contracts/artifacts/AuthRegistry.json": {
22419
- "bytes": 73051,
22420
- "imports": []
22421
- },
22422
- "../standard-contracts/dest/auth-registry/lazy.js": {
22423
- "bytes": 1270,
22380
+ "../stdlib/dest/avm/avm.js": {
22381
+ "bytes": 56498,
22424
22382
  "imports": [
22425
22383
  {
22426
- "path": "../stdlib/dest/abi/index.js",
22384
+ "path": "../foundation/dest/curves/bn254/index.js",
22427
22385
  "kind": "import-statement",
22428
- "original": "@aztec/stdlib/abi"
22386
+ "original": "@aztec/foundation/curves/bn254"
22429
22387
  },
22430
22388
  {
22431
- "path": "../standard-contracts/dest/make_standard_contract.js",
22389
+ "path": "../foundation/dest/json-rpc/index.js",
22432
22390
  "kind": "import-statement",
22433
- "original": "../make_standard_contract.js"
22391
+ "original": "@aztec/foundation/json-rpc"
22434
22392
  },
22435
22393
  {
22436
- "path": "../standard-contracts/dest/auth-registry/constants.js",
22394
+ "path": "../node_modules/zod/index.js",
22437
22395
  "kind": "import-statement",
22438
- "original": "./constants.js"
22439
- },
22440
- {
22441
- "path": "../standard-contracts/artifacts/AuthRegistry.json",
22442
- "kind": "dynamic-import",
22443
- "original": "../../artifacts/AuthRegistry.json"
22396
+ "original": "zod"
22444
22397
  },
22445
- {
22446
- "path": "<runtime>",
22447
- "kind": "import-statement",
22448
- "external": true
22449
- }
22450
- ],
22451
- "format": "esm"
22452
- },
22453
- "../standard-contracts/artifacts/HandshakeRegistry.json": {
22454
- "bytes": 310573,
22455
- "imports": []
22456
- },
22457
- "../standard-contracts/dest/handshake-registry/lazy.js": {
22458
- "bytes": 1325,
22459
- "imports": [
22460
22398
  {
22461
22399
  "path": "../stdlib/dest/abi/index.js",
22462
22400
  "kind": "import-statement",
22463
- "original": "@aztec/stdlib/abi"
22401
+ "original": "../abi/index.js"
22464
22402
  },
22465
22403
  {
22466
- "path": "../standard-contracts/dest/make_standard_contract.js",
22404
+ "path": "../stdlib/dest/aztec-address/index.js",
22467
22405
  "kind": "import-statement",
22468
- "original": "../make_standard_contract.js"
22406
+ "original": "../aztec-address/index.js"
22469
22407
  },
22470
22408
  {
22471
- "path": "../standard-contracts/dest/handshake-registry/constants.js",
22409
+ "path": "../stdlib/dest/contract/index.js",
22472
22410
  "kind": "import-statement",
22473
- "original": "./constants.js"
22411
+ "original": "../contract/index.js"
22474
22412
  },
22475
22413
  {
22476
- "path": "../standard-contracts/artifacts/HandshakeRegistry.json",
22477
- "kind": "dynamic-import",
22478
- "original": "../../artifacts/HandshakeRegistry.json"
22414
+ "path": "../stdlib/dest/errors/simulation_error.js",
22415
+ "kind": "import-statement",
22416
+ "original": "../errors/simulation_error.js"
22479
22417
  },
22480
22418
  {
22481
- "path": "<runtime>",
22419
+ "path": "../stdlib/dest/fees/transaction_fee.js",
22420
+ "kind": "import-statement",
22421
+ "original": "../fees/transaction_fee.js"
22422
+ },
22423
+ {
22424
+ "path": "../stdlib/dest/gas/gas.js",
22425
+ "kind": "import-statement",
22426
+ "original": "../gas/gas.js"
22427
+ },
22428
+ {
22429
+ "path": "../stdlib/dest/gas/gas_fees.js",
22430
+ "kind": "import-statement",
22431
+ "original": "../gas/gas_fees.js"
22432
+ },
22433
+ {
22434
+ "path": "../stdlib/dest/gas/gas_settings.js",
22435
+ "kind": "import-statement",
22436
+ "original": "../gas/gas_settings.js"
22437
+ },
22438
+ {
22439
+ "path": "../stdlib/dest/gas/gas_used.js",
22440
+ "kind": "import-statement",
22441
+ "original": "../gas/gas_used.js"
22442
+ },
22443
+ {
22444
+ "path": "../stdlib/dest/keys/public_keys.js",
22445
+ "kind": "import-statement",
22446
+ "original": "../keys/public_keys.js"
22447
+ },
22448
+ {
22449
+ "path": "../stdlib/dest/logs/debug_log.js",
22450
+ "kind": "import-statement",
22451
+ "original": "../logs/debug_log.js"
22452
+ },
22453
+ {
22454
+ "path": "../stdlib/dest/logs/public_log.js",
22455
+ "kind": "import-statement",
22456
+ "original": "../logs/public_log.js"
22457
+ },
22458
+ {
22459
+ "path": "../stdlib/dest/messaging/l2_to_l1_message.js",
22460
+ "kind": "import-statement",
22461
+ "original": "../messaging/l2_to_l1_message.js"
22462
+ },
22463
+ {
22464
+ "path": "../stdlib/dest/schemas/schemas.js",
22465
+ "kind": "import-statement",
22466
+ "original": "../schemas/schemas.js"
22467
+ },
22468
+ {
22469
+ "path": "../stdlib/dest/trees/append_only_tree_snapshot.js",
22470
+ "kind": "import-statement",
22471
+ "original": "../trees/append_only_tree_snapshot.js"
22472
+ },
22473
+ {
22474
+ "path": "../stdlib/dest/trees/merkle_tree_id.js",
22475
+ "kind": "import-statement",
22476
+ "original": "../trees/merkle_tree_id.js"
22477
+ },
22478
+ {
22479
+ "path": "../stdlib/dest/trees/nullifier_leaf.js",
22480
+ "kind": "import-statement",
22481
+ "original": "../trees/nullifier_leaf.js"
22482
+ },
22483
+ {
22484
+ "path": "../stdlib/dest/trees/public_data_leaf.js",
22485
+ "kind": "import-statement",
22486
+ "original": "../trees/public_data_leaf.js"
22487
+ },
22488
+ {
22489
+ "path": "../stdlib/dest/tx/index.js",
22490
+ "kind": "import-statement",
22491
+ "original": "../tx/index.js"
22492
+ },
22493
+ {
22494
+ "path": "../stdlib/dest/tx/processed_tx.js",
22495
+ "kind": "import-statement",
22496
+ "original": "../tx/processed_tx.js"
22497
+ },
22498
+ {
22499
+ "path": "../stdlib/dest/world-state/world_state_revision.js",
22500
+ "kind": "import-statement",
22501
+ "original": "../world-state/world_state_revision.js"
22502
+ },
22503
+ {
22504
+ "path": "../stdlib/dest/avm/avm_circuit_public_inputs.js",
22505
+ "kind": "import-statement",
22506
+ "original": "./avm_circuit_public_inputs.js"
22507
+ },
22508
+ {
22509
+ "path": "../stdlib/dest/avm/message_pack.js",
22510
+ "kind": "import-statement",
22511
+ "original": "./message_pack.js"
22512
+ },
22513
+ {
22514
+ "path": "../stdlib/dest/avm/public_data_write.js",
22515
+ "kind": "import-statement",
22516
+ "original": "./public_data_write.js"
22517
+ },
22518
+ {
22519
+ "path": "../stdlib/dest/avm/revert_code.js",
22520
+ "kind": "import-statement",
22521
+ "original": "./revert_code.js"
22522
+ },
22523
+ {
22524
+ "path": "<runtime>",
22525
+ "kind": "import-statement",
22526
+ "external": true
22527
+ }
22528
+ ],
22529
+ "format": "esm"
22530
+ },
22531
+ "../stdlib/dest/config/node-rpc-config.js": {
22532
+ "bytes": 1074,
22533
+ "imports": [
22534
+ {
22535
+ "path": "../foundation/dest/config/index.js",
22536
+ "kind": "import-statement",
22537
+ "original": "@aztec/foundation/config"
22538
+ },
22539
+ {
22540
+ "path": "../stdlib/dest/avm/avm.js",
22541
+ "kind": "import-statement",
22542
+ "original": "../avm/avm.js"
22543
+ }
22544
+ ],
22545
+ "format": "esm"
22546
+ },
22547
+ "../stdlib/dest/config/index.js": {
22548
+ "bytes": 159,
22549
+ "imports": [
22550
+ {
22551
+ "path": "../stdlib/dest/config/chain-config.js",
22552
+ "kind": "import-statement",
22553
+ "original": "./chain-config.js"
22554
+ },
22555
+ {
22556
+ "path": "../stdlib/dest/config/network-consensus-config.js",
22557
+ "kind": "import-statement",
22558
+ "original": "./network-consensus-config.js"
22559
+ },
22560
+ {
22561
+ "path": "../stdlib/dest/config/node-rpc-config.js",
22562
+ "kind": "import-statement",
22563
+ "original": "./node-rpc-config.js"
22564
+ },
22565
+ {
22566
+ "path": "../stdlib/dest/config/sequencer-config.js",
22567
+ "kind": "import-statement",
22568
+ "original": "./sequencer-config.js"
22569
+ }
22570
+ ],
22571
+ "format": "esm"
22572
+ },
22573
+ "../pxe/dest/config/package_info.js": {
22574
+ "bytes": 110,
22575
+ "imports": [
22576
+ {
22577
+ "path": "<runtime>",
22578
+ "kind": "import-statement",
22579
+ "external": true
22580
+ }
22581
+ ],
22582
+ "format": "esm"
22583
+ },
22584
+ "../pxe/dest/hooks/execution_hooks.js": {
22585
+ "bytes": 350,
22586
+ "imports": [
22587
+ {
22588
+ "path": "<runtime>",
22589
+ "kind": "import-statement",
22590
+ "external": true
22591
+ }
22592
+ ],
22593
+ "format": "esm"
22594
+ },
22595
+ "../pxe/dest/hooks/index.js": {
22596
+ "bytes": 141,
22597
+ "imports": [
22598
+ {
22599
+ "path": "../pxe/dest/hooks/execution_hooks.js",
22600
+ "kind": "import-statement",
22601
+ "original": "./execution_hooks.js"
22602
+ },
22603
+ {
22604
+ "path": "../pxe/dest/hooks/resolve_tagging_secret_strategy.js",
22605
+ "kind": "import-statement",
22606
+ "original": "./resolve_tagging_secret_strategy.js"
22607
+ }
22608
+ ],
22609
+ "format": "esm"
22610
+ },
22611
+ "../pxe/dest/config/index.js": {
22612
+ "bytes": 2776,
22613
+ "imports": [
22614
+ {
22615
+ "path": "../foundation/dest/config/index.js",
22616
+ "kind": "import-statement",
22617
+ "original": "@aztec/foundation/config"
22618
+ },
22619
+ {
22620
+ "path": "../stdlib/dest/config/index.js",
22621
+ "kind": "import-statement",
22622
+ "original": "@aztec/stdlib/config"
22623
+ },
22624
+ {
22625
+ "path": "../stdlib/dest/kv-store/index.js",
22626
+ "kind": "import-statement",
22627
+ "original": "@aztec/stdlib/kv-store"
22628
+ },
22629
+ {
22630
+ "path": "../pxe/dest/config/package_info.js",
22631
+ "kind": "import-statement",
22632
+ "original": "./package_info.js"
22633
+ },
22634
+ {
22635
+ "path": "../pxe/dest/hooks/index.js",
22636
+ "kind": "import-statement",
22637
+ "original": "../hooks/index.js"
22638
+ },
22639
+ {
22640
+ "path": "<runtime>",
22641
+ "kind": "import-statement",
22642
+ "external": true
22643
+ }
22644
+ ],
22645
+ "format": "esm"
22646
+ },
22647
+ "../pxe/dest/storage/address_store/index.js": {
22648
+ "bytes": 51,
22649
+ "imports": [
22650
+ {
22651
+ "path": "../pxe/dest/storage/address_store/address_store.js",
22652
+ "kind": "import-statement",
22653
+ "original": "./address_store.js"
22654
+ }
22655
+ ],
22656
+ "format": "esm"
22657
+ },
22658
+ "../pxe/dest/storage/anchor_block_store/index.js": {
22659
+ "bytes": 60,
22660
+ "imports": [
22661
+ {
22662
+ "path": "../pxe/dest/storage/anchor_block_store/anchor_block_store.js",
22663
+ "kind": "import-statement",
22664
+ "original": "./anchor_block_store.js"
22665
+ }
22666
+ ],
22667
+ "format": "esm"
22668
+ },
22669
+ "../pxe/dest/storage/capsule_store/index.js": {
22670
+ "bytes": 106,
22671
+ "imports": [
22672
+ {
22673
+ "path": "../pxe/dest/storage/capsule_store/capsule_service.js",
22674
+ "kind": "import-statement",
22675
+ "original": "./capsule_service.js"
22676
+ },
22677
+ {
22678
+ "path": "../pxe/dest/storage/capsule_store/capsule_store.js",
22679
+ "kind": "import-statement",
22680
+ "original": "./capsule_store.js"
22681
+ }
22682
+ ],
22683
+ "format": "esm"
22684
+ },
22685
+ "../pxe/dest/storage/contract_store/index.js": {
22686
+ "bytes": 53,
22687
+ "imports": [
22688
+ {
22689
+ "path": "../pxe/dest/storage/contract_store/contract_store.js",
22690
+ "kind": "import-statement",
22691
+ "original": "./contract_store.js"
22692
+ }
22693
+ ],
22694
+ "format": "esm"
22695
+ },
22696
+ "../pxe/dest/storage/note_store/index.js": {
22697
+ "bytes": 91,
22698
+ "imports": [
22699
+ {
22700
+ "path": "../stdlib/dest/note/index.js",
22701
+ "kind": "import-statement",
22702
+ "original": "@aztec/stdlib/note"
22703
+ },
22704
+ {
22705
+ "path": "../pxe/dest/storage/note_store/note_store.js",
22706
+ "kind": "import-statement",
22707
+ "original": "./note_store.js"
22708
+ }
22709
+ ],
22710
+ "format": "esm"
22711
+ },
22712
+ "../pxe/dest/storage/metadata.js": {
22713
+ "bytes": 43,
22714
+ "imports": [],
22715
+ "format": "esm"
22716
+ },
22717
+ "../pxe/dest/storage/index.js": {
22718
+ "bytes": 387,
22719
+ "imports": [
22720
+ {
22721
+ "path": "../pxe/dest/storage/address_store/index.js",
22722
+ "kind": "import-statement",
22723
+ "original": "./address_store/index.js"
22724
+ },
22725
+ {
22726
+ "path": "../pxe/dest/storage/anchor_block_store/index.js",
22727
+ "kind": "import-statement",
22728
+ "original": "./anchor_block_store/index.js"
22729
+ },
22730
+ {
22731
+ "path": "../pxe/dest/storage/capsule_store/index.js",
22732
+ "kind": "import-statement",
22733
+ "original": "./capsule_store/index.js"
22734
+ },
22735
+ {
22736
+ "path": "../pxe/dest/storage/contract_store/index.js",
22737
+ "kind": "import-statement",
22738
+ "original": "./contract_store/index.js"
22739
+ },
22740
+ {
22741
+ "path": "../pxe/dest/storage/fact_store/index.js",
22742
+ "kind": "import-statement",
22743
+ "original": "./fact_store/index.js"
22744
+ },
22745
+ {
22746
+ "path": "../pxe/dest/storage/note_store/index.js",
22747
+ "kind": "import-statement",
22748
+ "original": "./note_store/index.js"
22749
+ },
22750
+ {
22751
+ "path": "../pxe/dest/storage/tagging_store/index.js",
22752
+ "kind": "import-statement",
22753
+ "original": "./tagging_store/index.js"
22754
+ },
22755
+ {
22756
+ "path": "../pxe/dest/storage/metadata.js",
22757
+ "kind": "import-statement",
22758
+ "original": "./metadata.js"
22759
+ },
22760
+ {
22761
+ "path": "../pxe/dest/storage/private_event_store/private_event_store.js",
22762
+ "kind": "import-statement",
22763
+ "original": "./private_event_store/private_event_store.js"
22764
+ }
22765
+ ],
22766
+ "format": "esm"
22767
+ },
22768
+ "../bb-prover/dest/prover/client/bb_private_kernel_prover.js": {
22769
+ "bytes": 14671,
22770
+ "imports": [
22771
+ {
22772
+ "path": "@aztec/bb.js",
22773
+ "kind": "import-statement",
22774
+ "external": true
22775
+ },
22776
+ {
22777
+ "path": "../foundation/dest/log/index.js",
22778
+ "kind": "import-statement",
22779
+ "original": "@aztec/foundation/log"
22780
+ },
22781
+ {
22782
+ "path": "../foundation/dest/timer/index.js",
22783
+ "kind": "import-statement",
22784
+ "original": "@aztec/foundation/timer"
22785
+ },
22786
+ {
22787
+ "path": "@aztec/noir-noirc_abi",
22788
+ "kind": "import-statement",
22789
+ "external": true
22790
+ },
22791
+ {
22792
+ "path": "@aztec/noir-protocol-circuits-types/client",
22793
+ "kind": "import-statement",
22794
+ "external": true
22795
+ },
22796
+ {
22797
+ "path": "@aztec/noir-protocol-circuits-types/types",
22798
+ "kind": "import-statement",
22799
+ "external": true
22800
+ },
22801
+ {
22802
+ "path": "../stdlib/dest/proofs/index.js",
22803
+ "kind": "import-statement",
22804
+ "original": "@aztec/stdlib/proofs"
22805
+ },
22806
+ {
22807
+ "path": "pako",
22808
+ "kind": "import-statement",
22809
+ "external": true
22810
+ },
22811
+ {
22812
+ "path": "<runtime>",
22813
+ "kind": "import-statement",
22814
+ "external": true
22815
+ }
22816
+ ],
22817
+ "format": "esm"
22818
+ },
22819
+ "../bb-prover/dest/prover/client/lazy.js": {
22820
+ "bytes": 343,
22821
+ "imports": [
22822
+ {
22823
+ "path": "@aztec/noir-protocol-circuits-types/client/lazy",
22824
+ "kind": "import-statement",
22825
+ "external": true
22826
+ },
22827
+ {
22828
+ "path": "../bb-prover/dest/prover/client/bb_private_kernel_prover.js",
22829
+ "kind": "import-statement",
22830
+ "original": "./bb_private_kernel_prover.js"
22831
+ },
22832
+ {
22833
+ "path": "<runtime>",
22834
+ "kind": "import-statement",
22835
+ "external": true
22836
+ }
22837
+ ],
22838
+ "format": "esm"
22839
+ },
22840
+ "../standard-contracts/dest/make_standard_contract.js": {
22841
+ "bytes": 1699,
22842
+ "imports": [
22843
+ {
22844
+ "path": "../foundation/dest/curves/bn254/index.js",
22845
+ "kind": "import-statement",
22846
+ "original": "@aztec/foundation/curves/bn254"
22847
+ },
22848
+ {
22849
+ "path": "../stdlib/dest/aztec-address/index.js",
22850
+ "kind": "import-statement",
22851
+ "original": "@aztec/stdlib/aztec-address"
22852
+ },
22853
+ {
22854
+ "path": "../stdlib/dest/keys/index.js",
22855
+ "kind": "import-statement",
22856
+ "original": "@aztec/stdlib/keys"
22857
+ },
22858
+ {
22859
+ "path": "../standard-contracts/dest/standard_contract_data.js",
22860
+ "kind": "import-statement",
22861
+ "original": "./standard_contract_data.js"
22862
+ },
22863
+ {
22864
+ "path": "<runtime>",
22865
+ "kind": "import-statement",
22866
+ "external": true
22867
+ }
22868
+ ],
22869
+ "format": "esm"
22870
+ },
22871
+ "../standard-contracts/artifacts/AuthRegistry.json": {
22872
+ "bytes": 73051,
22873
+ "imports": []
22874
+ },
22875
+ "../standard-contracts/dest/auth-registry/lazy.js": {
22876
+ "bytes": 1270,
22877
+ "imports": [
22878
+ {
22879
+ "path": "../stdlib/dest/abi/index.js",
22880
+ "kind": "import-statement",
22881
+ "original": "@aztec/stdlib/abi"
22882
+ },
22883
+ {
22884
+ "path": "../standard-contracts/dest/make_standard_contract.js",
22885
+ "kind": "import-statement",
22886
+ "original": "../make_standard_contract.js"
22887
+ },
22888
+ {
22889
+ "path": "../standard-contracts/dest/auth-registry/constants.js",
22890
+ "kind": "import-statement",
22891
+ "original": "./constants.js"
22892
+ },
22893
+ {
22894
+ "path": "../standard-contracts/artifacts/AuthRegistry.json",
22895
+ "kind": "dynamic-import",
22896
+ "original": "../../artifacts/AuthRegistry.json"
22897
+ },
22898
+ {
22899
+ "path": "<runtime>",
22900
+ "kind": "import-statement",
22901
+ "external": true
22902
+ }
22903
+ ],
22904
+ "format": "esm"
22905
+ },
22906
+ "../standard-contracts/artifacts/HandshakeRegistry.json": {
22907
+ "bytes": 310573,
22908
+ "imports": []
22909
+ },
22910
+ "../standard-contracts/dest/handshake-registry/lazy.js": {
22911
+ "bytes": 1325,
22912
+ "imports": [
22913
+ {
22914
+ "path": "../stdlib/dest/abi/index.js",
22915
+ "kind": "import-statement",
22916
+ "original": "@aztec/stdlib/abi"
22917
+ },
22918
+ {
22919
+ "path": "../standard-contracts/dest/make_standard_contract.js",
22920
+ "kind": "import-statement",
22921
+ "original": "../make_standard_contract.js"
22922
+ },
22923
+ {
22924
+ "path": "../standard-contracts/dest/handshake-registry/constants.js",
22925
+ "kind": "import-statement",
22926
+ "original": "./constants.js"
22927
+ },
22928
+ {
22929
+ "path": "../standard-contracts/artifacts/HandshakeRegistry.json",
22930
+ "kind": "dynamic-import",
22931
+ "original": "../../artifacts/HandshakeRegistry.json"
22932
+ },
22933
+ {
22934
+ "path": "<runtime>",
22482
22935
  "kind": "import-statement",
22483
22936
  "external": true
22484
22937
  }
@@ -23172,473 +23625,37 @@
23172
23625
  },
23173
23626
  "../aztec.js/dest/api/fields.js": {
23174
23627
  "bytes": 195,
23175
- "imports": [
23176
- {
23177
- "path": "../foundation/dest/curves/bn254/index.js",
23178
- "kind": "import-statement",
23179
- "original": "@aztec/foundation/curves/bn254"
23180
- },
23181
- {
23182
- "path": "../foundation/dest/curves/grumpkin/index.js",
23183
- "kind": "import-statement",
23184
- "original": "@aztec/foundation/curves/grumpkin"
23185
- },
23186
- {
23187
- "path": "../foundation/dest/branded-types/index.js",
23188
- "kind": "import-statement",
23189
- "original": "@aztec/foundation/branded-types"
23190
- }
23191
- ],
23192
- "format": "esm"
23193
- },
23194
- "src/msgpackr_fr_extension.ts": {
23195
- "bytes": 1406,
23196
- "imports": [
23197
- {
23198
- "path": "../foundation/dest/curves/bn254/index.js",
23199
- "kind": "import-statement",
23200
- "original": "@aztec/foundation/curves/bn254"
23201
- },
23202
- {
23203
- "path": "msgpackr",
23204
- "kind": "import-statement",
23205
- "external": true
23206
- },
23207
- {
23208
- "path": "<runtime>",
23209
- "kind": "import-statement",
23210
- "external": true
23211
- }
23212
- ],
23213
- "format": "esm"
23214
- },
23215
- "../bb-prover/dest/prover/client/bundle.js": {
23216
- "bytes": 351,
23217
- "imports": [
23218
- {
23219
- "path": "@aztec/noir-protocol-circuits-types/client/bundle",
23220
- "kind": "import-statement",
23221
- "external": true
23222
- },
23223
- {
23224
- "path": "../bb-prover/dest/prover/client/bb_private_kernel_prover.js",
23225
- "kind": "import-statement",
23226
- "original": "./bb_private_kernel_prover.js"
23227
- },
23228
- {
23229
- "path": "<runtime>",
23230
- "kind": "import-statement",
23231
- "external": true
23232
- }
23233
- ],
23234
- "format": "esm"
23235
- },
23236
- "esbuild/stubs/protocol_contracts_bundle_stub.ts": {
23237
- "bytes": 126,
23238
- "imports": [
23239
- {
23240
- "path": "../protocol-contracts/dest/provider/lazy.js",
23241
- "kind": "import-statement",
23242
- "original": "@aztec/protocol-contracts/providers/lazy"
23243
- }
23244
- ],
23245
- "format": "esm"
23246
- },
23247
- "../../ipc-runtime/ts/dest/types.js": {
23248
- "bytes": 854,
23249
- "imports": [],
23250
- "format": "esm"
23251
- },
23252
- "../../ipc-runtime/ts/dest/uds_client.js": {
23253
- "bytes": 5773,
23254
- "imports": [
23255
- {
23256
- "path": "node:net",
23257
- "kind": "import-statement",
23258
- "external": true
23259
- },
23260
- {
23261
- "path": "../../ipc-runtime/ts/dest/types.js",
23262
- "kind": "import-statement",
23263
- "original": "./types.js"
23264
- },
23265
- {
23266
- "path": "<runtime>",
23267
- "kind": "import-statement",
23268
- "external": true
23269
- }
23270
- ],
23271
- "format": "esm"
23272
- },
23273
- "../../ipc-runtime/ts/dest/uds_server.js": {
23274
- "bytes": 4802,
23275
- "imports": [
23276
- {
23277
- "path": "node:net",
23278
- "kind": "import-statement",
23279
- "external": true
23280
- },
23281
- {
23282
- "path": "node:fs",
23283
- "kind": "import-statement",
23284
- "external": true
23285
- },
23286
- {
23287
- "path": "../../ipc-runtime/ts/dest/types.js",
23288
- "kind": "import-statement",
23289
- "original": "./types.js"
23290
- },
23291
- {
23292
- "path": "<runtime>",
23293
- "kind": "import-statement",
23294
- "external": true
23295
- }
23296
- ],
23297
- "format": "esm"
23298
- },
23299
- "../../ipc-runtime/ts/dest/native_loader.js": {
23300
- "bytes": 3304,
23301
- "imports": [
23302
- {
23303
- "path": "node:module",
23304
- "kind": "import-statement",
23305
- "external": true
23306
- },
23307
- {
23308
- "path": "node:fs",
23309
- "kind": "import-statement",
23310
- "external": true
23311
- },
23312
- {
23313
- "path": "node:path",
23314
- "kind": "import-statement",
23315
- "external": true
23316
- },
23317
- {
23318
- "path": "node:url",
23319
- "kind": "import-statement",
23320
- "external": true
23321
- },
23322
- {
23323
- "path": "<runtime>",
23324
- "kind": "import-statement",
23325
- "external": true
23326
- }
23327
- ],
23328
- "format": "esm"
23329
- },
23330
- "../../ipc-runtime/ts/dest/shm_client.js": {
23331
- "bytes": 4792,
23332
- "imports": [
23333
- {
23334
- "path": "../../ipc-runtime/ts/dest/native_loader.js",
23335
- "kind": "import-statement",
23336
- "original": "./native_loader.js"
23337
- },
23338
- {
23339
- "path": "<runtime>",
23340
- "kind": "import-statement",
23341
- "external": true
23342
- }
23343
- ],
23344
- "format": "esm"
23345
- },
23346
- "../../ipc-runtime/ts/dest/index.js": {
23347
- "bytes": 430,
23348
- "imports": [
23349
- {
23350
- "path": "../../ipc-runtime/ts/dest/types.js",
23351
- "kind": "import-statement",
23352
- "original": "./types.js"
23353
- },
23354
- {
23355
- "path": "../../ipc-runtime/ts/dest/uds_client.js",
23356
- "kind": "import-statement",
23357
- "original": "./uds_client.js"
23358
- },
23359
- {
23360
- "path": "../../ipc-runtime/ts/dest/uds_server.js",
23361
- "kind": "import-statement",
23362
- "original": "./uds_server.js"
23363
- },
23364
- {
23365
- "path": "../../ipc-runtime/ts/dest/shm_client.js",
23366
- "kind": "import-statement",
23367
- "original": "./shm_client.js"
23368
- },
23369
- {
23370
- "path": "../../ipc-runtime/ts/dest/native_loader.js",
23371
- "kind": "import-statement",
23372
- "original": "./native_loader.js"
23373
- }
23374
- ],
23375
- "format": "esm"
23376
- },
23377
- "../../barretenberg/ts/bb-avm-sim/dest/generated/api_types.js": {
23378
- "bytes": 3602,
23379
- "imports": [
23380
- {
23381
- "path": "<runtime>",
23382
- "kind": "import-statement",
23383
- "external": true
23384
- }
23385
- ],
23386
- "format": "esm"
23387
- },
23388
- "../../barretenberg/ts/bb-avm-sim/dest/generated/async.js": {
23389
- "bytes": 1983,
23390
- "imports": [
23391
- {
23392
- "path": "msgpackr",
23393
- "kind": "import-statement",
23394
- "external": true
23395
- },
23396
- {
23397
- "path": "../../barretenberg/ts/bb-avm-sim/dest/generated/api_types.js",
23398
- "kind": "import-statement",
23399
- "original": "./api_types.js"
23400
- },
23401
- {
23402
- "path": "<runtime>",
23403
- "kind": "import-statement",
23404
- "external": true
23405
- }
23406
- ],
23407
- "format": "esm"
23408
- },
23409
- "../../barretenberg/ts/bb-avm-sim/dest/platform.js": {
23410
- "bytes": 2054,
23411
- "imports": [
23412
- {
23413
- "path": "node:module",
23414
- "kind": "import-statement",
23415
- "external": true
23416
- },
23417
- {
23418
- "path": "node:fs",
23419
- "kind": "import-statement",
23420
- "external": true
23421
- },
23422
- {
23423
- "path": "node:path",
23424
- "kind": "import-statement",
23425
- "external": true
23426
- },
23427
- {
23428
- "path": "node:url",
23429
- "kind": "import-statement",
23430
- "external": true
23431
- },
23432
- {
23433
- "path": "<runtime>",
23434
- "kind": "import-statement",
23435
- "external": true
23436
- }
23437
- ],
23438
- "format": "esm"
23439
- },
23440
- "../../barretenberg/ts/bb-avm-sim/dest/generated/sync.js": {
23441
- "bytes": 1863,
23442
- "imports": [
23443
- {
23444
- "path": "msgpackr",
23445
- "kind": "import-statement",
23446
- "external": true
23447
- },
23448
- {
23449
- "path": "../../barretenberg/ts/bb-avm-sim/dest/generated/api_types.js",
23450
- "kind": "import-statement",
23451
- "original": "./api_types.js"
23452
- },
23453
- {
23454
- "path": "<runtime>",
23455
- "kind": "import-statement",
23456
- "external": true
23457
- }
23458
- ],
23459
- "format": "esm"
23460
- },
23461
- "../../barretenberg/ts/bb-avm-sim/dest/index.js": {
23462
- "bytes": 6548,
23463
- "imports": [
23464
- {
23465
- "path": "node:child_process",
23466
- "kind": "import-statement",
23467
- "external": true
23468
- },
23469
- {
23470
- "path": "node:fs",
23471
- "kind": "import-statement",
23472
- "external": true
23473
- },
23474
- {
23475
- "path": "node:os",
23476
- "kind": "import-statement",
23477
- "external": true
23478
- },
23479
- {
23480
- "path": "node:path",
23481
- "kind": "import-statement",
23482
- "external": true
23483
- },
23484
- {
23485
- "path": "node:worker_threads",
23486
- "kind": "import-statement",
23487
- "external": true
23488
- },
23489
- {
23490
- "path": "../../ipc-runtime/ts/dest/index.js",
23491
- "kind": "import-statement",
23492
- "original": "@aztec/ipc-runtime"
23493
- },
23494
- {
23495
- "path": "../../barretenberg/ts/bb-avm-sim/dest/generated/async.js",
23496
- "kind": "import-statement",
23497
- "original": "./generated/async.js"
23498
- },
23499
- {
23500
- "path": "../../barretenberg/ts/bb-avm-sim/dest/platform.js",
23501
- "kind": "import-statement",
23502
- "original": "./platform.js"
23503
- },
23504
- {
23505
- "path": "../../barretenberg/ts/bb-avm-sim/dest/generated/api_types.js",
23506
- "kind": "import-statement",
23507
- "original": "./generated/api_types.js"
23508
- },
23509
- {
23510
- "path": "../../barretenberg/ts/bb-avm-sim/dest/generated/async.js",
23511
- "kind": "import-statement",
23512
- "original": "./generated/async.js"
23513
- },
23514
- {
23515
- "path": "../../barretenberg/ts/bb-avm-sim/dest/generated/sync.js",
23516
- "kind": "import-statement",
23517
- "original": "./generated/sync.js"
23518
- },
23519
- {
23520
- "path": "<runtime>",
23521
- "kind": "import-statement",
23522
- "external": true
23523
- }
23524
- ],
23525
- "format": "esm"
23526
- },
23527
- "../simulator/dest/public/cdb/generated/api_types.js": {
23528
- "bytes": 9592,
23529
- "imports": [
23530
- {
23531
- "path": "<runtime>",
23532
- "kind": "import-statement",
23533
- "external": true
23534
- }
23535
- ],
23536
- "format": "esm"
23537
- },
23538
- "../simulator/dest/public/cdb/generated/server.js": {
23539
- "bytes": 5543,
23540
- "imports": [
23541
- {
23542
- "path": "msgpackr",
23543
- "kind": "import-statement",
23544
- "external": true
23545
- },
23546
- {
23547
- "path": "../simulator/dest/public/cdb/generated/api_types.js",
23548
- "kind": "import-statement",
23549
- "original": "./api_types.js"
23550
- },
23551
- {
23552
- "path": "<runtime>",
23553
- "kind": "import-statement",
23554
- "external": true
23555
- }
23556
- ],
23557
- "format": "esm"
23558
- },
23559
- "../simulator/dest/public/cdb_ipc_server.js": {
23560
- "bytes": 6824,
23561
- "imports": [
23562
- {
23563
- "path": "../foundation/dest/curves/bn254/index.js",
23564
- "kind": "import-statement",
23565
- "original": "@aztec/foundation/curves/bn254"
23566
- },
23567
- {
23568
- "path": "../foundation/dest/log/index.js",
23569
- "kind": "import-statement",
23570
- "original": "@aztec/foundation/log"
23571
- },
23572
- {
23573
- "path": "../../ipc-runtime/ts/dest/index.js",
23574
- "kind": "import-statement",
23575
- "original": "@aztec/ipc-runtime"
23576
- },
23577
- {
23578
- "path": "../stdlib/dest/abi/index.js",
23579
- "kind": "import-statement",
23580
- "original": "@aztec/stdlib/abi"
23581
- },
23582
- {
23583
- "path": "../stdlib/dest/aztec-address/index.js",
23584
- "kind": "import-statement",
23585
- "original": "@aztec/stdlib/aztec-address"
23586
- },
23587
- {
23588
- "path": "../stdlib/dest/contract/index.js",
23589
- "kind": "import-statement",
23590
- "original": "@aztec/stdlib/contract"
23591
- },
23592
- {
23593
- "path": "msgpackr",
23594
- "kind": "import-statement",
23595
- "external": true
23596
- },
23597
- {
23598
- "path": "node:os",
23599
- "kind": "import-statement",
23600
- "external": true
23601
- },
23602
- {
23603
- "path": "node:path",
23604
- "kind": "import-statement",
23605
- "external": true
23606
- },
23628
+ "imports": [
23607
23629
  {
23608
- "path": "node:worker_threads",
23630
+ "path": "../foundation/dest/curves/bn254/index.js",
23609
23631
  "kind": "import-statement",
23610
- "external": true
23632
+ "original": "@aztec/foundation/curves/bn254"
23611
23633
  },
23612
23634
  {
23613
- "path": "../simulator/dest/public/cdb/generated/server.js",
23635
+ "path": "../foundation/dest/curves/grumpkin/index.js",
23614
23636
  "kind": "import-statement",
23615
- "original": "./cdb/generated/server.js"
23637
+ "original": "@aztec/foundation/curves/grumpkin"
23616
23638
  },
23617
23639
  {
23618
- "path": "<runtime>",
23640
+ "path": "../foundation/dest/branded-types/index.js",
23619
23641
  "kind": "import-statement",
23620
- "external": true
23642
+ "original": "@aztec/foundation/branded-types"
23621
23643
  }
23622
23644
  ],
23623
23645
  "format": "esm"
23624
23646
  },
23625
- "../simulator/dest/public/avm_simulator_pool.js": {
23626
- "bytes": 7317,
23647
+ "src/msgpackr_fr_extension.ts": {
23648
+ "bytes": 1406,
23627
23649
  "imports": [
23628
23650
  {
23629
- "path": "../../barretenberg/ts/bb-avm-sim/dest/index.js",
23630
- "kind": "import-statement",
23631
- "original": "@aztec/bb-avm-sim"
23632
- },
23633
- {
23634
- "path": "../foundation/dest/log/index.js",
23651
+ "path": "../foundation/dest/curves/bn254/index.js",
23635
23652
  "kind": "import-statement",
23636
- "original": "@aztec/foundation/log"
23653
+ "original": "@aztec/foundation/curves/bn254"
23637
23654
  },
23638
23655
  {
23639
- "path": "../simulator/dest/public/cdb_ipc_server.js",
23656
+ "path": "msgpackr",
23640
23657
  "kind": "import-statement",
23641
- "original": "./cdb_ipc_server.js"
23658
+ "external": true
23642
23659
  },
23643
23660
  {
23644
23661
  "path": "<runtime>",
@@ -23648,18 +23665,18 @@
23648
23665
  ],
23649
23666
  "format": "esm"
23650
23667
  },
23651
- "../stdlib/dest/fees/transaction_fee.js": {
23652
- "bytes": 1551,
23668
+ "../bb-prover/dest/prover/client/bundle.js": {
23669
+ "bytes": 351,
23653
23670
  "imports": [
23654
23671
  {
23655
- "path": "assert",
23672
+ "path": "@aztec/noir-protocol-circuits-types/client/bundle",
23656
23673
  "kind": "import-statement",
23657
23674
  "external": true
23658
23675
  },
23659
23676
  {
23660
- "path": "../stdlib/dest/gas/gas_fees.js",
23677
+ "path": "../bb-prover/dest/prover/client/bb_private_kernel_prover.js",
23661
23678
  "kind": "import-statement",
23662
- "original": "../gas/gas_fees.js"
23679
+ "original": "./bb_private_kernel_prover.js"
23663
23680
  },
23664
23681
  {
23665
23682
  "path": "<runtime>",
@@ -23669,89 +23686,60 @@
23669
23686
  ],
23670
23687
  "format": "esm"
23671
23688
  },
23672
- "../stdlib/dest/world-state/world_state_revision.js": {
23673
- "bytes": 1259,
23689
+ "esbuild/stubs/protocol_contracts_bundle_stub.ts": {
23690
+ "bytes": 126,
23674
23691
  "imports": [
23675
23692
  {
23676
- "path": "../node_modules/zod/index.js",
23677
- "kind": "import-statement",
23678
- "original": "zod"
23679
- },
23680
- {
23681
- "path": "<runtime>",
23693
+ "path": "../protocol-contracts/dest/provider/lazy.js",
23682
23694
  "kind": "import-statement",
23683
- "external": true
23695
+ "original": "@aztec/protocol-contracts/providers/lazy"
23684
23696
  }
23685
23697
  ],
23686
23698
  "format": "esm"
23687
23699
  },
23688
- "../stdlib/dest/avm/avm_accumulated_data.js": {
23689
- "bytes": 9701,
23700
+ "../node_modules/@aztec/ipc-runtime/dest/types.js": {
23701
+ "bytes": 854,
23702
+ "imports": [],
23703
+ "format": "esm"
23704
+ },
23705
+ "../node_modules/@aztec/ipc-runtime/dest/uds_client.js": {
23706
+ "bytes": 5773,
23690
23707
  "imports": [
23691
23708
  {
23692
- "path": "../constants/dest/constants.js",
23693
- "kind": "import-statement",
23694
- "original": "@aztec/constants"
23695
- },
23696
- {
23697
- "path": "../foundation/dest/array/index.js",
23698
- "kind": "import-statement",
23699
- "original": "@aztec/foundation/array"
23700
- },
23701
- {
23702
- "path": "../foundation/dest/collection/index.js",
23703
- "kind": "import-statement",
23704
- "original": "@aztec/foundation/collection"
23705
- },
23706
- {
23707
- "path": "../foundation/dest/curves/bn254/index.js",
23708
- "kind": "import-statement",
23709
- "original": "@aztec/foundation/curves/bn254"
23710
- },
23711
- {
23712
- "path": "../foundation/dest/schemas/index.js",
23713
- "kind": "import-statement",
23714
- "original": "@aztec/foundation/schemas"
23715
- },
23716
- {
23717
- "path": "../foundation/dest/serialize/index.js",
23718
- "kind": "import-statement",
23719
- "original": "@aztec/foundation/serialize"
23720
- },
23721
- {
23722
- "path": "../foundation/dest/string/index.js",
23723
- "kind": "import-statement",
23724
- "original": "@aztec/foundation/string"
23725
- },
23726
- {
23727
- "path": "util",
23709
+ "path": "node:net",
23728
23710
  "kind": "import-statement",
23729
23711
  "external": true
23730
23712
  },
23731
23713
  {
23732
- "path": "../node_modules/zod/index.js",
23714
+ "path": "../node_modules/@aztec/ipc-runtime/dest/types.js",
23733
23715
  "kind": "import-statement",
23734
- "original": "zod"
23716
+ "original": "./types.js"
23735
23717
  },
23736
23718
  {
23737
- "path": "../stdlib/dest/kernel/utils/index.js",
23719
+ "path": "<runtime>",
23738
23720
  "kind": "import-statement",
23739
- "original": "../kernel/utils/index.js"
23740
- },
23721
+ "external": true
23722
+ }
23723
+ ],
23724
+ "format": "esm"
23725
+ },
23726
+ "../node_modules/@aztec/ipc-runtime/dest/uds_server.js": {
23727
+ "bytes": 4802,
23728
+ "imports": [
23741
23729
  {
23742
- "path": "../stdlib/dest/logs/public_log.js",
23730
+ "path": "node:net",
23743
23731
  "kind": "import-statement",
23744
- "original": "../logs/public_log.js"
23732
+ "external": true
23745
23733
  },
23746
23734
  {
23747
- "path": "../stdlib/dest/messaging/l2_to_l1_message.js",
23735
+ "path": "node:fs",
23748
23736
  "kind": "import-statement",
23749
- "original": "../messaging/l2_to_l1_message.js"
23737
+ "external": true
23750
23738
  },
23751
23739
  {
23752
- "path": "../stdlib/dest/avm/public_data_write.js",
23740
+ "path": "../node_modules/@aztec/ipc-runtime/dest/types.js",
23753
23741
  "kind": "import-statement",
23754
- "original": "./public_data_write.js"
23742
+ "original": "./types.js"
23755
23743
  },
23756
23744
  {
23757
23745
  "path": "<runtime>",
@@ -23761,38 +23749,44 @@
23761
23749
  ],
23762
23750
  "format": "esm"
23763
23751
  },
23764
- "../stdlib/dest/avm/message_pack.js": {
23765
- "bytes": 3533,
23752
+ "../node_modules/@aztec/ipc-runtime/dest/native_loader.js": {
23753
+ "bytes": 3304,
23766
23754
  "imports": [
23767
23755
  {
23768
- "path": "../foundation/dest/curves/bn254/index.js",
23756
+ "path": "node:module",
23769
23757
  "kind": "import-statement",
23770
- "original": "@aztec/foundation/curves/bn254"
23758
+ "external": true
23771
23759
  },
23772
23760
  {
23773
- "path": "../foundation/dest/curves/grumpkin/index.js",
23761
+ "path": "node:fs",
23774
23762
  "kind": "import-statement",
23775
- "original": "@aztec/foundation/curves/grumpkin"
23763
+ "external": true
23776
23764
  },
23777
23765
  {
23778
- "path": "../foundation/dest/eth-address/index.js",
23766
+ "path": "node:path",
23779
23767
  "kind": "import-statement",
23780
- "original": "@aztec/foundation/eth-address"
23768
+ "external": true
23781
23769
  },
23782
23770
  {
23783
- "path": "assert",
23771
+ "path": "node:url",
23784
23772
  "kind": "import-statement",
23785
23773
  "external": true
23786
23774
  },
23787
23775
  {
23788
- "path": "msgpackr",
23776
+ "path": "<runtime>",
23789
23777
  "kind": "import-statement",
23790
23778
  "external": true
23791
- },
23779
+ }
23780
+ ],
23781
+ "format": "esm"
23782
+ },
23783
+ "../node_modules/@aztec/ipc-runtime/dest/shm_client.js": {
23784
+ "bytes": 4792,
23785
+ "imports": [
23792
23786
  {
23793
- "path": "../stdlib/dest/aztec-address/index.js",
23787
+ "path": "../node_modules/@aztec/ipc-runtime/dest/native_loader.js",
23794
23788
  "kind": "import-statement",
23795
- "original": "../aztec-address/index.js"
23789
+ "original": "./native_loader.js"
23796
23790
  },
23797
23791
  {
23798
23792
  "path": "<runtime>",
@@ -23802,93 +23796,112 @@
23802
23796
  ],
23803
23797
  "format": "esm"
23804
23798
  },
23805
- "../stdlib/dest/avm/avm_circuit_public_inputs.js": {
23806
- "bytes": 15065,
23799
+ "../node_modules/@aztec/ipc-runtime/dest/index.js": {
23800
+ "bytes": 430,
23807
23801
  "imports": [
23808
23802
  {
23809
- "path": "../constants/dest/constants.js",
23810
- "kind": "import-statement",
23811
- "original": "@aztec/constants"
23812
- },
23813
- {
23814
- "path": "../foundation/dest/array/index.js",
23803
+ "path": "../node_modules/@aztec/ipc-runtime/dest/types.js",
23815
23804
  "kind": "import-statement",
23816
- "original": "@aztec/foundation/array"
23805
+ "original": "./types.js"
23817
23806
  },
23818
23807
  {
23819
- "path": "../foundation/dest/curves/bn254/index.js",
23808
+ "path": "../node_modules/@aztec/ipc-runtime/dest/uds_client.js",
23820
23809
  "kind": "import-statement",
23821
- "original": "@aztec/foundation/curves/bn254"
23810
+ "original": "./uds_client.js"
23822
23811
  },
23823
23812
  {
23824
- "path": "../foundation/dest/schemas/index.js",
23813
+ "path": "../node_modules/@aztec/ipc-runtime/dest/uds_server.js",
23825
23814
  "kind": "import-statement",
23826
- "original": "@aztec/foundation/schemas"
23815
+ "original": "./uds_server.js"
23827
23816
  },
23828
23817
  {
23829
- "path": "../foundation/dest/serialize/index.js",
23818
+ "path": "../node_modules/@aztec/ipc-runtime/dest/shm_client.js",
23830
23819
  "kind": "import-statement",
23831
- "original": "@aztec/foundation/serialize"
23820
+ "original": "./shm_client.js"
23832
23821
  },
23833
23822
  {
23834
- "path": "../foundation/dest/string/index.js",
23823
+ "path": "../node_modules/@aztec/ipc-runtime/dest/native_loader.js",
23835
23824
  "kind": "import-statement",
23836
- "original": "@aztec/foundation/string"
23837
- },
23825
+ "original": "./native_loader.js"
23826
+ }
23827
+ ],
23828
+ "format": "esm"
23829
+ },
23830
+ "../node_modules/@aztec/bb-avm-sim/dest/generated/api_types.js": {
23831
+ "bytes": 3602,
23832
+ "imports": [
23838
23833
  {
23839
- "path": "util",
23834
+ "path": "<runtime>",
23840
23835
  "kind": "import-statement",
23841
23836
  "external": true
23842
- },
23837
+ }
23838
+ ],
23839
+ "format": "esm"
23840
+ },
23841
+ "../node_modules/@aztec/bb-avm-sim/dest/generated/async.js": {
23842
+ "bytes": 1983,
23843
+ "imports": [
23843
23844
  {
23844
- "path": "../node_modules/zod/index.js",
23845
+ "path": "msgpackr",
23845
23846
  "kind": "import-statement",
23846
- "original": "zod"
23847
+ "external": true
23847
23848
  },
23848
23849
  {
23849
- "path": "../stdlib/dest/aztec-address/index.js",
23850
+ "path": "../node_modules/@aztec/bb-avm-sim/dest/generated/api_types.js",
23850
23851
  "kind": "import-statement",
23851
- "original": "../aztec-address/index.js"
23852
+ "original": "./api_types.js"
23852
23853
  },
23853
23854
  {
23854
- "path": "../stdlib/dest/gas/index.js",
23855
+ "path": "<runtime>",
23855
23856
  "kind": "import-statement",
23856
- "original": "../gas/index.js"
23857
- },
23857
+ "external": true
23858
+ }
23859
+ ],
23860
+ "format": "esm"
23861
+ },
23862
+ "../node_modules/@aztec/bb-avm-sim/dest/platform.js": {
23863
+ "bytes": 2054,
23864
+ "imports": [
23858
23865
  {
23859
- "path": "../stdlib/dest/kernel/private_to_avm_accumulated_data.js",
23866
+ "path": "node:module",
23860
23867
  "kind": "import-statement",
23861
- "original": "../kernel/private_to_avm_accumulated_data.js"
23868
+ "external": true
23862
23869
  },
23863
23870
  {
23864
- "path": "../stdlib/dest/kernel/public_call_request.js",
23871
+ "path": "node:fs",
23865
23872
  "kind": "import-statement",
23866
- "original": "../kernel/public_call_request.js"
23873
+ "external": true
23867
23874
  },
23868
23875
  {
23869
- "path": "../stdlib/dest/tx/global_variables.js",
23876
+ "path": "node:path",
23870
23877
  "kind": "import-statement",
23871
- "original": "../tx/global_variables.js"
23878
+ "external": true
23872
23879
  },
23873
23880
  {
23874
- "path": "../stdlib/dest/tx/protocol_contracts.js",
23881
+ "path": "node:url",
23875
23882
  "kind": "import-statement",
23876
- "original": "../tx/protocol_contracts.js"
23883
+ "external": true
23877
23884
  },
23878
23885
  {
23879
- "path": "../stdlib/dest/tx/tree_snapshots.js",
23886
+ "path": "<runtime>",
23880
23887
  "kind": "import-statement",
23881
- "original": "../tx/tree_snapshots.js"
23882
- },
23888
+ "external": true
23889
+ }
23890
+ ],
23891
+ "format": "esm"
23892
+ },
23893
+ "../node_modules/@aztec/bb-avm-sim/dest/generated/sync.js": {
23894
+ "bytes": 1863,
23895
+ "imports": [
23883
23896
  {
23884
- "path": "../stdlib/dest/avm/avm_accumulated_data.js",
23897
+ "path": "msgpackr",
23885
23898
  "kind": "import-statement",
23886
- "original": "./avm_accumulated_data.js"
23899
+ "external": true
23887
23900
  },
23888
23901
  {
23889
- "path": "../stdlib/dest/avm/message_pack.js",
23902
+ "path": "../node_modules/@aztec/bb-avm-sim/dest/generated/api_types.js",
23890
23903
  "kind": "import-statement",
23891
- "original": "./message_pack.js"
23904
+ "original": "./api_types.js"
23892
23905
  },
23893
23906
  {
23894
23907
  "path": "<runtime>",
@@ -23898,153 +23911,203 @@
23898
23911
  ],
23899
23912
  "format": "esm"
23900
23913
  },
23901
- "../stdlib/dest/avm/avm.js": {
23902
- "bytes": 56239,
23914
+ "../node_modules/@aztec/bb-avm-sim/dest/index.js": {
23915
+ "bytes": 6548,
23903
23916
  "imports": [
23904
23917
  {
23905
- "path": "../constants/dest/constants.js",
23918
+ "path": "node:child_process",
23906
23919
  "kind": "import-statement",
23907
- "original": "@aztec/constants"
23920
+ "external": true
23908
23921
  },
23909
23922
  {
23910
- "path": "../foundation/dest/curves/bn254/index.js",
23923
+ "path": "node:fs",
23911
23924
  "kind": "import-statement",
23912
- "original": "@aztec/foundation/curves/bn254"
23925
+ "external": true
23913
23926
  },
23914
23927
  {
23915
- "path": "../foundation/dest/json-rpc/index.js",
23928
+ "path": "node:os",
23916
23929
  "kind": "import-statement",
23917
- "original": "@aztec/foundation/json-rpc"
23930
+ "external": true
23918
23931
  },
23919
23932
  {
23920
- "path": "../node_modules/zod/index.js",
23933
+ "path": "node:path",
23921
23934
  "kind": "import-statement",
23922
- "original": "zod"
23935
+ "external": true
23923
23936
  },
23924
23937
  {
23925
- "path": "../stdlib/dest/abi/index.js",
23938
+ "path": "node:worker_threads",
23926
23939
  "kind": "import-statement",
23927
- "original": "../abi/index.js"
23940
+ "external": true
23928
23941
  },
23929
23942
  {
23930
- "path": "../stdlib/dest/aztec-address/index.js",
23943
+ "path": "../node_modules/@aztec/ipc-runtime/dest/index.js",
23931
23944
  "kind": "import-statement",
23932
- "original": "../aztec-address/index.js"
23945
+ "original": "@aztec/ipc-runtime"
23933
23946
  },
23934
23947
  {
23935
- "path": "../stdlib/dest/contract/index.js",
23948
+ "path": "../node_modules/@aztec/bb-avm-sim/dest/generated/async.js",
23936
23949
  "kind": "import-statement",
23937
- "original": "../contract/index.js"
23950
+ "original": "./generated/async.js"
23938
23951
  },
23939
23952
  {
23940
- "path": "../stdlib/dest/errors/simulation_error.js",
23953
+ "path": "../node_modules/@aztec/bb-avm-sim/dest/platform.js",
23941
23954
  "kind": "import-statement",
23942
- "original": "../errors/simulation_error.js"
23955
+ "original": "./platform.js"
23943
23956
  },
23944
23957
  {
23945
- "path": "../stdlib/dest/fees/transaction_fee.js",
23958
+ "path": "../node_modules/@aztec/bb-avm-sim/dest/generated/api_types.js",
23946
23959
  "kind": "import-statement",
23947
- "original": "../fees/transaction_fee.js"
23960
+ "original": "./generated/api_types.js"
23948
23961
  },
23949
23962
  {
23950
- "path": "../stdlib/dest/gas/gas.js",
23963
+ "path": "../node_modules/@aztec/bb-avm-sim/dest/generated/async.js",
23951
23964
  "kind": "import-statement",
23952
- "original": "../gas/gas.js"
23965
+ "original": "./generated/async.js"
23953
23966
  },
23954
23967
  {
23955
- "path": "../stdlib/dest/gas/gas_fees.js",
23968
+ "path": "../node_modules/@aztec/bb-avm-sim/dest/generated/sync.js",
23956
23969
  "kind": "import-statement",
23957
- "original": "../gas/gas_fees.js"
23970
+ "original": "./generated/sync.js"
23958
23971
  },
23959
23972
  {
23960
- "path": "../stdlib/dest/gas/gas_settings.js",
23973
+ "path": "<runtime>",
23961
23974
  "kind": "import-statement",
23962
- "original": "../gas/gas_settings.js"
23963
- },
23975
+ "external": true
23976
+ }
23977
+ ],
23978
+ "format": "esm"
23979
+ },
23980
+ "../node_modules/@aztec/cdb/dest/generated/api_types.js": {
23981
+ "bytes": 9618,
23982
+ "imports": [
23964
23983
  {
23965
- "path": "../stdlib/dest/gas/gas_used.js",
23984
+ "path": "<runtime>",
23966
23985
  "kind": "import-statement",
23967
- "original": "../gas/gas_used.js"
23986
+ "external": true
23987
+ }
23988
+ ],
23989
+ "format": "esm"
23990
+ },
23991
+ "../node_modules/@aztec/cdb/dest/generated/server.js": {
23992
+ "bytes": 4512,
23993
+ "imports": [
23994
+ {
23995
+ "path": "msgpackr",
23996
+ "kind": "import-statement",
23997
+ "external": true
23968
23998
  },
23969
23999
  {
23970
- "path": "../stdlib/dest/keys/public_keys.js",
24000
+ "path": "../node_modules/@aztec/cdb/dest/generated/api_types.js",
23971
24001
  "kind": "import-statement",
23972
- "original": "../keys/public_keys.js"
24002
+ "original": "./api_types.js"
23973
24003
  },
23974
24004
  {
23975
- "path": "../stdlib/dest/logs/debug_log.js",
24005
+ "path": "<runtime>",
23976
24006
  "kind": "import-statement",
23977
- "original": "../logs/debug_log.js"
24007
+ "external": true
24008
+ }
24009
+ ],
24010
+ "format": "esm"
24011
+ },
24012
+ "../node_modules/@aztec/cdb/dest/index.js": {
24013
+ "bytes": 81,
24014
+ "imports": [
24015
+ {
24016
+ "path": "../node_modules/@aztec/cdb/dest/generated/api_types.js",
24017
+ "kind": "import-statement",
24018
+ "original": "./generated/api_types.js"
23978
24019
  },
23979
24020
  {
23980
- "path": "../stdlib/dest/logs/public_log.js",
24021
+ "path": "../node_modules/@aztec/cdb/dest/generated/server.js",
23981
24022
  "kind": "import-statement",
23982
- "original": "../logs/public_log.js"
24023
+ "original": "./generated/server.js"
24024
+ }
24025
+ ],
24026
+ "format": "esm"
24027
+ },
24028
+ "../simulator/dest/public/cdb_ipc_server.js": {
24029
+ "bytes": 6809,
24030
+ "imports": [
24031
+ {
24032
+ "path": "../node_modules/@aztec/cdb/dest/index.js",
24033
+ "kind": "import-statement",
24034
+ "original": "@aztec/cdb"
23983
24035
  },
23984
24036
  {
23985
- "path": "../stdlib/dest/messaging/l2_to_l1_message.js",
24037
+ "path": "../foundation/dest/curves/bn254/index.js",
23986
24038
  "kind": "import-statement",
23987
- "original": "../messaging/l2_to_l1_message.js"
24039
+ "original": "@aztec/foundation/curves/bn254"
23988
24040
  },
23989
24041
  {
23990
- "path": "../stdlib/dest/schemas/schemas.js",
24042
+ "path": "../foundation/dest/log/index.js",
23991
24043
  "kind": "import-statement",
23992
- "original": "../schemas/schemas.js"
24044
+ "original": "@aztec/foundation/log"
23993
24045
  },
23994
24046
  {
23995
- "path": "../stdlib/dest/trees/append_only_tree_snapshot.js",
24047
+ "path": "../node_modules/@aztec/ipc-runtime/dest/index.js",
23996
24048
  "kind": "import-statement",
23997
- "original": "../trees/append_only_tree_snapshot.js"
24049
+ "original": "@aztec/ipc-runtime"
23998
24050
  },
23999
24051
  {
24000
- "path": "../stdlib/dest/trees/merkle_tree_id.js",
24052
+ "path": "../stdlib/dest/abi/index.js",
24001
24053
  "kind": "import-statement",
24002
- "original": "../trees/merkle_tree_id.js"
24054
+ "original": "@aztec/stdlib/abi"
24003
24055
  },
24004
24056
  {
24005
- "path": "../stdlib/dest/trees/nullifier_leaf.js",
24057
+ "path": "../stdlib/dest/aztec-address/index.js",
24006
24058
  "kind": "import-statement",
24007
- "original": "../trees/nullifier_leaf.js"
24059
+ "original": "@aztec/stdlib/aztec-address"
24008
24060
  },
24009
24061
  {
24010
- "path": "../stdlib/dest/trees/public_data_leaf.js",
24062
+ "path": "../stdlib/dest/contract/index.js",
24011
24063
  "kind": "import-statement",
24012
- "original": "../trees/public_data_leaf.js"
24064
+ "original": "@aztec/stdlib/contract"
24013
24065
  },
24014
24066
  {
24015
- "path": "../stdlib/dest/tx/index.js",
24067
+ "path": "msgpackr",
24016
24068
  "kind": "import-statement",
24017
- "original": "../tx/index.js"
24069
+ "external": true
24018
24070
  },
24019
24071
  {
24020
- "path": "../stdlib/dest/tx/processed_tx.js",
24072
+ "path": "node:os",
24021
24073
  "kind": "import-statement",
24022
- "original": "../tx/processed_tx.js"
24074
+ "external": true
24023
24075
  },
24024
24076
  {
24025
- "path": "../stdlib/dest/world-state/world_state_revision.js",
24077
+ "path": "node:path",
24026
24078
  "kind": "import-statement",
24027
- "original": "../world-state/world_state_revision.js"
24079
+ "external": true
24028
24080
  },
24029
24081
  {
24030
- "path": "../stdlib/dest/avm/avm_circuit_public_inputs.js",
24082
+ "path": "node:worker_threads",
24031
24083
  "kind": "import-statement",
24032
- "original": "./avm_circuit_public_inputs.js"
24084
+ "external": true
24033
24085
  },
24034
24086
  {
24035
- "path": "../stdlib/dest/avm/message_pack.js",
24087
+ "path": "<runtime>",
24036
24088
  "kind": "import-statement",
24037
- "original": "./message_pack.js"
24089
+ "external": true
24090
+ }
24091
+ ],
24092
+ "format": "esm"
24093
+ },
24094
+ "../simulator/dest/public/avm_simulator_pool.js": {
24095
+ "bytes": 7317,
24096
+ "imports": [
24097
+ {
24098
+ "path": "../node_modules/@aztec/bb-avm-sim/dest/index.js",
24099
+ "kind": "import-statement",
24100
+ "original": "@aztec/bb-avm-sim"
24038
24101
  },
24039
24102
  {
24040
- "path": "../stdlib/dest/avm/public_data_write.js",
24103
+ "path": "../foundation/dest/log/index.js",
24041
24104
  "kind": "import-statement",
24042
- "original": "./public_data_write.js"
24105
+ "original": "@aztec/foundation/log"
24043
24106
  },
24044
24107
  {
24045
- "path": "../stdlib/dest/avm/revert_code.js",
24108
+ "path": "../simulator/dest/public/cdb_ipc_server.js",
24046
24109
  "kind": "import-statement",
24047
- "original": "./revert_code.js"
24110
+ "original": "./cdb_ipc_server.js"
24048
24111
  },
24049
24112
  {
24050
24113
  "path": "<runtime>",
@@ -24257,7 +24320,7 @@
24257
24320
  "format": "esm"
24258
24321
  },
24259
24322
  "../protocol-contracts/artifacts/FeeJuice.json with { type: 'json' }": {
24260
- "bytes": 203418,
24323
+ "bytes": 203437,
24261
24324
  "imports": [],
24262
24325
  "with": {
24263
24326
  "type": "json"
@@ -26260,7 +26323,7 @@
26260
26323
  ],
26261
26324
  "format": "esm"
26262
26325
  },
26263
- "../../wsdb/ts/dest/generated/api_types.js": {
26326
+ "../node_modules/@aztec/wsdb/dest/generated/api_types.js": {
26264
26327
  "bytes": 86104,
26265
26328
  "imports": [
26266
26329
  {
@@ -26271,7 +26334,7 @@
26271
26334
  ],
26272
26335
  "format": "esm"
26273
26336
  },
26274
- "../../wsdb/ts/dest/generated/async.js": {
26337
+ "../node_modules/@aztec/wsdb/dest/generated/async.js": {
26275
26338
  "bytes": 29203,
26276
26339
  "imports": [
26277
26340
  {
@@ -26280,7 +26343,7 @@
26280
26343
  "external": true
26281
26344
  },
26282
26345
  {
26283
- "path": "../../wsdb/ts/dest/generated/api_types.js",
26346
+ "path": "../node_modules/@aztec/wsdb/dest/generated/api_types.js",
26284
26347
  "kind": "import-statement",
26285
26348
  "original": "./api_types.js"
26286
26349
  },
@@ -26292,7 +26355,7 @@
26292
26355
  ],
26293
26356
  "format": "esm"
26294
26357
  },
26295
- "../../wsdb/ts/dest/platform.js": {
26358
+ "../node_modules/@aztec/wsdb/dest/platform.js": {
26296
26359
  "bytes": 2025,
26297
26360
  "imports": [
26298
26361
  {
@@ -26323,7 +26386,7 @@
26323
26386
  ],
26324
26387
  "format": "esm"
26325
26388
  },
26326
- "../../wsdb/ts/dest/generated/sync.js": {
26389
+ "../node_modules/@aztec/wsdb/dest/generated/sync.js": {
26327
26390
  "bytes": 27183,
26328
26391
  "imports": [
26329
26392
  {
@@ -26332,7 +26395,7 @@
26332
26395
  "external": true
26333
26396
  },
26334
26397
  {
26335
- "path": "../../wsdb/ts/dest/generated/api_types.js",
26398
+ "path": "../node_modules/@aztec/wsdb/dest/generated/api_types.js",
26336
26399
  "kind": "import-statement",
26337
26400
  "original": "./api_types.js"
26338
26401
  },
@@ -26344,7 +26407,7 @@
26344
26407
  ],
26345
26408
  "format": "esm"
26346
26409
  },
26347
- "../../wsdb/ts/dest/index.js": {
26410
+ "../node_modules/@aztec/wsdb/dest/index.js": {
26348
26411
  "bytes": 7548,
26349
26412
  "imports": [
26350
26413
  {
@@ -26373,32 +26436,32 @@
26373
26436
  "external": true
26374
26437
  },
26375
26438
  {
26376
- "path": "../../ipc-runtime/ts/dest/index.js",
26439
+ "path": "../node_modules/@aztec/ipc-runtime/dest/index.js",
26377
26440
  "kind": "import-statement",
26378
26441
  "original": "@aztec/ipc-runtime"
26379
26442
  },
26380
26443
  {
26381
- "path": "../../wsdb/ts/dest/generated/async.js",
26444
+ "path": "../node_modules/@aztec/wsdb/dest/generated/async.js",
26382
26445
  "kind": "import-statement",
26383
26446
  "original": "./generated/async.js"
26384
26447
  },
26385
26448
  {
26386
- "path": "../../wsdb/ts/dest/platform.js",
26449
+ "path": "../node_modules/@aztec/wsdb/dest/platform.js",
26387
26450
  "kind": "import-statement",
26388
26451
  "original": "./platform.js"
26389
26452
  },
26390
26453
  {
26391
- "path": "../../wsdb/ts/dest/generated/api_types.js",
26454
+ "path": "../node_modules/@aztec/wsdb/dest/generated/api_types.js",
26392
26455
  "kind": "import-statement",
26393
26456
  "original": "./generated/api_types.js"
26394
26457
  },
26395
26458
  {
26396
- "path": "../../wsdb/ts/dest/generated/async.js",
26459
+ "path": "../node_modules/@aztec/wsdb/dest/generated/async.js",
26397
26460
  "kind": "import-statement",
26398
26461
  "original": "./generated/async.js"
26399
26462
  },
26400
26463
  {
26401
- "path": "../../wsdb/ts/dest/generated/sync.js",
26464
+ "path": "../node_modules/@aztec/wsdb/dest/generated/sync.js",
26402
26465
  "kind": "import-statement",
26403
26466
  "original": "./generated/sync.js"
26404
26467
  },
@@ -26429,7 +26492,7 @@
26429
26492
  "original": "@aztec/stdlib/trees"
26430
26493
  },
26431
26494
  {
26432
- "path": "../../wsdb/ts/dest/index.js",
26495
+ "path": "../node_modules/@aztec/wsdb/dest/index.js",
26433
26496
  "kind": "import-statement",
26434
26497
  "original": "@aztec/wsdb"
26435
26498
  },
@@ -27731,8 +27794,13 @@
27731
27794
  "format": "esm"
27732
27795
  },
27733
27796
  "../blob-lib/dest/kzg_context.js": {
27734
- "bytes": 969,
27797
+ "bytes": 1479,
27735
27798
  "imports": [
27799
+ {
27800
+ "path": "../foundation/dest/timer/index.js",
27801
+ "kind": "import-statement",
27802
+ "original": "@aztec/foundation/timer"
27803
+ },
27736
27804
  {
27737
27805
  "path": "module",
27738
27806
  "kind": "import-statement",
@@ -27747,7 +27815,7 @@
27747
27815
  "format": "esm"
27748
27816
  },
27749
27817
  "../blob-lib/dest/sponge_blob.js": {
27750
- "bytes": 5430,
27818
+ "bytes": 5455,
27751
27819
  "imports": [
27752
27820
  {
27753
27821
  "path": "../constants/dest/constants.js",
@@ -27865,7 +27933,7 @@
27865
27933
  "format": "esm"
27866
27934
  },
27867
27935
  "../blob-lib/dest/circuit_types/blob_accumulator.js": {
27868
- "bytes": 3000,
27936
+ "bytes": 3004,
27869
27937
  "imports": [
27870
27938
  {
27871
27939
  "path": "../constants/dest/constants.js",
@@ -27896,7 +27964,7 @@
27896
27964
  "format": "esm"
27897
27965
  },
27898
27966
  "../blob-lib/dest/circuit_types/final_blob_accumulator.js": {
27899
- "bytes": 2575,
27967
+ "bytes": 2579,
27900
27968
  "imports": [
27901
27969
  {
27902
27970
  "path": "../foundation/dest/curves/bls12/index.js",
@@ -27927,7 +27995,7 @@
27927
27995
  "format": "esm"
27928
27996
  },
27929
27997
  "../blob-lib/dest/circuit_types/final_blob_batching_challenges.js": {
27930
- "bytes": 927,
27998
+ "bytes": 931,
27931
27999
  "imports": [
27932
28000
  {
27933
28001
  "path": "../foundation/dest/curves/bls12/index.js",
@@ -29538,7 +29606,7 @@
29538
29606
  "format": "esm"
29539
29607
  },
29540
29608
  "src/constants.ts": {
29541
- "bytes": 674,
29609
+ "bytes": 679,
29542
29610
  "imports": [
29543
29611
  {
29544
29612
  "path": "../constants/dest/constants.js",
@@ -29759,7 +29827,7 @@
29759
29827
  "format": "esm"
29760
29828
  },
29761
29829
  "src/oracle/txe_oracle_top_level_context.ts": {
29762
- "bytes": 39030,
29830
+ "bytes": 39007,
29763
29831
  "imports": [
29764
29832
  {
29765
29833
  "path": "../constants/dest/constants.js",
@@ -29920,7 +29988,7 @@
29920
29988
  "format": "esm"
29921
29989
  },
29922
29990
  "src/oracle/txe_oracle_version.ts": {
29923
- "bytes": 906,
29991
+ "bytes": 911,
29924
29992
  "imports": [],
29925
29993
  "format": "esm"
29926
29994
  },
@@ -29941,7 +30009,7 @@
29941
30009
  "format": "esm"
29942
30010
  },
29943
30011
  "src/rpc_translator.ts": {
29944
- "bytes": 38850,
30012
+ "bytes": 39210,
29945
30013
  "imports": [
29946
30014
  {
29947
30015
  "path": "src/oracle/txe_oracle_registry.ts",
@@ -30553,7 +30621,7 @@
30553
30621
  "format": "esm"
30554
30622
  },
30555
30623
  "../archiver/dest/store/block_store.js": {
30556
- "bytes": 66016,
30624
+ "bytes": 68723,
30557
30625
  "imports": [
30558
30626
  {
30559
30627
  "path": "../constants/dest/constants.js",
@@ -32224,7 +32292,7 @@
32224
32292
  "format": "esm"
32225
32293
  },
32226
32294
  "../blob-lib/dest/blob_batching.js": {
32227
- "bytes": 12331,
32295
+ "bytes": 12335,
32228
32296
  "imports": [
32229
32297
  {
32230
32298
  "path": "../constants/dest/constants.js",
@@ -32671,7 +32739,7 @@
32671
32739
  "format": "esm"
32672
32740
  },
32673
32741
  "../aztec-node/dest/factory.js": {
32674
- "bytes": 27210,
32742
+ "bytes": 27850,
32675
32743
  "imports": [
32676
32744
  {
32677
32745
  "path": "esbuild/stubs/archiver_stub.ts",
@@ -32920,7 +32988,7 @@
32920
32988
  "format": "esm"
32921
32989
  },
32922
32990
  "src/state_machine/mock_epoch_cache.ts": {
32923
- "bytes": 2873,
32991
+ "bytes": 2936,
32924
32992
  "imports": [
32925
32993
  {
32926
32994
  "path": "../foundation/dest/branded-types/index.js",
@@ -33120,7 +33188,7 @@
33120
33188
  "format": "esm"
33121
33189
  },
33122
33190
  "src/txe_session.ts": {
33123
- "bytes": 42693,
33191
+ "bytes": 42811,
33124
33192
  "imports": [
33125
33193
  {
33126
33194
  "path": "../foundation/dest/branded-types/index.js",
@@ -33322,7 +33390,7 @@
33322
33390
  "format": "esm"
33323
33391
  },
33324
33392
  "../aztec.js/dest/api/abi.js": {
33325
- "bytes": 377,
33393
+ "bytes": 419,
33326
33394
  "imports": [
33327
33395
  {
33328
33396
  "path": "../stdlib/dest/abi/index.js",
@@ -33375,7 +33443,7 @@
33375
33443
  "format": "esm"
33376
33444
  },
33377
33445
  "../aztec.js/dest/contract/protocol_contracts/contract-class-registry.js": {
33378
- "bytes": 5054,
33446
+ "bytes": 5267,
33379
33447
  "imports": [
33380
33448
  {
33381
33449
  "path": "../protocol-contracts/dest/index.js",
@@ -33401,7 +33469,7 @@
33401
33469
  "format": "esm"
33402
33470
  },
33403
33471
  "../aztec.js/dest/deployment/publish_class.js": {
33404
- "bytes": 1257,
33472
+ "bytes": 1265,
33405
33473
  "imports": [
33406
33474
  {
33407
33475
  "path": "../constants/dest/constants.js",
@@ -33447,7 +33515,7 @@
33447
33515
  "format": "esm"
33448
33516
  },
33449
33517
  "../aztec.js/dest/contract/protocol_contracts/contract-instance-registry.js": {
33450
- "bytes": 14405,
33518
+ "bytes": 14517,
33451
33519
  "imports": [
33452
33520
  {
33453
33521
  "path": "../protocol-contracts/dest/index.js",
@@ -33473,7 +33541,7 @@
33473
33541
  "format": "esm"
33474
33542
  },
33475
33543
  "../aztec.js/dest/deployment/publish_instance.js": {
33476
- "bytes": 817,
33544
+ "bytes": 825,
33477
33545
  "imports": [
33478
33546
  {
33479
33547
  "path": "../aztec.js/dest/contract/protocol_contracts/contract-instance-registry.js",
@@ -33581,7 +33649,7 @@
33581
33649
  "format": "esm"
33582
33650
  },
33583
33651
  "../aztec.js/dest/contract/batch_call.js": {
33584
- "bytes": 8091,
33652
+ "bytes": 8103,
33585
33653
  "imports": [
33586
33654
  {
33587
33655
  "path": "../stdlib/dest/abi/index.js",
@@ -34146,11 +34214,11 @@
34146
34214
  "dest/bin/index.js": {
34147
34215
  "imports": [
34148
34216
  {
34149
- "path": "dest/chunk-YS3UIBVR.js",
34217
+ "path": "dest/chunk-RVEPNDEP.js",
34150
34218
  "kind": "import-statement"
34151
34219
  },
34152
34220
  {
34153
- "path": "dest/chunk-SZPMCTJK.js",
34221
+ "path": "dest/chunk-XWIMXLKD.js",
34154
34222
  "kind": "import-statement"
34155
34223
  },
34156
34224
  {
@@ -34179,7 +34247,7 @@
34179
34247
  "dest/worker.bundle.js": {
34180
34248
  "imports": [
34181
34249
  {
34182
- "path": "dest/chunk-SZPMCTJK.js",
34250
+ "path": "dest/chunk-XWIMXLKD.js",
34183
34251
  "kind": "import-statement"
34184
34252
  },
34185
34253
  {
@@ -34215,11 +34283,11 @@
34215
34283
  "dest/server.bundle.js": {
34216
34284
  "imports": [
34217
34285
  {
34218
- "path": "dest/chunk-YS3UIBVR.js",
34286
+ "path": "dest/chunk-RVEPNDEP.js",
34219
34287
  "kind": "import-statement"
34220
34288
  },
34221
34289
  {
34222
- "path": "dest/chunk-SZPMCTJK.js",
34290
+ "path": "dest/chunk-XWIMXLKD.js",
34223
34291
  "kind": "import-statement"
34224
34292
  },
34225
34293
  {
@@ -34234,16 +34302,16 @@
34234
34302
  "inputs": {},
34235
34303
  "bytes": 256
34236
34304
  },
34237
- "dest/chunk-YS3UIBVR.js.map": {
34305
+ "dest/chunk-RVEPNDEP.js.map": {
34238
34306
  "imports": [],
34239
34307
  "exports": [],
34240
34308
  "inputs": {},
34241
- "bytes": 2031060
34309
+ "bytes": 2031490
34242
34310
  },
34243
- "dest/chunk-YS3UIBVR.js": {
34311
+ "dest/chunk-RVEPNDEP.js": {
34244
34312
  "imports": [
34245
34313
  {
34246
- "path": "dest/chunk-SZPMCTJK.js",
34314
+ "path": "dest/chunk-XWIMXLKD.js",
34247
34315
  "kind": "import-statement"
34248
34316
  },
34249
34317
  {
@@ -34541,7 +34609,7 @@
34541
34609
  "external": true
34542
34610
  },
34543
34611
  {
34544
- "path": "dest/SchnorrAccount-NME3E45O.js",
34612
+ "path": "dest/SchnorrAccount-ADD65DYA.js",
34545
34613
  "kind": "dynamic-import"
34546
34614
  },
34547
34615
  {
@@ -35089,7 +35157,7 @@
35089
35157
  "bytesInOutput": 0
35090
35158
  },
35091
35159
  "../foundation/dest/json-rpc/server/safe_json_rpc_server.js": {
35092
- "bytesInOutput": 7240
35160
+ "bytesInOutput": 7253
35093
35161
  },
35094
35162
  "../node_modules/koa/dist/koa.mjs": {
35095
35163
  "bytesInOutput": 142
@@ -35122,15 +35190,15 @@
35122
35190
  "bytesInOutput": 1365
35123
35191
  }
35124
35192
  },
35125
- "bytes": 1084826
35193
+ "bytes": 1084839
35126
35194
  },
35127
- "dest/chunk-SZPMCTJK.js.map": {
35195
+ "dest/chunk-XWIMXLKD.js.map": {
35128
35196
  "imports": [],
35129
35197
  "exports": [],
35130
35198
  "inputs": {},
35131
- "bytes": 5479056
35199
+ "bytes": 5490846
35132
35200
  },
35133
- "dest/chunk-SZPMCTJK.js": {
35201
+ "dest/chunk-XWIMXLKD.js": {
35134
35202
  "imports": [
35135
35203
  {
35136
35204
  "path": "dest/chunk-32UHX7YY.js",
@@ -35671,6 +35739,31 @@
35671
35739
  "kind": "import-statement",
35672
35740
  "external": true
35673
35741
  },
35742
+ {
35743
+ "path": "assert",
35744
+ "kind": "import-statement",
35745
+ "external": true
35746
+ },
35747
+ {
35748
+ "path": "util",
35749
+ "kind": "import-statement",
35750
+ "external": true
35751
+ },
35752
+ {
35753
+ "path": "util",
35754
+ "kind": "import-statement",
35755
+ "external": true
35756
+ },
35757
+ {
35758
+ "path": "assert",
35759
+ "kind": "import-statement",
35760
+ "external": true
35761
+ },
35762
+ {
35763
+ "path": "msgpackr",
35764
+ "kind": "import-statement",
35765
+ "external": true
35766
+ },
35674
35767
  {
35675
35768
  "path": "@aztec/noir-protocol-circuits-types/client/lazy",
35676
35769
  "kind": "import-statement",
@@ -35702,15 +35795,15 @@
35702
35795
  "external": true
35703
35796
  },
35704
35797
  {
35705
- "path": "dest/ContractClassRegistry-VWR3F42P.js",
35798
+ "path": "dest/ContractClassRegistry-PVNCKGG7.js",
35706
35799
  "kind": "dynamic-import"
35707
35800
  },
35708
35801
  {
35709
- "path": "dest/FeeJuice-SAOWVGG7.js",
35802
+ "path": "dest/FeeJuice-MAQJU53K.js",
35710
35803
  "kind": "dynamic-import"
35711
35804
  },
35712
35805
  {
35713
- "path": "dest/ContractInstanceRegistry-FHIWE33X.js",
35806
+ "path": "dest/ContractInstanceRegistry-WLOZKTR6.js",
35714
35807
  "kind": "dynamic-import"
35715
35808
  },
35716
35809
  {
@@ -35846,48 +35939,23 @@
35846
35939
  "kind": "import-statement",
35847
35940
  "external": true
35848
35941
  },
35849
- {
35850
- "path": "node:os",
35851
- "kind": "import-statement",
35852
- "external": true
35853
- },
35854
- {
35855
- "path": "node:path",
35856
- "kind": "import-statement",
35857
- "external": true
35858
- },
35859
- {
35860
- "path": "node:worker_threads",
35861
- "kind": "import-statement",
35862
- "external": true
35863
- },
35864
35942
  {
35865
35943
  "path": "msgpackr",
35866
35944
  "kind": "import-statement",
35867
35945
  "external": true
35868
35946
  },
35869
35947
  {
35870
- "path": "assert",
35871
- "kind": "import-statement",
35872
- "external": true
35873
- },
35874
- {
35875
- "path": "util",
35876
- "kind": "import-statement",
35877
- "external": true
35878
- },
35879
- {
35880
- "path": "util",
35948
+ "path": "node:os",
35881
35949
  "kind": "import-statement",
35882
35950
  "external": true
35883
35951
  },
35884
35952
  {
35885
- "path": "assert",
35953
+ "path": "node:path",
35886
35954
  "kind": "import-statement",
35887
35955
  "external": true
35888
35956
  },
35889
35957
  {
35890
- "path": "msgpackr",
35958
+ "path": "node:worker_threads",
35891
35959
  "kind": "import-statement",
35892
35960
  "external": true
35893
35961
  },
@@ -36482,7 +36550,7 @@
36482
36550
  "bytesInOutput": 2682
36483
36551
  },
36484
36552
  "../foundation/dest/log/pino-logger.js": {
36485
- "bytesInOutput": 6447
36553
+ "bytesInOutput": 6657
36486
36554
  },
36487
36555
  "../foundation/dest/collection/array.js": {
36488
36556
  "bytesInOutput": 2024
@@ -36490,6 +36558,9 @@
36490
36558
  "../foundation/dest/config/parse-env.js": {
36491
36559
  "bytesInOutput": 127
36492
36560
  },
36561
+ "../foundation/dest/log/aws-logger-config.js": {
36562
+ "bytesInOutput": 659
36563
+ },
36493
36564
  "../foundation/dest/log/bigint-utils.js": {
36494
36565
  "bytesInOutput": 432
36495
36566
  },
@@ -36614,7 +36685,7 @@
36614
36685
  "bytesInOutput": 1488
36615
36686
  },
36616
36687
  "../foundation/dest/serialize/buffer_reader.js": {
36617
- "bytesInOutput": 3943
36688
+ "bytesInOutput": 4069
36618
36689
  },
36619
36690
  "../foundation/dest/curves/bn254/index.js": {
36620
36691
  "bytesInOutput": 0
@@ -36641,7 +36712,7 @@
36641
36712
  "bytesInOutput": 264
36642
36713
  },
36643
36714
  "../foundation/dest/serialize/serialize.js": {
36644
- "bytesInOutput": 3144
36715
+ "bytesInOutput": 2824
36645
36716
  },
36646
36717
  "../foundation/dest/curves/grumpkin/point.js": {
36647
36718
  "bytesInOutput": 2950
@@ -36806,7 +36877,7 @@
36806
36877
  "bytesInOutput": 1593
36807
36878
  },
36808
36879
  "../stdlib/dest/abi/abi.js": {
36809
- "bytesInOutput": 7733
36880
+ "bytesInOutput": 8055
36810
36881
  },
36811
36882
  "../foundation/dest/crypto/poseidon/index.js": {
36812
36883
  "bytesInOutput": 1799
@@ -36827,7 +36898,7 @@
36827
36898
  "bytesInOutput": 1075
36828
36899
  },
36829
36900
  "../constants/dest/constants.gen.js": {
36830
- "bytesInOutput": 7142
36901
+ "bytesInOutput": 6342
36831
36902
  },
36832
36903
  "../constants/dest/constants.js": {
36833
36904
  "bytesInOutput": 250
@@ -36851,7 +36922,7 @@
36851
36922
  "bytesInOutput": 236
36852
36923
  },
36853
36924
  "../stdlib/dest/abi/contract_artifact.js": {
36854
- "bytesInOutput": 5612
36925
+ "bytesInOutput": 5556
36855
36926
  },
36856
36927
  "../stdlib/dest/gas/gas.js": {
36857
36928
  "bytesInOutput": 1776
@@ -36863,7 +36934,7 @@
36863
36934
  "bytesInOutput": 0
36864
36935
  },
36865
36936
  "../stdlib/dest/abi/function_call.js": {
36866
- "bytesInOutput": 1252
36937
+ "bytesInOutput": 1463
36867
36938
  },
36868
36939
  "../stdlib/dest/tx/block_header.js": {
36869
36940
  "bytesInOutput": 4379
@@ -37016,7 +37087,7 @@
37016
37087
  "bytesInOutput": 0
37017
37088
  },
37018
37089
  "../stdlib/dest/tx/hashed_values.js": {
37019
- "bytesInOutput": 997
37090
+ "bytesInOutput": 1139
37020
37091
  },
37021
37092
  "../stdlib/dest/tx/private_execution_result.js": {
37022
37093
  "bytesInOutput": 5896
@@ -37061,7 +37132,7 @@
37061
37132
  "bytesInOutput": 3614
37062
37133
  },
37063
37134
  "../stdlib/dest/tx/tx.js": {
37064
- "bytesInOutput": 6747
37135
+ "bytesInOutput": 6843
37065
37136
  },
37066
37137
  "../blob-lib/dest/errors.js": {
37067
37138
  "bytesInOutput": 171
@@ -37127,7 +37198,7 @@
37127
37198
  "bytesInOutput": 2464
37128
37199
  },
37129
37200
  "../stdlib/dest/tx/simulated_tx.js": {
37130
- "bytesInOutput": 623
37201
+ "bytesInOutput": 798
37131
37202
  },
37132
37203
  "../stdlib/dest/tx/tx_execution_request.js": {
37133
37204
  "bytesInOutput": 2525
@@ -37214,7 +37285,7 @@
37214
37285
  "bytesInOutput": 1185
37215
37286
  },
37216
37287
  "../stdlib/dest/block/l2_block_source.js": {
37217
- "bytesInOutput": 2085
37288
+ "bytesInOutput": 2226
37218
37289
  },
37219
37290
  "../stdlib/dest/block/l2_block_stream/index.js": {
37220
37291
  "bytesInOutput": 0
@@ -37280,7 +37351,7 @@
37280
37351
  "bytesInOutput": 1527
37281
37352
  },
37282
37353
  "../foundation/dest/trees/sibling_path.js": {
37283
- "bytesInOutput": 1766
37354
+ "bytesInOutput": 1653
37284
37355
  },
37285
37356
  "../foundation/dest/trees/unbalanced_tree_store.js": {
37286
37357
  "bytesInOutput": 3095
@@ -37292,7 +37363,7 @@
37292
37363
  "bytesInOutput": 1130
37293
37364
  },
37294
37365
  "../stdlib/dest/contract/artifact_hash.js": {
37295
- "bytesInOutput": 3378
37366
+ "bytesInOutput": 3431
37296
37367
  },
37297
37368
  "../stdlib/dest/contract/index.js": {
37298
37369
  "bytesInOutput": 0
@@ -37379,7 +37450,7 @@
37379
37450
  "bytesInOutput": 0
37380
37451
  },
37381
37452
  "../pxe/dest/contract/contract_class_service.js": {
37382
- "bytesInOutput": 927
37453
+ "bytesInOutput": 566
37383
37454
  },
37384
37455
  "../stdlib/dest/interfaces/aztec-node.js": {
37385
37456
  "bytesInOutput": 8729
@@ -37508,7 +37579,7 @@
37508
37579
  "bytesInOutput": 5862
37509
37580
  },
37510
37581
  "../stdlib/dest/interfaces/configs.js": {
37511
- "bytesInOutput": 3229
37582
+ "bytesInOutput": 3302
37512
37583
  },
37513
37584
  "../stdlib/dest/interfaces/prover-client.js": {
37514
37585
  "bytesInOutput": 2448
@@ -37541,7 +37612,7 @@
37541
37612
  "bytesInOutput": 0
37542
37613
  },
37543
37614
  "../pxe/dest/notes/note_service.js": {
37544
- "bytesInOutput": 3569
37615
+ "bytesInOutput": 3564
37545
37616
  },
37546
37617
  "../standard-contracts/dest/standard_contract_data.js": {
37547
37618
  "bytesInOutput": 4012
@@ -37748,7 +37819,7 @@
37748
37819
  "bytesInOutput": 703
37749
37820
  },
37750
37821
  "../pxe/dest/contract_function_simulator/oracle/oracle_type_mappings.js": {
37751
- "bytesInOutput": 17943
37822
+ "bytesInOutput": 18327
37752
37823
  },
37753
37824
  "../pxe/dest/contract_function_simulator/oracle/legacy_oracle_registry.js": {
37754
37825
  "bytesInOutput": 1329
@@ -37766,28 +37837,31 @@
37766
37837
  "bytesInOutput": 71
37767
37838
  },
37768
37839
  "../pxe/dest/tagging/constants.js": {
37769
- "bytesInOutput": 78
37840
+ "bytesInOutput": 312
37770
37841
  },
37771
37842
  "../pxe/dest/tagging/get_all_logs_by_tags.js": {
37772
- "bytesInOutput": 1178
37843
+ "bytesInOutput": 1543
37773
37844
  },
37774
37845
  "../pxe/dest/tagging/recipient_sync/utils/find_highest_indexes.js": {
37775
37846
  "bytesInOutput": 576
37776
37847
  },
37777
37848
  "../pxe/dest/tagging/recipient_sync/sync_tagged_private_logs.js": {
37778
- "bytesInOutput": 4783
37849
+ "bytesInOutput": 4608
37779
37850
  },
37780
37851
  "../pxe/dest/tagging/index.js": {
37781
37852
  "bytesInOutput": 0
37782
37853
  },
37783
- "../pxe/dest/tagging/sender_sync/utils/get_status_change_of_pending.js": {
37784
- "bytesInOutput": 1273
37785
- },
37786
37854
  "../pxe/dest/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.js": {
37787
- "bytesInOutput": 1505
37855
+ "bytesInOutput": 1282
37856
+ },
37857
+ "../pxe/dest/tagging/sender_sync/utils/classify_pending_txs.js": {
37858
+ "bytesInOutput": 1499
37859
+ },
37860
+ "../pxe/dest/tagging/sender_sync/utils/resolve_pending_txs.js": {
37861
+ "bytesInOutput": 1134
37788
37862
  },
37789
37863
  "../pxe/dest/tagging/sender_sync/sync_sender_tagging_indexes.js": {
37790
- "bytesInOutput": 2085
37864
+ "bytesInOutput": 1430
37791
37865
  },
37792
37866
  "../pxe/dest/contract_function_simulator/pick_notes.js": {
37793
37867
  "bytesInOutput": 2049
@@ -37802,13 +37876,10 @@
37802
37876
  "bytesInOutput": 754
37803
37877
  },
37804
37878
  "../pxe/dest/events/event_service.js": {
37805
- "bytesInOutput": 2330
37879
+ "bytesInOutput": 2339
37806
37880
  },
37807
37881
  "../pxe/dest/logs/log_service.js": {
37808
- "bytesInOutput": 6347
37809
- },
37810
- "../pxe/dest/contract_function_simulator/aztec_node_read_cache.js": {
37811
- "bytesInOutput": 1994
37882
+ "bytesInOutput": 5963
37812
37883
  },
37813
37884
  "../pxe/dest/contract_function_simulator/ephemeral_array_service.js": {
37814
37885
  "bytesInOutput": 1792
@@ -37817,10 +37888,10 @@
37817
37888
  "bytesInOutput": 692
37818
37889
  },
37819
37890
  "../pxe/dest/contract_function_simulator/oracle/utility_execution_oracle.js": {
37820
- "bytesInOutput": 23620
37891
+ "bytesInOutput": 25533
37821
37892
  },
37822
37893
  "../pxe/dest/contract_function_simulator/oracle/private_execution_oracle.js": {
37823
- "bytesInOutput": 13881
37894
+ "bytesInOutput": 13990
37824
37895
  },
37825
37896
  "../pxe/dest/contract_function_simulator/transient_array_service.js": {
37826
37897
  "bytesInOutput": 1712
@@ -37832,7 +37903,7 @@
37832
37903
  "bytesInOutput": 1650
37833
37904
  },
37834
37905
  "../pxe/dest/messages/tx_resolver_service.js": {
37835
- "bytesInOutput": 1228
37906
+ "bytesInOutput": 1239
37836
37907
  },
37837
37908
  "../pxe/dest/private_kernel/private_kernel_execution_prover.js": {
37838
37909
  "bytesInOutput": 315
@@ -37877,7 +37948,7 @@
37877
37948
  "bytesInOutput": 980
37878
37949
  },
37879
37950
  "../pxe/dest/storage/contract_store/contract_store.js": {
37880
- "bytesInOutput": 7587
37951
+ "bytesInOutput": 7597
37881
37952
  },
37882
37953
  "../pxe/dest/storage/note_store/stored_note.js": {
37883
37954
  "bytesInOutput": 537
@@ -37892,7 +37963,7 @@
37892
37963
  "bytesInOutput": 5217
37893
37964
  },
37894
37965
  "../pxe/dest/storage/tagging_store/sender_tagging_store.js": {
37895
- "bytesInOutput": 9894
37966
+ "bytesInOutput": 10416
37896
37967
  },
37897
37968
  "../pxe/dest/storage/tagging_store/index.js": {
37898
37969
  "bytesInOutput": 0
@@ -37918,8 +37989,26 @@
37918
37989
  "../stdlib/dest/config/sequencer-config.js": {
37919
37990
  "bytesInOutput": 2021
37920
37991
  },
37992
+ "../stdlib/dest/fees/transaction_fee.js": {
37993
+ "bytesInOutput": 1290
37994
+ },
37995
+ "../stdlib/dest/world-state/world_state_revision.js": {
37996
+ "bytesInOutput": 808
37997
+ },
37998
+ "../stdlib/dest/avm/avm_circuit_public_inputs.js": {
37999
+ "bytesInOutput": 11699
38000
+ },
38001
+ "../stdlib/dest/avm/avm_accumulated_data.js": {
38002
+ "bytesInOutput": 5662
38003
+ },
38004
+ "../stdlib/dest/avm/message_pack.js": {
38005
+ "bytesInOutput": 1647
38006
+ },
38007
+ "../stdlib/dest/avm/avm.js": {
38008
+ "bytesInOutput": 38117
38009
+ },
37921
38010
  "../stdlib/dest/config/node-rpc-config.js": {
37922
- "bytesInOutput": 740
38011
+ "bytesInOutput": 769
37923
38012
  },
37924
38013
  "../pxe/dest/config/index.js": {
37925
38014
  "bytesInOutput": 1148
@@ -38035,44 +38124,47 @@
38035
38124
  "esbuild/stubs/protocol_contracts_bundle_stub.ts": {
38036
38125
  "bytesInOutput": 0
38037
38126
  },
38038
- "../../barretenberg/ts/bb-avm-sim/dest/index.js": {
38127
+ "../node_modules/@aztec/bb-avm-sim/dest/index.js": {
38039
38128
  "bytesInOutput": 4151
38040
38129
  },
38041
- "../../ipc-runtime/ts/dest/index.js": {
38130
+ "../node_modules/@aztec/ipc-runtime/dest/index.js": {
38042
38131
  "bytesInOutput": 0
38043
38132
  },
38044
- "../../ipc-runtime/ts/dest/uds_client.js": {
38133
+ "../node_modules/@aztec/ipc-runtime/dest/uds_client.js": {
38045
38134
  "bytesInOutput": 3073
38046
38135
  },
38047
- "../../ipc-runtime/ts/dest/uds_server.js": {
38136
+ "../node_modules/@aztec/ipc-runtime/dest/uds_server.js": {
38048
38137
  "bytesInOutput": 2067
38049
38138
  },
38050
- "../../ipc-runtime/ts/dest/native_loader.js": {
38139
+ "../node_modules/@aztec/ipc-runtime/dest/native_loader.js": {
38051
38140
  "bytesInOutput": 1877
38052
38141
  },
38053
- "../../ipc-runtime/ts/dest/shm_client.js": {
38142
+ "../node_modules/@aztec/ipc-runtime/dest/shm_client.js": {
38054
38143
  "bytesInOutput": 1432
38055
38144
  },
38056
- "../../barretenberg/ts/bb-avm-sim/dest/generated/async.js": {
38145
+ "../node_modules/@aztec/bb-avm-sim/dest/generated/async.js": {
38057
38146
  "bytesInOutput": 1453
38058
38147
  },
38059
- "../../barretenberg/ts/bb-avm-sim/dest/generated/api_types.js": {
38148
+ "../node_modules/@aztec/bb-avm-sim/dest/generated/api_types.js": {
38060
38149
  "bytesInOutput": 844
38061
38150
  },
38062
- "../../barretenberg/ts/bb-avm-sim/dest/platform.js": {
38151
+ "../node_modules/@aztec/bb-avm-sim/dest/platform.js": {
38063
38152
  "bytesInOutput": 1761
38064
38153
  },
38065
- "../../barretenberg/ts/bb-avm-sim/dest/generated/sync.js": {
38154
+ "../node_modules/@aztec/bb-avm-sim/dest/generated/sync.js": {
38066
38155
  "bytesInOutput": 62
38067
38156
  },
38068
- "../simulator/dest/public/cdb_ipc_server.js": {
38069
- "bytesInOutput": 4283
38157
+ "../node_modules/@aztec/cdb/dest/generated/api_types.js": {
38158
+ "bytesInOutput": 4485
38159
+ },
38160
+ "../node_modules/@aztec/cdb/dest/index.js": {
38161
+ "bytesInOutput": 0
38070
38162
  },
38071
- "../simulator/dest/public/cdb/generated/server.js": {
38072
- "bytesInOutput": 2488
38163
+ "../node_modules/@aztec/cdb/dest/generated/server.js": {
38164
+ "bytesInOutput": 2490
38073
38165
  },
38074
- "../simulator/dest/public/cdb/generated/api_types.js": {
38075
- "bytesInOutput": 4485
38166
+ "../simulator/dest/public/cdb_ipc_server.js": {
38167
+ "bytesInOutput": 4283
38076
38168
  },
38077
38169
  "../simulator/dest/public/avm_simulator_pool.js": {
38078
38170
  "bytesInOutput": 3481
@@ -38080,24 +38172,6 @@
38080
38172
  "../simulator/dest/public/index.js": {
38081
38173
  "bytesInOutput": 0
38082
38174
  },
38083
- "../stdlib/dest/fees/transaction_fee.js": {
38084
- "bytesInOutput": 1290
38085
- },
38086
- "../stdlib/dest/world-state/world_state_revision.js": {
38087
- "bytesInOutput": 808
38088
- },
38089
- "../stdlib/dest/avm/avm_circuit_public_inputs.js": {
38090
- "bytesInOutput": 11699
38091
- },
38092
- "../stdlib/dest/avm/avm_accumulated_data.js": {
38093
- "bytesInOutput": 5662
38094
- },
38095
- "../stdlib/dest/avm/message_pack.js": {
38096
- "bytesInOutput": 1684
38097
- },
38098
- "../stdlib/dest/avm/avm.js": {
38099
- "bytesInOutput": 38047
38100
- },
38101
38175
  "../stdlib/dest/avm/index.js": {
38102
38176
  "bytesInOutput": 0
38103
38177
  },
@@ -38117,7 +38191,7 @@
38117
38191
  "bytesInOutput": 2778
38118
38192
  },
38119
38193
  "../protocol-contracts/artifacts/FeeJuice.json with { type: 'json' }": {
38120
- "bytesInOutput": 198769
38194
+ "bytesInOutput": 198788
38121
38195
  },
38122
38196
  "../protocol-contracts/dest/fee-juice/index.js": {
38123
38197
  "bytesInOutput": 553
@@ -38158,19 +38232,19 @@
38158
38232
  "../world-state/dest/instrumentation/instrumentation.js": {
38159
38233
  "bytesInOutput": 3661
38160
38234
  },
38161
- "../../wsdb/ts/dest/index.js": {
38235
+ "../node_modules/@aztec/wsdb/dest/index.js": {
38162
38236
  "bytesInOutput": 4594
38163
38237
  },
38164
- "../../wsdb/ts/dest/generated/async.js": {
38238
+ "../node_modules/@aztec/wsdb/dest/generated/async.js": {
38165
38239
  "bytesInOutput": 20222
38166
38240
  },
38167
- "../../wsdb/ts/dest/generated/api_types.js": {
38241
+ "../node_modules/@aztec/wsdb/dest/generated/api_types.js": {
38168
38242
  "bytesInOutput": 40694
38169
38243
  },
38170
- "../../wsdb/ts/dest/platform.js": {
38244
+ "../node_modules/@aztec/wsdb/dest/platform.js": {
38171
38245
  "bytesInOutput": 1748
38172
38246
  },
38173
- "../../wsdb/ts/dest/generated/sync.js": {
38247
+ "../node_modules/@aztec/wsdb/dest/generated/sync.js": {
38174
38248
  "bytesInOutput": 63
38175
38249
  },
38176
38250
  "../world-state/dest/native/ipc_world_state_instance.js": {
@@ -38345,13 +38419,13 @@
38345
38419
  "bytesInOutput": 1378
38346
38420
  },
38347
38421
  "src/oracle/txe_oracle_top_level_context.ts": {
38348
- "bytesInOutput": 24446
38422
+ "bytesInOutput": 24431
38349
38423
  },
38350
38424
  "src/oracle/txe_private_execution_oracle.ts": {
38351
38425
  "bytesInOutput": 635
38352
38426
  },
38353
38427
  "src/rpc_translator.ts": {
38354
- "bytesInOutput": 25990
38428
+ "bytesInOutput": 26254
38355
38429
  },
38356
38430
  "../stdlib/dest/checkpoint/index.js": {
38357
38431
  "bytesInOutput": 0
@@ -38393,7 +38467,7 @@
38393
38467
  "bytesInOutput": 6003
38394
38468
  },
38395
38469
  "../archiver/dest/store/block_store.js": {
38396
- "bytesInOutput": 33727
38470
+ "bytesInOutput": 34753
38397
38471
  },
38398
38472
  "../archiver/dest/store/contract_class_store.js": {
38399
38473
  "bytesInOutput": 2798
@@ -38528,7 +38602,7 @@
38528
38602
  "bytesInOutput": 615
38529
38603
  },
38530
38604
  "src/state_machine/mock_epoch_cache.ts": {
38531
- "bytesInOutput": 1280
38605
+ "bytesInOutput": 1321
38532
38606
  },
38533
38607
  "src/state_machine/synchronizer.ts": {
38534
38608
  "bytesInOutput": 1671
@@ -38543,7 +38617,7 @@
38543
38617
  "bytesInOutput": 437
38544
38618
  },
38545
38619
  "src/txe_session.ts": {
38546
- "bytesInOutput": 19732
38620
+ "bytesInOutput": 19739
38547
38621
  },
38548
38622
  "src/utils/encoding.ts": {
38549
38623
  "bytesInOutput": 458
@@ -38555,10 +38629,10 @@
38555
38629
  "bytesInOutput": 0
38556
38630
  },
38557
38631
  "../aztec.js/dest/contract/protocol_contracts/contract-class-registry.js": {
38558
- "bytesInOutput": 1986
38632
+ "bytesInOutput": 1975
38559
38633
  },
38560
38634
  "../aztec.js/dest/contract/protocol_contracts/contract-instance-registry.js": {
38561
- "bytesInOutput": 5045
38635
+ "bytesInOutput": 5001
38562
38636
  },
38563
38637
  "../aztec.js/dest/api/contract.js": {
38564
38638
  "bytesInOutput": 0
@@ -38576,15 +38650,15 @@
38576
38650
  "bytesInOutput": 4341
38577
38651
  }
38578
38652
  },
38579
- "bytes": 2021205
38653
+ "bytes": 2024595
38580
38654
  },
38581
- "dest/SchnorrAccount-NME3E45O.js.map": {
38655
+ "dest/SchnorrAccount-ADD65DYA.js.map": {
38582
38656
  "imports": [],
38583
38657
  "exports": [],
38584
38658
  "inputs": {},
38585
38659
  "bytes": 304563
38586
38660
  },
38587
- "dest/SchnorrAccount-NME3E45O.js": {
38661
+ "dest/SchnorrAccount-ADD65DYA.js": {
38588
38662
  "imports": [
38589
38663
  {
38590
38664
  "path": "dest/chunk-32UHX7YY.js",
@@ -38609,13 +38683,13 @@
38609
38683
  },
38610
38684
  "bytes": 234102
38611
38685
  },
38612
- "dest/SchnorrInitializerlessAccount-WTGXU6SW.js.map": {
38686
+ "dest/SchnorrInitializerlessAccount-TWGKRUSY.js.map": {
38613
38687
  "imports": [],
38614
38688
  "exports": [],
38615
38689
  "inputs": {},
38616
38690
  "bytes": 171541
38617
38691
  },
38618
- "dest/SchnorrInitializerlessAccount-WTGXU6SW.js": {
38692
+ "dest/SchnorrInitializerlessAccount-TWGKRUSY.js": {
38619
38693
  "imports": [
38620
38694
  {
38621
38695
  "path": "dest/chunk-32UHX7YY.js",
@@ -38640,13 +38714,13 @@
38640
38714
  },
38641
38715
  "bytes": 123753
38642
38716
  },
38643
- "dest/ContractClassRegistry-VWR3F42P.js.map": {
38717
+ "dest/ContractClassRegistry-PVNCKGG7.js.map": {
38644
38718
  "imports": [],
38645
38719
  "exports": [],
38646
38720
  "inputs": {},
38647
- "bytes": 650593
38721
+ "bytes": 650613
38648
38722
  },
38649
- "dest/ContractClassRegistry-VWR3F42P.js": {
38723
+ "dest/ContractClassRegistry-PVNCKGG7.js": {
38650
38724
  "imports": [
38651
38725
  {
38652
38726
  "path": "dest/chunk-32UHX7YY.js",
@@ -38666,18 +38740,18 @@
38666
38740
  "entryPoint": "../protocol-contracts/artifacts/ContractClassRegistry.json",
38667
38741
  "inputs": {
38668
38742
  "../protocol-contracts/artifacts/ContractClassRegistry.json": {
38669
- "bytesInOutput": 629367
38743
+ "bytesInOutput": 629386
38670
38744
  }
38671
38745
  },
38672
- "bytes": 629635
38746
+ "bytes": 629654
38673
38747
  },
38674
- "dest/FeeJuice-SAOWVGG7.js.map": {
38748
+ "dest/FeeJuice-MAQJU53K.js.map": {
38675
38749
  "imports": [],
38676
38750
  "exports": [],
38677
38751
  "inputs": {},
38678
- "bytes": 244641
38752
+ "bytes": 244661
38679
38753
  },
38680
- "dest/FeeJuice-SAOWVGG7.js": {
38754
+ "dest/FeeJuice-MAQJU53K.js": {
38681
38755
  "imports": [
38682
38756
  {
38683
38757
  "path": "dest/chunk-32UHX7YY.js",
@@ -38697,18 +38771,18 @@
38697
38771
  "entryPoint": "../protocol-contracts/artifacts/FeeJuice.json",
38698
38772
  "inputs": {
38699
38773
  "../protocol-contracts/artifacts/FeeJuice.json": {
38700
- "bytesInOutput": 198839
38774
+ "bytesInOutput": 198858
38701
38775
  }
38702
38776
  },
38703
- "bytes": 199094
38777
+ "bytes": 199113
38704
38778
  },
38705
- "dest/ContractInstanceRegistry-FHIWE33X.js.map": {
38779
+ "dest/ContractInstanceRegistry-WLOZKTR6.js.map": {
38706
38780
  "imports": [],
38707
38781
  "exports": [],
38708
38782
  "inputs": {},
38709
- "bytes": 84713
38783
+ "bytes": 84733
38710
38784
  },
38711
- "dest/ContractInstanceRegistry-FHIWE33X.js": {
38785
+ "dest/ContractInstanceRegistry-WLOZKTR6.js": {
38712
38786
  "imports": [
38713
38787
  {
38714
38788
  "path": "dest/chunk-32UHX7YY.js",
@@ -38728,10 +38802,10 @@
38728
38802
  "entryPoint": "../protocol-contracts/artifacts/ContractInstanceRegistry.json",
38729
38803
  "inputs": {
38730
38804
  "../protocol-contracts/artifacts/ContractInstanceRegistry.json": {
38731
- "bytesInOutput": 56538
38805
+ "bytesInOutput": 56557
38732
38806
  }
38733
38807
  },
38734
- "bytes": 56809
38808
+ "bytes": 56828
38735
38809
  },
38736
38810
  "dest/chunk-32UHX7YY.js.map": {
38737
38811
  "imports": [],