@aztec/l1-artifacts 3.0.0-nightly.20250906 → 3.0.0-nightly.20250910

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 (50) hide show
  1. package/dest/EmpireSlasherDeploymentExtLibBytecode.d.ts +1 -1
  2. package/dest/EmpireSlasherDeploymentExtLibBytecode.js +1 -1
  3. package/dest/EmpireSlashingProposerBytecode.d.ts +1 -1
  4. package/dest/EmpireSlashingProposerBytecode.js +1 -1
  5. package/dest/FeeJuicePortalBytecode.d.ts +1 -1
  6. package/dest/FeeJuicePortalBytecode.js +1 -1
  7. package/dest/GovernanceProposerBytecode.d.ts +1 -1
  8. package/dest/GovernanceProposerBytecode.js +1 -1
  9. package/dest/HonkVerifierBytecode.d.ts +1 -1
  10. package/dest/HonkVerifierBytecode.js +1 -1
  11. package/dest/InboxBytecode.d.ts +1 -1
  12. package/dest/InboxBytecode.js +1 -1
  13. package/dest/MultiAdderBytecode.d.ts +1 -1
  14. package/dest/MultiAdderBytecode.js +1 -1
  15. package/dest/NewGovernanceProposerPayloadBytecode.d.ts +1 -1
  16. package/dest/NewGovernanceProposerPayloadBytecode.js +1 -1
  17. package/dest/OutboxBytecode.d.ts +1 -1
  18. package/dest/OutboxBytecode.js +1 -1
  19. package/dest/RegisterNewRollupVersionPayloadBytecode.d.ts +1 -1
  20. package/dest/RegisterNewRollupVersionPayloadBytecode.js +1 -1
  21. package/dest/RollupAbi.d.ts +234 -200
  22. package/dest/RollupAbi.d.ts.map +1 -1
  23. package/dest/RollupAbi.js +332 -288
  24. package/dest/RollupBytecode.d.ts +24 -24
  25. package/dest/RollupBytecode.d.ts.map +1 -1
  26. package/dest/RollupBytecode.js +24 -24
  27. package/dest/RollupOperationsExtLibBytecode.d.ts +1 -1
  28. package/dest/RollupOperationsExtLibBytecode.d.ts.map +1 -1
  29. package/dest/RollupOperationsExtLibBytecode.js +1 -1
  30. package/dest/RollupStorage.d.ts +3 -3
  31. package/dest/RollupStorage.js +3 -3
  32. package/dest/SlashFactoryBytecode.d.ts +1 -1
  33. package/dest/SlashFactoryBytecode.js +1 -1
  34. package/dest/StakingAssetHandlerBytecode.d.ts +1 -1
  35. package/dest/StakingAssetHandlerBytecode.js +1 -1
  36. package/dest/TallySlasherDeploymentExtLibBytecode.d.ts +1 -1
  37. package/dest/TallySlasherDeploymentExtLibBytecode.js +1 -1
  38. package/dest/TallySlashingProposerBytecode.d.ts +1 -1
  39. package/dest/TallySlashingProposerBytecode.js +1 -1
  40. package/dest/TokenPortalBytecode.d.ts +1 -1
  41. package/dest/TokenPortalBytecode.js +1 -1
  42. package/dest/UniswapPortalBytecode.d.ts +1 -1
  43. package/dest/UniswapPortalBytecode.js +1 -1
  44. package/dest/ValidatorOperationsExtLibBytecode.d.ts +1 -1
  45. package/dest/ValidatorOperationsExtLibBytecode.js +1 -1
  46. package/dest/ValidatorSelectionLibBytecode.d.ts +1 -1
  47. package/dest/ValidatorSelectionLibBytecode.js +1 -1
  48. package/dest/checksum.d.ts +1 -1
  49. package/dest/checksum.js +1 -1
  50. package/package.json +1 -1
package/dest/RollupAbi.js CHANGED
@@ -4869,6 +4869,145 @@
4869
4869
  "outputs": [],
4870
4870
  "stateMutability": "nonpayable"
4871
4871
  },
