@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
|
@@ -538,21 +538,21 @@
|
|
|
538
538
|
"evm": {
|
|
539
539
|
"bytecode": {
|
|
540
540
|
"functionDebugData": {
|
|
541
|
-
"@
|
|
541
|
+
"@_17685": {
|
|
542
542
|
"entryPoint": null,
|
|
543
|
-
"id":
|
|
543
|
+
"id": 17685,
|
|
544
544
|
"parameterSlots": 0,
|
|
545
545
|
"returnSlots": 0
|
|
546
546
|
},
|
|
547
|
-
"@
|
|
547
|
+
"@_msgSender_21362": {
|
|
548
548
|
"entryPoint": null,
|
|
549
|
-
"id":
|
|
549
|
+
"id": 21362,
|
|
550
550
|
"parameterSlots": 0,
|
|
551
551
|
"returnSlots": 1
|
|
552
552
|
},
|
|
553
|
-
"@
|
|
553
|
+
"@_transferOwnership_17773": {
|
|
554
554
|
"entryPoint": 31,
|
|
555
|
-
"id":
|
|
555
|
+
"id": 17773,
|
|
556
556
|
"parameterSlots": 1,
|
|
557
557
|
"returnSlots": 0
|
|
558
558
|
}
|
|
@@ -564,33 +564,33 @@
|
|
|
564
564
|
},
|
|
565
565
|
"deployedBytecode": {
|
|
566
566
|
"functionDebugData": {
|
|
567
|
-
"@
|
|
567
|
+
"@_checkOwner_17716": {
|
|
568
568
|
"entryPoint": 5954,
|
|
569
|
-
"id":
|
|
569
|
+
"id": 17716,
|
|
570
570
|
"parameterSlots": 0,
|
|
571
571
|
"returnSlots": 0
|
|
572
572
|
},
|
|
573
|
-
"@
|
|
573
|
+
"@_msgSender_21362": {
|
|
574
574
|
"entryPoint": null,
|
|
575
|
-
"id":
|
|
575
|
+
"id": 21362,
|
|
576
576
|
"parameterSlots": 0,
|
|
577
577
|
"returnSlots": 1
|
|
578
578
|
},
|
|
579
|
-
"@
|
|
579
|
+
"@_transferOwnership_17773": {
|
|
580
580
|
"entryPoint": 6097,
|
|
581
|
-
"id":
|
|
581
|
+
"id": 17773,
|
|
582
582
|
"parameterSlots": 1,
|
|
583
583
|
"returnSlots": 0
|
|
584
584
|
},
|
|
585
|
-
"@
|
|
585
|
+
"@authorizationRequired_43303": {
|
|
586
586
|
"entryPoint": null,
|
|
587
|
-
"id":
|
|
587
|
+
"id": 43303,
|
|
588
588
|
"parameterSlots": 0,
|
|
589
589
|
"returnSlots": 0
|
|
590
590
|
},
|
|
591
|
-
"@
|
|
591
|
+
"@authorize_43516": {
|
|
592
592
|
"entryPoint": 5305,
|
|
593
|
-
"id":
|
|
593
|
+
"id": 43516,
|
|
594
594
|
"parameterSlots": 1,
|
|
595
595
|
"returnSlots": 0
|
|
596
596
|
},
|
|
@@ -600,15 +600,15 @@
|
|
|
600
600
|
"parameterSlots": 1,
|
|
601
601
|
"returnSlots": 1
|
|
602
602
|
},
|
|
603
|
-
"@
|
|
603
|
+
"@currentEpoch_43309": {
|
|
604
604
|
"entryPoint": null,
|
|
605
|
-
"id":
|
|
605
|
+
"id": 43309,
|
|
606
606
|
"parameterSlots": 0,
|
|
607
607
|
"returnSlots": 0
|
|
608
608
|
},
|
|
609
|
-
"@
|
|
609
|
+
"@deauthorize_43535": {
|
|
610
610
|
"entryPoint": 2517,
|
|
611
|
-
"id":
|
|
611
|
+
"id": 43535,
|
|
612
612
|
"parameterSlots": 1,
|
|
613
613
|
"returnSlots": 0
|
|
614
614
|
},
|
|
@@ -636,9 +636,9 @@
|
|
|
636
636
|
"parameterSlots": 1,
|
|
637
637
|
"returnSlots": 1
|
|
638
638
|
},
|
|
639
|
-
"@
|
|
639
|
+
"@extractTimestampAt_43281": {
|
|
640
640
|
"entryPoint": 5921,
|
|
641
|
-
"id":
|
|
641
|
+
"id": 43281,
|
|
642
642
|
"parameterSlots": 2,
|
|
643
643
|
"returnSlots": 1
|
|
644
644
|
},
|
|
@@ -654,51 +654,51 @@
|
|
|
654
654
|
"parameterSlots": 1,
|
|
655
655
|
"returnSlots": 1
|
|
656
656
|
},
|
|
657
|
-
"@
|
|
657
|
+
"@genesisEpoch_43307": {
|
|
658
658
|
"entryPoint": null,
|
|
659
|
-
"id":
|
|
659
|
+
"id": 43307,
|
|
660
660
|
"parameterSlots": 0,
|
|
661
661
|
"returnSlots": 0
|
|
662
662
|
},
|
|
663
|
-
"@
|
|
663
|
+
"@genesis_43440": {
|
|
664
664
|
"entryPoint": 2606,
|
|
665
|
-
"id":
|
|
665
|
+
"id": 43440,
|
|
666
666
|
"parameterSlots": 4,
|
|
667
667
|
"returnSlots": 0
|
|
668
668
|
},
|
|
669
|
-
"@
|
|
669
|
+
"@getBlockDifficulty_44011": {
|
|
670
670
|
"entryPoint": 883,
|
|
671
|
-
"id":
|
|
671
|
+
"id": 44011,
|
|
672
672
|
"parameterSlots": 1,
|
|
673
673
|
"returnSlots": 1
|
|
674
674
|
},
|
|
675
|
-
"@
|
|
675
|
+
"@getCurrentAndPrevEpochDifficulty_44065": {
|
|
676
676
|
"entryPoint": null,
|
|
677
|
-
"id":
|
|
677
|
+
"id": 44065,
|
|
678
678
|
"parameterSlots": 0,
|
|
679
679
|
"returnSlots": 2
|
|
680
680
|
},
|
|
681
|
-
"@
|
|
681
|
+
"@getCurrentEpochDifficulty_44044": {
|
|
682
682
|
"entryPoint": null,
|
|
683
|
-
"id":
|
|
683
|
+
"id": 44044,
|
|
684
684
|
"parameterSlots": 0,
|
|
685
685
|
"returnSlots": 1
|
|
686
686
|
},
|
|
687
|
-
"@
|
|
687
|
+
"@getEpochDifficulty_44096": {
|
|
688
688
|
"entryPoint": 3575,
|
|
689
|
-
"id":
|
|
689
|
+
"id": 44096,
|
|
690
690
|
"parameterSlots": 1,
|
|
691
691
|
"returnSlots": 1
|
|
692
692
|
},
|
|
693
|
-
"@
|
|
693
|
+
"@getPrevEpochDifficulty_44053": {
|
|
694
694
|
"entryPoint": null,
|
|
695
|
-
"id":
|
|
695
|
+
"id": 44053,
|
|
696
696
|
"parameterSlots": 0,
|
|
697
697
|
"returnSlots": 1
|
|
698
698
|
},
|
|
699
|
-
"@
|
|
699
|
+
"@getRelayRange_44035": {
|
|
700
700
|
"entryPoint": 906,
|
|
701
|
-
"id":
|
|
701
|
+
"id": 44035,
|
|
702
702
|
"parameterSlots": 0,
|
|
703
703
|
"returnSlots": 2
|
|
704
704
|
},
|
|
@@ -708,9 +708,9 @@
|
|
|
708
708
|
"parameterSlots": 3,
|
|
709
709
|
"returnSlots": 1
|
|
710
710
|
},
|
|
711
|
-
"@
|
|
711
|
+
"@isAuthorized_43322": {
|
|
712
712
|
"entryPoint": null,
|
|
713
|
-
"id":
|
|
713
|
+
"id": 43322,
|
|
714
714
|
"parameterSlots": 0,
|
|
715
715
|
"returnSlots": 0
|
|
716
716
|
},
|
|
@@ -720,27 +720,27 @@
|
|
|
720
720
|
"parameterSlots": 2,
|
|
721
721
|
"returnSlots": 1
|
|
722
722
|
},
|
|
723
|
-
"@
|
|
723
|
+
"@owner_17702": {
|
|
724
724
|
"entryPoint": null,
|
|
725
|
-
"id":
|
|
725
|
+
"id": 17702,
|
|
726
726
|
"parameterSlots": 0,
|
|
727
727
|
"returnSlots": 1
|
|
728
728
|
},
|
|
729
|
-
"@
|
|
729
|
+
"@proofLength_43305": {
|
|
730
730
|
"entryPoint": null,
|
|
731
|
-
"id":
|
|
731
|
+
"id": 43305,
|
|
732
732
|
"parameterSlots": 0,
|
|
733
733
|
"returnSlots": 0
|
|
734
734
|
},
|
|
735
|
-
"@
|
|
735
|
+
"@ready_43301": {
|
|
736
736
|
"entryPoint": null,
|
|
737
|
-
"id":
|
|
737
|
+
"id": 43301,
|
|
738
738
|
"parameterSlots": 0,
|
|
739
739
|
"returnSlots": 0
|
|
740
740
|
},
|
|
741
|
-
"@
|
|
741
|
+
"@renounceOwnership_17730": {
|
|
742
742
|
"entryPoint": 3847,
|
|
743
|
-
"id":
|
|
743
|
+
"id": 17730,
|
|
744
744
|
"parameterSlots": 0,
|
|
745
745
|
"returnSlots": 0
|
|
746
746
|
},
|
|
@@ -750,9 +750,9 @@
|
|
|
750
750
|
"parameterSlots": 3,
|
|
751
751
|
"returnSlots": 1
|
|
752
752
|
},
|
|
753
|
-
"@
|
|
753
|
+
"@retarget_43767": {
|
|
754
754
|
"entryPoint": 3867,
|
|
755
|
-
"id":
|
|
755
|
+
"id": 43767,
|
|
756
756
|
"parameterSlots": 1,
|
|
757
757
|
"returnSlots": 0
|
|
758
758
|
},
|
|
@@ -774,15 +774,15 @@
|
|
|
774
774
|
"parameterSlots": 1,
|
|
775
775
|
"returnSlots": 1
|
|
776
776
|
},
|
|
777
|
-
"@
|
|
777
|
+
"@setAuthorizationStatus_43497": {
|
|
778
778
|
"entryPoint": 5397,
|
|
779
|
-
"id":
|
|
779
|
+
"id": 43497,
|
|
780
780
|
"parameterSlots": 1,
|
|
781
781
|
"returnSlots": 0
|
|
782
782
|
},
|
|
783
|
-
"@
|
|
783
|
+
"@setProofLength_43480": {
|
|
784
784
|
"entryPoint": 2018,
|
|
785
|
-
"id":
|
|
785
|
+
"id": 43480,
|
|
786
786
|
"parameterSlots": 1,
|
|
787
787
|
"returnSlots": 0
|
|
788
788
|
},
|
|
@@ -810,15 +810,15 @@
|
|
|
810
810
|
"parameterSlots": 2,
|
|
811
811
|
"returnSlots": 1
|
|
812
812
|
},
|
|
813
|
-
"@
|
|
813
|
+
"@transferOwnership_17753": {
|
|
814
814
|
"entryPoint": 5509,
|
|
815
|
-
"id":
|
|
815
|
+
"id": 17753,
|
|
816
816
|
"parameterSlots": 1,
|
|
817
817
|
"returnSlots": 0
|
|
818
818
|
},
|
|
819
|
-
"@
|
|
819
|
+
"@validateChain_43996": {
|
|
820
820
|
"entryPoint": 1002,
|
|
821
|
-
"id":
|
|
821
|
+
"id": 43996,
|
|
822
822
|
"parameterSlots": 1,
|
|
823
823
|
"returnSlots": 2
|
|
824
824
|
},
|
|
@@ -834,9 +834,9 @@
|
|
|
834
834
|
"parameterSlots": 2,
|
|
835
835
|
"returnSlots": 1
|
|
836
836
|
},
|
|
837
|
-
"@
|
|
837
|
+
"@validateHeader_44156": {
|
|
838
838
|
"entryPoint": 5705,
|
|
839
|
-
"id":
|
|
839
|
+
"id": 44156,
|
|
840
840
|
"parameterSlots": 3,
|
|
841
841
|
"returnSlots": 2
|
|
842
842
|
},
|
|
@@ -11806,7 +11806,7 @@
|
|
|
11806
11806
|
"storageLayout": {
|
|
11807
11807
|
"storage": [
|
|
11808
11808
|
{
|
|
11809
|
-
"astId":
|
|
11809
|
+
"astId": 17669,
|
|
11810
11810
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11811
11811
|
"label": "_owner",
|
|
11812
11812
|
"offset": 0,
|
|
@@ -11814,7 +11814,7 @@
|
|
|
11814
11814
|
"type": "t_address"
|
|
11815
11815
|
},
|
|
11816
11816
|
{
|
|
11817
|
-
"astId":
|
|
11817
|
+
"astId": 43301,
|
|
11818
11818
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11819
11819
|
"label": "ready",
|
|
11820
11820
|
"offset": 20,
|
|
@@ -11822,7 +11822,7 @@
|
|
|
11822
11822
|
"type": "t_bool"
|
|
11823
11823
|
},
|
|
11824
11824
|
{
|
|
11825
|
-
"astId":
|
|
11825
|
+
"astId": 43303,
|
|
11826
11826
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11827
11827
|
"label": "authorizationRequired",
|
|
11828
11828
|
"offset": 21,
|
|
@@ -11830,7 +11830,7 @@
|
|
|
11830
11830
|
"type": "t_bool"
|
|
11831
11831
|
},
|
|
11832
11832
|
{
|
|
11833
|
-
"astId":
|
|
11833
|
+
"astId": 43305,
|
|
11834
11834
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11835
11835
|
"label": "proofLength",
|
|
11836
11836
|
"offset": 22,
|
|
@@ -11838,7 +11838,7 @@
|
|
|
11838
11838
|
"type": "t_uint64"
|
|
11839
11839
|
},
|
|
11840
11840
|
{
|
|
11841
|
-
"astId":
|
|
11841
|
+
"astId": 43307,
|
|
11842
11842
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11843
11843
|
"label": "genesisEpoch",
|
|
11844
11844
|
"offset": 0,
|
|
@@ -11846,7 +11846,7 @@
|
|
|
11846
11846
|
"type": "t_uint64"
|
|
11847
11847
|
},
|
|
11848
11848
|
{
|
|
11849
|
-
"astId":
|
|
11849
|
+
"astId": 43309,
|
|
11850
11850
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11851
11851
|
"label": "currentEpoch",
|
|
11852
11852
|
"offset": 8,
|
|
@@ -11854,7 +11854,7 @@
|
|
|
11854
11854
|
"type": "t_uint64"
|
|
11855
11855
|
},
|
|
11856
11856
|
{
|
|
11857
|
-
"astId":
|
|
11857
|
+
"astId": 43311,
|
|
11858
11858
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11859
11859
|
"label": "currentEpochDifficulty",
|
|
11860
11860
|
"offset": 0,
|
|
@@ -11862,7 +11862,7 @@
|
|
|
11862
11862
|
"type": "t_uint256"
|
|
11863
11863
|
},
|
|
11864
11864
|
{
|
|
11865
|
-
"astId":
|
|
11865
|
+
"astId": 43313,
|
|
11866
11866
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11867
11867
|
"label": "prevEpochDifficulty",
|
|
11868
11868
|
"offset": 0,
|
|
@@ -11870,15 +11870,15 @@
|
|
|
11870
11870
|
"type": "t_uint256"
|
|
11871
11871
|
},
|
|
11872
11872
|
{
|
|
11873
|
-
"astId":
|
|
11873
|
+
"astId": 43318,
|
|
11874
11874
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11875
11875
|
"label": "epochs",
|
|
11876
11876
|
"offset": 0,
|
|
11877
11877
|
"slot": "4",
|
|
11878
|
-
"type": "t_mapping(t_uint256,t_struct(Epoch)
|
|
11878
|
+
"type": "t_mapping(t_uint256,t_struct(Epoch)43190_storage)"
|
|
11879
11879
|
},
|
|
11880
11880
|
{
|
|
11881
|
-
"astId":
|
|
11881
|
+
"astId": 43322,
|
|
11882
11882
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11883
11883
|
"label": "isAuthorized",
|
|
11884
11884
|
"offset": 0,
|
|
@@ -11904,19 +11904,19 @@
|
|
|
11904
11904
|
"numberOfBytes": "32",
|
|
11905
11905
|
"value": "t_bool"
|
|
11906
11906
|
},
|
|
11907
|
-
"t_mapping(t_uint256,t_struct(Epoch)
|
|
11907
|
+
"t_mapping(t_uint256,t_struct(Epoch)43190_storage)": {
|
|
11908
11908
|
"encoding": "mapping",
|
|
11909
11909
|
"key": "t_uint256",
|
|
11910
11910
|
"label": "mapping(uint256 => struct Epoch)",
|
|
11911
11911
|
"numberOfBytes": "32",
|
|
11912
|
-
"value": "t_struct(Epoch)
|
|
11912
|
+
"value": "t_struct(Epoch)43190_storage"
|
|
11913
11913
|
},
|
|
11914
|
-
"t_struct(Epoch)
|
|
11914
|
+
"t_struct(Epoch)43190_storage": {
|
|
11915
11915
|
"encoding": "inplace",
|
|
11916
11916
|
"label": "struct Epoch",
|
|
11917
11917
|
"members": [
|
|
11918
11918
|
{
|
|
11919
|
-
"astId":
|
|
11919
|
+
"astId": 43187,
|
|
11920
11920
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11921
11921
|
"label": "timestamp",
|
|
11922
11922
|
"offset": 0,
|
|
@@ -11924,7 +11924,7 @@
|
|
|
11924
11924
|
"type": "t_uint32"
|
|
11925
11925
|
},
|
|
11926
11926
|
{
|
|
11927
|
-
"astId":
|
|
11927
|
+
"astId": 43189,
|
|
11928
11928
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11929
11929
|
"label": "target",
|
|
11930
11930
|
"offset": 4,
|