@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.
- package/artifacts/Bridge.json +1998 -1972
- package/artifacts/Bridge_v2_Implementation.json +2817 -0
- package/artifacts/Deposit.json +7 -7
- package/artifacts/Redemption.json +95 -171
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/Timelock.sol/Timelock.dbg.json +1 -1
- package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
- package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.json +2 -2
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.json +74 -48
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +2 -2
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.json +2 -2
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.json +2 -2
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.json +2 -2
- package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
- package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
- package/build/contracts/bridge/Fraud.sol/Fraud.json +2 -2
- package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
- package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
- package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
- package/build/contracts/bridge/MovingFunds.sol/MovingFunds.json +2 -2
- package/build/contracts/bridge/Redemption.sol/IRedemptionWatchtower.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.json +2 -2
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.json +2 -2
- package/build/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.dbg.json +1 -1
- package/build/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +2 -2
- package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
- package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +1 -1
- package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +2 -2
- package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/bridge/Wallets.sol/Wallets.json +2 -2
- package/build/contracts/cross-chain/AbstractL1BTCDepositor.sol/AbstractL1BTCDepositor.dbg.json +1 -1
- package/build/contracts/cross-chain/L2TBTC.sol/L2TBTC.dbg.json +1 -1
- package/build/contracts/cross-chain/starknet/StarkNetBitcoinDepositor.sol/StarkNetBitcoinDepositor.dbg.json +1 -1
- package/build/contracts/cross-chain/starknet/interfaces/IStarkGateBridge.sol/IStarkGateBridge.dbg.json +1 -1
- package/build/contracts/cross-chain/utils/Crosschain.sol/CrosschainUtils.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/BTCDepositorWormhole.sol/BTCDepositorWormhole.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/L1BTCDepositorWormhole.sol/L1BTCDepositorWormhole.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/L2BTCDepositorWormhole.sol/L2BTCDepositorWormhole.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormhole.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeGateway.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeReceiver.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeRelayer.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/IWormholeTokenBridge.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/WormholeTypes.dbg.json +1 -1
- package/build/contracts/cross-chain/wormhole/Wormhole.sol/WormholeUtils.dbg.json +1 -1
- package/build/contracts/integrator/AbstractBTCDepositor.sol/AbstractBTCDepositor.dbg.json +1 -1
- package/build/contracts/integrator/IBridge.sol/IBridge.dbg.json +1 -1
- package/build/contracts/integrator/IBridge.sol/IBridgeTypes.dbg.json +1 -1
- package/build/contracts/integrator/ITBTCVault.sol/ITBTCVault.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2 -2
- package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
- package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
- package/build/contracts/test/BankStub.sol/BankStub.dbg.json +1 -1
- package/build/contracts/test/BridgeStub.sol/BridgeStub.dbg.json +1 -1
- package/build/contracts/test/BridgeStub.sol/BridgeStub.json +74 -48
- package/build/contracts/test/HeartbeatStub.sol/HeartbeatStub.dbg.json +1 -1
- package/build/contracts/test/LightRelayStub.sol/LightRelayStub.dbg.json +1 -1
- package/build/contracts/test/MockBridgeForStarkNet.sol/MockBridgeForStarkNet.dbg.json +1 -1
- package/build/contracts/test/MockStarkGateBridge.sol/MockStarkGateBridge.dbg.json +1 -1
- package/build/contracts/test/MockTBTCBridge.sol/MockTBTCBridge.dbg.json +1 -1
- package/build/contracts/test/MockTBTCBridgeWithSweep.sol/MockTBTCBridgeWithSweep.dbg.json +1 -1
- package/build/contracts/test/MockTBTCToken.sol/MockTBTCToken.dbg.json +1 -1
- package/build/contracts/test/MockTBTCVault.sol/MockTBTCVault.dbg.json +1 -1
- package/build/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.dbg.json +1 -1
- package/build/contracts/test/ReentrancyAttacker.sol/ReentrancyAttacker.dbg.json +1 -1
- package/build/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.dbg.json +1 -1
- package/build/contracts/test/SystemTestRelay.sol/SystemTestRelay.dbg.json +1 -1
- package/build/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +2 -2
- package/build/contracts/test/TestBTCDepositor.sol/MockBridge.dbg.json +1 -1
- package/build/contracts/test/TestBTCDepositor.sol/MockTBTCVault.dbg.json +1 -1
- package/build/contracts/test/TestBTCDepositor.sol/TestBTCDepositor.dbg.json +1 -1
- package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.dbg.json +1 -1
- package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +2 -2
- package/build/contracts/test/TestERC20.sol/TestERC20.dbg.json +1 -1
- package/build/contracts/test/TestERC721.sol/TestERC721.dbg.json +1 -1
- package/build/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.dbg.json +1 -1
- package/build/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.dbg.json +1 -1
- package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
- package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
- package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
- package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.json +2 -2
- package/contracts/bridge/Bridge.sol +34 -0
- package/contracts/bridge/Deposit.sol +7 -5
- package/deploy/80_upgrade_bridge_v2.ts +107 -54
- package/deploy/81_upgrade_bridge_v2_vault_fix.ts +160 -0
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +4891 -4170
- package/export/artifacts/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +207 -207
- package/export/artifacts/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +104 -104
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +67 -67
- package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +24 -24
- package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +26 -26
- package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +72 -72
- package/export/artifacts/contracts/cross-chain/L2TBTC.sol/L2TBTC.json +40 -40
- package/export/artifacts/contracts/cross-chain/starknet/StarkNetBitcoinDepositor.sol/StarkNetBitcoinDepositor.json +3360 -3360
- package/export/artifacts/contracts/cross-chain/wormhole/BTCDepositorWormhole.sol/BTCDepositorWormhole.json +117 -117
- package/export/artifacts/contracts/cross-chain/wormhole/L1BTCDepositorWormhole.sol/L1BTCDepositorWormhole.json +140 -140
- package/export/artifacts/contracts/cross-chain/wormhole/L2BTCDepositorWormhole.sol/L2BTCDepositorWormhole.json +37 -37
- package/export/artifacts/contracts/cross-chain/wormhole/L2WormholeGateway.sol/L2WormholeGateway.json +51 -51
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +103 -103
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
- package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +31 -31
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +5130 -4414
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +59 -59
- package/export/artifacts/contracts/test/MockBridgeForStarkNet.sol/MockBridgeForStarkNet.json +730 -730
- package/export/artifacts/contracts/test/MockStarkGateBridge.sol/MockStarkGateBridge.json +956 -956
- package/export/artifacts/contracts/test/MockTBTCBridge.sol/MockTBTCBridge.json +781 -781
- package/export/artifacts/contracts/test/MockTBTCBridgeWithSweep.sol/MockTBTCBridgeWithSweep.json +458 -458
- package/export/artifacts/contracts/test/MockTBTCToken.sol/MockTBTCToken.json +1273 -1273
- package/export/artifacts/contracts/test/MockTBTCVault.sol/MockTBTCVault.json +305 -305
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/ReentrancyAttacker.sol/ReentrancyAttacker.json +204 -204
- package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +59 -59
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +19 -19
- package/export/artifacts/contracts/test/TestBTCDepositor.sol/MockBridge.json +34 -34
- package/export/artifacts/contracts/test/TestBTCDepositor.sol/MockTBTCVault.json +20 -20
- package/export/artifacts/contracts/test/TestBTCDepositor.sol/TestBTCDepositor.json +52 -52
- package/export/artifacts/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +124 -124
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +6 -6
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +8 -8
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
- package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +144 -144
- package/export/deploy/80_upgrade_bridge_v2.js +127 -90
- package/export/deploy/81_upgrade_bridge_v2_vault_fix.js +211 -0
- package/export/typechain/AbstractBTCRedeemer.js +2 -0
- package/export/typechain/IBank.js +2 -0
- package/export/typechain/IL2WormholeGateway.js +2 -0
- package/export/typechain/INttManager.js +2 -0
- package/export/typechain/INttManagerWithExecutor.js +2 -0
- package/export/typechain/L1BTCDepositorNtt.js +2 -0
- package/export/typechain/L1BTCDepositorNttWithExecutor.js +2 -0
- package/export/typechain/L1BTCRedeemerWormhole.js +2 -0
- package/export/typechain/L2BTCRedeemerWormhole.js +2 -0
- package/export/typechain/MockBank.js +2 -0
- package/export/typechain/MockBridgeWithRebateStaking.js +2 -0
- package/export/typechain/MockL1BTCRedeemerWormhole.js +2 -0
- package/export/typechain/MockNttManager.js +2 -0
- package/export/typechain/MockNttManagerWithExecutor.js +2 -0
- package/export/typechain/NativeBTCDepositor.js +2 -0
- package/export/typechain/RebateStaking.js +2 -0
- package/export/typechain/TestBTCRedeemer.js +2 -0
- package/export/typechain/TestBTCUtilsHelper.js +2 -0
- package/export/typechain/TransceiverStructs.js +2 -0
- package/export/typechain/factories/AbstractBTCRedeemer__factory.js +204 -0
- package/export/typechain/factories/BridgeGovernance__factory.js +1 -1
- package/export/typechain/factories/BridgeState__factory.js +1 -1
- package/export/typechain/factories/BridgeStub__factory.js +27 -1
- package/export/typechain/factories/Bridge__factory.js +27 -1
- package/export/typechain/factories/DepositSweep__factory.js +1 -1
- package/export/typechain/factories/Deposit__factory.js +1 -1
- package/export/typechain/factories/Fraud__factory.js +1 -1
- package/export/typechain/factories/IBank__factory.js +138 -0
- package/export/typechain/factories/IL2WormholeGateway__factory.js +61 -0
- package/export/typechain/factories/INttManagerWithExecutor__factory.js +183 -0
- package/export/typechain/factories/INttManager__factory.js +51 -0
- package/export/typechain/factories/L1BTCDepositorNttWithExecutor__factory.js +1454 -0
- package/export/typechain/factories/L1BTCDepositorNtt__factory.js +920 -0
- package/export/typechain/factories/L1BTCRedeemerWormhole__factory.js +622 -0
- package/export/typechain/factories/L2BTCRedeemerWormhole__factory.js +348 -0
- package/export/typechain/factories/MaintainerProxy__factory.js +1 -1
- package/export/typechain/factories/MockBank__factory.js +248 -0
- package/export/typechain/factories/MockBridgeWithRebateStaking__factory.js +129 -0
- package/export/typechain/factories/MockL1BTCRedeemerWormhole__factory.js +638 -0
- package/export/typechain/factories/MockNttManagerWithExecutor__factory.js +423 -0
- package/export/typechain/factories/MockNttManager__factory.js +211 -0
- package/export/typechain/factories/MovingFunds__factory.js +1 -1
- package/export/typechain/factories/NativeBTCDepositor__factory.js +635 -0
- package/export/typechain/factories/RebateStaking__factory.js +720 -0
- package/export/typechain/factories/RedemptionWatchtower__factory.js +1 -1
- package/export/typechain/factories/Redemption__factory.js +1 -1
- package/export/typechain/factories/SystemTestRelay__factory.js +1 -1
- package/export/typechain/factories/TBTCVault__factory.js +1 -1
- package/export/typechain/factories/TestBTCRedeemer__factory.js +425 -0
- package/export/typechain/factories/TestBTCUtilsHelper__factory.js +109 -0
- package/export/typechain/factories/TestBitcoinTx__factory.js +1 -1
- package/export/typechain/factories/TransceiverStructs__factory.js +853 -0
- package/export/typechain/factories/WalletProposalValidator__factory.js +1 -1
- package/export/typechain/factories/Wallets__factory.js +1 -1
- package/export/typechain/index.js +40 -2
- package/export.json +40910 -0
- package/package.json +1 -1
|
@@ -596,15 +596,15 @@
|
|
|
596
596
|
"parameterSlots": 1,
|
|
597
597
|
"returnSlots": 0
|
|
598
598
|
},
|
|
599
|
-
"@
|
|
599
|
+
"@authorizationRequired_44498": {
|
|
600
600
|
"entryPoint": null,
|
|
601
|
-
"id":
|
|
601
|
+
"id": 44498,
|
|
602
602
|
"parameterSlots": 0,
|
|
603
603
|
"returnSlots": 0
|
|
604
604
|
},
|
|
605
|
-
"@
|
|
605
|
+
"@authorize_44711": {
|
|
606
606
|
"entryPoint": 5335,
|
|
607
|
-
"id":
|
|
607
|
+
"id": 44711,
|
|
608
608
|
"parameterSlots": 1,
|
|
609
609
|
"returnSlots": 0
|
|
610
610
|
},
|
|
@@ -614,15 +614,15 @@
|
|
|
614
614
|
"parameterSlots": 1,
|
|
615
615
|
"returnSlots": 1
|
|
616
616
|
},
|
|
617
|
-
"@
|
|
617
|
+
"@currentEpoch_44504": {
|
|
618
618
|
"entryPoint": null,
|
|
619
|
-
"id":
|
|
619
|
+
"id": 44504,
|
|
620
620
|
"parameterSlots": 0,
|
|
621
621
|
"returnSlots": 0
|
|
622
622
|
},
|
|
623
|
-
"@
|
|
623
|
+
"@deauthorize_44730": {
|
|
624
624
|
"entryPoint": 2547,
|
|
625
|
-
"id":
|
|
625
|
+
"id": 44730,
|
|
626
626
|
"parameterSlots": 1,
|
|
627
627
|
"returnSlots": 0
|
|
628
628
|
},
|
|
@@ -650,9 +650,9 @@
|
|
|
650
650
|
"parameterSlots": 1,
|
|
651
651
|
"returnSlots": 1
|
|
652
652
|
},
|
|
653
|
-
"@
|
|
653
|
+
"@extractTimestampAt_44476": {
|
|
654
654
|
"entryPoint": 5990,
|
|
655
|
-
"id":
|
|
655
|
+
"id": 44476,
|
|
656
656
|
"parameterSlots": 2,
|
|
657
657
|
"returnSlots": 1
|
|
658
658
|
},
|
|
@@ -668,51 +668,51 @@
|
|
|
668
668
|
"parameterSlots": 1,
|
|
669
669
|
"returnSlots": 1
|
|
670
670
|
},
|
|
671
|
-
"@
|
|
671
|
+
"@genesisEpoch_44502": {
|
|
672
672
|
"entryPoint": null,
|
|
673
|
-
"id":
|
|
673
|
+
"id": 44502,
|
|
674
674
|
"parameterSlots": 0,
|
|
675
675
|
"returnSlots": 0
|
|
676
676
|
},
|
|
677
|
-
"@
|
|
677
|
+
"@genesis_44635": {
|
|
678
678
|
"entryPoint": 2636,
|
|
679
|
-
"id":
|
|
679
|
+
"id": 44635,
|
|
680
680
|
"parameterSlots": 4,
|
|
681
681
|
"returnSlots": 0
|
|
682
682
|
},
|
|
683
|
-
"@
|
|
683
|
+
"@getBlockDifficulty_45206": {
|
|
684
684
|
"entryPoint": 913,
|
|
685
|
-
"id":
|
|
685
|
+
"id": 45206,
|
|
686
686
|
"parameterSlots": 1,
|
|
687
687
|
"returnSlots": 1
|
|
688
688
|
},
|
|
689
|
-
"@
|
|
689
|
+
"@getCurrentAndPrevEpochDifficulty_45260": {
|
|
690
690
|
"entryPoint": null,
|
|
691
|
-
"id":
|
|
691
|
+
"id": 45260,
|
|
692
692
|
"parameterSlots": 0,
|
|
693
693
|
"returnSlots": 2
|
|
694
694
|
},
|
|
695
|
-
"@
|
|
695
|
+
"@getCurrentEpochDifficulty_45239": {
|
|
696
696
|
"entryPoint": null,
|
|
697
|
-
"id":
|
|
697
|
+
"id": 45239,
|
|
698
698
|
"parameterSlots": 0,
|
|
699
699
|
"returnSlots": 1
|
|
700
700
|
},
|
|
701
|
-
"@
|
|
701
|
+
"@getEpochDifficulty_45291": {
|
|
702
702
|
"entryPoint": 3605,
|
|
703
|
-
"id":
|
|
703
|
+
"id": 45291,
|
|
704
704
|
"parameterSlots": 1,
|
|
705
705
|
"returnSlots": 1
|
|
706
706
|
},
|
|
707
|
-
"@
|
|
707
|
+
"@getPrevEpochDifficulty_45248": {
|
|
708
708
|
"entryPoint": null,
|
|
709
|
-
"id":
|
|
709
|
+
"id": 45248,
|
|
710
710
|
"parameterSlots": 0,
|
|
711
711
|
"returnSlots": 1
|
|
712
712
|
},
|
|
713
|
-
"@
|
|
713
|
+
"@getRelayRange_45230": {
|
|
714
714
|
"entryPoint": 936,
|
|
715
|
-
"id":
|
|
715
|
+
"id": 45230,
|
|
716
716
|
"parameterSlots": 0,
|
|
717
717
|
"returnSlots": 2
|
|
718
718
|
},
|
|
@@ -722,9 +722,9 @@
|
|
|
722
722
|
"parameterSlots": 3,
|
|
723
723
|
"returnSlots": 1
|
|
724
724
|
},
|
|
725
|
-
"@
|
|
725
|
+
"@isAuthorized_44517": {
|
|
726
726
|
"entryPoint": null,
|
|
727
|
-
"id":
|
|
727
|
+
"id": 44517,
|
|
728
728
|
"parameterSlots": 0,
|
|
729
729
|
"returnSlots": 0
|
|
730
730
|
},
|
|
@@ -740,15 +740,15 @@
|
|
|
740
740
|
"parameterSlots": 0,
|
|
741
741
|
"returnSlots": 1
|
|
742
742
|
},
|
|
743
|
-
"@
|
|
743
|
+
"@proofLength_44500": {
|
|
744
744
|
"entryPoint": null,
|
|
745
|
-
"id":
|
|
745
|
+
"id": 44500,
|
|
746
746
|
"parameterSlots": 0,
|
|
747
747
|
"returnSlots": 0
|
|
748
748
|
},
|
|
749
|
-
"@
|
|
749
|
+
"@ready_44496": {
|
|
750
750
|
"entryPoint": null,
|
|
751
|
-
"id":
|
|
751
|
+
"id": 44496,
|
|
752
752
|
"parameterSlots": 0,
|
|
753
753
|
"returnSlots": 0
|
|
754
754
|
},
|
|
@@ -764,9 +764,9 @@
|
|
|
764
764
|
"parameterSlots": 3,
|
|
765
765
|
"returnSlots": 1
|
|
766
766
|
},
|
|
767
|
-
"@
|
|
767
|
+
"@retarget_44962": {
|
|
768
768
|
"entryPoint": 3897,
|
|
769
|
-
"id":
|
|
769
|
+
"id": 44962,
|
|
770
770
|
"parameterSlots": 1,
|
|
771
771
|
"returnSlots": 0
|
|
772
772
|
},
|
|
@@ -788,21 +788,21 @@
|
|
|
788
788
|
"parameterSlots": 1,
|
|
789
789
|
"returnSlots": 1
|
|
790
790
|
},
|
|
791
|
-
"@
|
|
791
|
+
"@setAuthorizationStatus_44692": {
|
|
792
792
|
"entryPoint": 5466,
|
|
793
|
-
"id":
|
|
793
|
+
"id": 44692,
|
|
794
794
|
"parameterSlots": 1,
|
|
795
795
|
"returnSlots": 0
|
|
796
796
|
},
|
|
797
|
-
"@
|
|
797
|
+
"@setDifficultyFromHeaders_47469": {
|
|
798
798
|
"entryPoint": 5427,
|
|
799
|
-
"id":
|
|
799
|
+
"id": 47469,
|
|
800
800
|
"parameterSlots": 1,
|
|
801
801
|
"returnSlots": 0
|
|
802
802
|
},
|
|
803
|
-
"@
|
|
803
|
+
"@setProofLength_44675": {
|
|
804
804
|
"entryPoint": 2048,
|
|
805
|
-
"id":
|
|
805
|
+
"id": 44675,
|
|
806
806
|
"parameterSlots": 1,
|
|
807
807
|
"returnSlots": 0
|
|
808
808
|
},
|
|
@@ -836,9 +836,9 @@
|
|
|
836
836
|
"parameterSlots": 1,
|
|
837
837
|
"returnSlots": 0
|
|
838
838
|
},
|
|
839
|
-
"@
|
|
839
|
+
"@validateChain_45191": {
|
|
840
840
|
"entryPoint": 1032,
|
|
841
|
-
"id":
|
|
841
|
+
"id": 45191,
|
|
842
842
|
"parameterSlots": 1,
|
|
843
843
|
"returnSlots": 2
|
|
844
844
|
},
|
|
@@ -854,9 +854,9 @@
|
|
|
854
854
|
"parameterSlots": 2,
|
|
855
855
|
"returnSlots": 1
|
|
856
856
|
},
|
|
857
|
-
"@
|
|
857
|
+
"@validateHeader_45351": {
|
|
858
858
|
"entryPoint": 5774,
|
|
859
|
-
"id":
|
|
859
|
+
"id": 45351,
|
|
860
860
|
"parameterSlots": 3,
|
|
861
861
|
"returnSlots": 2
|
|
862
862
|
},
|
|
@@ -11833,7 +11833,7 @@
|
|
|
11833
11833
|
"type": "t_address"
|
|
11834
11834
|
},
|
|
11835
11835
|
{
|
|
11836
|
-
"astId":
|
|
11836
|
+
"astId": 44496,
|
|
11837
11837
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11838
11838
|
"label": "ready",
|
|
11839
11839
|
"offset": 20,
|
|
@@ -11841,7 +11841,7 @@
|
|
|
11841
11841
|
"type": "t_bool"
|
|
11842
11842
|
},
|
|
11843
11843
|
{
|
|
11844
|
-
"astId":
|
|
11844
|
+
"astId": 44498,
|
|
11845
11845
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11846
11846
|
"label": "authorizationRequired",
|
|
11847
11847
|
"offset": 21,
|
|
@@ -11849,7 +11849,7 @@
|
|
|
11849
11849
|
"type": "t_bool"
|
|
11850
11850
|
},
|
|
11851
11851
|
{
|
|
11852
|
-
"astId":
|
|
11852
|
+
"astId": 44500,
|
|
11853
11853
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11854
11854
|
"label": "proofLength",
|
|
11855
11855
|
"offset": 22,
|
|
@@ -11857,7 +11857,7 @@
|
|
|
11857
11857
|
"type": "t_uint64"
|
|
11858
11858
|
},
|
|
11859
11859
|
{
|
|
11860
|
-
"astId":
|
|
11860
|
+
"astId": 44502,
|
|
11861
11861
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11862
11862
|
"label": "genesisEpoch",
|
|
11863
11863
|
"offset": 0,
|
|
@@ -11865,7 +11865,7 @@
|
|
|
11865
11865
|
"type": "t_uint64"
|
|
11866
11866
|
},
|
|
11867
11867
|
{
|
|
11868
|
-
"astId":
|
|
11868
|
+
"astId": 44504,
|
|
11869
11869
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11870
11870
|
"label": "currentEpoch",
|
|
11871
11871
|
"offset": 8,
|
|
@@ -11873,7 +11873,7 @@
|
|
|
11873
11873
|
"type": "t_uint64"
|
|
11874
11874
|
},
|
|
11875
11875
|
{
|
|
11876
|
-
"astId":
|
|
11876
|
+
"astId": 44506,
|
|
11877
11877
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11878
11878
|
"label": "currentEpochDifficulty",
|
|
11879
11879
|
"offset": 0,
|
|
@@ -11881,7 +11881,7 @@
|
|
|
11881
11881
|
"type": "t_uint256"
|
|
11882
11882
|
},
|
|
11883
11883
|
{
|
|
11884
|
-
"astId":
|
|
11884
|
+
"astId": 44508,
|
|
11885
11885
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11886
11886
|
"label": "prevEpochDifficulty",
|
|
11887
11887
|
"offset": 0,
|
|
@@ -11889,15 +11889,15 @@
|
|
|
11889
11889
|
"type": "t_uint256"
|
|
11890
11890
|
},
|
|
11891
11891
|
{
|
|
11892
|
-
"astId":
|
|
11892
|
+
"astId": 44513,
|
|
11893
11893
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11894
11894
|
"label": "epochs",
|
|
11895
11895
|
"offset": 0,
|
|
11896
11896
|
"slot": "4",
|
|
11897
|
-
"type": "t_mapping(t_uint256,t_struct(Epoch)
|
|
11897
|
+
"type": "t_mapping(t_uint256,t_struct(Epoch)44385_storage)"
|
|
11898
11898
|
},
|
|
11899
11899
|
{
|
|
11900
|
-
"astId":
|
|
11900
|
+
"astId": 44517,
|
|
11901
11901
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11902
11902
|
"label": "isAuthorized",
|
|
11903
11903
|
"offset": 0,
|
|
@@ -11923,19 +11923,19 @@
|
|
|
11923
11923
|
"numberOfBytes": "32",
|
|
11924
11924
|
"value": "t_bool"
|
|
11925
11925
|
},
|
|
11926
|
-
"t_mapping(t_uint256,t_struct(Epoch)
|
|
11926
|
+
"t_mapping(t_uint256,t_struct(Epoch)44385_storage)": {
|
|
11927
11927
|
"encoding": "mapping",
|
|
11928
11928
|
"key": "t_uint256",
|
|
11929
11929
|
"label": "mapping(uint256 => struct Epoch)",
|
|
11930
11930
|
"numberOfBytes": "32",
|
|
11931
|
-
"value": "t_struct(Epoch)
|
|
11931
|
+
"value": "t_struct(Epoch)44385_storage"
|
|
11932
11932
|
},
|
|
11933
|
-
"t_struct(Epoch)
|
|
11933
|
+
"t_struct(Epoch)44385_storage": {
|
|
11934
11934
|
"encoding": "inplace",
|
|
11935
11935
|
"label": "struct Epoch",
|
|
11936
11936
|
"members": [
|
|
11937
11937
|
{
|
|
11938
|
-
"astId":
|
|
11938
|
+
"astId": 44382,
|
|
11939
11939
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11940
11940
|
"label": "timestamp",
|
|
11941
11941
|
"offset": 0,
|
|
@@ -11943,7 +11943,7 @@
|
|
|
11943
11943
|
"type": "t_uint32"
|
|
11944
11944
|
},
|
|
11945
11945
|
{
|
|
11946
|
-
"astId":
|
|
11946
|
+
"astId": 44384,
|
|
11947
11947
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11948
11948
|
"label": "target",
|
|
11949
11949
|
"offset": 4,
|