4872
+ {
4873
+ "type": "event",
4874
+ "name": "FailedDeposit",
4875
+ "inputs": [
4876
+ {
4877
+ "name": "attester",
4878
+ "type": "address",
4879
+ "indexed": true,
4880
+ "internalType": "address"
4881
+ },
4882
+ {
4883
+ "name": "withdrawer",
4884
+ "type": "address",
4885
+ "indexed": true,
4886
+ "internalType": "address"
4887
+ },
4888
+ {
4889
+ "name": "publicKeyInG1",
4890
+ "type": "tuple",
4891
+ "indexed": false,
4892
+ "internalType": "struct G1Point",
4893
+ "components": [
4894
+ {
4895
+ "name": "x",
4896
+ "type": "uint256",
4897
+ "internalType": "uint256"
4898
+ },
4899
+ {
4900
+ "name": "y",
4901
+ "type": "uint256",
4902
+ "internalType": "uint256"
4903
+ }
4904
+ ]
4905
+ },
4906
+ {
4907
+ "name": "publicKeyInG2",
4908
+ "type": "tuple",
4909
+ "indexed": false,
4910
+ "internalType": "struct G2Point",
4911
+ "components": [
4912
+ {
4913
+ "name": "x0",
4914
+ "type": "uint256",
4915
+ "internalType": "uint256"
4916
+ },
4917
+ {
4918
+ "name": "x1",
4919
+ "type": "uint256",
4920
+ "internalType": "uint256"
4921
+ },
4922
+ {
4923
+ "name": "y0",
4924
+ "type": "uint256",
4925
+ "internalType": "uint256"
4926
+ },
4927
+ {
4928
+ "name": "y1",
4929
+ "type": "uint256",
4930
+ "internalType": "uint256"
4931
+ }
4932
+ ]
4933
+ },
4934
+ {
4935
+ "name": "proofOfPossession",
4936
+ "type": "tuple",
4937
+ "indexed": false,
4938
+ "internalType": "struct G1Point",
4939
+ "components": [
4940
+ {
4941
+ "name": "x",
4942
+ "type": "uint256",
4943
+ "internalType": "uint256"
4944
+ },
4945
+ {
4946
+ "name": "y",
4947
+ "type": "uint256",
4948
+ "internalType": "uint256"
4949
+ }
4950
+ ]
4951
+ }
4952
+ ],
4953
+ "anonymous": false
4954
+ },
4955
+ {
4956
+ "type": "function",
4957
+ "name": "getEpochProofPublicInputs",
4958
+ "inputs": [
4959
+ {
4960
+ "name": "_start",
4961
+ "type": "uint256",
4962
+ "internalType": "uint256"
4963
+ },
4964
+ {
4965
+ "name": "_end",
4966
+ "type": "uint256",
4967
+ "internalType": "uint256"
4968
+ },
4969
+ {
4970
+ "name": "_args",
4971
+ "type": "tuple",
4972
+ "internalType": "struct PublicInputArgs",
4973
+ "components": [
4974
+ {
4975
+ "name": "previousArchive",
4976
+ "type": "bytes32",
4977
+ "internalType": "bytes32"
4978
+ },
4979
+ {
4980
+ "name": "endArchive",
4981
+ "type": "bytes32",
4982
+ "internalType": "bytes32"
4983
+ },
4984
+ {
4985
+ "name": "proverId",
4986
+ "type": "address",
4987
+ "internalType": "address"
4988
+ }
4989
+ ]
4990
+ },
4991
+ {
4992
+ "name": "_fees",
4993
+ "type": "bytes32[]",
4994
+ "internalType": "bytes32[]"
4995
+ },
4996
+ {
4997
+ "name": "_blobPublicInputs",
4998
+ "type": "bytes",
4999
+ "internalType": "bytes"
5000
+ }
5001
+ ],
5002
+ "outputs": [
5003
+ {
5004
+ "name": "",
5005
+ "type": "bytes32[]",
5006
+ "internalType": "bytes32[]"
5007
+ }
5008
+ ],
5009
+ "stateMutability": "view"
5010
+ },
4872
5011
  {
4873
5012
  "type": "function",
4874
5013
  "name": "propose",
@@ -5077,6 +5216,28 @@
5077
5216
  "type": "address[]",
5078
5217
  "internalType": "address[]"
5079
5218
  },
