@aztec/ethereum 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.
@@ -9864,6 +9864,114 @@ export declare const RollupArtifact: {
9864
9864
  }];
9865
9865
  readonly outputs: readonly [];
9866
9866
  readonly stateMutability: "nonpayable";
9867
+ }, {
9868
+ readonly type: "event";
9869
+ readonly name: "FailedDeposit";
9870
+ readonly inputs: readonly [{
9871
+ readonly name: "attester";
9872
+ readonly type: "address";
9873
+ readonly indexed: true;
9874
+ readonly internalType: "address";
9875
+ }, {
9876
+ readonly name: "withdrawer";
9877
+ readonly type: "address";
9878
+ readonly indexed: true;
9879
+ readonly internalType: "address";
9880
+ }, {
9881
+ readonly name: "publicKeyInG1";
9882
+ readonly type: "tuple";
9883
+ readonly indexed: false;
9884
+ readonly internalType: "struct G1Point";
9885
+ readonly components: readonly [{
9886
+ readonly name: "x";
9887
+ readonly type: "uint256";
9888
+ readonly internalType: "uint256";
9889
+ }, {
9890
+ readonly name: "y";
9891
+ readonly type: "uint256";
9892
+ readonly internalType: "uint256";
9893
+ }];
9894
+ }, {
9895
+ readonly name: "publicKeyInG2";
9896
+ readonly type: "tuple";
9897
+ readonly indexed: false;
9898
+ readonly internalType: "struct G2Point";
9899
+ readonly components: readonly [{
9900
+ readonly name: "x0";
9901
+ readonly type: "uint256";
9902
+ readonly internalType: "uint256";
9903
+ }, {
9904
+ readonly name: "x1";
9905
+ readonly type: "uint256";
9906
+ readonly internalType: "uint256";
9907
+ }, {
9908
+ readonly name: "y0";
9909
+ readonly type: "uint256";
9910
+ readonly internalType: "uint256";
9911
+ }, {
9912
+ readonly name: "y1";
9913
+ readonly type: "uint256";
9914
+ readonly internalType: "uint256";
9915
+ }];
9916
+ }, {
9917
+ readonly name: "proofOfPossession";
9918
+ readonly type: "tuple";
9919
+ readonly indexed: false;
9920
+ readonly internalType: "struct G1Point";
9921
+ readonly components: readonly [{
9922
+ readonly name: "x";
9923
+ readonly type: "uint256";
9924
+ readonly internalType: "uint256";
9925
+ }, {
9926
+ readonly name: "y";
9927
+ readonly type: "uint256";
9928
+ readonly internalType: "uint256";
9929
+ }];
9930
+ }];
9931
+ readonly anonymous: false;
9932
+ }, {
9933
+ readonly type: "function";
9934
+ readonly name: "getEpochProofPublicInputs";
9935
+ readonly inputs: readonly [{
9936
+ readonly name: "_start";
9937
+ readonly type: "uint256";
9938
+ readonly internalType: "uint256";
9939
+ }, {
9940
+ readonly name: "_end";
9941
+ readonly type: "uint256";
9942
+ readonly internalType: "uint256";
9943
+ }, {
9944
+ readonly name: "_args";
9945
+ readonly type: "tuple";
9946
+ readonly internalType: "struct PublicInputArgs";
9947
+ readonly components: readonly [{
9948
+ readonly name: "previousArchive";
9949
+ readonly type: "bytes32";
9950
+ readonly internalType: "bytes32";
9951
+ }, {
9952
+ readonly name: "endArchive";
9953
+ readonly type: "bytes32";
9954
+ readonly internalType: "bytes32";
9955
+ }, {
9956
+ readonly name: "proverId";
9957
+ readonly type: "address";
9958
+ readonly internalType: "address";
9959
+ }];
9960
+ }, {
9961
+ readonly name: "_fees";
9962
+ readonly type: "bytes32[]";
9963
+ readonly internalType: "bytes32[]";
9964
+ }, {
9965
+ readonly name: "_blobPublicInputs";
9966
+ readonly type: "bytes";
9967
+ readonly internalType: "bytes";
9968
+ }];
9969
+ readonly outputs: readonly [{
9970
+ readonly name: "";
9971
+ readonly type: "bytes32[]";
9972
+ readonly internalType: "bytes32[]";
9973
+ }];
9974
+ readonly stateMutability: "view";
9867
9975
  }, {
9868
9976
  readonly type: "function";
9869
9977
  readonly name: "propose";
@@ -10024,120 +10132,29 @@ export declare const RollupArtifact: {
10024
10132
  readonly type: "address[]";
10025
10133
  readonly internalType: "address[]";
10026
10134
  }, {
10027
- readonly name: "_blobInput";
10028
- readonly type: "bytes";
10029
- readonly internalType: "bytes";
10030
- }];
10031
- readonly outputs: readonly [];
10032
- readonly stateMutability: "nonpayable";
10033
- }, {
10034
- readonly type: "event";
10035
- readonly name: "FailedDeposit";
10036
- readonly inputs: readonly [{
10037
- readonly name: "attester";
10038
- readonly type: "address";
10039
- readonly indexed: true;
10040
- readonly internalType: "address";
10041
- }, {
10042
- readonly name: "withdrawer";
10043
- readonly type: "address";
10044
- readonly indexed: true;
10045
- readonly internalType: "address";
10046
- }, {
10047
- readonly name: "publicKeyInG1";
10048
- readonly type: "tuple";
10049
- readonly indexed: false;
10050
- readonly internalType: "struct G1Point";
10051
- readonly components: readonly [{
10052
- readonly name: "x";
10053
- readonly type: "uint256";
10054
- readonly internalType: "uint256";
10055
- }, {
10056
- readonly name: "y";
10057
- readonly type: "uint256";
10058
- readonly internalType: "uint256";
10059
- }];
10060
- }, {
10061
- readonly name: "publicKeyInG2";
10062
- readonly type: "tuple";
10063
- readonly indexed: false;
10064
- readonly internalType: "struct G2Point";
10065
- readonly components: readonly [{
10066
- readonly name: "x0";
10067
- readonly type: "uint256";
10068
- readonly internalType: "uint256";
10069
- }, {
10070
- readonly name: "x1";
10071
- readonly type: "uint256";
10072
- readonly internalType: "uint256";
10073
- }, {
10074
- readonly name: "y0";
10075
- readonly type: "uint256";
10076
- readonly internalType: "uint256";
10077
- }, {
10078
- readonly name: "y1";
10079
- readonly type: "uint256";
10080
- readonly internalType: "uint256";
10081
- }];
10082
- }, {
10083
- readonly name: "proofOfPossession";
10135
+ readonly name: "_attestationsAndSignersSignature";
10084
10136
  readonly type: "tuple";
10085
- readonly indexed: false;
10086
- readonly internalType: "struct G1Point";
10137
+ readonly internalType: "struct Signature";
10087
10138
  readonly components: readonly [{
10088
- readonly name: "x";
10089
- readonly type: "uint256";
10090
- readonly internalType: "uint256";
10139
+ readonly name: "v";
10140
+ readonly type: "uint8";
10141
+ readonly internalType: "uint8";
10091
10142
  }, {
10092
- readonly name: "y";
10093
- readonly type: "uint256";
10094
- readonly internalType: "uint256";
10095
- }];
10096
- }];
10097
- readonly anonymous: false;
10098
- }, {
10099
- readonly type: "function";
10100
- readonly name: "getEpochProofPublicInputs";
10101
- readonly inputs: readonly [{
10102
- readonly name: "_start";
10103
- readonly type: "uint256";
10104
- readonly internalType: "uint256";
10105
- }, {
10106
- readonly name: "_end";
10107
- readonly type: "uint256";
10108
- readonly internalType: "uint256";
10109
- }, {
10110
- readonly name: "_args";
10111
- readonly type: "tuple";
10112
- readonly internalType: "struct PublicInputArgs";
10113
- readonly components: readonly [{
10114
- readonly name: "previousArchive";
10143
+ readonly name: "r";
10115
10144
  readonly type: "bytes32";
10116
10145
  readonly internalType: "bytes32";
10117
10146
  }, {
10118
- readonly name: "endArchive";
10147
+ readonly name: "s";
10119
10148
  readonly type: "bytes32";
10120
10149
  readonly internalType: "bytes32";
10121
- }, {
10122
- readonly name: "proverId";
10123
- readonly type: "address";
10124
- readonly internalType: "address";
10125
10150
  }];
10126
10151
  }, {
10127
- readonly name: "_fees";
10128
- readonly type: "bytes32[]";
10129
- readonly internalType: "bytes32[]";
10130
- }, {
10131
- readonly name: "_blobPublicInputs";
10152
+ readonly name: "_blobInput";
10132
10153
  readonly type: "bytes";
10133
10154
  readonly internalType: "bytes";
10134
10155
  }];
10135
- readonly outputs: readonly [{
10136
- readonly name: "";
10137
- readonly type: "bytes32[]";
10138
- readonly internalType: "bytes32[]";
10139
- }];
10140
- readonly stateMutability: "view";
10156
+ readonly outputs: readonly [];
10157
+ readonly stateMutability: "nonpayable";
10141
10158
  }, {
10142
10159
  readonly type: "event";
10143
10160
  readonly name: "Deposit";
@@ -10273,105 +10290,6 @@ export declare const RollupArtifact: {
10273
10290
  }];
