@keep-network/tbtc-v2 1.8.0 → 1.8.2

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 (203) hide show
  1. package/artifacts/Bridge.json +1998 -1972
  2. package/artifacts/Bridge_v2_Implementation.json +2817 -0
  3. package/artifacts/Deposit.json +7 -7
  4. package/artifacts/Redemption.json +95 -171
  5. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  6. package/build/contracts/Timelock.sol/Timelock.dbg.json +1 -1
  7. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  8. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  9. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  10. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.json +2 -2
  11. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  12. package/build/contracts/bridge/Bridge.sol/Bridge.json +74 -48
  13. package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.dbg.json +1 -1
  14. package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +2 -2
  15. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  16. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  17. package/build/contracts/bridge/BridgeState.sol/BridgeState.json +2 -2
  18. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  19. package/build/contracts/bridge/Deposit.sol/Deposit.json +2 -2
  20. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  21. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.json +2 -2
  22. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  23. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  24. package/build/contracts/bridge/Fraud.sol/Fraud.json +2 -2
  25. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  26. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  27. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  28. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.json +2 -2
  29. package/build/contracts/bridge/Redemption.sol/IRedemptionWatchtower.dbg.json +1 -1
  30. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  31. package/build/contracts/bridge/Redemption.sol/OutboundTx.json +2 -2
  32. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  33. package/build/contracts/bridge/Redemption.sol/Redemption.json +2 -2
  34. package/build/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.dbg.json +1 -1
  35. package/build/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +2 -2
  36. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  37. package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
  38. package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
  39. package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +1 -1
  40. package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +2 -2
  41. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  42. package/build/contracts/bridge/Wallets.sol/Wallets.json +2 -2
  43. package/build/contracts/cross-chain/AbstractL1BTCDepositor.sol/AbstractL1BTCDepositor.dbg.json +1 -1
  44. package/build/contracts/cross-chain/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  45. package/build/contracts/cross-chain/starknet/StarkNetBitcoinDepositor.sol/StarkNetBitcoinDepositor.dbg.json +1 -1
  46. package/build/contracts/cross-chain/starknet/interfaces/IStarkGateBridge.sol/IStarkGateBridge.dbg.json +1 -1
  47. package/build/contracts/cross-chain/utils/Crosschain.sol/CrosschainUtils.dbg.json +1 -1
  48. package/build/contracts/cross-chain/wormhole/BTCDepositorWormhole.sol/BTCDepositorWormhole.dbg.json +1 -1
  49. package/build/contracts/cross-chain/wormhole/L1BTCDepositorWormhole.sol/L1BTCDepositorWormhole.dbg.json +1 -1
  50. package/build/contracts/cross-chain/wormhole/L2BTCDepositorWormhole.sol/L2BTCDepositorWormhole.dbg.json +1 -1
  51. package/build/contracts/cross-chain/wormhole/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  52. package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormhole.dbg.json +1 -1
  53. package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeGateway.dbg.json +1 -1
  54. package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeReceiver.dbg.json +1 -1
  55. package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeRelayer.dbg.json +1 -1
  56. package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeTokenBridge.dbg.json +1 -1
  57. package/build/contracts/cross-chain/wormhole/Wormhole.sol/WormholeTypes.dbg.json +1 -1
  58. package/build/contracts/cross-chain/wormhole/Wormhole.sol/WormholeUtils.dbg.json +1 -1
  59. package/build/contracts/integrator/AbstractBTCDepositor.sol/AbstractBTCDepositor.dbg.json +1 -1
  60. package/build/contracts/integrator/IBridge.sol/IBridge.dbg.json +1 -1
  61. package/build/contracts/integrator/IBridge.sol/IBridgeTypes.dbg.json +1 -1
  62. package/build/contracts/integrator/ITBTCVault.sol/ITBTCVault.dbg.json +1 -1
  63. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  64. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2 -2
  65. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  66. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  67. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  68. package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
  69. package/build/contracts/test/BankStub.sol/BankStub.dbg.json +1 -1
  70. package/build/contracts/test/BridgeStub.sol/BridgeStub.dbg.json +1 -1
  71. package/build/contracts/test/BridgeStub.sol/BridgeStub.json +74 -48
  72. package/build/contracts/test/HeartbeatStub.sol/HeartbeatStub.dbg.json +1 -1
  73. package/build/contracts/test/LightRelayStub.sol/LightRelayStub.dbg.json +1 -1
  74. package/build/contracts/test/MockBridgeForStarkNet.sol/MockBridgeForStarkNet.dbg.json +1 -1
  75. package/build/contracts/test/MockStarkGateBridge.sol/MockStarkGateBridge.dbg.json +1 -1
  76. package/build/contracts/test/MockTBTCBridge.sol/MockTBTCBridge.dbg.json +1 -1
  77. package/build/contracts/test/MockTBTCBridgeWithSweep.sol/MockTBTCBridgeWithSweep.dbg.json +1 -1
  78. package/build/contracts/test/MockTBTCToken.sol/MockTBTCToken.dbg.json +1 -1
  79. package/build/contracts/test/MockTBTCVault.sol/MockTBTCVault.dbg.json +1 -1
  80. package/build/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.dbg.json +1 -1
  81. package/build/contracts/test/ReentrancyAttacker.sol/ReentrancyAttacker.dbg.json +1 -1
  82. package/build/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.dbg.json +1 -1
  83. package/build/contracts/test/SystemTestRelay.sol/SystemTestRelay.dbg.json +1 -1
  84. package/build/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +2 -2
  85. package/build/contracts/test/TestBTCDepositor.sol/MockBridge.dbg.json +1 -1
  86. package/build/contracts/test/TestBTCDepositor.sol/MockTBTCVault.dbg.json +1 -1
  87. package/build/contracts/test/TestBTCDepositor.sol/TestBTCDepositor.dbg.json +1 -1
  88. package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.dbg.json +1 -1
  89. package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +2 -2
  90. package/build/contracts/test/TestERC20.sol/TestERC20.dbg.json +1 -1
  91. package/build/contracts/test/TestERC721.sol/TestERC721.dbg.json +1 -1
  92. package/build/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.dbg.json +1 -1
  93. package/build/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.dbg.json +1 -1
  94. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  95. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  96. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  97. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  98. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  99. package/build/contracts/vault/TBTCVault.sol/TBTCVault.json +2 -2
  100. package/contracts/bridge/Bridge.sol +34 -0
  101. package/contracts/bridge/Deposit.sol +7 -5
  102. package/deploy/80_upgrade_bridge_v2.ts +107 -54
  103. package/deploy/81_upgrade_bridge_v2_vault_fix.ts +160 -0
  104. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +4891 -4170
  105. package/export/artifacts/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +207 -207
  106. package/export/artifacts/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +104 -104
  107. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +67 -67
  108. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +24 -24
  109. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +26 -26
  110. package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +72 -72
  111. package/export/artifacts/contracts/cross-chain/L2TBTC.sol/L2TBTC.json +40 -40
  112. package/export/artifacts/contracts/cross-chain/starknet/StarkNetBitcoinDepositor.sol/StarkNetBitcoinDepositor.json +3360 -3360
  113. package/export/artifacts/contracts/cross-chain/wormhole/BTCDepositorWormhole.sol/BTCDepositorWormhole.json +117 -117
  114. package/export/artifacts/contracts/cross-chain/wormhole/L1BTCDepositorWormhole.sol/L1BTCDepositorWormhole.json +140 -140
  115. package/export/artifacts/contracts/cross-chain/wormhole/L2BTCDepositorWormhole.sol/L2BTCDepositorWormhole.json +37 -37
  116. package/export/artifacts/contracts/cross-chain/wormhole/L2WormholeGateway.sol/L2WormholeGateway.json +51 -51
  117. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +103 -103
  118. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
  119. package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +31 -31
  120. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
  121. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +5130 -4414
  122. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
  123. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +59 -59
  124. package/export/artifacts/contracts/test/MockBridgeForStarkNet.sol/MockBridgeForStarkNet.json +730 -730
  125. package/export/artifacts/contracts/test/MockStarkGateBridge.sol/MockStarkGateBridge.json +956 -956
  126. package/export/artifacts/contracts/test/MockTBTCBridge.sol/MockTBTCBridge.json +781 -781
  127. package/export/artifacts/contracts/test/MockTBTCBridgeWithSweep.sol/MockTBTCBridgeWithSweep.json +458 -458
  128. package/export/artifacts/contracts/test/MockTBTCToken.sol/MockTBTCToken.json +1273 -1273
  129. package/export/artifacts/contracts/test/MockTBTCVault.sol/MockTBTCVault.json +305 -305
  130. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
  131. package/export/artifacts/contracts/test/ReentrancyAttacker.sol/ReentrancyAttacker.json +204 -204
  132. package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +59 -59
  133. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +19 -19
  134. package/export/artifacts/contracts/test/TestBTCDepositor.sol/MockBridge.json +34 -34
  135. package/export/artifacts/contracts/test/TestBTCDepositor.sol/MockTBTCVault.json +20 -20
  136. package/export/artifacts/contracts/test/TestBTCDepositor.sol/TestBTCDepositor.json +52 -52
  137. package/export/artifacts/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +124 -124
  138. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +6 -6
  139. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +8 -8
  140. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
  141. package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
  142. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
  143. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
  144. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +144 -144
  145. package/export/deploy/80_upgrade_bridge_v2.js +127 -90
  146. package/export/deploy/81_upgrade_bridge_v2_vault_fix.js +211 -0
  147. package/export/typechain/AbstractBTCRedeemer.js +2 -0
  148. package/export/typechain/IBank.js +2 -0
  149. package/export/typechain/IL2WormholeGateway.js +2 -0
  150. package/export/typechain/INttManager.js +2 -0
  151. package/export/typechain/INttManagerWithExecutor.js +2 -0
  152. package/export/typechain/L1BTCDepositorNtt.js +2 -0
  153. package/export/typechain/L1BTCDepositorNttWithExecutor.js +2 -0
  154. package/export/typechain/L1BTCRedeemerWormhole.js +2 -0
  155. package/export/typechain/L2BTCRedeemerWormhole.js +2 -0
  156. package/export/typechain/MockBank.js +2 -0
  157. package/export/typechain/MockBridgeWithRebateStaking.js +2 -0
  158. package/export/typechain/MockL1BTCRedeemerWormhole.js +2 -0
  159. package/export/typechain/MockNttManager.js +2 -0
  160. package/export/typechain/MockNttManagerWithExecutor.js +2 -0
  161. package/export/typechain/NativeBTCDepositor.js +2 -0
  162. package/export/typechain/RebateStaking.js +2 -0
  163. package/export/typechain/TestBTCRedeemer.js +2 -0
  164. package/export/typechain/TestBTCUtilsHelper.js +2 -0
  165. package/export/typechain/TransceiverStructs.js +2 -0
  166. package/export/typechain/factories/AbstractBTCRedeemer__factory.js +204 -0
  167. package/export/typechain/factories/BridgeGovernance__factory.js +1 -1
  168. package/export/typechain/factories/BridgeState__factory.js +1 -1
  169. package/export/typechain/factories/BridgeStub__factory.js +27 -1
  170. package/export/typechain/factories/Bridge__factory.js +27 -1
  171. package/export/typechain/factories/DepositSweep__factory.js +1 -1
  172. package/export/typechain/factories/Deposit__factory.js +1 -1
  173. package/export/typechain/factories/Fraud__factory.js +1 -1
  174. package/export/typechain/factories/IBank__factory.js +138 -0
  175. package/export/typechain/factories/IL2WormholeGateway__factory.js +61 -0
  176. package/export/typechain/factories/INttManagerWithExecutor__factory.js +183 -0
  177. package/export/typechain/factories/INttManager__factory.js +51 -0
  178. package/export/typechain/factories/L1BTCDepositorNttWithExecutor__factory.js +1454 -0
  179. package/export/typechain/factories/L1BTCDepositorNtt__factory.js +920 -0
  180. package/export/typechain/factories/L1BTCRedeemerWormhole__factory.js +622 -0
  181. package/export/typechain/factories/L2BTCRedeemerWormhole__factory.js +348 -0
  182. package/export/typechain/factories/MaintainerProxy__factory.js +1 -1
  183. package/export/typechain/factories/MockBank__factory.js +248 -0
  184. package/export/typechain/factories/MockBridgeWithRebateStaking__factory.js +129 -0
  185. package/export/typechain/factories/MockL1BTCRedeemerWormhole__factory.js +638 -0
  186. package/export/typechain/factories/MockNttManagerWithExecutor__factory.js +423 -0
  187. package/export/typechain/factories/MockNttManager__factory.js +211 -0
  188. package/export/typechain/factories/MovingFunds__factory.js +1 -1
  189. package/export/typechain/factories/NativeBTCDepositor__factory.js +635 -0
  190. package/export/typechain/factories/RebateStaking__factory.js +720 -0
  191. package/export/typechain/factories/RedemptionWatchtower__factory.js +1 -1
  192. package/export/typechain/factories/Redemption__factory.js +1 -1
  193. package/export/typechain/factories/SystemTestRelay__factory.js +1 -1
  194. package/export/typechain/factories/TBTCVault__factory.js +1 -1
  195. package/export/typechain/factories/TestBTCRedeemer__factory.js +425 -0
  196. package/export/typechain/factories/TestBTCUtilsHelper__factory.js +109 -0
  197. package/export/typechain/factories/TestBitcoinTx__factory.js +1 -1
  198. package/export/typechain/factories/TransceiverStructs__factory.js +853 -0
  199. package/export/typechain/factories/WalletProposalValidator__factory.js +1 -1
  200. package/export/typechain/factories/Wallets__factory.js +1 -1
  201. package/export/typechain/index.js +40 -2
  202. package/export.json +40910 -0
  203. package/package.json +1 -1
