@keep-network/tbtc-v2 1.6.0-dev.5 → 1.6.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 (160) hide show
  1. package/artifacts/BLS.json +6 -6
  2. package/artifacts/Bank.json +17 -17
  3. package/artifacts/BeaconAuthorization.json +6 -6
  4. package/artifacts/BeaconDkg.json +6 -6
  5. package/artifacts/BeaconDkgValidator.json +9 -9
  6. package/artifacts/BeaconInactivity.json +6 -6
  7. package/artifacts/BeaconSortitionPool.json +16 -16
  8. package/artifacts/Bridge.json +32 -32
  9. package/artifacts/BridgeGovernance.json +14 -14
  10. package/artifacts/BridgeGovernanceParameters.json +7 -7
  11. package/artifacts/Deposit.json +7 -7
  12. package/artifacts/DepositSweep.json +7 -7
  13. package/artifacts/DonationVault.json +11 -11
  14. package/artifacts/EcdsaDkgValidator.json +7 -7
  15. package/artifacts/EcdsaInactivity.json +6 -6
  16. package/artifacts/EcdsaSortitionPool.json +16 -16
  17. package/artifacts/Fraud.json +7 -7
  18. package/artifacts/LightRelay.json +28 -28
  19. package/artifacts/LightRelayMaintainerProxy.json +24 -24
  20. package/artifacts/MaintainerProxy.json +37 -37
  21. package/artifacts/MovingFunds.json +7 -7
  22. package/artifacts/NuCypherToken.json +11 -11
  23. package/artifacts/RandomBeacon.json +23 -23
  24. package/artifacts/RandomBeaconChaosnet.json +11 -11
  25. package/artifacts/RandomBeaconGovernance.json +12 -12
  26. package/artifacts/Redemption.json +7 -7
  27. package/artifacts/ReimbursementPool.json +11 -11
  28. package/artifacts/T.json +11 -11
  29. package/artifacts/TBTC.json +19 -19
  30. package/artifacts/TBTCToken.json +19 -19
  31. package/artifacts/TBTCVault.json +36 -36
  32. package/artifacts/TokenStaking.json +156 -308
  33. package/artifacts/TokenholderGovernor.json +47 -47
  34. package/artifacts/TokenholderTimelock.json +36 -36
  35. package/artifacts/VendingMachine.json +22 -22
  36. package/artifacts/VendingMachineNuCypher.json +9 -9
  37. package/artifacts/VendingMachineV2.json +15 -15
  38. package/artifacts/VendingMachineV3.json +15 -15
  39. package/artifacts/WalletProposalValidator.json +437 -0
  40. package/artifacts/WalletRegistry.json +31 -31
  41. package/artifacts/WalletRegistryGovernance.json +56 -56
  42. package/artifacts/Wallets.json +7 -7
  43. package/artifacts/solcInputs/{d2d7e276da75d7184610fe11a4a103b7.json → b4e1c442421284b256fcad9f86102ecc.json} +4 -4
  44. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  45. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  46. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  47. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  48. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  49. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  50. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  51. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  52. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  53. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  54. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  55. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  56. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  57. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  58. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  59. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  60. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  61. package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
  62. package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
  63. package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +4 -0
  64. package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +323 -0
  65. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  66. package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  67. package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
  68. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  69. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  70. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  71. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  72. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  73. package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
  74. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  75. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  76. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  77. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  78. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  79. package/contracts/bridge/{WalletCoordinator.sol → WalletProposalValidator.sol} +129 -447
  80. package/deploy/39_deploy_wallet_proposal_validator.ts +33 -0
  81. package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +24 -24
  82. package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +4999 -4814
  83. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +2 -2
  84. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +23 -23
  85. package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +53 -53
  86. package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +21 -21
  87. package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +16 -16
  88. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +206 -206
  89. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
  90. package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +46 -46
  91. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +36 -36
  92. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +78 -78
  93. package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +68 -68
  94. package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +43 -43
  95. package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +79 -79
  96. package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +42 -42
  97. package/export/artifacts/contracts/bank/Bank.sol/Bank.json +77 -77
  98. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +320 -320
  99. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +108 -108
  100. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +63 -63
  101. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +65 -65
  102. package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +25381 -0
  103. package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +194 -194
  104. package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +98 -98
  105. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +149 -149
  106. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +76 -76
  107. package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +62 -62
  108. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +79 -79
  109. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +358 -358
  110. package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +78 -78
  111. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
  112. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +78 -78
  113. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
  114. package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +78 -78
  115. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
  116. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +85 -85
  117. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +78 -78
  118. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
  119. package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
  120. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +104 -104
  121. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
  122. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +184 -184
  123. package/export/deploy/39_deploy_wallet_proposal_validator.js +82 -0
  124. package/export/hardhat.config.js +0 -6
  125. package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
  126. package/export/typechain/factories/IStaking__factory.js +24 -103
  127. package/export/typechain/factories/WalletProposalValidator__factory.js +402 -0
  128. package/export/typechain/factories/WalletRegistry__factory.js +1 -1
  129. package/export/typechain/index.js +3 -3
  130. package/package.json +2 -2
  131. package/artifacts/KeepRegistry.json +0 -99
  132. package/artifacts/KeepStake.json +0 -286
  133. package/artifacts/KeepToken.json +0 -711
  134. package/artifacts/KeepTokenStaking.json +0 -483
  135. package/artifacts/NuCypherStakingEscrow.json +0 -287
  136. package/artifacts/VendingMachineKeep.json +0 -400
  137. package/artifacts/WalletCoordinator.json +0 -1107
  138. package/build/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.dbg.json +0 -4
  139. package/build/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.json +0 -1042
  140. package/deploy/34_deploy_wallet_coordinator.ts +0 -43
  141. package/deploy/35_add_coordinator_address.ts +0 -20
  142. package/deploy/36_transfer_wallet_coordinator_ownership.ts +0 -19
  143. package/deploy/81_upgrade_wallet_coordinator_v2.ts +0 -99
  144. package/export/artifacts/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.json +0 -33310
  145. package/export/deploy/34_deploy_wallet_coordinator.js +0 -115
  146. package/export/deploy/35_add_coordinator_address.js +0 -60
  147. package/export/deploy/36_transfer_wallet_coordinator_ownership.js +0 -60
  148. package/export/deploy/81_upgrade_wallet_coordinator_v2.js +0 -140
  149. package/export/typechain/factories/WalletCoordinator__factory.js +0 -1121
  150. /package/deploy/{37_deploy_light_relay_maintainer_proxy.ts → 34_deploy_light_relay_maintainer_proxy.ts} +0 -0
  151. /package/deploy/{38_authorize_maintainer_in_light_relay_maintainer_proxy.ts → 35_authorize_maintainer_in_light_relay_maintainer_proxy.ts} +0 -0
  152. /package/deploy/{39_transfer_light_relay_maintainer_proxy_ownership.ts → 36_transfer_light_relay_maintainer_proxy_ownership.ts} +0 -0
  153. /package/deploy/{40_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.ts → 37_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.ts} +0 -0
  154. /package/deploy/{41_authorize_light_relay_maintainer_proxy_in_light_relay.ts → 38_authorize_light_relay_maintainer_proxy_in_light_relay.ts} +0 -0
  155. /package/export/deploy/{37_deploy_light_relay_maintainer_proxy.js → 34_deploy_light_relay_maintainer_proxy.js} +0 -0
  156. /package/export/deploy/{38_authorize_maintainer_in_light_relay_maintainer_proxy.js → 35_authorize_maintainer_in_light_relay_maintainer_proxy.js} +0 -0
  157. /package/export/deploy/{39_transfer_light_relay_maintainer_proxy_ownership.js → 36_transfer_light_relay_maintainer_proxy_ownership.js} +0 -0
  158. /package/export/deploy/{40_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js → 37_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js} +0 -0
  159. /package/export/deploy/{41_authorize_light_relay_maintainer_proxy_in_light_relay.js → 38_authorize_light_relay_maintainer_proxy_in_light_relay.js} +0 -0
  160. /package/export/typechain/{WalletCoordinator.js → WalletProposalValidator.js} +0 -0