10274
10291
  readonly outputs: readonly [];
10275
10292
  readonly stateMutability: "nonpayable";
10276
- }, {
10277
- readonly type: "function";
10278
- readonly name: "validateHeaderWithAttestations";
10279
- readonly inputs: readonly [{
10280
- readonly name: "_header";
10281
- readonly type: "tuple";
10282
- readonly internalType: "struct ProposedHeader";
10283
- readonly components: readonly [{
10284
- readonly name: "lastArchiveRoot";
10285
- readonly type: "bytes32";
10286
- readonly internalType: "bytes32";
10287
- }, {
10288
- readonly name: "contentCommitment";
10289
- readonly type: "tuple";
10290
- readonly internalType: "struct ContentCommitment";
10291
- readonly components: readonly [{
10292
- readonly name: "blobsHash";
10293
- readonly type: "bytes32";
10294
- readonly internalType: "bytes32";
10295
- }, {
10296
- readonly name: "inHash";
10297
- readonly type: "bytes32";
10298
- readonly internalType: "bytes32";
10299
- }, {
10300
- readonly name: "outHash";
10301
- readonly type: "bytes32";
10302
- readonly internalType: "bytes32";
10303
- }];
10304
- }, {
10305
- readonly name: "slotNumber";
10306
- readonly type: "uint256";
10307
- readonly internalType: "Slot";
10308
- }, {
10309
- readonly name: "timestamp";
10310
- readonly type: "uint256";
10311
- readonly internalType: "Timestamp";
10312
- }, {
10313
- readonly name: "coinbase";
10314
- readonly type: "address";
10315
- readonly internalType: "address";
10316
- }, {
10317
- readonly name: "feeRecipient";
10318
- readonly type: "bytes32";
10319
- readonly internalType: "bytes32";
10320
- }, {
10321
- readonly name: "gasFees";
10322
- readonly type: "tuple";
10323
- readonly internalType: "struct GasFees";
10324
- readonly components: readonly [{
10325
- readonly name: "feePerDaGas";
10326
- readonly type: "uint128";
10327
- readonly internalType: "uint128";
10328
- }, {
10329
- readonly name: "feePerL2Gas";
10330
- readonly type: "uint128";
10331
- readonly internalType: "uint128";
10332
- }];
10333
- }, {
10334
- readonly name: "totalManaUsed";
10335
- readonly type: "uint256";
10336
- readonly internalType: "uint256";
10337
- }];
10338
- }, {
10339
- readonly name: "_attestations";
10340
- readonly type: "tuple";
10341
- readonly internalType: "struct CommitteeAttestations";
10342
- readonly components: readonly [{
10343
- readonly name: "signatureIndices";
10344
- readonly type: "bytes";
10345
- readonly internalType: "bytes";
10346
- }, {
10347
- readonly name: "signaturesOrAddresses";
10348
- readonly type: "bytes";
10349
- readonly internalType: "bytes";
10350
- }];
10351
- }, {
10352
- readonly name: "_signers";
10353
- readonly type: "address[]";
10354
- readonly internalType: "address[]";
10355
- }, {
10356
- readonly name: "_digest";
10357
- readonly type: "bytes32";
10358
- readonly internalType: "bytes32";
10359
- }, {
10360
- readonly name: "_blobsHash";
10361
- readonly type: "bytes32";
10362
- readonly internalType: "bytes32";
10363
- }, {
10364
- readonly name: "_flags";
10365
- readonly type: "tuple";
10366
- readonly internalType: "struct BlockHeaderValidationFlags";
10367
- readonly components: readonly [{
10368
- readonly name: "ignoreDA";
10369
- readonly type: "bool";
10370
- readonly internalType: "bool";
10371
- }];
10372
- }];
10373
- readonly outputs: readonly [];
10374
- readonly stateMutability: "nonpayable";
10375
10293
  }, {
10376
10294
  readonly type: "constructor";
10377
10295
  readonly inputs: readonly [{
@@ -10585,6 +10503,122 @@ export declare const RollupArtifact: {
10585
10503
  readonly type: "uint32";
10586
10504
  readonly internalType: "uint32";
10587
10505
  }];
10506
+ }, {
10507
+ readonly type: "function";
10508
+ readonly name: "validateHeaderWithAttestations";
10509
+ readonly inputs: readonly [{
10510
+ readonly name: "_header";
10511
+ readonly type: "tuple";
10512
+ readonly internalType: "struct ProposedHeader";
10513
+ readonly components: readonly [{
10514
+ readonly name: "lastArchiveRoot";
10515
+ readonly type: "bytes32";
10516
+ readonly internalType: "bytes32";
10517
+ }, {
10518
+ readonly name: "contentCommitment";
10519
+ readonly type: "tuple";
10520
+ readonly internalType: "struct ContentCommitment";
10521
+ readonly components: readonly [{
10522
+ readonly name: "blobsHash";
10523
+ readonly type: "bytes32";
10524
+ readonly internalType: "bytes32";
10525
+ }, {
10526
+ readonly name: "inHash";
10527
+ readonly type: "bytes32";
10528
+ readonly internalType: "bytes32";
10529
+ }, {
10530
+ readonly name: "outHash";
10531
+ readonly type: "bytes32";
10532
+ readonly internalType: "bytes32";
10533
+ }];
10534
+ }, {
10535
+ readonly name: "slotNumber";
10536
+ readonly type: "uint256";
10537
+ readonly internalType: "Slot";
10538
+ }, {
10539
+ readonly name: "timestamp";
10540
+ readonly type: "uint256";
10541
+ readonly internalType: "Timestamp";
10542
+ }, {
10543
+ readonly name: "coinbase";
10544
+ readonly type: "address";
10545
+ readonly internalType: "address";
10546
+ }, {
10547
+ readonly name: "feeRecipient";
10548
+ readonly type: "bytes32";
10549
+ readonly internalType: "bytes32";
10550
+ }, {
10551
+ readonly name: "gasFees";
10552
+ readonly type: "tuple";
10553
+ readonly internalType: "struct GasFees";
10554
+ readonly components: readonly [{
10555
+ readonly name: "feePerDaGas";
10556
+ readonly type: "uint128";
10557
+ readonly internalType: "uint128";
10558
+ }, {
10559
+ readonly name: "feePerL2Gas";
10560
+ readonly type: "uint128";
10561
+ readonly internalType: "uint128";
10562
+ }];
10563
+ }, {
10564
+ readonly name: "totalManaUsed";
10565
+ readonly type: "uint256";
10566
+ readonly internalType: "uint256";
10567
+ }];
10568
+ }, {
10569
+ readonly name: "_attestations";
10570
+ readonly type: "tuple";
10571
+ readonly internalType: "struct CommitteeAttestations";
10572
+ readonly components: readonly [{
10573
+ readonly name: "signatureIndices";
10574
+ readonly type: "bytes";
10575
+ readonly internalType: "bytes";
10576
+ }, {
10577
+ readonly name: "signaturesOrAddresses";
10578
+ readonly type: "bytes";
10579
+ readonly internalType: "bytes";
10580
+ }];
10581
+ }, {
10582
+ readonly name: "_signers";
10583
+ readonly type: "address[]";
10584
+ readonly internalType: "address[]";
10585
+ }, {
10586
+ readonly name: "_attestationsAndSignersSignature";
10587
+ readonly type: "tuple";
10588
+ readonly internalType: "struct Signature";
10589
+ readonly components: readonly [{
10590
+ readonly name: "v";
10591
+ readonly type: "uint8";
10592
+ readonly internalType: "uint8";
10593
+ }, {
10594
+ readonly name: "r";
10595
+ readonly type: "bytes32";
10596
+ readonly internalType: "bytes32";
10597
+ }, {
10598
+ readonly name: "s";
10599
+ readonly type: "bytes32";
10600
+ readonly internalType: "bytes32";
10601
+ }];
10602
+ }, {
10603
+ readonly name: "_digest";
10604
+ readonly type: "bytes32";
10605
+ readonly internalType: "bytes32";
10606
+ }, {
10607
+ readonly name: "_blobsHash";
10608
+ readonly type: "bytes32";
10609
+ readonly internalType: "bytes32";
10610
+ }, {
10611
+ readonly name: "_flags";
10612
+ readonly type: "tuple";
10613
+ readonly internalType: "struct BlockHeaderValidationFlags";
10614
+ readonly components: readonly [{
10615
+ readonly name: "ignoreDA";
10616
+ readonly type: "bool";
10617
+ readonly internalType: "bool";
10618
+ }];
10619
+ }];
10620
+ readonly outputs: readonly [];
10621
+ readonly stateMutability: "nonpayable";
10588
10622
  }];
