@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
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
},
|
|
43
43
|
"deployedBytecode": {
|
|
44
44
|
"functionDebugData": {
|
|
45
|
-
"@
|
|
45
|
+
"@isValidHeartbeatMessage_33427": {
|
|
46
46
|
"entryPoint": 108,
|
|
47
|
-
"id":
|
|
47
|
+
"id": 33427,
|
|
48
48
|
"parameterSlots": 2,
|
|
49
49
|
"returnSlots": 1
|
|
50
50
|
},
|
|
51
|
-
"@
|
|
51
|
+
"@isValidHeartbeatMessage_46112": {
|
|
52
52
|
"entryPoint": 87,
|
|
53
|
-
"id":
|
|
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
|
-
"@
|
|
608
|
+
"@authorizationRequired_44498": {
|
|
609
609
|
"entryPoint": null,
|
|
610
|
-
"id":
|
|
610
|
+
"id": 44498,
|
|
611
611
|
"parameterSlots": 0,
|
|
612
612
|
"returnSlots": 0
|
|
613
613
|
},
|
|
614
|
-
"@
|
|
614
|
+
"@authorize_44711": {
|
|
615
615
|
"entryPoint": 5335,
|
|
616
|
-
"id":
|
|
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
|
-
"@
|
|
626
|
+
"@currentEpoch_44504": {
|
|
627
627
|
"entryPoint": null,
|
|
628
|
-
"id":
|
|
628
|
+
"id": 44504,
|
|
629
629
|
"parameterSlots": 0,
|
|
630
630
|
"returnSlots": 0
|
|
631
631
|
},
|
|
632
|
-
"@
|
|
632
|
+
"@deauthorize_44730": {
|
|
633
633
|
"entryPoint": 2547,
|
|
634
|
-
"id":
|
|
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
|
-
"@
|
|
662
|
+
"@extractTimestampAt_44476": {
|
|
663
663
|
"entryPoint": 6089,
|
|
664
|
-
"id":
|
|
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
|
-
"@
|
|
680
|
+
"@genesisEpoch_44502": {
|
|
681
681
|
"entryPoint": null,
|
|
682
|
-
"id":
|
|
682
|
+
"id": 44502,
|
|
683
683
|
"parameterSlots": 0,
|
|
684
684
|
"returnSlots": 0
|
|
685
685
|
},
|
|
686
|
-
"@
|
|
686
|
+
"@genesis_44635": {
|
|
687
687
|
"entryPoint": 2636,
|
|
688
|
-
"id":
|
|
688
|
+
"id": 44635,
|
|
689
689
|
"parameterSlots": 4,
|
|
690
690
|
"returnSlots": 0
|
|
691
691
|
},
|
|
692
|
-
"@
|
|
692
|
+
"@getBlockDifficulty_45206": {
|
|
693
693
|
"entryPoint": 913,
|
|
694
|
-
"id":
|
|
694
|
+
"id": 45206,
|
|
695
695
|
"parameterSlots": 1,
|
|
696
696
|
"returnSlots": 1
|
|
697
697
|
},
|
|
698
|
-
"@
|
|
698
|
+
"@getCurrentAndPrevEpochDifficulty_45260": {
|
|
699
699
|
"entryPoint": null,
|
|
700
|
-
"id":
|
|
700
|
+
"id": 45260,
|
|
701
701
|
"parameterSlots": 0,
|
|
702
702
|
"returnSlots": 2
|
|
703
703
|
},
|
|
704
|
-
"@
|
|
704
|
+
"@getCurrentEpochDifficulty_45239": {
|
|
705
705
|
"entryPoint": null,
|
|
706
|
-
"id":
|
|
706
|
+
"id": 45239,
|
|
707
707
|
"parameterSlots": 0,
|
|
708
708
|
"returnSlots": 1
|
|
709
709
|
},
|
|
710
|
-
"@
|
|
710
|
+
"@getEpochDifficulty_45291": {
|
|
711
711
|
"entryPoint": 3605,
|
|
712
|
-
"id":
|
|
712
|
+
"id": 45291,
|
|
713
713
|
"parameterSlots": 1,
|
|
714
714
|
"returnSlots": 1
|
|
715
715
|
},
|
|
716
|
-
"@
|
|
716
|
+
"@getPrevEpochDifficulty_45248": {
|
|
717
717
|
"entryPoint": null,
|
|
718
|
-
"id":
|
|
718
|
+
"id": 45248,
|
|
719
719
|
"parameterSlots": 0,
|
|
720
720
|
"returnSlots": 1
|
|
721
721
|
},
|
|
722
|
-
"@
|
|
722
|
+
"@getRelayRange_45230": {
|
|
723
723
|
"entryPoint": 936,
|
|
724
|
-
"id":
|
|
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
|
-
"@
|
|
734
|
+
"@isAuthorized_44517": {
|
|
735
735
|
"entryPoint": null,
|
|
736
|
-
"id":
|
|
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
|
-
"@
|
|
752
|
+
"@proofLength_44500": {
|
|
753
753
|
"entryPoint": null,
|
|
754
|
-
"id":
|
|
754
|
+
"id": 44500,
|
|
755
755
|
"parameterSlots": 0,
|
|
756
756
|
"returnSlots": 0
|
|
757
757
|
},
|
|
758
|
-
"@
|
|
758
|
+
"@ready_44496": {
|
|
759
759
|
"entryPoint": null,
|
|
760
|
-
"id":
|
|
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
|
-
"@
|
|
776
|
+
"@retarget_44962": {
|
|
777
777
|
"entryPoint": 3897,
|
|
778
|
-
"id":
|
|
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
|
-
"@
|
|
800
|
+
"@setAuthorizationStatus_44692": {
|
|
801
801
|
"entryPoint": 5565,
|
|
802
|
-
"id":
|
|
802
|
+
"id": 44692,
|
|
803
803
|
"parameterSlots": 1,
|
|
804
804
|
"returnSlots": 0
|
|
805
805
|
},
|
|
806
|
-
"@
|
|
806
|
+
"@setProofLength_44675": {
|
|
807
807
|
"entryPoint": 2048,
|
|
808
|
-
"id":
|
|
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
|
-
"@
|
|
842
|
+
"@validateChainGasReport_46133": {
|
|
843
843
|
"entryPoint": 5427,
|
|
844
|
-
"id":
|
|
844
|
+
"id": 46133,
|
|
845
845
|
"parameterSlots": 1,
|
|
846
846
|
"returnSlots": 2
|
|
847
847
|
},
|
|
848
|
-
"@
|
|
848
|
+
"@validateChain_45191": {
|
|
849
849
|
"entryPoint": 1032,
|
|
850
|
-
"id":
|
|
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
|
-
"@
|
|
866
|
+
"@validateHeader_45351": {
|
|
867
867
|
"entryPoint": 5873,
|
|
868
|
-
"id":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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)
|
|
12606
|
+
"type": "t_mapping(t_uint256,t_struct(Epoch)44385_storage)"
|
|
12607
12607
|
},
|
|
12608
12608
|
{
|
|
12609
|
-
"astId":
|
|
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)
|
|
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)
|
|
12640
|
+
"value": "t_struct(Epoch)44385_storage"
|
|
12641
12641
|
},
|
|
12642
|
-
"t_struct(Epoch)
|
|
12642
|
+
"t_struct(Epoch)44385_storage": {
|
|
12643
12643
|
"encoding": "inplace",
|
|
12644
12644
|
"label": "struct Epoch",
|
|
12645
12645
|
"members": [
|
|
12646
12646
|
{
|
|
12647
|
-
"astId":
|
|
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":
|
|
12655
|
+
"astId": 44384,
|
|
12656
12656
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12657
12657
|
"label": "target",
|
|
12658
12658
|
"offset": 4,
|