@keep-network/tbtc-v2 1.7.0 → 1.7.1
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/.chainId +1 -1
- package/artifacts/BLS.json +223 -0
- package/artifacts/Bank.json +50 -40
- package/artifacts/BeaconAuthorization.json +273 -0
- package/artifacts/BeaconDkg.json +241 -0
- package/artifacts/BeaconDkgValidator.json +501 -0
- package/artifacts/BeaconInactivity.json +151 -0
- package/artifacts/BeaconSortitionPool.json +1187 -0
- package/artifacts/Bridge.json +449 -32
- package/artifacts/BridgeGovernance.json +22 -22
- package/artifacts/BridgeGovernanceParameters.json +10 -10
- package/artifacts/Deposit.json +12 -12
- package/artifacts/DepositSweep.json +12 -12
- package/artifacts/DonationVault.json +17 -17
- package/artifacts/EcdsaDkgValidator.json +517 -0
- package/artifacts/EcdsaInactivity.json +156 -0
- package/artifacts/EcdsaSortitionPool.json +1187 -0
- package/artifacts/Fraud.json +12 -12
- package/artifacts/LightRelay.json +38 -38
- package/artifacts/LightRelayMaintainerProxy.json +31 -31
- package/artifacts/MaintainerProxy.json +44 -44
- package/artifacts/MovingFunds.json +12 -12
- package/artifacts/NuCypherToken.json +711 -0
- package/artifacts/RandomBeacon.json +3271 -0
- package/artifacts/RandomBeaconChaosnet.json +252 -0
- package/artifacts/RandomBeaconGovernance.json +3499 -0
- package/artifacts/Redemption.json +12 -12
- package/artifacts/RedemptionWatchtower.json +39 -39
- package/artifacts/ReimbursementPool.json +509 -0
- package/artifacts/T.json +1148 -0
- package/artifacts/TBTC.json +37 -36
- package/artifacts/TBTCToken.json +738 -0
- package/artifacts/TBTCVault.json +47 -47
- package/artifacts/Timelock.json +148 -148
- package/artifacts/TokenStaking.json +2117 -0
- package/artifacts/TokenholderGovernor.json +1795 -0
- package/artifacts/TokenholderTimelock.json +1058 -0
- package/artifacts/VendingMachine.json +35 -34
- package/artifacts/VendingMachineNuCypher.json +400 -0
- package/artifacts/VendingMachineV2.json +21 -21
- package/artifacts/VendingMachineV3.json +21 -21
- package/artifacts/WalletProposalValidator.json +12 -12
- package/artifacts/WalletRegistry.json +1962 -0
- package/artifacts/WalletRegistryGovernance.json +2863 -0
- package/artifacts/Wallets.json +12 -12
- package/artifacts/solcInputs/{be146ce112252bdda3a03de3614fbbf1.json → 2cb3f9e60e45f0ca528d3d5260ff3139.json} +31 -7
- 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/Bridge.sol/Bridge.dbg.json +1 -1
- 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/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- 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/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/Redemption.sol/IRedemptionWatchtower.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.dbg.json +1 -1
- 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/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/integrator/AbstractTBTCDepositor.sol/AbstractTBTCDepositor.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/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.dbg.json +1 -1
- package/build/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +41 -2
- package/build/contracts/l2/L2BitcoinDepositor.sol/IL2WormholeGateway.dbg.json +1 -1
- package/build/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.dbg.json +1 -1
- package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/IWormhole.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/IWormholeReceiver.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/IWormholeRelayer.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/IWormholeTokenBridge.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/WormholeTypes.dbg.json +1 -1
- package/build/contracts/l2/Wormhole.sol/WormholeUtils.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
- 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/HeartbeatStub.sol/HeartbeatStub.dbg.json +1 -1
- package/build/contracts/test/LightRelayStub.sol/LightRelayStub.dbg.json +1 -1
- package/build/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.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/TestBitcoinTx.sol/TestBitcoinTx.dbg.json +1 -1
- 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/TestTBTCDepositor.sol/MockBridge.dbg.json +1 -1
- package/build/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.dbg.json +1 -1
- package/build/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.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/contracts/l2/L1BitcoinDepositor.sol +31 -0
- package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +24 -24
- package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +4999 -4814
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +2 -2
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +23 -23
- package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +53 -53
- package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +21 -21
- package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +16 -16
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +206 -206
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
- package/export/artifacts/@openzeppelin/contracts/governance/TimelockController.sol/TimelockController.json +107 -107
- package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +46 -46
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +36 -36
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +78 -78
- package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +68 -68
- package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +43 -43
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +79 -79
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +42 -42
- package/export/artifacts/contracts/Timelock.sol/Timelock.json +109 -109
- package/export/artifacts/contracts/bank/Bank.sol/Bank.json +77 -77
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +338 -338
- package/export/artifacts/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +128 -128
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +108 -108
- package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +63 -63
- package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +65 -65
- package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +67 -67
- package/export/artifacts/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +4431 -4171
- package/export/artifacts/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.json +62 -62
- package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +194 -194
- package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +102 -102
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +149 -149
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +76 -76
- package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +62 -62
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +79 -79
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +376 -376
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +78 -78
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +78 -78
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
- package/export/artifacts/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +132 -132
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +85 -85
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +78 -78
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockBridge.json +34 -34
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.json +20 -20
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.json +52 -52
- package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +104 -104
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +184 -184
- package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
- package/export/typechain/factories/IStaking__factory.js +24 -103
- package/export/typechain/factories/L1BitcoinDepositor__factory.js +40 -1
- package/export/typechain/factories/WalletRegistry__factory.js +1 -1
- package/package.json +2 -2
- package/artifacts/solcInputs/7c1f8f1dbded4c787d87a982d1fc8349.json +0 -410
- package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +0 -102
- package/artifacts/solcInputs/802132f7da69a8a4226cb9424480847b.json +0 -218
- package/artifacts/solcInputs/887fad6b16575ba42183543c324eeb0e.json +0 -335
- package/artifacts/solcInputs/98e272e2fbf178ec895387b6c503f9de.json +0 -68
- package/artifacts/solcInputs/b0025f1f7efe4824592ac0c9793776c3.json +0 -392
- package/artifacts/solcInputs/b7c5f3550cc22e16e6b6ea9582ccbee3.json +0 -341
- package/artifacts/solcInputs/d71d4b4434e6669852eaf643ebd2a7bc.json +0 -209
- package/artifacts/solcInputs/fccb130292c8c7cc958ab4fa31a3e180.json +0 -187
- package/export/deploy/00_resolve_relay.js +0 -83
- package/export/deploy/01_deploy_tbtc_v2_token.js +0 -70
- package/export/deploy/02_deploy_vending_machine.js +0 -84
- package/export/deploy/03_transfer_vending_machine_roles.js +0 -69
- package/export/deploy/04_deploy_bank.js +0 -73
- package/export/deploy/05_deploy_bridge.js +0 -178
- package/export/deploy/06_deploy_tbtc_vault.js +0 -80
- package/export/deploy/07_deploy_bridge_governance.js +0 -87
- package/export/deploy/08_deploy_maintainer_proxy.js +0 -80
- package/export/deploy/09_bank_update_bridge.js +0 -63
- package/export/deploy/10_authorize_spv_maintainer_in_bridge.js +0 -61
- package/export/deploy/11_transfer_bank_ownership.js +0 -60
- package/export/deploy/12_transfer_bridge_governance.js +0 -63
- package/export/deploy/13_transfer_bridge_governance_ownership.js +0 -60
- package/export/deploy/14_transfer_tbtc_vault_ownership.js +0 -60
- package/export/deploy/15_transfer_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/16_initialize_wallet_owner.js +0 -63
- package/export/deploy/16_transfer_proxy_admin_ownership.js +0 -73
- package/export/deploy/17_authorize_maintainer_proxy_in_bridge.js +0 -63
- package/export/deploy/17_transfer_proxy_admin_ownership.js +0 -73
- package/export/deploy/18_authorize_maintainer_proxy_in_bridge.js +0 -63
- package/export/deploy/18_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
- package/export/deploy/19_authorize_bridge_in_reimbursement_pool.js +0 -63
- package/export/deploy/19_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
- package/export/deploy/20_authorize_bridge_in_reimbursement_pool.js +0 -63
- package/export/deploy/20_deploy_proxy_admin_with_deputy.js +0 -80
- package/export/deploy/21_transfer_reimbursement_pool_ownership.js +0 -60
- package/export/deploy/22_deploy_proxy_admin_with_deputy.js +0 -80
- package/export/deploy/24_transfer_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/25_transfer_proxy_admin_ownership.js +0 -73
- package/export/deploy/26_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/27_authorize_bridge_in_reimbursement_pool.js +0 -70
- package/export/deploy/28_deploy_proxy_admin_with_deputy.js +0 -80
- package/export/deploy/34_deploy_wallet_coordinator.js +0 -115
- package/export/deploy/35_add_coordinator_address.js +0 -60
- package/export/deploy/35_transfer_wallet_coordinator_ownership.js +0 -60
- package/export/deploy/36_deploy_light_relay_maintainer_proxy.js +0 -86
- package/export/deploy/36_transfer_wallet_coordinator_ownership.js +0 -60
- package/export/deploy/37_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
- package/export/deploy/37_deploy_light_relay_maintainer_proxy.js +0 -86
- package/export/deploy/37_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/38_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/38_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
- package/export/deploy/38_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -63
- package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/39_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
- package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/41_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
- package/export/typechain/GoerliLightRelay.js +0 -2
- package/export/typechain/RelayStub.js +0 -2
- package/export/typechain/TestRelay.js +0 -2
- package/export/typechain/WalletCoordinator.js +0 -2
- package/export/typechain/factories/GoerliLightRelay__factory.js +0 -535
- package/export/typechain/factories/RelayStub__factory.js +0 -546
- package/export/typechain/factories/TestRelay__factory.js +0 -168
- package/export/typechain/factories/WalletCoordinator__factory.js +0 -1121
- package/export.json +0 -16130
|
@@ -552,21 +552,21 @@
|
|
|
552
552
|
"evm": {
|
|
553
553
|
"bytecode": {
|
|
554
554
|
"functionDebugData": {
|
|
555
|
-
"@
|
|
555
|
+
"@_17685": {
|
|
556
556
|
"entryPoint": null,
|
|
557
|
-
"id":
|
|
557
|
+
"id": 17685,
|
|
558
558
|
"parameterSlots": 0,
|
|
559
559
|
"returnSlots": 0
|
|
560
560
|
},
|
|
561
|
-
"@
|
|
561
|
+
"@_msgSender_21362": {
|
|
562
562
|
"entryPoint": null,
|
|
563
|
-
"id":
|
|
563
|
+
"id": 21362,
|
|
564
564
|
"parameterSlots": 0,
|
|
565
565
|
"returnSlots": 1
|
|
566
566
|
},
|
|
567
|
-
"@
|
|
567
|
+
"@_transferOwnership_17773": {
|
|
568
568
|
"entryPoint": 31,
|
|
569
|
-
"id":
|
|
569
|
+
"id": 17773,
|
|
570
570
|
"parameterSlots": 1,
|
|
571
571
|
"returnSlots": 0
|
|
572
572
|
}
|
|
@@ -578,33 +578,33 @@
|
|
|
578
578
|
},
|
|
579
579
|
"deployedBytecode": {
|
|
580
580
|
"functionDebugData": {
|
|
581
|
-
"@
|
|
581
|
+
"@_checkOwner_17716": {
|
|
582
582
|
"entryPoint": 6023,
|
|
583
|
-
"id":
|
|
583
|
+
"id": 17716,
|
|
584
584
|
"parameterSlots": 0,
|
|
585
585
|
"returnSlots": 0
|
|
586
586
|
},
|
|
587
|
-
"@
|
|
587
|
+
"@_msgSender_21362": {
|
|
588
588
|
"entryPoint": null,
|
|
589
|
-
"id":
|
|
589
|
+
"id": 21362,
|
|
590
590
|
"parameterSlots": 0,
|
|
591
591
|
"returnSlots": 1
|
|
592
592
|
},
|
|
593
|
-
"@
|
|
593
|
+
"@_transferOwnership_17773": {
|
|
594
594
|
"entryPoint": 6166,
|
|
595
|
-
"id":
|
|
595
|
+
"id": 17773,
|
|
596
596
|
"parameterSlots": 1,
|
|
597
597
|
"returnSlots": 0
|
|
598
598
|
},
|
|
599
|
-
"@
|
|
599
|
+
"@authorizationRequired_43303": {
|
|
600
600
|
"entryPoint": null,
|
|
601
|
-
"id":
|
|
601
|
+
"id": 43303,
|
|
602
602
|
"parameterSlots": 0,
|
|
603
603
|
"returnSlots": 0
|
|
604
604
|
},
|
|
605
|
-
"@
|
|
605
|
+
"@authorize_43516": {
|
|
606
606
|
"entryPoint": 5335,
|
|
607
|
-
"id":
|
|
607
|
+
"id": 43516,
|
|
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_43309": {
|
|
618
618
|
"entryPoint": null,
|
|
619
|
-
"id":
|
|
619
|
+
"id": 43309,
|
|
620
620
|
"parameterSlots": 0,
|
|
621
621
|
"returnSlots": 0
|
|
622
622
|
},
|
|
623
|
-
"@
|
|
623
|
+
"@deauthorize_43535": {
|
|
624
624
|
"entryPoint": 2547,
|
|
625
|
-
"id":
|
|
625
|
+
"id": 43535,
|
|
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_43281": {
|
|
654
654
|
"entryPoint": 5990,
|
|
655
|
-
"id":
|
|
655
|
+
"id": 43281,
|
|
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_43307": {
|
|
672
672
|
"entryPoint": null,
|
|
673
|
-
"id":
|
|
673
|
+
"id": 43307,
|
|
674
674
|
"parameterSlots": 0,
|
|
675
675
|
"returnSlots": 0
|
|
676
676
|
},
|
|
677
|
-
"@
|
|
677
|
+
"@genesis_43440": {
|
|
678
678
|
"entryPoint": 2636,
|
|
679
|
-
"id":
|
|
679
|
+
"id": 43440,
|
|
680
680
|
"parameterSlots": 4,
|
|
681
681
|
"returnSlots": 0
|
|
682
682
|
},
|
|
683
|
-
"@
|
|
683
|
+
"@getBlockDifficulty_44011": {
|
|
684
684
|
"entryPoint": 913,
|
|
685
|
-
"id":
|
|
685
|
+
"id": 44011,
|
|
686
686
|
"parameterSlots": 1,
|
|
687
687
|
"returnSlots": 1
|
|
688
688
|
},
|
|
689
|
-
"@
|
|
689
|
+
"@getCurrentAndPrevEpochDifficulty_44065": {
|
|
690
690
|
"entryPoint": null,
|
|
691
|
-
"id":
|
|
691
|
+
"id": 44065,
|
|
692
692
|
"parameterSlots": 0,
|
|
693
693
|
"returnSlots": 2
|
|
694
694
|
},
|
|
695
|
-
"@
|
|
695
|
+
"@getCurrentEpochDifficulty_44044": {
|
|
696
696
|
"entryPoint": null,
|
|
697
|
-
"id":
|
|
697
|
+
"id": 44044,
|
|
698
698
|
"parameterSlots": 0,
|
|
699
699
|
"returnSlots": 1
|
|
700
700
|
},
|
|
701
|
-
"@
|
|
701
|
+
"@getEpochDifficulty_44096": {
|
|
702
702
|
"entryPoint": 3605,
|
|
703
|
-
"id":
|
|
703
|
+
"id": 44096,
|
|
704
704
|
"parameterSlots": 1,
|
|
705
705
|
"returnSlots": 1
|
|
706
706
|
},
|
|
707
|
-
"@
|
|
707
|
+
"@getPrevEpochDifficulty_44053": {
|
|
708
708
|
"entryPoint": null,
|
|
709
|
-
"id":
|
|
709
|
+
"id": 44053,
|
|
710
710
|
"parameterSlots": 0,
|
|
711
711
|
"returnSlots": 1
|
|
712
712
|
},
|
|
713
|
-
"@
|
|
713
|
+
"@getRelayRange_44035": {
|
|
714
714
|
"entryPoint": 936,
|
|
715
|
-
"id":
|
|
715
|
+
"id": 44035,
|
|
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_43322": {
|
|
726
726
|
"entryPoint": null,
|
|
727
|
-
"id":
|
|
727
|
+
"id": 43322,
|
|
728
728
|
"parameterSlots": 0,
|
|
729
729
|
"returnSlots": 0
|
|
730
730
|
},
|
|
@@ -734,27 +734,27 @@
|
|
|
734
734
|
"parameterSlots": 2,
|
|
735
735
|
"returnSlots": 1
|
|
736
736
|
},
|
|
737
|
-
"@
|
|
737
|
+
"@owner_17702": {
|
|
738
738
|
"entryPoint": null,
|
|
739
|
-
"id":
|
|
739
|
+
"id": 17702,
|
|
740
740
|
"parameterSlots": 0,
|
|
741
741
|
"returnSlots": 1
|
|
742
742
|
},
|
|
743
|
-
"@
|
|
743
|
+
"@proofLength_43305": {
|
|
744
744
|
"entryPoint": null,
|
|
745
|
-
"id":
|
|
745
|
+
"id": 43305,
|
|
746
746
|
"parameterSlots": 0,
|
|
747
747
|
"returnSlots": 0
|
|
748
748
|
},
|
|
749
|
-
"@
|
|
749
|
+
"@ready_43301": {
|
|
750
750
|
"entryPoint": null,
|
|
751
|
-
"id":
|
|
751
|
+
"id": 43301,
|
|
752
752
|
"parameterSlots": 0,
|
|
753
753
|
"returnSlots": 0
|
|
754
754
|
},
|
|
755
|
-
"@
|
|
755
|
+
"@renounceOwnership_17730": {
|
|
756
756
|
"entryPoint": 3877,
|
|
757
|
-
"id":
|
|
757
|
+
"id": 17730,
|
|
758
758
|
"parameterSlots": 0,
|
|
759
759
|
"returnSlots": 0
|
|
760
760
|
},
|
|
@@ -764,9 +764,9 @@
|
|
|
764
764
|
"parameterSlots": 3,
|
|
765
765
|
"returnSlots": 1
|
|
766
766
|
},
|
|
767
|
-
"@
|
|
767
|
+
"@retarget_43767": {
|
|
768
768
|
"entryPoint": 3897,
|
|
769
|
-
"id":
|
|
769
|
+
"id": 43767,
|
|
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_43497": {
|
|
792
792
|
"entryPoint": 5466,
|
|
793
|
-
"id":
|
|
793
|
+
"id": 43497,
|
|
794
794
|
"parameterSlots": 1,
|
|
795
795
|
"returnSlots": 0
|
|
796
796
|
},
|
|
797
|
-
"@
|
|
797
|
+
"@setDifficultyFromHeaders_45033": {
|
|
798
798
|
"entryPoint": 5427,
|
|
799
|
-
"id":
|
|
799
|
+
"id": 45033,
|
|
800
800
|
"parameterSlots": 1,
|
|
801
801
|
"returnSlots": 0
|
|
802
802
|
},
|
|
803
|
-
"@
|
|
803
|
+
"@setProofLength_43480": {
|
|
804
804
|
"entryPoint": 2048,
|
|
805
|
-
"id":
|
|
805
|
+
"id": 43480,
|
|
806
806
|
"parameterSlots": 1,
|
|
807
807
|
"returnSlots": 0
|
|
808
808
|
},
|
|
@@ -830,15 +830,15 @@
|
|
|
830
830
|
"parameterSlots": 2,
|
|
831
831
|
"returnSlots": 1
|
|
832
832
|
},
|
|
833
|
-
"@
|
|
833
|
+
"@transferOwnership_17753": {
|
|
834
834
|
"entryPoint": 5578,
|
|
835
|
-
"id":
|
|
835
|
+
"id": 17753,
|
|
836
836
|
"parameterSlots": 1,
|
|
837
837
|
"returnSlots": 0
|
|
838
838
|
},
|
|
839
|
-
"@
|
|
839
|
+
"@validateChain_43996": {
|
|
840
840
|
"entryPoint": 1032,
|
|
841
|
-
"id":
|
|
841
|
+
"id": 43996,
|
|
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_44156": {
|
|
858
858
|
"entryPoint": 5774,
|
|
859
|
-
"id":
|
|
859
|
+
"id": 44156,
|
|
860
860
|
"parameterSlots": 3,
|
|
861
861
|
"returnSlots": 2
|
|
862
862
|
},
|
|
@@ -11825,7 +11825,7 @@
|
|
|
11825
11825
|
"storageLayout": {
|
|
11826
11826
|
"storage": [
|
|
11827
11827
|
{
|
|
11828
|
-
"astId":
|
|
11828
|
+
"astId": 17669,
|
|
11829
11829
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11830
11830
|
"label": "_owner",
|
|
11831
11831
|
"offset": 0,
|
|
@@ -11833,7 +11833,7 @@
|
|
|
11833
11833
|
"type": "t_address"
|
|
11834
11834
|
},
|
|
11835
11835
|
{
|
|
11836
|
-
"astId":
|
|
11836
|
+
"astId": 43301,
|
|
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": 43303,
|
|
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": 43305,
|
|
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": 43307,
|
|
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": 43309,
|
|
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": 43311,
|
|
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": 43313,
|
|
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": 43318,
|
|
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)43190_storage)"
|
|
11898
11898
|
},
|
|
11899
11899
|
{
|
|
11900
|
-
"astId":
|
|
11900
|
+
"astId": 43322,
|
|
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)43190_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)43190_storage"
|
|
11932
11932
|
},
|
|
11933
|
-
"t_struct(Epoch)
|
|
11933
|
+
"t_struct(Epoch)43190_storage": {
|
|
11934
11934
|
"encoding": "inplace",
|
|
11935
11935
|
"label": "struct Epoch",
|
|
11936
11936
|
"members": [
|
|
11937
11937
|
{
|
|
11938
|
-
"astId":
|
|
11938
|
+
"astId": 43187,
|
|
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": 43189,
|
|
11947
11947
|
"contract": "contracts/test/SepoliaLightRelay.sol:SepoliaLightRelay",
|
|
11948
11948
|
"label": "target",
|
|
11949
11949
|
"offset": 4,
|
|
@@ -124,15 +124,15 @@
|
|
|
124
124
|
"parameterSlots": 1,
|
|
125
125
|
"returnSlots": 1
|
|
126
126
|
},
|
|
127
|
-
"@
|
|
127
|
+
"@getCurrentEpochDifficulty_45117": {
|
|
128
128
|
"entryPoint": null,
|
|
129
|
-
"id":
|
|
129
|
+
"id": 45117,
|
|
130
130
|
"parameterSlots": 0,
|
|
131
131
|
"returnSlots": 1
|
|
132
132
|
},
|
|
133
|
-
"@
|
|
133
|
+
"@getPrevEpochDifficulty_45126": {
|
|
134
134
|
"entryPoint": null,
|
|
135
|
-
"id":
|
|
135
|
+
"id": 45126,
|
|
136
136
|
"parameterSlots": 0,
|
|
137
137
|
"returnSlots": 1
|
|
138
138
|
},
|
|
@@ -142,27 +142,27 @@
|
|
|
142
142
|
"parameterSlots": 1,
|
|
143
143
|
"returnSlots": 1
|
|
144
144
|
},
|
|
145
|
-
"@
|
|
145
|
+
"@setCurrentEpochDifficultyFromHeaders_45090": {
|
|
146
146
|
"entryPoint": 227,
|
|
147
|
-
"id":
|
|
147
|
+
"id": 45090,
|
|
148
148
|
"parameterSlots": 1,
|
|
149
149
|
"returnSlots": 0
|
|
150
150
|
},
|
|
151
|
-
"@
|
|
151
|
+
"@setCurrentEpochDifficulty_45062": {
|
|
152
152
|
"entryPoint": null,
|
|
153
|
-
"id":
|
|
153
|
+
"id": 45062,
|
|
154
154
|
"parameterSlots": 1,
|
|
155
155
|
"returnSlots": 0
|
|
156
156
|
},
|
|
157
|
-
"@
|
|
157
|
+
"@setPrevEpochDifficultyFromHeaders_45108": {
|
|
158
158
|
"entryPoint": 253,
|
|
159
|
-
"id":
|
|
159
|
+
"id": 45108,
|
|
160
160
|
"parameterSlots": 1,
|
|
161
161
|
"returnSlots": 0
|
|
162
162
|
},
|
|
163
|
-
"@
|
|
163
|
+
"@setPrevEpochDifficulty_45072": {
|
|
164
164
|
"entryPoint": null,
|
|
165
|
-
"id":
|
|
165
|
+
"id": 45072,
|
|
166
166
|
"parameterSlots": 1,
|
|
167
167
|
"returnSlots": 0
|
|
168
168
|
},
|
|
@@ -3367,7 +3367,7 @@
|
|
|
3367
3367
|
"storageLayout": {
|
|
3368
3368
|
"storage": [
|
|
3369
3369
|
{
|
|
3370
|
-
"astId":
|
|
3370
|
+
"astId": 45050,
|
|
3371
3371
|
"contract": "contracts/test/SystemTestRelay.sol:SystemTestRelay",
|
|
3372
3372
|
"label": "currentEpochDifficulty",
|
|
3373
3373
|
"offset": 0,
|
|
@@ -3375,7 +3375,7 @@
|
|
|
3375
3375
|
"type": "t_uint256"
|
|
3376
3376
|
},
|
|
3377
3377
|
{
|
|
3378
|
-
"astId":
|
|
3378
|
+
"astId": 45052,
|
|
3379
3379
|
"contract": "contracts/test/SystemTestRelay.sol:SystemTestRelay",
|
|
3380
3380
|
"label": "prevEpochDifficulty",
|
|
3381
3381
|
"offset": 0,
|