@keep-network/tbtc-v2 1.3.0-dev.6 → 1.3.0-dev.7

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 (111) hide show
  1. package/artifacts/BLS.json +1 -1
  2. package/artifacts/Bank.json +3 -3
  3. package/artifacts/BeaconAuthorization.json +1 -1
  4. package/artifacts/BeaconDkg.json +1 -1
  5. package/artifacts/BeaconDkgValidator.json +1 -1
  6. package/artifacts/BeaconInactivity.json +1 -1
  7. package/artifacts/BeaconSortitionPool.json +3 -3
  8. package/artifacts/Bridge.json +5 -5
  9. package/artifacts/BridgeGovernance.json +2 -2
  10. package/artifacts/BridgeGovernanceParameters.json +2 -2
  11. package/artifacts/Deposit.json +2 -2
  12. package/artifacts/DepositSweep.json +2 -2
  13. package/artifacts/DonationVault.json +3 -3
  14. package/artifacts/EcdsaDkgValidator.json +1 -1
  15. package/artifacts/EcdsaInactivity.json +1 -1
  16. package/artifacts/EcdsaSortitionPool.json +3 -3
  17. package/artifacts/Fraud.json +2 -2
  18. package/artifacts/KeepRegistry.json +1 -1
  19. package/artifacts/KeepStake.json +2 -2
  20. package/artifacts/KeepToken.json +2 -2
  21. package/artifacts/KeepTokenStaking.json +1 -1
  22. package/artifacts/LightRelay.json +18 -18
  23. package/artifacts/LightRelayMaintainerProxy.json +8 -8
  24. package/artifacts/MaintainerProxy.json +19 -19
  25. package/artifacts/MovingFunds.json +2 -2
  26. package/artifacts/NuCypherStakingEscrow.json +1 -1
  27. package/artifacts/NuCypherToken.json +2 -2
  28. package/artifacts/RandomBeacon.json +2 -2
  29. package/artifacts/RandomBeaconChaosnet.json +2 -2
  30. package/artifacts/RandomBeaconGovernance.json +2 -2
  31. package/artifacts/Redemption.json +2 -2
  32. package/artifacts/ReimbursementPool.json +2 -2
  33. package/artifacts/T.json +2 -2
  34. package/artifacts/TBTC.json +3 -3
  35. package/artifacts/TBTCToken.json +3 -3
  36. package/artifacts/TBTCVault.json +23 -23
  37. package/artifacts/TokenStaking.json +1 -1
  38. package/artifacts/TokenholderGovernor.json +9 -9
  39. package/artifacts/TokenholderTimelock.json +8 -8
  40. package/artifacts/VendingMachine.json +3 -3
  41. package/artifacts/VendingMachineKeep.json +1 -1
  42. package/artifacts/VendingMachineNuCypher.json +1 -1
  43. package/artifacts/VendingMachineV2.json +3 -3
  44. package/artifacts/VendingMachineV3.json +3 -3
  45. package/artifacts/WalletCoordinator.json +128 -70
  46. package/artifacts/WalletRegistry.json +5 -5
  47. package/artifacts/WalletRegistryGovernance.json +2 -2
  48. package/artifacts/Wallets.json +2 -2
  49. package/artifacts/solcInputs/{7da6b4ef582799bac2eaf0403f4eac81.json → 113b54a69049e9a4de4a520973971e13.json} +1 -1
  50. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  51. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  52. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  53. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  54. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  55. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  56. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  57. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  58. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  59. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  60. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  61. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  62. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  63. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  64. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  65. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  66. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  67. package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
  68. package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
  69. package/build/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.dbg.json +1 -1
  70. package/build/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.json +117 -59
  71. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  72. package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  73. package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
  74. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  75. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  76. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  77. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  78. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  79. package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
  80. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  81. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  82. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  83. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  84. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  85. package/contracts/bridge/WalletCoordinator.sol +106 -51
  86. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +22 -22
  87. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +6 -6
  88. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +6 -6
  89. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +6 -6
  90. package/export/artifacts/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.json +7763 -5424
  91. package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +40 -40
  92. package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +47 -47
  93. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +88 -88
  94. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
  95. package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +31 -31
  96. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
  97. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +58 -58
  98. package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +57 -57
  99. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +2 -2
  100. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +59 -59
  101. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
  102. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
  103. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +6 -6
  104. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +8 -8
  105. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +2 -2
  106. package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
  107. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
  108. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
  109. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +135 -135
  110. package/export/typechain/factories/WalletCoordinator__factory.js +110 -52
  111. package/package.json +1 -1