5219
+ {
5220
+ "name": "_attestationsAndSignersSignature",
5221
+ "type": "tuple",
5222
+ "internalType": "struct Signature",
5223
+ "components": [
5224
+ {
5225
+ "name": "v",
5226
+ "type": "uint8",
5227
+ "internalType": "uint8"
5228
+ },
5229
+ {
5230
+ "name": "r",
5231
+ "type": "bytes32",
5232
+ "internalType": "bytes32"
5233
+ },
5234
+ {
5235
+ "name": "s",
5236
+ "type": "bytes32",
5237
+ "internalType": "bytes32"
5238
+ }
5239
+ ]
5240
+ },
5080
5241
  {
5081
5242
  "name": "_blobInput",
5082
5243
  "type": "bytes",
@@ -5088,7 +5249,7 @@
5088
5249
  },
5089
5250
  {
5090
5251
  "type": "event",
5091
- "name": "FailedDeposit",
5252
+ "name": "Deposit",
5092
5253
  "inputs": [
5093
5254
  {
5094
5255
  "name": "attester",
@@ -5165,86 +5326,33 @@
5165
5326
  "internalType": "uint256"
5166
5327
  }
5167
5328
  ]
5168
- }
5169
- ],
5170
- "anonymous": false
5171
- },
5172
- {
5173
- "type": "function",
5174
- "name": "getEpochProofPublicInputs",
5175
- "inputs": [
5176
- {
5177
- "name": "_start",
5178
- "type": "uint256",
5179
- "internalType": "uint256"
5180
5329
  },
5181
5330
  {
5182
- "name": "_end",
5331
+ "name": "amount",
5183
5332
  "type": "uint256",
5333
+ "indexed": false,
5184
5334
  "internalType": "uint256"
5185
- },
5186
- {
5187
- "name": "_args",
5188
- "type": "tuple",
5189
- "internalType": "struct PublicInputArgs",
5190
- "components": [
5191
- {
5192
- "name": "previousArchive",
5193
- "type": "bytes32",
5194
- "internalType": "bytes32"
5195
- },
5196
- {
5197
- "name": "endArchive",
5198
- "type": "bytes32",
5199
- "internalType": "bytes32"
5200
- },
5201
- {
5202
- "name": "proverId",
5203
- "type": "address",
5204
- "internalType": "address"
5205
- }
5206
- ]
5207
- },
5208
- {
5209
- "name": "_fees",
5210
- "type": "bytes32[]",
5211
- "internalType": "bytes32[]"
5212
- },
5213
- {
5214
- "name": "_blobPublicInputs",
5215
- "type": "bytes",
5216
- "internalType": "bytes"
5217
- }
5218
- ],
5219
- "outputs": [
5220
- {
5221
- "name": "",
5222
- "type": "bytes32[]",
5223
- "internalType": "bytes32[]"
5224
5335
  }
5225
5336
  ],
5226
- "stateMutability": "view"
5337
+ "anonymous": false
5227
5338
  },