@@ -42,15 +42,15 @@
42
42
  },
43
43
  "deployedBytecode": {
44
44
  "functionDebugData": {
45
- "@isValidHeartbeatMessage_33342": {
45
+ "@isValidHeartbeatMessage_33427": {
46
46
  "entryPoint": 108,
47
- "id": 33342,
47
+ "id": 33427,
48
48
  "parameterSlots": 2,
49
49
  "returnSlots": 1
50
50
  },
51
- "@isValidHeartbeatMessage_46053": {
51
+ "@isValidHeartbeatMessage_46112": {
52
52
  "entryPoint": 87,
53
- "id": 46053,
53
+ "id": 46112,
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_44439": {
608
+ "@authorizationRequired_44498": {
609
609
  "entryPoint": null,
610
- "id": 44439,
610
+ "id": 44498,
611
611
  "parameterSlots": 0,
612
612
  "returnSlots": 0
613
613
  },
614
- "@authorize_44652": {
614
+ "@authorize_44711": {
615
615
  "entryPoint": 5335,
616
- "id": 44652,
616
+ "id": 44711,
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_44445": {
626
+ "@currentEpoch_44504": {
627
627
  "entryPoint": null,
628
- "id": 44445,
628
+ "id": 44504,
629
629
  "parameterSlots": 0,
630
630
  "returnSlots": 0
631
631
  },
632
- "@deauthorize_44671": {
632
+ "@deauthorize_44730": {
633
633
  "entryPoint": 2547,
634
- "id": 44671,
634
+ "id": 44730,
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_44417": {
662
+ "@extractTimestampAt_44476": {
663
663
  "entryPoint": 6089,
664
- "id": 44417,
664
+ "id": 44476,
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_44443": {
680
+ "@genesisEpoch_44502": {
681
681
  "entryPoint": null,
682
- "id": 44443,
682
+ "id": 44502,
683
683
  "parameterSlots": 0,
684
684
  "returnSlots": 0
685
685
  },
686
- "@genesis_44576": {
686
+ "@genesis_44635": {
687
687
  "entryPoint": 2636,
688
- "id": 44576,
688
+ "id": 44635,
689
689
  "parameterSlots": 4,
690
690
  "returnSlots": 0
691
691
  },
692
- "@getBlockDifficulty_45147": {
692
+ "@getBlockDifficulty_45206": {
693
693
  "entryPoint": 913,
694
- "id": 45147,
694
+ "id": 45206,
695
695
  "parameterSlots": 1,
696
696
  "returnSlots": 1
697
697
  },
698
- "@getCurrentAndPrevEpochDifficulty_45201": {
698
+ "@getCurrentAndPrevEpochDifficulty_45260": {
699
699
  "entryPoint": null,
700
- "id": 45201,
700
+ "id": 45260,
701
701
  "parameterSlots": 0,
702
702
  "returnSlots": 2
703
703
  },
704
- "@getCurrentEpochDifficulty_45180": {
704
+ "@getCurrentEpochDifficulty_45239": {
705
705
  "entryPoint": null,
706
- "id": 45180,
706
+ "id": 45239,
707
707
  "parameterSlots": 0,
708
708
  "returnSlots": 1
709
709
  },
710
- "@getEpochDifficulty_45232": {
710
+ "@getEpochDifficulty_45291": {
711
711
  "entryPoint": 3605,
712
- "id": 45232,
712
+ "id": 45291,
713
713
  "parameterSlots": 1,
714
714
  "returnSlots": 1
715
715
  },
716
- "@getPrevEpochDifficulty_45189": {
716
+ "@getPrevEpochDifficulty_45248": {
717
717
  "entryPoint": null,
718
- "id": 45189,
718
+ "id": 45248,
719
719
  "parameterSlots": 0,
720
720
  "returnSlots": 1
721
721
  },
722
- "@getRelayRange_45171": {
722
+ "@getRelayRange_45230": {
723
723
  "entryPoint": 936,
724
- "id": 45171,
724
+ "id": 45230,
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_44458": {
734
+ "@isAuthorized_44517": {
735
735
  "entryPoint": null,
736
- "id": 44458,
736
+ "id": 44517,
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_44441": {
752
+ "@proofLength_44500": {
753
753
  "entryPoint": null,
754
- "id": 44441,
754
+ "id": 44500,
755
755
  "parameterSlots": 0,
756
756
  "returnSlots": 0
757
757
  },
758
- "@ready_44437": {
758
+ "@ready_44496": {
759
759
  "entryPoint": null,
760
- "id": 44437,
760
+ "id": 44496,
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_44903": {
776
+ "@retarget_44962": {
777
777
  "entryPoint": 3897,
778
- "id": 44903,
778
+ "id": 44962,
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_44633": {
800
+ "@setAuthorizationStatus_44692": {
801
801
  "entryPoint": 5565,
802
- "id": 44633,
802
+ "id": 44692,
803
803
  "parameterSlots": 1,
804
804
  "returnSlots": 0
805
805
  },
806
- "@setProofLength_44616": {
806
+ "@setProofLength_44675": {
807
807
  "entryPoint": 2048,
808
- "id": 44616,
808
+ "id": 44675,
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_46074": {
842
+ "@validateChainGasReport_46133": {
843
843
  "entryPoint": 5427,
844
- "id": 46074,
844
+ "id": 46133,
845
845
  "parameterSlots": 1,
846
846
  "returnSlots": 2
847
847
  },
848
- "@validateChain_45132": {
848
+ "@validateChain_45191": {
849
849
  "entryPoint": 1032,
850
- "id": 45132,
850
+ "id": 45191,
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_45292": {
866
+ "@validateHeader_45351": {
867
867
  "entryPoint": 5873,
868
- "id": 45292,
868
+ "id": 45351,
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": 44437,
12545
+ "astId": 44496,
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": 44439,
12553
+ "astId": 44498,
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": 44441,
12561
+ "astId": 44500,
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": 44443,
12569
+ "astId": 44502,
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": 44445,
12577
+ "astId": 44504,
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": 44447,
12585
+ "astId": 44506,
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": 44449,
12593
+ "astId": 44508,
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": 44454,
12601
+ "astId": 44513,
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)44326_storage)"
12606
+ "type": "t_mapping(t_uint256,t_struct(Epoch)44385_storage)"
12607
12607
  },
12608
12608
  {
12609
- "astId": 44458,
12609
+ "astId": 44517,
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)44326_storage)": {
12635
+ "t_mapping(t_uint256,t_struct(Epoch)44385_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)44326_storage"
12640
+ "value": "t_struct(Epoch)44385_storage"
12641
12641
  },
12642
- "t_struct(Epoch)44326_storage": {
12642
+ "t_struct(Epoch)44385_storage": {
12643
12643
  "encoding": "inplace",
12644
12644
  "label": "struct Epoch",
12645
12645
  "members": [
12646
12646
  {
12647
- "astId": 44323,
12647
+ "astId": 44382,
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": 44325,
12655
+ "astId": 44384,
12656
12656
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12657
12657
  "label": "target",
12658
12658
  "offset": 4,