10589
10623
  contractBytecode: Hex;
10590
10624
  libraries: {
@@ -10603,22 +10637,22 @@ export declare const RollupArtifact: {
10603
10637
  };
10604
10638
  readonly "src/core/libraries/rollup/RollupOperationsExtLib.sol": {
10605
10639
  readonly RollupOperationsExtLib: readonly [{
10606
- readonly start: 10247;
10640
+ readonly start: 10606;
10607
10641
  readonly length: 20;
10608
10642
  }, {
10609
- readonly start: 10789;
10643
+ readonly start: 10665;
10610
10644
  readonly length: 20;
10611
10645
  }, {
10612
- readonly start: 10867;
10646
+ readonly start: 11969;
10613
10647
  readonly length: 20;
10614
10648
  }, {
10615
- readonly start: 12415;
10649
+ readonly start: 12473;
10616
10650
  readonly length: 20;
10617
10651
  }, {
10618
- readonly start: 12583;
10652
+ readonly start: 12641;
10619
10653
  readonly length: 20;
10620
10654
  }, {
10621
- readonly start: 12707;
10655
+ readonly start: 12765;
10622
10656
  readonly length: 20;
10623
10657
  }];
10624
10658
  };
@@ -10645,55 +10679,55 @@ export declare const RollupArtifact: {
10645
10679
  readonly start: 10133;
10646
10680
  readonly length: 20;
10647
10681
  }, {
10648
- readonly start: 11159;
10682
+ readonly start: 10979;
10649
10683
  readonly length: 20;
10650
10684
  }, {
10651
- readonly start: 11225;
10685
+ readonly start: 11045;
10652
10686
  readonly length: 20;
10653
10687
  }, {
10654
- readonly start: 11300;
10688
+ readonly start: 11172;
10655
10689
  readonly length: 20;
10656
10690
  }, {
10657
- readonly start: 11770;
10691
+ readonly start: 11642;
10658
10692
  readonly length: 20;
10659
10693
  }, {
10660
- readonly start: 11893;
10694
+ readonly start: 11765;
10661
10695
  readonly length: 20;
10662
10696
  }, {
10663
- readonly start: 12022;
10697
+ readonly start: 11894;
10664
10698
  readonly length: 20;
10665
10699
  }, {
10666
- readonly start: 12949;
10700
+ readonly start: 13007;
10667
10701
  readonly length: 20;
10668
10702
  }, {
10669
- readonly start: 13031;
10703
+ readonly start: 13089;
10670
10704
  readonly length: 20;
10671
10705
  }, {
10672
- readonly start: 13149;
10706
+ readonly start: 13207;
10673
10707
  readonly length: 20;
10674
10708
  }, {
10675
- readonly start: 13260;
10709
+ readonly start: 13318;
10676
10710
  readonly length: 20;
10677
10711
  }, {
10678
- readonly start: 13484;
10712
+ readonly start: 13542;
10679
10713
  readonly length: 20;
10680
10714
  }, {
10681
- readonly start: 13612;
10715
+ readonly start: 13670;
10682
10716
  readonly length: 20;
10683
10717
  }, {
10684
- readonly start: 13894;
10718
+ readonly start: 13952;
10685
10719
  readonly length: 20;
10686
10720
  }, {
10687
- readonly start: 13959;
10721
+ readonly start: 14017;
10688
10722
  readonly length: 20;
10689
10723
  }, {
10690
- readonly start: 14333;
10724
+ readonly start: 14391;
10691
10725
  readonly length: 20;
10692
10726
  }, {
10693
- readonly start: 14462;
10727
+ readonly start: 14520;
10694
10728
  readonly length: 20;
10695
10729
  }, {
10696
- readonly start: 14584;
10730
+ readonly start: 14642;
10697
10731
  readonly length: 20;
10698
10732
  }];
10699
10733
  };