@@ -571,15 +571,15 @@
571
571
  "parameterSlots": 1,
572
572
  "returnSlots": 0
573
573
  },
574
- "@authorizationRequired_38649": {
574
+ "@authorizationRequired_38728": {
575
575
  "entryPoint": null,
576
- "id": 38649,
576
+ "id": 38728,
577
577
  "parameterSlots": 0,
578
578
  "returnSlots": 0
579
579
  },
580
- "@authorize_38862": {
580
+ "@authorize_38941": {
581
581
  "entryPoint": 5296,
582
- "id": 38862,
582
+ "id": 38941,
583
583
  "parameterSlots": 1,
584
584
  "returnSlots": 0
585
585
  },
@@ -589,15 +589,15 @@
589
589
  "parameterSlots": 1,
590
590
  "returnSlots": 1
591
591
  },
592
- "@currentEpoch_38655": {
592
+ "@currentEpoch_38734": {
593
593
  "entryPoint": null,
594
- "id": 38655,
594
+ "id": 38734,
595
595
  "parameterSlots": 0,
596
596
  "returnSlots": 0
597
597
  },
598
- "@deauthorize_38881": {
598
+ "@deauthorize_38960": {
599
599
  "entryPoint": 2508,
600
- "id": 38881,
600
+ "id": 38960,
601
601
  "parameterSlots": 1,
602
602
  "returnSlots": 0
603
603
  },
@@ -625,9 +625,9 @@
625
625
  "parameterSlots": 1,
626
626
  "returnSlots": 1
627
627
  },
628
- "@extractTimestampAt_38627": {
628
+ "@extractTimestampAt_38706": {
629
629
  "entryPoint": 5912,
630
- "id": 38627,
630
+ "id": 38706,
631
631
  "parameterSlots": 2,
632
632
  "returnSlots": 1
633
633
  },
@@ -643,51 +643,51 @@
643
643
  "parameterSlots": 1,
644
644
  "returnSlots": 1
645
645
  },
646
- "@genesisEpoch_38653": {
646
+ "@genesisEpoch_38732": {
647
647
  "entryPoint": null,
648
- "id": 38653,
648
+ "id": 38732,
649
649
  "parameterSlots": 0,
650
650
  "returnSlots": 0
651
651
  },
652
- "@genesis_38786": {
652
+ "@genesis_38865": {
653
653
  "entryPoint": 2597,
654
- "id": 38786,
654
+ "id": 38865,
655
655
  "parameterSlots": 4,
656
656
  "returnSlots": 0
657
657
  },
658
- "@getBlockDifficulty_39357": {
658
+ "@getBlockDifficulty_39436": {
659
659
  "entryPoint": 874,
660
- "id": 39357,
660
+ "id": 39436,
661
661
  "parameterSlots": 1,
662
662
  "returnSlots": 1
663
663
  },
664
- "@getCurrentAndPrevEpochDifficulty_39411": {
664
+ "@getCurrentAndPrevEpochDifficulty_39490": {
665
665
  "entryPoint": null,
666
- "id": 39411,
666
+ "id": 39490,
667
667
  "parameterSlots": 0,
668
668
  "returnSlots": 2
669
669
  },
670
- "@getCurrentEpochDifficulty_40272": {
670
+ "@getCurrentEpochDifficulty_40351": {
671
671
  "entryPoint": null,
672
- "id": 40272,
672
+ "id": 40351,
673
673
  "parameterSlots": 0,
674
674
  "returnSlots": 1
675
675
  },
676
- "@getEpochDifficulty_39442": {
676
+ "@getEpochDifficulty_39521": {
677
677
  "entryPoint": 3566,
678
- "id": 39442,
678
+ "id": 39521,
679
679
  "parameterSlots": 1,
680
680
  "returnSlots": 1
681
681
  },
682
- "@getPrevEpochDifficulty_40262": {
682
+ "@getPrevEpochDifficulty_40341": {
683
683
  "entryPoint": null,
684
- "id": 40262,
684
+ "id": 40341,
685
685
  "parameterSlots": 0,
686
686
  "returnSlots": 1
687
687
  },
688
- "@getRelayRange_39381": {
688
+ "@getRelayRange_39460": {
689
689
  "entryPoint": 897,
690
- "id": 39381,
690
+ "id": 39460,
691
691
  "parameterSlots": 0,
692
692
  "returnSlots": 2
693
693
  },
@@ -697,9 +697,9 @@
697
697
  "parameterSlots": 3,
698
698
  "returnSlots": 1
699
699
  },
700
- "@isAuthorized_38668": {
700
+ "@isAuthorized_38747": {
701
701
  "entryPoint": null,
702
- "id": 38668,
702
+ "id": 38747,
703
703
  "parameterSlots": 0,
704
704
  "returnSlots": 0
705
705
  },
@@ -715,15 +715,15 @@
715
715
  "parameterSlots": 0,
716
716
  "returnSlots": 1
717
717
  },
718
- "@proofLength_38651": {
718
+ "@proofLength_38730": {
719
719
  "entryPoint": null,
720
- "id": 38651,
720
+ "id": 38730,
721
721
  "parameterSlots": 0,
722
722
  "returnSlots": 0
723
723
  },
724
- "@ready_38647": {
724
+ "@ready_38726": {
725
725
  "entryPoint": null,
726
- "id": 38647,
726
+ "id": 38726,
727
727
  "parameterSlots": 0,
728
728
  "returnSlots": 0
729
729
  },
@@ -739,9 +739,9 @@
739
739
  "parameterSlots": 3,
740
740
  "returnSlots": 1
741
741
  },
742
- "@retarget_39113": {
742
+ "@retarget_39192": {
743
743
  "entryPoint": 3858,
744
- "id": 39113,
744
+ "id": 39192,
745
745
  "parameterSlots": 1,
746
746
  "returnSlots": 0
747
747
  },
@@ -763,15 +763,15 @@
763
763
  "parameterSlots": 1,
764
764
  "returnSlots": 1
765
765
  },
766
- "@setAuthorizationStatus_38843": {
766
+ "@setAuthorizationStatus_38922": {
767
767
  "entryPoint": 5388,
768
- "id": 38843,
768
+ "id": 38922,
769
769
  "parameterSlots": 1,
770
770
  "returnSlots": 0
771
771
  },
772
- "@setProofLength_38826": {
772
+ "@setProofLength_38905": {
773
773
  "entryPoint": 2009,
774
- "id": 38826,
774
+ "id": 38905,
775
775
  "parameterSlots": 1,
776
776
  "returnSlots": 0
777
777
  },
@@ -805,9 +805,9 @@
805
805
  "parameterSlots": 1,
806
806
  "returnSlots": 0
807
807
  },
808
- "@validateChain_39342": {
808
+ "@validateChain_39421": {
809
809
  "entryPoint": 993,
810
- "id": 39342,
810
+ "id": 39421,
811
811
  "parameterSlots": 1,
812
812
  "returnSlots": 2
813
813
  },
@@ -823,9 +823,9 @@
823
823
  "parameterSlots": 2,
824
824
  "returnSlots": 1
825
825
  },
826
- "@validateHeader_39502": {
826
+ "@validateHeader_39581": {
827
827
  "entryPoint": 5696,
828
- "id": 39502,
828
+ "id": 39581,
829
829
  "parameterSlots": 3,
830
830
  "returnSlots": 2
831
831
  },
@@ -11800,7 +11800,7 @@
11800
11800
  "type": "t_address"
11801
11801
  },
11802
11802
  {
11803
- "astId": 38647,
11803
+ "astId": 38726,
11804
11804
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11805
11805
  "label": "ready",
11806
11806
  "offset": 20,
@@ -11808,7 +11808,7 @@
11808
11808
  "type": "t_bool"
11809
11809
  },
11810
11810
  {
11811
- "astId": 38649,
11811
+ "astId": 38728,
11812
11812
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11813
11813
  "label": "authorizationRequired",
11814
11814
  "offset": 21,
@@ -11816,7 +11816,7 @@
11816
11816
  "type": "t_bool"
11817
11817
  },
11818
11818
  {
11819
- "astId": 38651,
11819
+ "astId": 38730,
11820
11820
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11821
11821
  "label": "proofLength",
11822
11822
  "offset": 22,
@@ -11824,7 +11824,7 @@
11824
11824
  "type": "t_uint64"
11825
11825
  },
11826
11826
  {
11827
- "astId": 38653,
11827
+ "astId": 38732,
11828
11828
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11829
11829
  "label": "genesisEpoch",
11830
11830
  "offset": 0,
@@ -11832,7 +11832,7 @@
11832
11832
  "type": "t_uint64"
11833
11833
  },
11834
11834
  {
11835
- "astId": 38655,
11835
+ "astId": 38734,
11836
11836
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11837
11837
  "label": "currentEpoch",
11838
11838
  "offset": 8,
@@ -11840,7 +11840,7 @@
11840
11840
  "type": "t_uint64"
11841
11841
  },
11842
11842
  {
11843
- "astId": 38657,
11843
+ "astId": 38736,
11844
11844
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11845
11845
  "label": "currentEpochDifficulty",
11846
11846
  "offset": 0,
@@ -11848,7 +11848,7 @@
11848
11848
  "type": "t_uint256"
11849
11849
  },
11850
11850
  {
11851
- "astId": 38659,
11851
+ "astId": 38738,
11852
11852
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11853
11853
  "label": "prevEpochDifficulty",
11854
11854
  "offset": 0,
@@ -11856,15 +11856,15 @@
11856
11856
  "type": "t_uint256"
11857
11857
  },
11858
11858
  {
11859
- "astId": 38664,
11859
+ "astId": 38743,
11860
11860
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11861
11861
  "label": "epochs",
11862
11862
  "offset": 0,
11863
11863
  "slot": "4",
11864
- "type": "t_mapping(t_uint256,t_struct(Epoch)38536_storage)"
11864
+ "type": "t_mapping(t_uint256,t_struct(Epoch)38615_storage)"
11865
11865
  },
11866
11866
  {
11867
- "astId": 38668,
11867
+ "astId": 38747,
11868
11868
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11869
11869
  "label": "isAuthorized",
11870
11870
  "offset": 0,
@@ -11890,19 +11890,19 @@
11890
11890
  "numberOfBytes": "32",
11891
11891
  "value": "t_bool"
11892
11892
  },
11893
- "t_mapping(t_uint256,t_struct(Epoch)38536_storage)": {
11893
+ "t_mapping(t_uint256,t_struct(Epoch)38615_storage)": {
11894
11894
  "encoding": "mapping",
11895
11895
  "key": "t_uint256",
11896
11896
  "label": "mapping(uint256 => struct Epoch)",
11897
11897
  "numberOfBytes": "32",
11898
- "value": "t_struct(Epoch)38536_storage"
11898
+ "value": "t_struct(Epoch)38615_storage"
11899
11899
  },
11900
- "t_struct(Epoch)38536_storage": {
11900
+ "t_struct(Epoch)38615_storage": {
11901
11901
  "encoding": "inplace",
11902
11902
  "label": "struct Epoch",
11903
11903
  "members": [
11904
11904
  {
11905
- "astId": 38533,
11905
+ "astId": 38612,
11906
11906
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11907
11907
  "label": "timestamp",
11908
11908
  "offset": 0,
@@ -11910,7 +11910,7 @@
11910
11910
  "type": "t_uint32"
11911
11911
  },
11912
11912
  {
11913
- "astId": 38535,
11913
+ "astId": 38614,
11914
11914
  "contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
11915
11915
  "label": "target",
11916
11916
  "offset": 4,
@@ -48,9 +48,9 @@
48
48
  "parameterSlots": 2,
49
49
  "returnSlots": 1
50
50
  },
51
- "@isValidHeartbeatMessage_40290": {
51
+ "@isValidHeartbeatMessage_40369": {
52
52
  "entryPoint": 87,
53
- "id": 40290,
53
+ "id": 40369,
54
54
  "parameterSlots": 2,
55
55
  "returnSlots": 1
56
56
  },
@@ -605,15 +605,15 @@
605
605
  "parameterSlots": 1,
606
606
  "returnSlots": 0
607
607
  },
608
- "@authorizationRequired_38649": {
608
+ "@authorizationRequired_38728": {
609
609
  "entryPoint": null,
610
- "id": 38649,
610
+ "id": 38728,
611
611
  "parameterSlots": 0,
612
612
  "returnSlots": 0
613
613
  },
614
- "@authorize_38862": {
614
+ "@authorize_38941": {
615
615
  "entryPoint": 5335,
616
- "id": 38862,
616
+ "id": 38941,
617
617
  "parameterSlots": 1,
618
618
  "returnSlots": 0
619
619
  },
@@ -623,15 +623,15 @@
623
623
  "parameterSlots": 1,
624
624
  "returnSlots": 1
625
625
  },
626
- "@currentEpoch_38655": {
626
+ "@currentEpoch_38734": {
627
627
  "entryPoint": null,
628
- "id": 38655,
628
+ "id": 38734,
629
629
  "parameterSlots": 0,
630
630
  "returnSlots": 0
631
631
  },
632
- "@deauthorize_38881": {
632
+ "@deauthorize_38960": {
633
633
  "entryPoint": 2547,
634
- "id": 38881,
634
+ "id": 38960,
635
635
  "parameterSlots": 1,
636
636
  "returnSlots": 0
637
637
  },
@@ -659,9 +659,9 @@
659
659
  "parameterSlots": 1,
660
660
  "returnSlots": 1
661
661
  },
662
- "@extractTimestampAt_38627": {
662
+ "@extractTimestampAt_38706": {
663
663
  "entryPoint": 6089,
664
- "id": 38627,
664
+ "id": 38706,
665
665
  "parameterSlots": 2,
666
666
  "returnSlots": 1
667
667
  },
@@ -677,51 +677,51 @@
677
677
  "parameterSlots": 1,
678
678
  "returnSlots": 1
679
679
  },
680
- "@genesisEpoch_38653": {
680
+ "@genesisEpoch_38732": {
681
681
  "entryPoint": null,
682
- "id": 38653,
682
+ "id": 38732,
683
683
  "parameterSlots": 0,
684
684
  "returnSlots": 0
685
685
  },
686
- "@genesis_38786": {
686
+ "@genesis_38865": {
687
687
  "entryPoint": 2636,
688
- "id": 38786,
688
+ "id": 38865,
689
689
  "parameterSlots": 4,
690
690
  "returnSlots": 0
691
691
  },
692
- "@getBlockDifficulty_39357": {
692
+ "@getBlockDifficulty_39436": {
693
693
  "entryPoint": 913,
694
- "id": 39357,
694
+ "id": 39436,
695
695
  "parameterSlots": 1,
696
696
  "returnSlots": 1
697
697
  },
698
- "@getCurrentAndPrevEpochDifficulty_39411": {
698
+ "@getCurrentAndPrevEpochDifficulty_39490": {
699
699
  "entryPoint": null,
700
- "id": 39411,
700
+ "id": 39490,
701
701
  "parameterSlots": 0,
702
702
  "returnSlots": 2
703
703
  },
704
- "@getCurrentEpochDifficulty_39390": {
704
+ "@getCurrentEpochDifficulty_39469": {
705
705
  "entryPoint": null,
706
- "id": 39390,
706
+ "id": 39469,
707
707
  "parameterSlots": 0,
708
708
  "returnSlots": 1
709
709
  },
710
- "@getEpochDifficulty_39442": {
710
+ "@getEpochDifficulty_39521": {
711
711
  "entryPoint": 3605,
712
- "id": 39442,
712
+ "id": 39521,
713
713
  "parameterSlots": 1,
714
714
  "returnSlots": 1
715
715
  },
716
- "@getPrevEpochDifficulty_39399": {
716
+ "@getPrevEpochDifficulty_39478": {
717
717
  "entryPoint": null,
718
- "id": 39399,
718
+ "id": 39478,
719
719
  "parameterSlots": 0,
720
720
  "returnSlots": 1
721
721
  },
722
- "@getRelayRange_39381": {
722
+ "@getRelayRange_39460": {
723
723
  "entryPoint": 936,
724
- "id": 39381,
724
+ "id": 39460,
725
725
  "parameterSlots": 0,
726
726
  "returnSlots": 2
727
727
  },
@@ -731,9 +731,9 @@
731
731
  "parameterSlots": 3,
732
732
  "returnSlots": 1
733
733
  },
734
- "@isAuthorized_38668": {
734
+ "@isAuthorized_38747": {
735
735
  "entryPoint": null,
736
- "id": 38668,
736
+ "id": 38747,
737
737
  "parameterSlots": 0,
738
738
  "returnSlots": 0
739
739
  },
@@ -749,15 +749,15 @@
749
749
  "parameterSlots": 0,
750
750
  "returnSlots": 1
751
751
  },
752
- "@proofLength_38651": {
752
+ "@proofLength_38730": {
753
753
  "entryPoint": null,
754
- "id": 38651,
754
+ "id": 38730,
755
755
  "parameterSlots": 0,
756
756
  "returnSlots": 0
757
757
  },
758
- "@ready_38647": {
758
+ "@ready_38726": {
759
759
  "entryPoint": null,
760
- "id": 38647,
760
+ "id": 38726,
761
761
  "parameterSlots": 0,
762
762
  "returnSlots": 0
763
763
  },
@@ -773,9 +773,9 @@
773
773
  "parameterSlots": 3,
774
774
  "returnSlots": 1
775
775
  },
776
- "@retarget_39113": {
776
+ "@retarget_39192": {
777
777
  "entryPoint": 3897,
778
- "id": 39113,
778
+ "id": 39192,
779
779
  "parameterSlots": 1,
780
780
  "returnSlots": 0
781
781
  },
@@ -797,15 +797,15 @@
797
797
  "parameterSlots": 1,
798
798
  "returnSlots": 1
799
799
  },
800
- "@setAuthorizationStatus_38843": {
800
+ "@setAuthorizationStatus_38922": {
801
801
  "entryPoint": 5565,
802
- "id": 38843,
802
+ "id": 38922,
803
803
  "parameterSlots": 1,
804
804
  "returnSlots": 0
805
805
  },
806
- "@setProofLength_38826": {
806
+ "@setProofLength_38905": {
807
807
  "entryPoint": 2048,
808
- "id": 38826,
808
+ "id": 38905,
809
809
  "parameterSlots": 1,
810
810
  "returnSlots": 0
811
811
  },
@@ -839,15 +839,15 @@
839
839
  "parameterSlots": 1,
840
840
  "returnSlots": 0
841
841
  },
842
- "@validateChainGasReport_40311": {
842
+ "@validateChainGasReport_40390": {
843
843
  "entryPoint": 5427,
844
- "id": 40311,
844
+ "id": 40390,
845
845
  "parameterSlots": 1,
846
846
  "returnSlots": 2
847
847
  },
848
- "@validateChain_39342": {
848
+ "@validateChain_39421": {
849
849
  "entryPoint": 1032,
850
- "id": 39342,
850
+ "id": 39421,
851
851
  "parameterSlots": 1,
852
852
  "returnSlots": 2
853
853
  },
@@ -863,9 +863,9 @@
863
863
  "parameterSlots": 2,
864
864
  "returnSlots": 1
865
865
  },
866
- "@validateHeader_39502": {
866
+ "@validateHeader_39581": {
867
867
  "entryPoint": 5873,
868
- "id": 39502,
868
+ "id": 39581,
869
869
  "parameterSlots": 3,
870
870
  "returnSlots": 2
871
871
  },
@@ -12542,7 +12542,7 @@
12542
12542
  "type": "t_address"
12543
12543
  },
12544
12544
  {
12545
- "astId": 38647,
12545
+ "astId": 38726,
12546
12546
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12547
12547
  "label": "ready",
12548
12548
  "offset": 20,
@@ -12550,7 +12550,7 @@
12550
12550
  "type": "t_bool"
12551
12551
  },
12552
12552
  {
12553
- "astId": 38649,
12553
+ "astId": 38728,
12554
12554
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12555
12555
  "label": "authorizationRequired",
12556
12556
  "offset": 21,
@@ -12558,7 +12558,7 @@
12558
12558
  "type": "t_bool"
12559
12559
  },
12560
12560
  {
12561
- "astId": 38651,
12561
+ "astId": 38730,
12562
12562
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12563
12563
  "label": "proofLength",
12564
12564
  "offset": 22,
@@ -12566,7 +12566,7 @@
12566
12566
  "type": "t_uint64"
12567
12567
  },
12568
12568
  {
12569
- "astId": 38653,
12569
+ "astId": 38732,
12570
12570
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12571
12571
  "label": "genesisEpoch",
12572
12572
  "offset": 0,
@@ -12574,7 +12574,7 @@
12574
12574
  "type": "t_uint64"
12575
12575
  },
12576
12576
  {
12577
- "astId": 38655,
12577
+ "astId": 38734,
12578
12578
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12579
12579
  "label": "currentEpoch",
12580
12580
  "offset": 8,
@@ -12582,7 +12582,7 @@
12582
12582
  "type": "t_uint64"
12583
12583
  },
12584
12584
  {
12585
- "astId": 38657,
12585
+ "astId": 38736,
12586
12586
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12587
12587
  "label": "currentEpochDifficulty",
12588
12588
  "offset": 0,
@@ -12590,7 +12590,7 @@
12590
12590
  "type": "t_uint256"
12591
12591
  },
12592
12592
  {
12593
- "astId": 38659,
12593
+ "astId": 38738,
12594
12594
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12595
12595
  "label": "prevEpochDifficulty",
12596
12596
  "offset": 0,
@@ -12598,15 +12598,15 @@
12598
12598
  "type": "t_uint256"
12599
12599
  },
12600
12600
  {
12601
- "astId": 38664,
12601
+ "astId": 38743,
12602
12602
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12603
12603
  "label": "epochs",
12604
12604
  "offset": 0,
12605
12605
  "slot": "4",
12606
- "type": "t_mapping(t_uint256,t_struct(Epoch)38536_storage)"
12606
+ "type": "t_mapping(t_uint256,t_struct(Epoch)38615_storage)"
12607
12607
  },
12608
12608
  {
12609
- "astId": 38668,
12609
+ "astId": 38747,
12610
12610
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12611
12611
  "label": "isAuthorized",
12612
12612
  "offset": 0,
@@ -12632,19 +12632,19 @@
12632
12632
  "numberOfBytes": "32",
12633
12633
  "value": "t_bool"
12634
12634
  },
12635
- "t_mapping(t_uint256,t_struct(Epoch)38536_storage)": {
12635
+ "t_mapping(t_uint256,t_struct(Epoch)38615_storage)": {
12636
12636
  "encoding": "mapping",
12637
12637
  "key": "t_uint256",
12638
12638
  "label": "mapping(uint256 => struct Epoch)",
12639
12639
  "numberOfBytes": "32",
12640
- "value": "t_struct(Epoch)38536_storage"
12640
+ "value": "t_struct(Epoch)38615_storage"
12641
12641
  },
12642
- "t_struct(Epoch)38536_storage": {
12642
+ "t_struct(Epoch)38615_storage": {
12643
12643
  "encoding": "inplace",
12644
12644
  "label": "struct Epoch",
12645
12645
  "members": [
12646
12646
  {
12647
- "astId": 38533,
12647
+ "astId": 38612,
12648
12648
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12649
12649
  "label": "timestamp",
12650
12650
  "offset": 0,
@@ -12652,7 +12652,7 @@
12652
12652
  "type": "t_uint32"
12653
12653
  },
12654
12654
  {
12655
- "astId": 38535,
12655
+ "astId": 38614,
12656
12656
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12657
12657
  "label": "target",
12658
12658
  "offset": 4,