5228
5339
  {
5229
- "type": "event",
5230
- "name": "Deposit",
5340
+ "type": "function",
5341
+ "name": "deposit",
5231
5342
  "inputs": [
5232
5343
  {
5233
- "name": "attester",
5344
+ "name": "_attester",
5234
5345
  "type": "address",
5235
- "indexed": true,
5236
5346
  "internalType": "address"
5237
5347
  },
5238
5348
  {
5239
- "name": "withdrawer",
5349
+ "name": "_withdrawer",
5240
5350
  "type": "address",
5241
- "indexed": true,
5242
5351
  "internalType": "address"
5243
5352
  },
5244
5353
  {
5245
- "name": "publicKeyInG1",
5354
+ "name": "_publicKeyInG1",
5246
5355
  "type": "tuple",
5247
- "indexed": false,
5248
5356
  "internalType": "struct G1Point",
5249
5357
  "components": [
5250
5358
  {
@@ -5260,9 +5368,8 @@
5260
5368
  ]
5261
5369
  },
5262
5370
  {
5263
- "name": "publicKeyInG2",
5371
+ "name": "_publicKeyInG2",
5264
5372
  "type": "tuple",
5265
- "indexed": false,
5266
5373
  "internalType": "struct G2Point",
5267
5374
  "components": [
5268
5375
  {
@@ -5288,9 +5395,8 @@
5288
5395
  ]
5289
5396
  },
5290
5397
  {
5291
- "name": "proofOfPossession",
5398
+ "name": "_proofOfPossession",
5292
5399
  "type": "tuple",
5293
- "indexed": false,
5294
5400
  "internalType": "struct G1Point",
5295
5401
  "components": [
5296
5402
  {
@@ -5306,238 +5412,26 @@
5306
5412
  ]
5307
5413
  },
5308
5414
  {
5309
- "name": "amount",
5310
- "type": "uint256",
5311
- "indexed": false,
5312
- "internalType": "uint256"
5415
+ "name": "_moveWithLatestRollup",
5416
+ "type": "bool",
5417
+ "internalType": "bool"
5313
5418
  }
5314
5419
  ],
5315
- "anonymous": false
5420
+ "outputs": [],
5421
+ "stateMutability": "nonpayable"
5316
5422
  },
5317
5423
  {
5318
- "type": "function",
5319
- "name": "deposit",
5424
+ "type": "constructor",
5320
5425
  "inputs": [
5321
5426
  {
5322
- "name": "_attester",
5427
+ "name": "_feeAsset",
5323
5428
  "type": "address",
5324
- "internalType": "address"
5429
+ "internalType": "contract IERC20"
5325
5430
  },
5326
5431
  {
5327
- "name": "_withdrawer",
5432
+ "name": "_stakingAsset",
5328
5433
  "type": "address",
5329
- "internalType": "address"
5330
- },
5331
- {
5332
- "name": "_publicKeyInG1",
5333
- "type": "tuple",
5334
- "internalType": "struct G1Point",
5335
- "components": [
5336
- {
5337
- "name": "x",
5338
- "type": "uint256",
5339
- "internalType": "uint256"
5340
- },
5341
- {
5342
- "name": "y",
5343
- "type": "uint256",
5344
- "internalType": "uint256"
5345
- }
5346
- ]
5347
- },
5348
- {
5349
- "name": "_publicKeyInG2",
5350
- "type": "tuple",
5351
- "internalType": "struct G2Point",
5352
- "components": [
5353
- {
5354
- "name": "x0",
5355
- "type": "uint256",
5356
- "internalType": "uint256"
5357
- },
5358
- {
5359
- "name": "x1",
5360
- "type": "uint256",
5361
- "internalType": "uint256"
5362
- },
5363
- {
5364
- "name": "y0",
5365
- "type": "uint256",
5366
- "internalType": "uint256"
5367
- },
5368
- {
5369
- "name": "y1",
5370
- "type": "uint256",
5371
- "internalType": "uint256"
5372
- }
5373
- ]
5374
- },
5375
- {
5376
- "name": "_proofOfPossession",
5377
- "type": "tuple",
5378
- "internalType": "struct G1Point",
5379
- "components": [
5380
- {
5381
- "name": "x",
5382
- "type": "uint256",
5383
- "internalType": "uint256"
5384
- },
5385
- {
5386
- "name": "y",
5387
- "type": "uint256",
5388
- "internalType": "uint256"
5389
- }
5390
- ]
5391
- },
5392
- {
5393
- "name": "_moveWithLatestRollup",
5394
- "type": "bool",
5395
- "internalType": "bool"
5396
- }
5397
- ],
5398
- "outputs": [],
5399
- "stateMutability": "nonpayable"
5400
- },
5401
- {
5402
- "type": "function",
5403
- "name": "validateHeaderWithAttestations",
5404
- "inputs": [
5405
- {
5406
- "name": "_header",
5407
- "type": "tuple",
5408
- "internalType": "struct ProposedHeader",
5409
- "components": [
5410
- {
5411
- "name": "lastArchiveRoot",
5412
- "type": "bytes32",
5413
- "internalType": "bytes32"
5414
- },
5415
- {
5416
- "name": "contentCommitment",
5417
- "type": "tuple",
5418
- "internalType": "struct ContentCommitment",
5419
- "components": [
5420
- {
5421
- "name": "blobsHash",
5422
- "type": "bytes32",
5423
- "internalType": "bytes32"
5424
- },
5425
- {
5426
- "name": "inHash",
5427
- "type": "bytes32",
5428
- "internalType": "bytes32"
5429
- },
5430
- {
5431
- "name": "outHash",
5432
- "type": "bytes32",
5433
- "internalType": "bytes32"
5434
- }
5435
- ]
5436
- },
5437
- {
5438
- "name": "slotNumber",
5439
- "type": "uint256",
5440
- "internalType": "Slot"
5441
- },
5442
- {
5443
- "name": "timestamp",
5444
- "type": "uint256",
5445
- "internalType": "Timestamp"
5446
- },
5447
- {
5448
- "name": "coinbase",
5449
- "type": "address",
5450
- "internalType": "address"
5451
- },
5452
- {
5453
- "name": "feeRecipient",
5454
- "type": "bytes32",
5455
- "internalType": "bytes32"
5456
- },
5457
- {
5458
- "name": "gasFees",
5459
- "type": "tuple",
5460
- "internalType": "struct GasFees",
5461
- "components": [
5462
- {
5463
- "name": "feePerDaGas",
5464
- "type": "uint128",
5465
- "internalType": "uint128"
5466
- },
5467
- {
5468
- "name": "feePerL2Gas",
5469
- "type": "uint128",
5470
- "internalType": "uint128"
5471
- }
5472
- ]
5473
- },
5474
- {
5475
- "name": "totalManaUsed",
5476
- "type": "uint256",
5477
- "internalType": "uint256"
5478
- }
5479
- ]
5480
- },
5481
- {
5482
- "name": "_attestations",
5483
- "type": "tuple",
5484
- "internalType": "struct CommitteeAttestations",
5485
- "components": [
5486
- {
5487
- "name": "signatureIndices",
5488
- "type": "bytes",
5489
- "internalType": "bytes"
5490
- },
5491
- {
5492
- "name": "signaturesOrAddresses",
5493
- "type": "bytes",
5494
- "internalType": "bytes"
5495
- }
5496
- ]
5497
- },
5498
- {
5499
- "name": "_signers",
5500
- "type": "address[]",
5501
- "internalType": "address[]"
5502
- },
5503
- {
5504
- "name": "_digest",
5505
- "type": "bytes32",
5506
- "internalType": "bytes32"
5507
- },
5508
- {
5509
- "name": "_blobsHash",
5510
- "type": "bytes32",
5511
- "internalType": "bytes32"
5512
- },
5513
- {
5514
- "name": "_flags",
5515
- "type": "tuple",
5516
- "internalType": "struct BlockHeaderValidationFlags",
5517
- "components": [
5518
- {
5519
- "name": "ignoreDA",
5520
- "type": "bool",
5521
- "internalType": "bool"
5522
- }
5523
- ]
5524
- }
5525
- ],
5526
- "outputs": [],
5527
- "stateMutability": "nonpayable"
5528
- },
5529
- {
5530
- "type": "constructor",
5531
- "inputs": [
5532
- {
5533
- "name": "_feeAsset",
5534
- "type": "address",
5535
- "internalType": "contract IERC20"
5536
- },
5537
- {
5538
- "name": "_stakingAsset",
5539
- "type": "address",
5540
- "internalType": "contract IERC20"
5434
+ "internalType": "contract IERC20"
5541
5435
  },
5542
5436
  {
5543
5437
  "name": "_gse",
@@ -5797,5 +5691,155 @@
5797
5691
  "internalType": "uint32"
5798
5692
  }
5799
5693
  ]
5694
+ },
5695
+ {
5696
+ "type": "function",
5697
+ "name": "validateHeaderWithAttestations",
5698
+ "inputs": [
5699
+ {
5700
+ "name": "_header",
5701
+ "type": "tuple",
5702
+ "internalType": "struct ProposedHeader",
5703
+ "components": [
5704
+ {
5705
+ "name": "lastArchiveRoot",
5706
+ "type": "bytes32",
5707
+ "internalType": "bytes32"
5708
+ },
5709
+ {
5710
+ "name": "contentCommitment",
5711
+ "type": "tuple",
5712
+ "internalType": "struct ContentCommitment",
5713
+ "components": [
5714
+ {
5715
+ "name": "blobsHash",
5716
+ "type": "bytes32",
5717
+ "internalType": "bytes32"
5718
+ },
5719
+ {
5720
+ "name": "inHash",
5721
+ "type": "bytes32",
5722
+ "internalType": "bytes32"
5723
+ },
5724
+ {
5725
+ "name": "outHash",
5726
+ "type": "bytes32",
5727
+ "internalType": "bytes32"
5728
+ }
5729
+ ]
5730
+ },
5731
+ {
5732
+ "name": "slotNumber",
5733
+ "type": "uint256",
5734
+ "internalType": "Slot"
5735
+ },
5736
+ {
5737
+ "name": "timestamp",
5738
+ "type": "uint256",
5739
+ "internalType": "Timestamp"
5740
+ },
5741
+ {
5742
+ "name": "coinbase",
5743
+ "type": "address",
5744
+ "internalType": "address"
5745
+ },
5746
+ {
5747
+ "name": "feeRecipient",
5748
+ "type": "bytes32",
5749
+ "internalType": "bytes32"
5750
+ },
5751
+ {
5752
+ "name": "gasFees",
5753
+ "type": "tuple",
5754
+ "internalType": "struct GasFees",
5755
+ "components": [
5756
+ {
5757
+ "name": "feePerDaGas",
5758
+ "type": "uint128",
5759
+ "internalType": "uint128"
5760
+ },
5761
+ {
5762
+ "name": "feePerL2Gas",
5763
+ "type": "uint128",
5764
+ "internalType": "uint128"
5765
+ }
5766
+ ]
5767
+ },
5768
+ {
5769
+ "name": "totalManaUsed",
5770
+ "type": "uint256",
5771
+ "internalType": "uint256"
5772
+ }
5773
+ ]
5774
+ },
5775
+ {
5776
+ "name": "_attestations",
5777
+ "type": "tuple",
5778
+ "internalType": "struct CommitteeAttestations",
5779
+ "components": [
5780
+ {
5781
+ "name": "signatureIndices",
5782
+ "type": "bytes",
5783
+ "internalType": "bytes"
5784
+ },
5785
+ {
5786
+ "name": "signaturesOrAddresses",
5787
+ "type": "bytes",
5788
+ "internalType": "bytes"
5789
+ }
5790
+ ]
5791
+ },
5792
+ {
5793
+ "name": "_signers",
5794
+ "type": "address[]",
5795
+ "internalType": "address[]"
5796
+ },
5797
+ {
5798
+ "name": "_attestationsAndSignersSignature",
5799
+ "type": "tuple",
5800
+ "internalType": "struct Signature",
5801
+ "components": [
5802
+ {
5803
+ "name": "v",
5804
+ "type": "uint8",
5805
+ "internalType": "uint8"
5806
+ },
5807
+ {
5808
+ "name": "r",
5809
+ "type": "bytes32",
5810
+ "internalType": "bytes32"
5811
+ },
5812
+ {
5813
+ "name": "s",
5814
+ "type": "bytes32",
5815
+ "internalType": "bytes32"
5816
+ }
5817
+ ]
5818
+ },
5819
+ {
5820
+ "name": "_digest",
5821
+ "type": "bytes32",
5822
+ "internalType": "bytes32"
5823
+ },
5824
+ {
5825
+ "name": "_blobsHash",
5826
+ "type": "bytes32",
5827
+ "internalType": "bytes32"
5828
+ },
5829
+ {
5830
+ "name": "_flags",
5831
+ "type": "tuple",
5832
+ "internalType": "struct BlockHeaderValidationFlags",
5833
+ "components": [
5834
+ {
5835
+ "name": "ignoreDA",
5836
+ "type": "bool",
5837
+ "internalType": "bool"
5838
+ }
5839
+ ]
5840
+ }
5841
+ ],
5842
+ "outputs": [],
5843
+ "stateMutability": "nonpayable"
5800
5844
  }
5801
5845
  ];