@aztec/txe 5.0.0-nightly.20260706 → 5.0.0-nightly.20260708
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dest/AuthRegistry-D774QM2G.js +3 -0
- package/dest/AuthRegistry-D774QM2G.js.map +7 -0
- package/dest/HandshakeRegistry-4AIT55KH.js +3 -0
- package/dest/HandshakeRegistry-4AIT55KH.js.map +7 -0
- package/dest/{MultiCallEntrypoint-L4TYDBCW.js → MultiCallEntrypoint-WICVQACI.js} +1 -1
- package/dest/{MultiCallEntrypoint-L4TYDBCW.js.map → MultiCallEntrypoint-WICVQACI.js.map} +2 -2
- package/dest/SchnorrAccount-Y2WZTBJF.js +3 -0
- package/dest/SchnorrAccount-Y2WZTBJF.js.map +7 -0
- package/dest/{SchnorrInitializerlessAccount-U2A3DVSR.js → SchnorrInitializerlessAccount-3AKXYJQI.js} +1 -1
- package/dest/{SchnorrInitializerlessAccount-U2A3DVSR.js.map → SchnorrInitializerlessAccount-3AKXYJQI.js.map} +1 -1
- package/dest/bin/index.js +1 -1
- package/dest/{chunk-6JTAVPZJ.js → chunk-2LYGEVHI.js} +2 -2
- package/dest/{chunk-6JTAVPZJ.js.map → chunk-2LYGEVHI.js.map} +3 -3
- package/dest/{chunk-SJX3LB7U.js → chunk-HLH2NBQI.js} +9 -9
- package/dest/{chunk-SJX3LB7U.js.map → chunk-HLH2NBQI.js.map} +4 -4
- package/dest/index.d.ts +1 -1
- package/dest/index.d.ts.map +1 -1
- package/dest/index.js +5 -3
- package/dest/metafile.json +226 -183
- package/dest/oracle/interfaces.d.ts +5 -5
- package/dest/oracle/interfaces.d.ts.map +1 -1
- package/dest/oracle/test-resolver/default_fixtures.d.ts +3 -3
- package/dest/oracle/test-resolver/default_fixtures.d.ts.map +1 -1
- package/dest/oracle/test-resolver/default_fixtures.js +54 -11
- package/dest/oracle/test-resolver/resolver.js +38 -1
- package/dest/oracle/txe_oracle_public_context.d.ts +5 -5
- package/dest/oracle/txe_oracle_public_context.d.ts.map +1 -1
- package/dest/oracle/txe_oracle_public_context.js +13 -8
- package/dest/oracle/txe_oracle_registry.d.ts +10 -10
- package/dest/oracle/txe_oracle_registry.d.ts.map +1 -1
- package/dest/oracle/txe_oracle_registry.js +21 -12
- package/dest/oracle/txe_oracle_version.d.ts +2 -2
- package/dest/oracle/txe_oracle_version.js +2 -2
- package/dest/rpc_translator.d.ts +2 -2
- package/dest/rpc_translator.d.ts.map +1 -1
- package/dest/rpc_translator.js +3 -3
- package/dest/server.bundle.js +1 -1
- package/dest/state_machine/synchronizer.d.ts +3 -1
- package/dest/state_machine/synchronizer.d.ts.map +1 -1
- package/dest/state_machine/synchronizer.js +3 -0
- package/dest/worker.bundle.js +1 -1
- package/package.json +17 -17
- package/src/index.ts +5 -3
- package/src/oracle/interfaces.ts +4 -4
- package/src/oracle/test-resolver/default_fixtures.ts +73 -17
- package/src/oracle/test-resolver/resolver.ts +48 -1
- package/src/oracle/txe_oracle_public_context.ts +8 -7
- package/src/oracle/txe_oracle_registry.ts +14 -4
- package/src/oracle/txe_oracle_version.ts +2 -2
- package/src/rpc_translator.ts +3 -3
- package/src/state_machine/synchronizer.ts +5 -0
- package/dest/AuthRegistry-HBL4YLHF.js +0 -3
- package/dest/AuthRegistry-HBL4YLHF.js.map +0 -7
- package/dest/HandshakeRegistry-RLXDBPFJ.js +0 -3
- package/dest/HandshakeRegistry-RLXDBPFJ.js.map +0 -7
- package/dest/SchnorrAccount-TM347UJ7.js +0 -3
- package/dest/SchnorrAccount-TM347UJ7.js.map +0 -7
package/dest/metafile.json
CHANGED
|
@@ -2456,7 +2456,7 @@
|
|
|
2456
2456
|
"format": "esm"
|
|
2457
2457
|
},
|
|
2458
2458
|
"../stdlib/dest/keys/derivation.js": {
|
|
2459
|
-
"bytes":
|
|
2459
|
+
"bytes": 8064,
|
|
2460
2460
|
"imports": [
|
|
2461
2461
|
{
|
|
2462
2462
|
"path": "../constants/dest/constants.js",
|
|
@@ -2517,7 +2517,7 @@
|
|
|
2517
2517
|
"format": "esm"
|
|
2518
2518
|
},
|
|
2519
2519
|
"../stdlib/dest/logs/shared_secret_derivation.js": {
|
|
2520
|
-
"bytes":
|
|
2520
|
+
"bytes": 1928,
|
|
2521
2521
|
"imports": [
|
|
2522
2522
|
{
|
|
2523
2523
|
"path": "../constants/dest/constants.js",
|
|
@@ -2543,7 +2543,7 @@
|
|
|
2543
2543
|
"format": "esm"
|
|
2544
2544
|
},
|
|
2545
2545
|
"../stdlib/dest/logs/app_tagging_secret.js": {
|
|
2546
|
-
"bytes":
|
|
2546
|
+
"bytes": 6608,
|
|
2547
2547
|
"imports": [
|
|
2548
2548
|
{
|
|
2549
2549
|
"path": "../foundation/dest/crypto/grumpkin/index.js",
|
|
@@ -2869,11 +2869,6 @@
|
|
|
2869
2869
|
],
|
|
2870
2870
|
"format": "esm"
|
|
2871
2871
|
},
|
|
2872
|
-
"../stdlib/dest/logs/pending_tagged_log.js": {
|
|
2873
|
-
"bytes": 211,
|
|
2874
|
-
"imports": [],
|
|
2875
|
-
"format": "esm"
|
|
2876
|
-
},
|
|
2877
2872
|
"../stdlib/dest/abi/selector.js": {
|
|
2878
2873
|
"bytes": 1678,
|
|
2879
2874
|
"imports": [
|
|
@@ -3497,11 +3492,6 @@
|
|
|
3497
3492
|
],
|
|
3498
3493
|
"format": "esm"
|
|
3499
3494
|
},
|
|
3500
|
-
"../stdlib/dest/logs/message_context.js": {
|
|
3501
|
-
"bytes": 427,
|
|
3502
|
-
"imports": [],
|
|
3503
|
-
"format": "esm"
|
|
3504
|
-
},
|
|
3505
3495
|
"../stdlib/dest/logs/debug_log.js": {
|
|
3506
3496
|
"bytes": 1517,
|
|
3507
3497
|
"imports": [
|
|
@@ -3550,7 +3540,7 @@
|
|
|
3550
3540
|
"format": "esm"
|
|
3551
3541
|
},
|
|
3552
3542
|
"../stdlib/dest/logs/index.js": {
|
|
3553
|
-
"bytes":
|
|
3543
|
+
"bytes": 587,
|
|
3554
3544
|
"imports": [
|
|
3555
3545
|
{
|
|
3556
3546
|
"path": "../stdlib/dest/logs/app_tagging_secret_kind.js",
|
|
@@ -3587,11 +3577,6 @@
|
|
|
3587
3577
|
"kind": "import-statement",
|
|
3588
3578
|
"original": "./private_log.js"
|
|
3589
3579
|
},
|
|
3590
|
-
{
|
|
3591
|
-
"path": "../stdlib/dest/logs/pending_tagged_log.js",
|
|
3592
|
-
"kind": "import-statement",
|
|
3593
|
-
"original": "./pending_tagged_log.js"
|
|
3594
|
-
},
|
|
3595
3580
|
{
|
|
3596
3581
|
"path": "../stdlib/dest/logs/log_result.js",
|
|
3597
3582
|
"kind": "import-statement",
|
|
@@ -3617,11 +3602,6 @@
|
|
|
3617
3602
|
"kind": "import-statement",
|
|
3618
3603
|
"original": "./shared_secret_derivation.js"
|
|
3619
3604
|
},
|
|
3620
|
-
{
|
|
3621
|
-
"path": "../stdlib/dest/logs/message_context.js",
|
|
3622
|
-
"kind": "import-statement",
|
|
3623
|
-
"original": "./message_context.js"
|
|
3624
|
-
},
|
|
3625
3605
|
{
|
|
3626
3606
|
"path": "../stdlib/dest/logs/debug_log.js",
|
|
3627
3607
|
"kind": "import-statement",
|
|
@@ -11828,6 +11808,27 @@
|
|
|
11828
11808
|
],
|
|
11829
11809
|
"format": "esm"
|
|
11830
11810
|
},
|
|
11811
|
+
"../accounts/dest/utils/key_derivation.js": {
|
|
11812
|
+
"bytes": 771,
|
|
11813
|
+
"imports": [
|
|
11814
|
+
{
|
|
11815
|
+
"path": "../foundation/dest/crypto/poseidon/index.js",
|
|
11816
|
+
"kind": "import-statement",
|
|
11817
|
+
"original": "@aztec/foundation/crypto/poseidon"
|
|
11818
|
+
},
|
|
11819
|
+
{
|
|
11820
|
+
"path": "../foundation/dest/crypto/sha256/index.js",
|
|
11821
|
+
"kind": "import-statement",
|
|
11822
|
+
"original": "@aztec/foundation/crypto/sha256"
|
|
11823
|
+
},
|
|
11824
|
+
{
|
|
11825
|
+
"path": "<runtime>",
|
|
11826
|
+
"kind": "import-statement",
|
|
11827
|
+
"external": true
|
|
11828
|
+
}
|
|
11829
|
+
],
|
|
11830
|
+
"format": "esm"
|
|
11831
|
+
},
|
|
11831
11832
|
"../foundation/dest/crypto/schnorr/signature.js": {
|
|
11832
11833
|
"bytes": 2531,
|
|
11833
11834
|
"imports": [
|
|
@@ -12005,11 +12006,11 @@
|
|
|
12005
12006
|
"format": "esm"
|
|
12006
12007
|
},
|
|
12007
12008
|
"../accounts/artifacts/SchnorrAccount.json": {
|
|
12008
|
-
"bytes":
|
|
12009
|
+
"bytes": 243151,
|
|
12009
12010
|
"imports": []
|
|
12010
12011
|
},
|
|
12011
12012
|
"../accounts/dest/schnorr/private_immutable/lazy.js": {
|
|
12012
|
-
"bytes":
|
|
12013
|
+
"bytes": 2331,
|
|
12013
12014
|
"imports": [
|
|
12014
12015
|
{
|
|
12015
12016
|
"path": "../aztec.js/dest/api/account.js",
|
|
@@ -12022,9 +12023,9 @@
|
|
|
12022
12023
|
"original": "@aztec/stdlib/abi"
|
|
12023
12024
|
},
|
|
12024
12025
|
{
|
|
12025
|
-
"path": "../
|
|
12026
|
+
"path": "../accounts/dest/utils/key_derivation.js",
|
|
12026
12027
|
"kind": "import-statement",
|
|
12027
|
-
"original": "
|
|
12028
|
+
"original": "../../utils/key_derivation.js"
|
|
12028
12029
|
},
|
|
12029
12030
|
{
|
|
12030
12031
|
"path": "../accounts/dest/schnorr/account_contract.js",
|
|
@@ -12049,7 +12050,7 @@
|
|
|
12049
12050
|
"imports": []
|
|
12050
12051
|
},
|
|
12051
12052
|
"../accounts/dest/schnorr/initializerless/lazy.js": {
|
|
12052
|
-
"bytes":
|
|
12053
|
+
"bytes": 2789,
|
|
12053
12054
|
"imports": [
|
|
12054
12055
|
{
|
|
12055
12056
|
"path": "../aztec.js/dest/api/account.js",
|
|
@@ -12067,9 +12068,9 @@
|
|
|
12067
12068
|
"original": "@aztec/stdlib/abi"
|
|
12068
12069
|
},
|
|
12069
12070
|
{
|
|
12070
|
-
"path": "../
|
|
12071
|
+
"path": "../accounts/dest/utils/key_derivation.js",
|
|
12071
12072
|
"kind": "import-statement",
|
|
12072
|
-
"original": "
|
|
12073
|
+
"original": "../../utils/key_derivation.js"
|
|
12073
12074
|
},
|
|
12074
12075
|
{
|
|
12075
12076
|
"path": "../accounts/dest/schnorr/account_contract.js",
|
|
@@ -12628,7 +12629,7 @@
|
|
|
12628
12629
|
"format": "esm"
|
|
12629
12630
|
},
|
|
12630
12631
|
"../stdlib/dest/database-version/version_manager.js": {
|
|
12631
|
-
"bytes":
|
|
12632
|
+
"bytes": 11161,
|
|
12632
12633
|
"imports": [
|
|
12633
12634
|
{
|
|
12634
12635
|
"path": "../foundation/dest/log/index.js",
|
|
@@ -12659,7 +12660,7 @@
|
|
|
12659
12660
|
"format": "esm"
|
|
12660
12661
|
},
|
|
12661
12662
|
"../kv-store/dest/lmdb-v2/factory.js": {
|
|
12662
|
-
"bytes":
|
|
12663
|
+
"bytes": 6481,
|
|
12663
12664
|
"imports": [
|
|
12664
12665
|
{
|
|
12665
12666
|
"path": "../foundation/dest/eth-address/index.js",
|
|
@@ -13627,7 +13628,7 @@
|
|
|
13627
13628
|
"format": "esm"
|
|
13628
13629
|
},
|
|
13629
13630
|
"../stdlib/dest/block/l2_block_source.js": {
|
|
13630
|
-
"bytes":
|
|
13631
|
+
"bytes": 4317,
|
|
13631
13632
|
"imports": [
|
|
13632
13633
|
{
|
|
13633
13634
|
"path": "../foundation/dest/branded-types/index.js",
|
|
@@ -14007,7 +14008,7 @@
|
|
|
14007
14008
|
"format": "esm"
|
|
14008
14009
|
},
|
|
14009
14010
|
"../stdlib/dest/p2p/signature_utils.js": {
|
|
14010
|
-
"bytes":
|
|
14011
|
+
"bytes": 4459,
|
|
14011
14012
|
"imports": [
|
|
14012
14013
|
{
|
|
14013
14014
|
"path": "../foundation/dest/buffer/index.js",
|
|
@@ -14053,7 +14054,7 @@
|
|
|
14053
14054
|
"format": "esm"
|
|
14054
14055
|
},
|
|
14055
14056
|
"../stdlib/dest/block/proposal/attestations_and_signers.js": {
|
|
14056
|
-
"bytes":
|
|
14057
|
+
"bytes": 8477,
|
|
14057
14058
|
"imports": [
|
|
14058
14059
|
{
|
|
14059
14060
|
"path": "../foundation/dest/string/index.js",
|
|
@@ -14141,7 +14142,7 @@
|
|
|
14141
14142
|
"format": "esm"
|
|
14142
14143
|
},
|
|
14143
14144
|
"../stdlib/dest/block/validate_block_result.js": {
|
|
14144
|
-
"bytes":
|
|
14145
|
+
"bytes": 4306,
|
|
14145
14146
|
"imports": [
|
|
14146
14147
|
{
|
|
14147
14148
|
"path": "../foundation/dest/branded-types/index.js",
|
|
@@ -14163,6 +14164,11 @@
|
|
|
14163
14164
|
"kind": "import-statement",
|
|
14164
14165
|
"original": "@aztec/foundation/serialize"
|
|
14165
14166
|
},
|
|
14167
|
+
{
|
|
14168
|
+
"path": "../foundation/dest/string/index.js",
|
|
14169
|
+
"kind": "import-statement",
|
|
14170
|
+
"original": "@aztec/foundation/string"
|
|
14171
|
+
},
|
|
14166
14172
|
{
|
|
14167
14173
|
"path": "../node_modules/zod/index.js",
|
|
14168
14174
|
"kind": "import-statement",
|
|
@@ -14289,7 +14295,7 @@
|
|
|
14289
14295
|
"format": "esm"
|
|
14290
14296
|
},
|
|
14291
14297
|
"../stdlib/dest/block/attestation_info.js": {
|
|
14292
|
-
"bytes":
|
|
14298
|
+
"bytes": 2346,
|
|
14293
14299
|
"imports": [
|
|
14294
14300
|
{
|
|
14295
14301
|
"path": "../foundation/dest/crypto/secp256k1-signer/index.js",
|
|
@@ -14858,7 +14864,7 @@
|
|
|
14858
14864
|
"format": "esm"
|
|
14859
14865
|
},
|
|
14860
14866
|
"../foundation/dest/config/index.js": {
|
|
14861
|
-
"bytes":
|
|
14867
|
+
"bytes": 11458,
|
|
14862
14868
|
"imports": [
|
|
14863
14869
|
{
|
|
14864
14870
|
"path": "../foundation/dest/curves/bn254/field.js",
|
|
@@ -14904,7 +14910,7 @@
|
|
|
14904
14910
|
"format": "esm"
|
|
14905
14911
|
},
|
|
14906
14912
|
"../stdlib/dest/ha-signing/config.js": {
|
|
14907
|
-
"bytes":
|
|
14913
|
+
"bytes": 4085,
|
|
14908
14914
|
"imports": [
|
|
14909
14915
|
{
|
|
14910
14916
|
"path": "@aztec/ethereum/l1-contract-addresses",
|
|
@@ -14962,7 +14968,7 @@
|
|
|
14962
14968
|
"format": "esm"
|
|
14963
14969
|
},
|
|
14964
14970
|
"../stdlib/dest/ha-signing/local_config.js": {
|
|
14965
|
-
"bytes":
|
|
14971
|
+
"bytes": 1542,
|
|
14966
14972
|
"imports": [
|
|
14967
14973
|
{
|
|
14968
14974
|
"path": "../foundation/dest/config/index.js",
|
|
@@ -16204,7 +16210,7 @@
|
|
|
16204
16210
|
"format": "esm"
|
|
16205
16211
|
},
|
|
16206
16212
|
"../stdlib/dest/interfaces/configs.js": {
|
|
16207
|
-
"bytes":
|
|
16213
|
+
"bytes": 3046,
|
|
16208
16214
|
"imports": [
|
|
16209
16215
|
{
|
|
16210
16216
|
"path": "../foundation/dest/branded-types/index.js",
|
|
@@ -19003,7 +19009,7 @@
|
|
|
19003
19009
|
"format": "esm"
|
|
19004
19010
|
},
|
|
19005
19011
|
"../pxe/dest/storage/fact_store/fact_store.js": {
|
|
19006
|
-
"bytes":
|
|
19012
|
+
"bytes": 18554,
|
|
19007
19013
|
"imports": [
|
|
19008
19014
|
{
|
|
19009
19015
|
"path": "../foundation/dest/log/index.js",
|
|
@@ -19262,7 +19268,7 @@
|
|
|
19262
19268
|
"format": "esm"
|
|
19263
19269
|
},
|
|
19264
19270
|
"../pxe/dest/contract_function_simulator/noir-structs/resolved_tagging_strategy.js": {
|
|
19265
|
-
"bytes":
|
|
19271
|
+
"bytes": 1575,
|
|
19266
19272
|
"imports": [
|
|
19267
19273
|
{
|
|
19268
19274
|
"path": "../foundation/dest/curves/bn254/index.js",
|
|
@@ -19294,7 +19300,7 @@
|
|
|
19294
19300
|
"format": "esm"
|
|
19295
19301
|
},
|
|
19296
19302
|
"../pxe/dest/contract_function_simulator/oracle/oracle_type_mappings.js": {
|
|
19297
|
-
"bytes":
|
|
19303
|
+
"bytes": 34890,
|
|
19298
19304
|
"imports": [
|
|
19299
19305
|
{
|
|
19300
19306
|
"path": "../constants/dest/constants.js",
|
|
@@ -19405,7 +19411,7 @@
|
|
|
19405
19411
|
"format": "esm"
|
|
19406
19412
|
},
|
|
19407
19413
|
"../pxe/dest/contract_function_simulator/oracle/legacy_oracle_registry.js": {
|
|
19408
|
-
"bytes":
|
|
19414
|
+
"bytes": 2711,
|
|
19409
19415
|
"imports": [
|
|
19410
19416
|
{
|
|
19411
19417
|
"path": "../constants/dest/constants.js",
|
|
@@ -19426,7 +19432,7 @@
|
|
|
19426
19432
|
"format": "esm"
|
|
19427
19433
|
},
|
|
19428
19434
|
"../pxe/dest/contract_function_simulator/oracle/oracle_registry.js": {
|
|
19429
|
-
"bytes":
|
|
19435
|
+
"bytes": 25993,
|
|
19430
19436
|
"imports": [
|
|
19431
19437
|
{
|
|
19432
19438
|
"path": "../constants/dest/constants.js",
|
|
@@ -19549,7 +19555,7 @@
|
|
|
19549
19555
|
"format": "esm"
|
|
19550
19556
|
},
|
|
19551
19557
|
"../pxe/dest/tagging/constants.js": {
|
|
19552
|
-
"bytes":
|
|
19558
|
+
"bytes": 1589,
|
|
19553
19559
|
"imports": [
|
|
19554
19560
|
{
|
|
19555
19561
|
"path": "../constants/dest/constants.js",
|
|
@@ -19863,8 +19869,39 @@
|
|
|
19863
19869
|
],
|
|
19864
19870
|
"format": "esm"
|
|
19865
19871
|
},
|
|
19872
|
+
"../pxe/dest/contract_function_simulator/noir-structs/resolved_tx.js": {
|
|
19873
|
+
"bytes": 1932,
|
|
19874
|
+
"imports": [
|
|
19875
|
+
{
|
|
19876
|
+
"path": "../constants/dest/constants.js",
|
|
19877
|
+
"kind": "import-statement",
|
|
19878
|
+
"original": "@aztec/constants"
|
|
19879
|
+
},
|
|
19880
|
+
{
|
|
19881
|
+
"path": "../foundation/dest/collection/index.js",
|
|
19882
|
+
"kind": "import-statement",
|
|
19883
|
+
"original": "@aztec/foundation/collection"
|
|
19884
|
+
},
|
|
19885
|
+
{
|
|
19886
|
+
"path": "../foundation/dest/curves/bn254/index.js",
|
|
19887
|
+
"kind": "import-statement",
|
|
19888
|
+
"original": "@aztec/foundation/curves/bn254"
|
|
19889
|
+
},
|
|
19890
|
+
{
|
|
19891
|
+
"path": "../stdlib/dest/tx/index.js",
|
|
19892
|
+
"kind": "import-statement",
|
|
19893
|
+
"original": "@aztec/stdlib/tx"
|
|
19894
|
+
},
|
|
19895
|
+
{
|
|
19896
|
+
"path": "<runtime>",
|
|
19897
|
+
"kind": "import-statement",
|
|
19898
|
+
"external": true
|
|
19899
|
+
}
|
|
19900
|
+
],
|
|
19901
|
+
"format": "esm"
|
|
19902
|
+
},
|
|
19866
19903
|
"../pxe/dest/logs/log_service.js": {
|
|
19867
|
-
"bytes":
|
|
19904
|
+
"bytes": 11704,
|
|
19868
19905
|
"imports": [
|
|
19869
19906
|
{
|
|
19870
19907
|
"path": "../constants/dest/constants.js",
|
|
@@ -19886,6 +19923,11 @@
|
|
|
19886
19923
|
"kind": "import-statement",
|
|
19887
19924
|
"original": "../contract_function_simulator/noir-structs/log_retrieval_request.js"
|
|
19888
19925
|
},
|
|
19926
|
+
{
|
|
19927
|
+
"path": "../pxe/dest/contract_function_simulator/noir-structs/resolved_tx.js",
|
|
19928
|
+
"kind": "import-statement",
|
|
19929
|
+
"original": "../contract_function_simulator/noir-structs/resolved_tx.js"
|
|
19930
|
+
},
|
|
19889
19931
|
{
|
|
19890
19932
|
"path": "../pxe/dest/tagging/index.js",
|
|
19891
19933
|
"kind": "import-statement",
|
|
@@ -19952,7 +19994,7 @@
|
|
|
19952
19994
|
"format": "esm"
|
|
19953
19995
|
},
|
|
19954
19996
|
"../pxe/dest/contract_function_simulator/oracle/utility_execution_oracle.js": {
|
|
19955
|
-
"bytes":
|
|
19997
|
+
"bytes": 41819,
|
|
19956
19998
|
"imports": [
|
|
19957
19999
|
{
|
|
19958
20000
|
"path": "../foundation/dest/collection/index.js",
|
|
@@ -20098,7 +20140,7 @@
|
|
|
20098
20140
|
"format": "esm"
|
|
20099
20141
|
},
|
|
20100
20142
|
"../pxe/dest/contract_function_simulator/oracle/private_execution_oracle.js": {
|
|
20101
|
-
"bytes":
|
|
20143
|
+
"bytes": 30185,
|
|
20102
20144
|
"imports": [
|
|
20103
20145
|
{
|
|
20104
20146
|
"path": "../constants/dest/constants.js",
|
|
@@ -20454,37 +20496,6 @@
|
|
|
20454
20496
|
],
|
|
20455
20497
|
"format": "esm"
|
|
20456
20498
|
},
|
|
20457
|
-
"../pxe/dest/contract_function_simulator/noir-structs/resolved_tx.js": {
|
|
20458
|
-
"bytes": 1932,
|
|
20459
|
-
"imports": [
|
|
20460
|
-
{
|
|
20461
|
-
"path": "../constants/dest/constants.js",
|
|
20462
|
-
"kind": "import-statement",
|
|
20463
|
-
"original": "@aztec/constants"
|
|
20464
|
-
},
|
|
20465
|
-
{
|
|
20466
|
-
"path": "../foundation/dest/collection/index.js",
|
|
20467
|
-
"kind": "import-statement",
|
|
20468
|
-
"original": "@aztec/foundation/collection"
|
|
20469
|
-
},
|
|
20470
|
-
{
|
|
20471
|
-
"path": "../foundation/dest/curves/bn254/index.js",
|
|
20472
|
-
"kind": "import-statement",
|
|
20473
|
-
"original": "@aztec/foundation/curves/bn254"
|
|
20474
|
-
},
|
|
20475
|
-
{
|
|
20476
|
-
"path": "../stdlib/dest/tx/index.js",
|
|
20477
|
-
"kind": "import-statement",
|
|
20478
|
-
"original": "@aztec/stdlib/tx"
|
|
20479
|
-
},
|
|
20480
|
-
{
|
|
20481
|
-
"path": "<runtime>",
|
|
20482
|
-
"kind": "import-statement",
|
|
20483
|
-
"external": true
|
|
20484
|
-
}
|
|
20485
|
-
],
|
|
20486
|
-
"format": "esm"
|
|
20487
|
-
},
|
|
20488
20499
|
"../pxe/dest/messages/tx_resolver_service.js": {
|
|
20489
20500
|
"bytes": 2718,
|
|
20490
20501
|
"imports": [
|
|
@@ -21472,7 +21483,7 @@
|
|
|
21472
21483
|
"format": "esm"
|
|
21473
21484
|
},
|
|
21474
21485
|
"../pxe/dest/storage/tagging_store/tagging_secret_sources_store.js": {
|
|
21475
|
-
"bytes":
|
|
21486
|
+
"bytes": 5135,
|
|
21476
21487
|
"imports": [
|
|
21477
21488
|
{
|
|
21478
21489
|
"path": "../foundation/dest/curves/grumpkin/index.js",
|
|
@@ -21591,13 +21602,18 @@
|
|
|
21591
21602
|
"format": "esm"
|
|
21592
21603
|
},
|
|
21593
21604
|
"../pxe/dest/pxe.js": {
|
|
21594
|
-
"bytes":
|
|
21605
|
+
"bytes": 51568,
|
|
21595
21606
|
"imports": [
|
|
21596
21607
|
{
|
|
21597
21608
|
"path": "../foundation/dest/branded-types/index.js",
|
|
21598
21609
|
"kind": "import-statement",
|
|
21599
21610
|
"original": "@aztec/foundation/branded-types"
|
|
21600
21611
|
},
|
|
21612
|
+
{
|
|
21613
|
+
"path": "../foundation/dest/curves/grumpkin/index.js",
|
|
21614
|
+
"kind": "import-statement",
|
|
21615
|
+
"original": "@aztec/foundation/curves/grumpkin"
|
|
21616
|
+
},
|
|
21601
21617
|
{
|
|
21602
21618
|
"path": "../foundation/dest/log/index.js",
|
|
21603
21619
|
"kind": "import-statement",
|
|
@@ -21638,6 +21654,16 @@
|
|
|
21638
21654
|
"kind": "import-statement",
|
|
21639
21655
|
"original": "@aztec/stdlib/errors"
|
|
21640
21656
|
},
|
|
21657
|
+
{
|
|
21658
|
+
"path": "../stdlib/dest/keys/index.js",
|
|
21659
|
+
"kind": "import-statement",
|
|
21660
|
+
"original": "@aztec/stdlib/keys"
|
|
21661
|
+
},
|
|
21662
|
+
{
|
|
21663
|
+
"path": "../stdlib/dest/logs/index.js",
|
|
21664
|
+
"kind": "import-statement",
|
|
21665
|
+
"original": "@aztec/stdlib/logs"
|
|
21666
|
+
},
|
|
21641
21667
|
{
|
|
21642
21668
|
"path": "../stdlib/dest/tx/index.js",
|
|
21643
21669
|
"kind": "import-statement",
|
|
@@ -21810,7 +21836,7 @@
|
|
|
21810
21836
|
"format": "esm"
|
|
21811
21837
|
},
|
|
21812
21838
|
"../stdlib/dest/config/network-consensus-config.js": {
|
|
21813
|
-
"bytes":
|
|
21839
|
+
"bytes": 11961,
|
|
21814
21840
|
"imports": [
|
|
21815
21841
|
{
|
|
21816
21842
|
"path": "@aztec/ethereum/config",
|
|
@@ -22645,7 +22671,7 @@
|
|
|
22645
22671
|
"format": "esm"
|
|
22646
22672
|
},
|
|
22647
22673
|
"../standard-contracts/artifacts/AuthRegistry.json": {
|
|
22648
|
-
"bytes":
|
|
22674
|
+
"bytes": 116173,
|
|
22649
22675
|
"imports": []
|
|
22650
22676
|
},
|
|
22651
22677
|
"../standard-contracts/dest/auth-registry/lazy.js": {
|
|
@@ -22680,7 +22706,7 @@
|
|
|
22680
22706
|
"format": "esm"
|
|
22681
22707
|
},
|
|
22682
22708
|
"../standard-contracts/artifacts/HandshakeRegistry.json": {
|
|
22683
|
-
"bytes":
|
|
22709
|
+
"bytes": 306962,
|
|
22684
22710
|
"imports": []
|
|
22685
22711
|
},
|
|
22686
22712
|
"../standard-contracts/dest/handshake-registry/lazy.js": {
|
|
@@ -22726,7 +22752,7 @@
|
|
|
22726
22752
|
"format": "esm"
|
|
22727
22753
|
},
|
|
22728
22754
|
"../standard-contracts/artifacts/MultiCallEntrypoint.json": {
|
|
22729
|
-
"bytes":
|
|
22755
|
+
"bytes": 121503,
|
|
22730
22756
|
"imports": []
|
|
22731
22757
|
},
|
|
22732
22758
|
"../standard-contracts/dest/multi-call-entrypoint/lazy.js": {
|
|
@@ -28484,7 +28510,7 @@
|
|
|
28484
28510
|
"format": "esm"
|
|
28485
28511
|
},
|
|
28486
28512
|
"../pxe/dest/contract_function_simulator/index.js": {
|
|
28487
|
-
"bytes":
|
|
28513
|
+
"bytes": 1928,
|
|
28488
28514
|
"imports": [
|
|
28489
28515
|
{
|
|
28490
28516
|
"path": "../pxe/dest/contract_function_simulator/oracle/oracle_registry.js",
|
|
@@ -30634,7 +30660,7 @@
|
|
|
30634
30660
|
"format": "esm"
|
|
30635
30661
|
},
|
|
30636
30662
|
"src/oracle/txe_oracle_public_context.ts": {
|
|
30637
|
-
"bytes":
|
|
30663
|
+
"bytes": 7770,
|
|
30638
30664
|
"imports": [
|
|
30639
30665
|
{
|
|
30640
30666
|
"path": "../foundation/dest/branded-types/index.js",
|
|
@@ -30690,7 +30716,7 @@
|
|
|
30690
30716
|
"format": "esm"
|
|
30691
30717
|
},
|
|
30692
30718
|
"src/oracle/txe_oracle_registry.ts": {
|
|
30693
|
-
"bytes":
|
|
30719
|
+
"bytes": 18510,
|
|
30694
30720
|
"imports": [
|
|
30695
30721
|
{
|
|
30696
30722
|
"path": "../constants/dest/constants.js",
|
|
@@ -30949,7 +30975,7 @@
|
|
|
30949
30975
|
"format": "esm"
|
|
30950
30976
|
},
|
|
30951
30977
|
"src/rpc_translator.ts": {
|
|
30952
|
-
"bytes":
|
|
30978
|
+
"bytes": 37803,
|
|
30953
30979
|
"imports": [
|
|
30954
30980
|
{
|
|
30955
30981
|
"path": "src/oracle/txe_oracle_registry.ts",
|
|
@@ -31121,7 +31147,7 @@
|
|
|
31121
31147
|
"format": "esm"
|
|
31122
31148
|
},
|
|
31123
31149
|
"../archiver/dest/modules/data_source_base.js": {
|
|
31124
|
-
"bytes":
|
|
31150
|
+
"bytes": 14545,
|
|
31125
31151
|
"imports": [
|
|
31126
31152
|
{
|
|
31127
31153
|
"path": "../constants/dest/constants.js",
|
|
@@ -31566,7 +31592,7 @@
|
|
|
31566
31592
|
"format": "esm"
|
|
31567
31593
|
},
|
|
31568
31594
|
"../archiver/dest/store/block_store.js": {
|
|
31569
|
-
"bytes":
|
|
31595
|
+
"bytes": 66016,
|
|
31570
31596
|
"imports": [
|
|
31571
31597
|
{
|
|
31572
31598
|
"path": "../constants/dest/constants.js",
|
|
@@ -32829,8 +32855,24 @@
|
|
|
32829
32855
|
],
|
|
32830
32856
|
"format": "esm"
|
|
32831
32857
|
},
|
|
32858
|
+
"esbuild/stubs/world_state_stub.ts": {
|
|
32859
|
+
"bytes": 466,
|
|
32860
|
+
"imports": [
|
|
32861
|
+
{
|
|
32862
|
+
"path": "esbuild/stubs/stub_helpers.ts",
|
|
32863
|
+
"kind": "import-statement",
|
|
32864
|
+
"original": "./stub_helpers.js"
|
|
32865
|
+
},
|
|
32866
|
+
{
|
|
32867
|
+
"path": "<runtime>",
|
|
32868
|
+
"kind": "import-statement",
|
|
32869
|
+
"external": true
|
|
32870
|
+
}
|
|
32871
|
+
],
|
|
32872
|
+
"format": "esm"
|
|
32873
|
+
},
|
|
32832
32874
|
"../aztec-node/dest/modules/node_world_state_queries.js": {
|
|
32833
|
-
"bytes":
|
|
32875
|
+
"bytes": 15610,
|
|
32834
32876
|
"imports": [
|
|
32835
32877
|
{
|
|
32836
32878
|
"path": "../foundation/dest/branded-types/index.js",
|
|
@@ -32852,6 +32894,11 @@
|
|
|
32852
32894
|
"kind": "import-statement",
|
|
32853
32895
|
"original": "@aztec/foundation/log"
|
|
32854
32896
|
},
|
|
32897
|
+
{
|
|
32898
|
+
"path": "../foundation/dest/sleep/index.js",
|
|
32899
|
+
"kind": "import-statement",
|
|
32900
|
+
"original": "@aztec/foundation/sleep"
|
|
32901
|
+
},
|
|
32855
32902
|
{
|
|
32856
32903
|
"path": "../foundation/dest/trees/index.js",
|
|
32857
32904
|
"kind": "import-statement",
|
|
@@ -32877,6 +32924,11 @@
|
|
|
32877
32924
|
"kind": "import-statement",
|
|
32878
32925
|
"original": "@aztec/stdlib/trees"
|
|
32879
32926
|
},
|
|
32927
|
+
{
|
|
32928
|
+
"path": "esbuild/stubs/world_state_stub.ts",
|
|
32929
|
+
"kind": "import-statement",
|
|
32930
|
+
"original": "@aztec/world-state"
|
|
32931
|
+
},
|
|
32880
32932
|
{
|
|
32881
32933
|
"path": "../aztec-node/dest/modules/block_parameter.js",
|
|
32882
32934
|
"kind": "import-statement",
|
|
@@ -33431,22 +33483,6 @@
|
|
|
33431
33483
|
],
|
|
33432
33484
|
"format": "esm"
|
|
33433
33485
|
},
|
|
33434
|
-
"esbuild/stubs/world_state_stub.ts": {
|
|
33435
|
-
"bytes": 269,
|
|
33436
|
-
"imports": [
|
|
33437
|
-
{
|
|
33438
|
-
"path": "esbuild/stubs/stub_helpers.ts",
|
|
33439
|
-
"kind": "import-statement",
|
|
33440
|
-
"original": "./stub_helpers.js"
|
|
33441
|
-
},
|
|
33442
|
-
{
|
|
33443
|
-
"path": "<runtime>",
|
|
33444
|
-
"kind": "import-statement",
|
|
33445
|
-
"external": true
|
|
33446
|
-
}
|
|
33447
|
-
],
|
|
33448
|
-
"format": "esm"
|
|
33449
|
-
},
|
|
33450
33486
|
"../stdlib/dest/p2p/attestation_utils.js": {
|
|
33451
33487
|
"bytes": 3334,
|
|
33452
33488
|
"imports": [
|
|
@@ -33678,7 +33714,7 @@
|
|
|
33678
33714
|
"format": "esm"
|
|
33679
33715
|
},
|
|
33680
33716
|
"../aztec-node/dest/factory.js": {
|
|
33681
|
-
"bytes":
|
|
33717
|
+
"bytes": 26441,
|
|
33682
33718
|
"imports": [
|
|
33683
33719
|
{
|
|
33684
33720
|
"path": "esbuild/stubs/archiver_stub.ts",
|
|
@@ -33948,7 +33984,7 @@
|
|
|
33948
33984
|
"format": "esm"
|
|
33949
33985
|
},
|
|
33950
33986
|
"src/state_machine/synchronizer.ts": {
|
|
33951
|
-
"bytes":
|
|
33987
|
+
"bytes": 3730,
|
|
33952
33988
|
"imports": [
|
|
33953
33989
|
{
|
|
33954
33990
|
"path": "../constants/dest/constants.js",
|
|
@@ -34815,7 +34851,7 @@
|
|
|
34815
34851
|
"format": "esm"
|
|
34816
34852
|
},
|
|
34817
34853
|
"src/index.ts": {
|
|
34818
|
-
"bytes":
|
|
34854
|
+
"bytes": 5813,
|
|
34819
34855
|
"imports": [
|
|
34820
34856
|
{
|
|
34821
34857
|
"path": "../aztec.js/dest/api/fields.js",
|
|
@@ -35036,13 +35072,13 @@
|
|
|
35036
35072
|
}
|
|
35037
35073
|
},
|
|
35038
35074
|
"outputs": {
|
|
35039
|
-
"dest/AuthRegistry-
|
|
35075
|
+
"dest/AuthRegistry-D774QM2G.js.map": {
|
|
35040
35076
|
"imports": [],
|
|
35041
35077
|
"exports": [],
|
|
35042
35078
|
"inputs": {},
|
|
35043
|
-
"bytes":
|
|
35079
|
+
"bytes": 145909
|
|
35044
35080
|
},
|
|
35045
|
-
"dest/AuthRegistry-
|
|
35081
|
+
"dest/AuthRegistry-D774QM2G.js": {
|
|
35046
35082
|
"imports": [
|
|
35047
35083
|
{
|
|
35048
35084
|
"path": "dest/chunk-BJVAAXNA.js",
|
|
@@ -35062,18 +35098,18 @@
|
|
|
35062
35098
|
"entryPoint": "../standard-contracts/artifacts/AuthRegistry.json",
|
|
35063
35099
|
"inputs": {
|
|
35064
35100
|
"../standard-contracts/artifacts/AuthRegistry.json": {
|
|
35065
|
-
"bytesInOutput":
|
|
35101
|
+
"bytesInOutput": 112938
|
|
35066
35102
|
}
|
|
35067
35103
|
},
|
|
35068
|
-
"bytes":
|
|
35104
|
+
"bytes": 113197
|
|
35069
35105
|
},
|
|
35070
|
-
"dest/HandshakeRegistry-
|
|
35106
|
+
"dest/HandshakeRegistry-4AIT55KH.js.map": {
|
|
35071
35107
|
"imports": [],
|
|
35072
35108
|
"exports": [],
|
|
35073
35109
|
"inputs": {},
|
|
35074
|
-
"bytes":
|
|
35110
|
+
"bytes": 376511
|
|
35075
35111
|
},
|
|
35076
|
-
"dest/HandshakeRegistry-
|
|
35112
|
+
"dest/HandshakeRegistry-4AIT55KH.js": {
|
|
35077
35113
|
"imports": [
|
|
35078
35114
|
{
|
|
35079
35115
|
"path": "dest/chunk-BJVAAXNA.js",
|
|
@@ -35093,18 +35129,18 @@
|
|
|
35093
35129
|
"entryPoint": "../standard-contracts/artifacts/HandshakeRegistry.json",
|
|
35094
35130
|
"inputs": {
|
|
35095
35131
|
"../standard-contracts/artifacts/HandshakeRegistry.json": {
|
|
35096
|
-
"bytesInOutput":
|
|
35132
|
+
"bytesInOutput": 299277
|
|
35097
35133
|
}
|
|
35098
35134
|
},
|
|
35099
|
-
"bytes":
|
|
35135
|
+
"bytes": 299541
|
|
35100
35136
|
},
|
|
35101
|
-
"dest/MultiCallEntrypoint-
|
|
35137
|
+
"dest/MultiCallEntrypoint-WICVQACI.js.map": {
|
|
35102
35138
|
"imports": [],
|
|
35103
35139
|
"exports": [],
|
|
35104
35140
|
"inputs": {},
|
|
35105
|
-
"bytes":
|
|
35141
|
+
"bytes": 145684
|
|
35106
35142
|
},
|
|
35107
|
-
"dest/MultiCallEntrypoint-
|
|
35143
|
+
"dest/MultiCallEntrypoint-WICVQACI.js": {
|
|
35108
35144
|
"imports": [
|
|
35109
35145
|
{
|
|
35110
35146
|
"path": "dest/chunk-BJVAAXNA.js",
|
|
@@ -35124,10 +35160,10 @@
|
|
|
35124
35160
|
"entryPoint": "../standard-contracts/artifacts/MultiCallEntrypoint.json",
|
|
35125
35161
|
"inputs": {
|
|
35126
35162
|
"../standard-contracts/artifacts/MultiCallEntrypoint.json": {
|
|
35127
|
-
"bytesInOutput":
|
|
35163
|
+
"bytesInOutput": 118887
|
|
35128
35164
|
}
|
|
35129
35165
|
},
|
|
35130
|
-
"bytes":
|
|
35166
|
+
"bytes": 119153
|
|
35131
35167
|
},
|
|
35132
35168
|
"dest/bin/index.js.map": {
|
|
35133
35169
|
"imports": [],
|
|
@@ -35138,11 +35174,11 @@
|
|
|
35138
35174
|
"dest/bin/index.js": {
|
|
35139
35175
|
"imports": [
|
|
35140
35176
|
{
|
|
35141
|
-
"path": "dest/chunk-
|
|
35177
|
+
"path": "dest/chunk-2LYGEVHI.js",
|
|
35142
35178
|
"kind": "import-statement"
|
|
35143
35179
|
},
|
|
35144
35180
|
{
|
|
35145
|
-
"path": "dest/chunk-
|
|
35181
|
+
"path": "dest/chunk-HLH2NBQI.js",
|
|
35146
35182
|
"kind": "import-statement"
|
|
35147
35183
|
},
|
|
35148
35184
|
{
|
|
@@ -35171,7 +35207,7 @@
|
|
|
35171
35207
|
"dest/worker.bundle.js": {
|
|
35172
35208
|
"imports": [
|
|
35173
35209
|
{
|
|
35174
|
-
"path": "dest/chunk-
|
|
35210
|
+
"path": "dest/chunk-HLH2NBQI.js",
|
|
35175
35211
|
"kind": "import-statement"
|
|
35176
35212
|
},
|
|
35177
35213
|
{
|
|
@@ -35207,11 +35243,11 @@
|
|
|
35207
35243
|
"dest/server.bundle.js": {
|
|
35208
35244
|
"imports": [
|
|
35209
35245
|
{
|
|
35210
|
-
"path": "dest/chunk-
|
|
35246
|
+
"path": "dest/chunk-2LYGEVHI.js",
|
|
35211
35247
|
"kind": "import-statement"
|
|
35212
35248
|
},
|
|
35213
35249
|
{
|
|
35214
|
-
"path": "dest/chunk-
|
|
35250
|
+
"path": "dest/chunk-HLH2NBQI.js",
|
|
35215
35251
|
"kind": "import-statement"
|
|
35216
35252
|
},
|
|
35217
35253
|
{
|
|
@@ -35226,16 +35262,16 @@
|
|
|
35226
35262
|
"inputs": {},
|
|
35227
35263
|
"bytes": 256
|
|
35228
35264
|
},
|
|
35229
|
-
"dest/chunk-
|
|
35265
|
+
"dest/chunk-2LYGEVHI.js.map": {
|
|
35230
35266
|
"imports": [],
|
|
35231
35267
|
"exports": [],
|
|
35232
35268
|
"inputs": {},
|
|
35233
|
-
"bytes":
|
|
35269
|
+
"bytes": 2031060
|
|
35234
35270
|
},
|
|
35235
|
-
"dest/chunk-
|
|
35271
|
+
"dest/chunk-2LYGEVHI.js": {
|
|
35236
35272
|
"imports": [
|
|
35237
35273
|
{
|
|
35238
|
-
"path": "dest/chunk-
|
|
35274
|
+
"path": "dest/chunk-HLH2NBQI.js",
|
|
35239
35275
|
"kind": "import-statement"
|
|
35240
35276
|
},
|
|
35241
35277
|
{
|
|
@@ -35533,7 +35569,7 @@
|
|
|
35533
35569
|
"external": true
|
|
35534
35570
|
},
|
|
35535
35571
|
{
|
|
35536
|
-
"path": "dest/SchnorrAccount-
|
|
35572
|
+
"path": "dest/SchnorrAccount-Y2WZTBJF.js",
|
|
35537
35573
|
"kind": "dynamic-import"
|
|
35538
35574
|
},
|
|
35539
35575
|
{
|
|
@@ -36098,6 +36134,9 @@
|
|
|
36098
36134
|
"../entrypoints/dest/interfaces.js": {
|
|
36099
36135
|
"bytesInOutput": 83
|
|
36100
36136
|
},
|
|
36137
|
+
"../accounts/dest/utils/key_derivation.js": {
|
|
36138
|
+
"bytesInOutput": 114
|
|
36139
|
+
},
|
|
36101
36140
|
"../accounts/dest/schnorr/private_immutable/lazy.js": {
|
|
36102
36141
|
"bytesInOutput": 270
|
|
36103
36142
|
},
|
|
@@ -36111,15 +36150,15 @@
|
|
|
36111
36150
|
"bytesInOutput": 1365
|
|
36112
36151
|
}
|
|
36113
36152
|
},
|
|
36114
|
-
"bytes":
|
|
36153
|
+
"bytes": 1084826
|
|
36115
36154
|
},
|
|
36116
|
-
"dest/chunk-
|
|
36155
|
+
"dest/chunk-HLH2NBQI.js.map": {
|
|
36117
36156
|
"imports": [],
|
|
36118
36157
|
"exports": [],
|
|
36119
36158
|
"inputs": {},
|
|
36120
|
-
"bytes":
|
|
36159
|
+
"bytes": 5561767
|
|
36121
36160
|
},
|
|
36122
|
-
"dest/chunk-
|
|
36161
|
+
"dest/chunk-HLH2NBQI.js": {
|
|
36123
36162
|
"imports": [
|
|
36124
36163
|
{
|
|
36125
36164
|
"path": "dest/chunk-BJVAAXNA.js",
|
|
@@ -36693,11 +36732,11 @@
|
|
|
36693
36732
|
"kind": "dynamic-import"
|
|
36694
36733
|
},
|
|
36695
36734
|
{
|
|
36696
|
-
"path": "dest/AuthRegistry-
|
|
36735
|
+
"path": "dest/AuthRegistry-D774QM2G.js",
|
|
36697
36736
|
"kind": "dynamic-import"
|
|
36698
36737
|
},
|
|
36699
36738
|
{
|
|
36700
|
-
"path": "dest/HandshakeRegistry-
|
|
36739
|
+
"path": "dest/HandshakeRegistry-4AIT55KH.js",
|
|
36701
36740
|
"kind": "dynamic-import"
|
|
36702
36741
|
},
|
|
36703
36742
|
{
|
|
@@ -37022,7 +37061,8 @@
|
|
|
37022
37061
|
"parseWithOptionals",
|
|
37023
37062
|
"promiseWithResolvers",
|
|
37024
37063
|
"require_inherits",
|
|
37025
|
-
"schemaHasMethod"
|
|
37064
|
+
"schemaHasMethod",
|
|
37065
|
+
"sha256ToField"
|
|
37026
37066
|
],
|
|
37027
37067
|
"inputs": {
|
|
37028
37068
|
"../node_modules/detect-node/index.js": {
|
|
@@ -37650,7 +37690,7 @@
|
|
|
37650
37690
|
"bytesInOutput": 1742
|
|
37651
37691
|
},
|
|
37652
37692
|
"../stdlib/dest/database-version/version_manager.js": {
|
|
37653
|
-
"bytesInOutput":
|
|
37693
|
+
"bytesInOutput": 4666
|
|
37654
37694
|
},
|
|
37655
37695
|
"../foundation/dest/json-rpc/convert.js": {
|
|
37656
37696
|
"bytesInOutput": 694
|
|
@@ -37896,10 +37936,10 @@
|
|
|
37896
37936
|
"bytesInOutput": 568
|
|
37897
37937
|
},
|
|
37898
37938
|
"../stdlib/dest/logs/shared_secret_derivation.js": {
|
|
37899
|
-
"bytesInOutput":
|
|
37939
|
+
"bytesInOutput": 893
|
|
37900
37940
|
},
|
|
37901
37941
|
"../stdlib/dest/logs/app_tagging_secret.js": {
|
|
37902
|
-
"bytesInOutput":
|
|
37942
|
+
"bytesInOutput": 2816
|
|
37903
37943
|
},
|
|
37904
37944
|
"../stdlib/dest/logs/tagging_index_range.js": {
|
|
37905
37945
|
"bytesInOutput": 150
|
|
@@ -38112,7 +38152,7 @@
|
|
|
38112
38152
|
"bytesInOutput": 1185
|
|
38113
38153
|
},
|
|
38114
38154
|
"../stdlib/dest/block/l2_block_source.js": {
|
|
38115
|
-
"bytesInOutput":
|
|
38155
|
+
"bytesInOutput": 2085
|
|
38116
38156
|
},
|
|
38117
38157
|
"../stdlib/dest/block/l2_block_stream/index.js": {
|
|
38118
38158
|
"bytesInOutput": 0
|
|
@@ -38151,7 +38191,7 @@
|
|
|
38151
38191
|
"bytesInOutput": 739
|
|
38152
38192
|
},
|
|
38153
38193
|
"../stdlib/dest/block/validate_block_result.js": {
|
|
38154
|
-
"bytesInOutput":
|
|
38194
|
+
"bytesInOutput": 3039
|
|
38155
38195
|
},
|
|
38156
38196
|
"../stdlib/dest/block/l2_block_info.js": {
|
|
38157
38197
|
"bytesInOutput": 244
|
|
@@ -38310,13 +38350,13 @@
|
|
|
38310
38350
|
"bytesInOutput": 204
|
|
38311
38351
|
},
|
|
38312
38352
|
"../stdlib/dest/ha-signing/config.js": {
|
|
38313
|
-
"bytesInOutput":
|
|
38353
|
+
"bytesInOutput": 3084
|
|
38314
38354
|
},
|
|
38315
38355
|
"../foundation/dest/config/network_config.js": {
|
|
38316
38356
|
"bytesInOutput": 762
|
|
38317
38357
|
},
|
|
38318
38358
|
"../foundation/dest/config/index.js": {
|
|
38319
|
-
"bytesInOutput":
|
|
38359
|
+
"bytesInOutput": 2396
|
|
38320
38360
|
},
|
|
38321
38361
|
"../stdlib/dest/ha-signing/index.js": {
|
|
38322
38362
|
"bytesInOutput": 0
|
|
@@ -38328,7 +38368,7 @@
|
|
|
38328
38368
|
"bytesInOutput": 0
|
|
38329
38369
|
},
|
|
38330
38370
|
"../stdlib/dest/ha-signing/local_config.js": {
|
|
38331
|
-
"bytesInOutput":
|
|
38371
|
+
"bytesInOutput": 928
|
|
38332
38372
|
},
|
|
38333
38373
|
"../stdlib/dest/ha-signing/types.js": {
|
|
38334
38374
|
"bytesInOutput": 391
|
|
@@ -38406,7 +38446,7 @@
|
|
|
38406
38446
|
"bytesInOutput": 5795
|
|
38407
38447
|
},
|
|
38408
38448
|
"../stdlib/dest/interfaces/configs.js": {
|
|
38409
|
-
"bytesInOutput":
|
|
38449
|
+
"bytesInOutput": 3229
|
|
38410
38450
|
},
|
|
38411
38451
|
"../stdlib/dest/interfaces/prover-client.js": {
|
|
38412
38452
|
"bytesInOutput": 2448
|
|
@@ -38631,19 +38671,19 @@
|
|
|
38631
38671
|
"bytesInOutput": 426
|
|
38632
38672
|
},
|
|
38633
38673
|
"../pxe/dest/contract_function_simulator/noir-structs/resolved_tagging_strategy.js": {
|
|
38634
|
-
"bytesInOutput":
|
|
38674
|
+
"bytesInOutput": 896
|
|
38635
38675
|
},
|
|
38636
38676
|
"../pxe/dest/contract_function_simulator/oracle/note_packing_utils.js": {
|
|
38637
38677
|
"bytesInOutput": 703
|
|
38638
38678
|
},
|
|
38639
38679
|
"../pxe/dest/contract_function_simulator/oracle/oracle_type_mappings.js": {
|
|
38640
|
-
"bytesInOutput":
|
|
38680
|
+
"bytesInOutput": 16963
|
|
38641
38681
|
},
|
|
38642
38682
|
"../pxe/dest/contract_function_simulator/oracle/legacy_oracle_registry.js": {
|
|
38643
|
-
"bytesInOutput":
|
|
38683
|
+
"bytesInOutput": 927
|
|
38644
38684
|
},
|
|
38645
38685
|
"../pxe/dest/contract_function_simulator/oracle/oracle_registry.js": {
|
|
38646
|
-
"bytesInOutput":
|
|
38686
|
+
"bytesInOutput": 11134
|
|
38647
38687
|
},
|
|
38648
38688
|
"../pxe/dest/contract_function_simulator/oracle/acir_callback.js": {
|
|
38649
38689
|
"bytesInOutput": 4093
|
|
@@ -38693,8 +38733,11 @@
|
|
|
38693
38733
|
"../pxe/dest/events/event_service.js": {
|
|
38694
38734
|
"bytesInOutput": 2330
|
|
38695
38735
|
},
|
|
38736
|
+
"../pxe/dest/contract_function_simulator/noir-structs/resolved_tx.js": {
|
|
38737
|
+
"bytesInOutput": 866
|
|
38738
|
+
},
|
|
38696
38739
|
"../pxe/dest/logs/log_service.js": {
|
|
38697
|
-
"bytesInOutput":
|
|
38740
|
+
"bytesInOutput": 6217
|
|
38698
38741
|
},
|
|
38699
38742
|
"../pxe/dest/contract_function_simulator/ephemeral_array_service.js": {
|
|
38700
38743
|
"bytesInOutput": 1792
|
|
@@ -38703,10 +38746,10 @@
|
|
|
38703
38746
|
"bytesInOutput": 692
|
|
38704
38747
|
},
|
|
38705
38748
|
"../pxe/dest/contract_function_simulator/oracle/utility_execution_oracle.js": {
|
|
38706
|
-
"bytesInOutput":
|
|
38749
|
+
"bytesInOutput": 22438
|
|
38707
38750
|
},
|
|
38708
38751
|
"../pxe/dest/contract_function_simulator/oracle/private_execution_oracle.js": {
|
|
38709
|
-
"bytesInOutput":
|
|
38752
|
+
"bytesInOutput": 13883
|
|
38710
38753
|
},
|
|
38711
38754
|
"../pxe/dest/contract_function_simulator/transient_array_service.js": {
|
|
38712
38755
|
"bytesInOutput": 1712
|
|
@@ -38717,9 +38760,6 @@
|
|
|
38717
38760
|
"../pxe/dest/job_coordinator/job_coordinator.js": {
|
|
38718
38761
|
"bytesInOutput": 1650
|
|
38719
38762
|
},
|
|
38720
|
-
"../pxe/dest/contract_function_simulator/noir-structs/resolved_tx.js": {
|
|
38721
|
-
"bytesInOutput": 866
|
|
38722
|
-
},
|
|
38723
38763
|
"../pxe/dest/messages/tx_resolver_service.js": {
|
|
38724
38764
|
"bytesInOutput": 1174
|
|
38725
38765
|
},
|
|
@@ -38790,7 +38830,7 @@
|
|
|
38790
38830
|
"bytesInOutput": 0
|
|
38791
38831
|
},
|
|
38792
38832
|
"../pxe/dest/storage/tagging_store/tagging_secret_sources_store.js": {
|
|
38793
|
-
"bytesInOutput":
|
|
38833
|
+
"bytesInOutput": 2246
|
|
38794
38834
|
},
|
|
38795
38835
|
"../pxe/dest/storage/tagging_store/recipient_tagging_store.js": {
|
|
38796
38836
|
"bytesInOutput": 3227
|
|
@@ -38802,7 +38842,7 @@
|
|
|
38802
38842
|
"bytesInOutput": 0
|
|
38803
38843
|
},
|
|
38804
38844
|
"../stdlib/dest/config/network-consensus-config.js": {
|
|
38805
|
-
"bytesInOutput":
|
|
38845
|
+
"bytesInOutput": 350
|
|
38806
38846
|
},
|
|
38807
38847
|
"../stdlib/dest/timetable/index.js": {
|
|
38808
38848
|
"bytesInOutput": 0
|
|
@@ -38916,7 +38956,7 @@
|
|
|
38916
38956
|
"bytesInOutput": 0
|
|
38917
38957
|
},
|
|
38918
38958
|
"src/index.ts": {
|
|
38919
|
-
"bytesInOutput":
|
|
38959
|
+
"bytesInOutput": 2117
|
|
38920
38960
|
},
|
|
38921
38961
|
"src/msgpackr_fr_extension.ts": {
|
|
38922
38962
|
"bytesInOutput": 118
|
|
@@ -39315,10 +39355,10 @@
|
|
|
39315
39355
|
"bytesInOutput": 1689
|
|
39316
39356
|
},
|
|
39317
39357
|
"src/oracle/txe_oracle_public_context.ts": {
|
|
39318
|
-
"bytesInOutput":
|
|
39358
|
+
"bytesInOutput": 4696
|
|
39319
39359
|
},
|
|
39320
39360
|
"src/oracle/txe_oracle_registry.ts": {
|
|
39321
|
-
"bytesInOutput":
|
|
39361
|
+
"bytesInOutput": 10640
|
|
39322
39362
|
},
|
|
39323
39363
|
"../foundation/dest/crypto/schnorr/index.js": {
|
|
39324
39364
|
"bytesInOutput": 947
|
|
@@ -39339,7 +39379,7 @@
|
|
|
39339
39379
|
"bytesInOutput": 635
|
|
39340
39380
|
},
|
|
39341
39381
|
"src/rpc_translator.ts": {
|
|
39342
|
-
"bytesInOutput":
|
|
39382
|
+
"bytesInOutput": 25215
|
|
39343
39383
|
},
|
|
39344
39384
|
"../stdlib/dest/checkpoint/index.js": {
|
|
39345
39385
|
"bytesInOutput": 0
|
|
@@ -39354,7 +39394,7 @@
|
|
|
39354
39394
|
"bytesInOutput": 4861
|
|
39355
39395
|
},
|
|
39356
39396
|
"../archiver/dest/modules/data_source_base.js": {
|
|
39357
|
-
"bytesInOutput":
|
|
39397
|
+
"bytesInOutput": 7980
|
|
39358
39398
|
},
|
|
39359
39399
|
"esbuild/stubs/archiver_stub.ts": {
|
|
39360
39400
|
"bytesInOutput": 181
|
|
@@ -39381,7 +39421,7 @@
|
|
|
39381
39421
|
"bytesInOutput": 6003
|
|
39382
39422
|
},
|
|
39383
39423
|
"../archiver/dest/store/block_store.js": {
|
|
39384
|
-
"bytesInOutput":
|
|
39424
|
+
"bytesInOutput": 33727
|
|
39385
39425
|
},
|
|
39386
39426
|
"../archiver/dest/store/contract_class_store.js": {
|
|
39387
39427
|
"bytesInOutput": 2798
|
|
@@ -39476,8 +39516,11 @@
|
|
|
39476
39516
|
"../aztec-node/dest/modules/node_tx_receipt.js": {
|
|
39477
39517
|
"bytesInOutput": 1693
|
|
39478
39518
|
},
|
|
39519
|
+
"esbuild/stubs/world_state_stub.ts": {
|
|
39520
|
+
"bytesInOutput": 196
|
|
39521
|
+
},
|
|
39479
39522
|
"../aztec-node/dest/modules/node_world_state_queries.js": {
|
|
39480
|
-
"bytesInOutput":
|
|
39523
|
+
"bytesInOutput": 7492
|
|
39481
39524
|
},
|
|
39482
39525
|
"esbuild/stubs/aztec_node_node_metrics_stub.ts": {
|
|
39483
39526
|
"bytesInOutput": 293
|
|
@@ -39513,7 +39556,7 @@
|
|
|
39513
39556
|
"bytesInOutput": 1280
|
|
39514
39557
|
},
|
|
39515
39558
|
"src/state_machine/synchronizer.ts": {
|
|
39516
|
-
"bytesInOutput":
|
|
39559
|
+
"bytesInOutput": 1493
|
|
39517
39560
|
},
|
|
39518
39561
|
"src/state_machine/index.ts": {
|
|
39519
39562
|
"bytesInOutput": 2815
|
|
@@ -39558,15 +39601,15 @@
|
|
|
39558
39601
|
"bytesInOutput": 4332
|
|
39559
39602
|
}
|
|
39560
39603
|
},
|
|
39561
|
-
"bytes":
|
|
39604
|
+
"bytes": 2080901
|
|
39562
39605
|
},
|
|
39563
|
-
"dest/SchnorrAccount-
|
|
39606
|
+
"dest/SchnorrAccount-Y2WZTBJF.js.map": {
|
|
39564
39607
|
"imports": [],
|
|
39565
39608
|
"exports": [],
|
|
39566
39609
|
"inputs": {},
|
|
39567
|
-
"bytes":
|
|
39610
|
+
"bytes": 306441
|
|
39568
39611
|
},
|
|
39569
|
-
"dest/SchnorrAccount-
|
|
39612
|
+
"dest/SchnorrAccount-Y2WZTBJF.js": {
|
|
39570
39613
|
"imports": [
|
|
39571
39614
|
{
|
|
39572
39615
|
"path": "dest/chunk-BJVAAXNA.js",
|
|
@@ -39586,18 +39629,18 @@
|
|
|
39586
39629
|
"entryPoint": "../accounts/artifacts/SchnorrAccount.json",
|
|
39587
39630
|
"inputs": {
|
|
39588
39631
|
"../accounts/artifacts/SchnorrAccount.json": {
|
|
39589
|
-
"bytesInOutput":
|
|
39632
|
+
"bytesInOutput": 236101
|
|
39590
39633
|
}
|
|
39591
39634
|
},
|
|
39592
|
-
"bytes":
|
|
39635
|
+
"bytes": 236362
|
|
39593
39636
|
},
|
|
39594
|
-
"dest/SchnorrInitializerlessAccount-
|
|
39637
|
+
"dest/SchnorrInitializerlessAccount-3AKXYJQI.js.map": {
|
|
39595
39638
|
"imports": [],
|
|
39596
39639
|
"exports": [],
|
|
39597
39640
|
"inputs": {},
|
|
39598
39641
|
"bytes": 175220
|
|
39599
39642
|
},
|
|
39600
|
-
"dest/SchnorrInitializerlessAccount-
|
|
39643
|
+
"dest/SchnorrInitializerlessAccount-3AKXYJQI.js": {
|
|
39601
39644
|
"imports": [
|
|
39602
39645
|
{
|
|
39603
39646
|
"path": "dest/chunk-BJVAAXNA.js",
|