@@ -561,21 +561,21 @@
561
561
  "evm": {
562
562
  "bytecode": {
563
563
  "functionDebugData": {
564
- "@_17287": {
564
+ "@_17296": {
565
565
  "entryPoint": null,
566
- "id": 17287,
566
+ "id": 17296,
567
567
  "parameterSlots": 0,
568
568
  "returnSlots": 0
569
569
  },
570
- "@_msgSender_20009": {
570
+ "@_msgSender_20018": {
571
571
  "entryPoint": null,
572
- "id": 20009,
572
+ "id": 20018,
573
573
  "parameterSlots": 0,
574
574
  "returnSlots": 1
575
575
  },
576
- "@_transferOwnership_17375": {
576
+ "@_transferOwnership_17384": {
577
577
  "entryPoint": 31,
578
- "id": 17375,
578
+ "id": 17384,
579
579
  "parameterSlots": 1,
580
580
  "returnSlots": 0
581
581
  }
@@ -587,33 +587,33 @@
587
587
  },
588
588
  "deployedBytecode": {
589
589
  "functionDebugData": {
590
- "@_checkOwner_17318": {
590
+ "@_checkOwner_17327": {
591
591
  "entryPoint": 6122,
592
- "id": 17318,
592
+ "id": 17327,
593
593
  "parameterSlots": 0,
594
594
  "returnSlots": 0
595
595
  },
596
- "@_msgSender_20009": {
596
+ "@_msgSender_20018": {
597
597
  "entryPoint": null,
598
- "id": 20009,
598
+ "id": 20018,
599
599
  "parameterSlots": 0,
600
600
  "returnSlots": 1
601
601
  },
602
- "@_transferOwnership_17375": {
602
+ "@_transferOwnership_17384": {
603
603
  "entryPoint": 6265,
604
- "id": 17375,
604
+ "id": 17384,
605
605
  "parameterSlots": 1,
606
606
  "returnSlots": 0
607
607
  },
608
- "@authorizationRequired_39170": {
608
+ "@authorizationRequired_38642": {
609
609
  "entryPoint": null,
610
- "id": 39170,
610
+ "id": 38642,
611
611
  "parameterSlots": 0,
612
612
  "returnSlots": 0
613
613
  },
614
- "@authorize_39383": {
614
+ "@authorize_38855": {
615
615
  "entryPoint": 5335,
616
- "id": 39383,
616
+ "id": 38855,
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_39176": {
626
+ "@currentEpoch_38648": {
627
627
  "entryPoint": null,
628
- "id": 39176,
628
+ "id": 38648,
629
629
  "parameterSlots": 0,
630
630
  "returnSlots": 0
631
631
  },
632
- "@deauthorize_39402": {
632
+ "@deauthorize_38874": {
633
633
  "entryPoint": 2547,
634
- "id": 39402,
634
+ "id": 38874,
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_39148": {
662
+ "@extractTimestampAt_38620": {
663
663
  "entryPoint": 6089,
664
- "id": 39148,
664
+ "id": 38620,
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_39174": {
680
+ "@genesisEpoch_38646": {
681
681
  "entryPoint": null,
682
- "id": 39174,
682
+ "id": 38646,
683
683
  "parameterSlots": 0,
684
684
  "returnSlots": 0
685
685
  },
686
- "@genesis_39307": {
686
+ "@genesis_38779": {
687
687
  "entryPoint": 2636,
688
- "id": 39307,
688
+ "id": 38779,
689
689
  "parameterSlots": 4,
690
690
  "returnSlots": 0
691
691
  },
692
- "@getBlockDifficulty_39878": {
692
+ "@getBlockDifficulty_39350": {
693
693
  "entryPoint": 913,
694
- "id": 39878,
694
+ "id": 39350,
695
695
  "parameterSlots": 1,
696
696
  "returnSlots": 1
697
697
  },
698
- "@getCurrentAndPrevEpochDifficulty_39932": {
698
+ "@getCurrentAndPrevEpochDifficulty_39404": {
699
699
  "entryPoint": null,
700
- "id": 39932,
700
+ "id": 39404,
701
701
  "parameterSlots": 0,
702
702
  "returnSlots": 2
703
703
  },
704
- "@getCurrentEpochDifficulty_39911": {
704
+ "@getCurrentEpochDifficulty_39383": {
705
705
  "entryPoint": null,
706
- "id": 39911,
706
+ "id": 39383,
707
707
  "parameterSlots": 0,
708
708
  "returnSlots": 1
709
709
  },
710
- "@getEpochDifficulty_39963": {
710
+ "@getEpochDifficulty_39435": {
711
711
  "entryPoint": 3605,
712
- "id": 39963,
712
+ "id": 39435,
713
713
  "parameterSlots": 1,
714
714
  "returnSlots": 1
715
715
  },
716
- "@getPrevEpochDifficulty_39920": {
716
+ "@getPrevEpochDifficulty_39392": {
717
717
  "entryPoint": null,
718
- "id": 39920,
718
+ "id": 39392,
719
719
  "parameterSlots": 0,
720
720
  "returnSlots": 1
721
721
  },
722
- "@getRelayRange_39902": {
722
+ "@getRelayRange_39374": {
723
723
  "entryPoint": 936,
724
- "id": 39902,
724
+ "id": 39374,
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_39189": {
734
+ "@isAuthorized_38661": {
735
735
  "entryPoint": null,
736
- "id": 39189,
736
+ "id": 38661,
737
737
  "parameterSlots": 0,
738
738
  "returnSlots": 0
739
739
  },
@@ -743,27 +743,27 @@
743
743
  "parameterSlots": 2,
744
744
  "returnSlots": 1
745
745
  },
746
- "@owner_17304": {
746
+ "@owner_17313": {
747
747
  "entryPoint": null,
748
- "id": 17304,
748
+ "id": 17313,
749
749
  "parameterSlots": 0,
750
750
  "returnSlots": 1
751
751
  },
752
- "@proofLength_39172": {
752
+ "@proofLength_38644": {
753
753
  "entryPoint": null,
754
- "id": 39172,
754
+ "id": 38644,
755
755
  "parameterSlots": 0,
756
756
  "returnSlots": 0
757
757
  },
758
- "@ready_39168": {
758
+ "@ready_38640": {
759
759
  "entryPoint": null,
760
- "id": 39168,
760
+ "id": 38640,
761
761
  "parameterSlots": 0,
762
762
  "returnSlots": 0
763
763
  },
764
- "@renounceOwnership_17332": {
764
+ "@renounceOwnership_17341": {
765
765
  "entryPoint": 3877,
766
- "id": 17332,
766
+ "id": 17341,
767
767
  "parameterSlots": 0,
768
768
  "returnSlots": 0
769
769
  },
@@ -773,9 +773,9 @@
773
773
  "parameterSlots": 3,
774
774
  "returnSlots": 1
775
775
  },
776
- "@retarget_39634": {
776
+ "@retarget_39106": {
777
777
  "entryPoint": 3897,
778
- "id": 39634,
778
+ "id": 39106,
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_39364": {
800
+ "@setAuthorizationStatus_38836": {
801
801
  "entryPoint": 5565,
802
- "id": 39364,
802
+ "id": 38836,
803
803
  "parameterSlots": 1,
804
804
  "returnSlots": 0
805
805
  },
806
- "@setProofLength_39347": {
806
+ "@setProofLength_38819": {
807
807
  "entryPoint": 2048,
808
- "id": 39347,
808
+ "id": 38819,
809
809
  "parameterSlots": 1,
810
810
  "returnSlots": 0
811
811
  },
@@ -833,21 +833,21 @@
833
833
  "parameterSlots": 2,
834
834
  "returnSlots": 1
835
835
  },
836
- "@transferOwnership_17355": {
836
+ "@transferOwnership_17364": {
837
837
  "entryPoint": 5677,
838
- "id": 17355,
838
+ "id": 17364,
839
839
  "parameterSlots": 1,
840
840
  "returnSlots": 0
841
841
  },
842
- "@validateChainGasReport_40845": {
842
+ "@validateChainGasReport_40317": {
843
843
  "entryPoint": 5427,
844
- "id": 40845,
844
+ "id": 40317,
845
845
  "parameterSlots": 1,
846
846
  "returnSlots": 2
847
847
  },
848
- "@validateChain_39863": {
848
+ "@validateChain_39335": {
849
849
  "entryPoint": 1032,
850
- "id": 39863,
850
+ "id": 39335,
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_40023": {
866
+ "@validateHeader_39495": {
867
867
  "entryPoint": 5873,
868
- "id": 40023,
868
+ "id": 39495,
869
869
  "parameterSlots": 3,
870
870
  "returnSlots": 2
871
871
  },
@@ -12534,7 +12534,7 @@
12534
12534
  "storageLayout": {
12535
12535
  "storage": [
12536
12536
  {
12537
- "astId": 17271,
12537
+ "astId": 17280,
12538
12538
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12539
12539
  "label": "_owner",
12540
12540
  "offset": 0,
@@ -12542,7 +12542,7 @@
12542
12542
  "type": "t_address"
12543
12543
  },
12544
12544
  {
12545
- "astId": 39168,
12545
+ "astId": 38640,
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": 39170,
12553
+ "astId": 38642,
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": 39172,
12561
+ "astId": 38644,
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": 39174,
12569
+ "astId": 38646,
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": 39176,
12577
+ "astId": 38648,
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": 39178,
12585
+ "astId": 38650,
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": 39180,
12593
+ "astId": 38652,
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": 39185,
12601
+ "astId": 38657,
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)39057_storage)"
12606
+ "type": "t_mapping(t_uint256,t_struct(Epoch)38529_storage)"
12607
12607
  },
12608
12608
  {
12609
- "astId": 39189,
12609
+ "astId": 38661,
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)39057_storage)": {
12635
+ "t_mapping(t_uint256,t_struct(Epoch)38529_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)39057_storage"
12640
+ "value": "t_struct(Epoch)38529_storage"
12641
12641
  },
12642
- "t_struct(Epoch)39057_storage": {
12642
+ "t_struct(Epoch)38529_storage": {
12643
12643
  "encoding": "inplace",
12644
12644
  "label": "struct Epoch",
12645
12645
  "members": [
12646
12646
  {
12647
- "astId": 39054,
12647
+ "astId": 38526,
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": 39056,
12655
+ "astId": 38528,
12656
12656
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12657
12657
  "label": "target",
12658
12658
  "offset": 4,
@@ -107,21 +107,21 @@
107
107
  },
108
108
  "deployedBytecode": {
109
109
  "functionDebugData": {
110
- "@receiveApproval_40890": {
110
+ "@receiveApproval_40362": {
111
111
  "entryPoint": 157,
112
- "id": 40890,
112
+ "id": 40362,
113
113
  "parameterSlots": 5,
114
114
  "returnSlots": 0
115
115
  },
116
- "@setShouldRevert_40900": {
116
+ "@setShouldRevert_40372": {
117
117
  "entryPoint": null,
118
- "id": 40900,
118
+ "id": 40372,
119
119
  "parameterSlots": 1,
120
120
  "returnSlots": 0
121
121
  },
122
- "@shouldRevert_40853": {
122
+ "@shouldRevert_40325": {
123
123
  "entryPoint": null,
124
- "id": 40853,
124
+ "id": 40325,
125
125
  "parameterSlots": 0,
126
126
  "returnSlots": 0
127
127
  },
@@ -2136,7 +2136,7 @@
2136
2136
  "storageLayout": {
2137
2137
  "storage": [
2138
2138
  {
2139
- "astId": 40853,
2139
+ "astId": 40325,
2140
2140
  "contract": "contracts/test/ReceiveApprovalStub.sol:ReceiveApprovalStub",
2141
2141
  "label": "shouldRevert",
2142
2142
  "offset": 0,