@keep-network/tbtc-v2 1.7.0 → 1.7.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/.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/deploy/00_resolve_reimbursement_pool.js +1 -1
- package/export/deploy/00_resolve_tbtc_v1_token.js +1 -1
- package/export/deploy/00_resolve_wallet_registry.js +1 -1
- package/export/deploy/01_deploy_light_relay.js +1 -1
- package/export/deploy/02_deploy_tbtc_v2_token.js +1 -1
- package/export/deploy/03_deploy_vending_machine.js +1 -1
- package/export/deploy/04_transfer_vending_machine_roles.js +1 -1
- package/export/deploy/05_deploy_bank.js +1 -1
- package/export/deploy/06_deploy_bridge.js +1 -1
- package/export/deploy/07_deploy_tbtc_vault.js +1 -1
- package/export/deploy/08_deploy_donation_vault.js +1 -1
- package/export/deploy/09_deploy_bridge_governance.js +1 -1
- package/export/deploy/10_deploy_maintainer_proxy.js +1 -1
- package/export/deploy/11_bank_update_bridge.js +1 -1
- package/export/deploy/12_authorize_tbtc_vault_in_bridge.js +1 -1
- package/export/deploy/13_authorize_maintainer_proxy_in_bridge.js +1 -1
- package/export/deploy/14_set_deposit_parameters.js +1 -1
- package/export/deploy/15_set_wallet_parameters.js +1 -1
- package/export/deploy/16_disable_fraud_challenges.js +1 -1
- package/export/deploy/17_disable_redemptions.js +1 -1
- package/export/deploy/18_disable_moving_funds.js +1 -1
- package/export/deploy/19_authorize_spv_maintainer_in_bridge.js +1 -1
- package/export/deploy/20_transfer_bank_ownership.js +1 -1
- package/export/deploy/21_transfer_bridge_governance.js +1 -1
- package/export/deploy/22_transfer_bridge_governance_ownership.js +1 -1
- package/export/deploy/23_transfer_tbtc_vault_ownership.js +1 -1
- package/export/deploy/24_transfer_tbtc_ownership.js +1 -1
- package/export/deploy/25_transfer_maintainer_proxy_ownership.js +1 -1
- package/export/deploy/26_transfer_proxy_admin_ownership.js +1 -1
- package/export/deploy/27_authorize_maintainer_proxy_in_reimbursement_pool.js +1 -1
- package/export/deploy/28_authorize_bridge_in_reimbursement_pool.js +1 -1
- package/export/deploy/29_deploy_proxy_admin_with_deputy.js +1 -1
- package/export/deploy/30_deploy_vending_machine_v2.js +1 -1
- package/export/deploy/31_deploy_vending_machine_v3.js +1 -1
- package/export/deploy/32_transfer_vending_machine_v2_ownership.js +1 -1
- package/export/deploy/33_transfer_vending_machine_v3_ownership.js +1 -1
- package/export/deploy/34_deploy_light_relay_maintainer_proxy.js +1 -1
- package/export/deploy/35_authorize_maintainer_in_light_relay_maintainer_proxy.js +1 -1
- package/export/deploy/36_transfer_light_relay_maintainer_proxy_ownership.js +1 -1
- package/export/deploy/37_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +1 -1
- package/export/deploy/38_authorize_light_relay_maintainer_proxy_in_light_relay.js +1 -1
- package/export/deploy/39_deploy_wallet_proposal_validator.js +1 -1
- package/export/deploy/40_deploy_redemption_watchtower.js +1 -1
- package/export/deploy/41_transfer_redemption_watchtower_ownership.js +1 -1
- package/export/deploy/42_deploy_timelock.js +1 -1
- package/export/deploy/80_upgrade_bridge_v2.js +1 -1
- package/export/deploy/90_initialize_wallet_owner.js +1 -1
- package/export/deploy/91_genesis_relay.js +1 -1
- package/export/deploy/92_retarget_relay.js +1 -1
- package/export/deploy/93_authorize_relay_maintainer.js +1 -1
- package/export/deploy/94_transfer_relay_ownership.js +1 -1
- package/export/tasks/test-utils.js +1 -1
- package/export/test/integration/utils/ecdsa-wallet-registry.js +1 -1
- package/export/test/integration/utils/random-beacon.js +1 -1
- package/export/test/integration/utils/staking.js +1 -1
- 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 +6 -6
- 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
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
},
|
|
43
43
|
"deployedBytecode": {
|
|
44
44
|
"functionDebugData": {
|
|
45
|
-
"@
|
|
45
|
+
"@isValidHeartbeatMessage_32728": {
|
|
46
46
|
"entryPoint": 108,
|
|
47
|
-
"id":
|
|
47
|
+
"id": 32728,
|
|
48
48
|
"parameterSlots": 2,
|
|
49
49
|
"returnSlots": 1
|
|
50
50
|
},
|
|
51
|
-
"@
|
|
51
|
+
"@isValidHeartbeatMessage_44917": {
|
|
52
52
|
"entryPoint": 87,
|
|
53
|
-
"id":
|
|
53
|
+
"id": 44917,
|
|
54
54
|
"parameterSlots": 2,
|
|
55
55
|
"returnSlots": 1
|
|
56
56
|
},
|
|
@@ -561,21 +561,21 @@
|
|
|
561
561
|
"evm": {
|
|
562
562
|
"bytecode": {
|
|
563
563
|
"functionDebugData": {
|
|
564
|
-
"@
|
|
564
|
+
"@_17685": {
|
|
565
565
|
"entryPoint": null,
|
|
566
|
-
"id":
|
|
566
|
+
"id": 17685,
|
|
567
567
|
"parameterSlots": 0,
|
|
568
568
|
"returnSlots": 0
|
|
569
569
|
},
|
|
570
|
-
"@
|
|
570
|
+
"@_msgSender_21362": {
|
|
571
571
|
"entryPoint": null,
|
|
572
|
-
"id":
|
|
572
|
+
"id": 21362,
|
|
573
573
|
"parameterSlots": 0,
|
|
574
574
|
"returnSlots": 1
|
|
575
575
|
},
|
|
576
|
-
"@
|
|
576
|
+
"@_transferOwnership_17773": {
|
|
577
577
|
"entryPoint": 31,
|
|
578
|
-
"id":
|
|
578
|
+
"id": 17773,
|
|
579
579
|
"parameterSlots": 1,
|
|
580
580
|
"returnSlots": 0
|
|
581
581
|
}
|
|
@@ -587,33 +587,33 @@
|
|
|
587
587
|
},
|
|
588
588
|
"deployedBytecode": {
|
|
589
589
|
"functionDebugData": {
|
|
590
|
-
"@
|
|
590
|
+
"@_checkOwner_17716": {
|
|
591
591
|
"entryPoint": 6122,
|
|
592
|
-
"id":
|
|
592
|
+
"id": 17716,
|
|
593
593
|
"parameterSlots": 0,
|
|
594
594
|
"returnSlots": 0
|
|
595
595
|
},
|
|
596
|
-
"@
|
|
596
|
+
"@_msgSender_21362": {
|
|
597
597
|
"entryPoint": null,
|
|
598
|
-
"id":
|
|
598
|
+
"id": 21362,
|
|
599
599
|
"parameterSlots": 0,
|
|
600
600
|
"returnSlots": 1
|
|
601
601
|
},
|
|
602
|
-
"@
|
|
602
|
+
"@_transferOwnership_17773": {
|
|
603
603
|
"entryPoint": 6265,
|
|
604
|
-
"id":
|
|
604
|
+
"id": 17773,
|
|
605
605
|
"parameterSlots": 1,
|
|
606
606
|
"returnSlots": 0
|
|
607
607
|
},
|
|
608
|
-
"@
|
|
608
|
+
"@authorizationRequired_43303": {
|
|
609
609
|
"entryPoint": null,
|
|
610
|
-
"id":
|
|
610
|
+
"id": 43303,
|
|
611
611
|
"parameterSlots": 0,
|
|
612
612
|
"returnSlots": 0
|
|
613
613
|
},
|
|
614
|
-
"@
|
|
614
|
+
"@authorize_43516": {
|
|
615
615
|
"entryPoint": 5335,
|
|
616
|
-
"id":
|
|
616
|
+
"id": 43516,
|
|
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_43309": {
|
|
627
627
|
"entryPoint": null,
|
|
628
|
-
"id":
|
|
628
|
+
"id": 43309,
|
|
629
629
|
"parameterSlots": 0,
|
|
630
630
|
"returnSlots": 0
|
|
631
631
|
},
|
|
632
|
-
"@
|
|
632
|
+
"@deauthorize_43535": {
|
|
633
633
|
"entryPoint": 2547,
|
|
634
|
-
"id":
|
|
634
|
+
"id": 43535,
|
|
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_43281": {
|
|
663
663
|
"entryPoint": 6089,
|
|
664
|
-
"id":
|
|
664
|
+
"id": 43281,
|
|
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_43307": {
|
|
681
681
|
"entryPoint": null,
|
|
682
|
-
"id":
|
|
682
|
+
"id": 43307,
|
|
683
683
|
"parameterSlots": 0,
|
|
684
684
|
"returnSlots": 0
|
|
685
685
|
},
|
|
686
|
-
"@
|
|
686
|
+
"@genesis_43440": {
|
|
687
687
|
"entryPoint": 2636,
|
|
688
|
-
"id":
|
|
688
|
+
"id": 43440,
|
|
689
689
|
"parameterSlots": 4,
|
|
690
690
|
"returnSlots": 0
|
|
691
691
|
},
|
|
692
|
-
"@
|
|
692
|
+
"@getBlockDifficulty_44011": {
|
|
693
693
|
"entryPoint": 913,
|
|
694
|
-
"id":
|
|
694
|
+
"id": 44011,
|
|
695
695
|
"parameterSlots": 1,
|
|
696
696
|
"returnSlots": 1
|
|
697
697
|
},
|
|
698
|
-
"@
|
|
698
|
+
"@getCurrentAndPrevEpochDifficulty_44065": {
|
|
699
699
|
"entryPoint": null,
|
|
700
|
-
"id":
|
|
700
|
+
"id": 44065,
|
|
701
701
|
"parameterSlots": 0,
|
|
702
702
|
"returnSlots": 2
|
|
703
703
|
},
|
|
704
|
-
"@
|
|
704
|
+
"@getCurrentEpochDifficulty_44044": {
|
|
705
705
|
"entryPoint": null,
|
|
706
|
-
"id":
|
|
706
|
+
"id": 44044,
|
|
707
707
|
"parameterSlots": 0,
|
|
708
708
|
"returnSlots": 1
|
|
709
709
|
},
|
|
710
|
-
"@
|
|
710
|
+
"@getEpochDifficulty_44096": {
|
|
711
711
|
"entryPoint": 3605,
|
|
712
|
-
"id":
|
|
712
|
+
"id": 44096,
|
|
713
713
|
"parameterSlots": 1,
|
|
714
714
|
"returnSlots": 1
|
|
715
715
|
},
|
|
716
|
-
"@
|
|
716
|
+
"@getPrevEpochDifficulty_44053": {
|
|
717
717
|
"entryPoint": null,
|
|
718
|
-
"id":
|
|
718
|
+
"id": 44053,
|
|
719
719
|
"parameterSlots": 0,
|
|
720
720
|
"returnSlots": 1
|
|
721
721
|
},
|
|
722
|
-
"@
|
|
722
|
+
"@getRelayRange_44035": {
|
|
723
723
|
"entryPoint": 936,
|
|
724
|
-
"id":
|
|
724
|
+
"id": 44035,
|
|
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_43322": {
|
|
735
735
|
"entryPoint": null,
|
|
736
|
-
"id":
|
|
736
|
+
"id": 43322,
|
|
737
737
|
"parameterSlots": 0,
|
|
738
738
|
"returnSlots": 0
|
|
739
739
|
},
|
|
@@ -743,27 +743,27 @@
|
|
|
743
743
|
"parameterSlots": 2,
|
|
744
744
|
"returnSlots": 1
|
|
745
745
|
},
|
|
746
|
-
"@
|
|
746
|
+
"@owner_17702": {
|
|
747
747
|
"entryPoint": null,
|
|
748
|
-
"id":
|
|
748
|
+
"id": 17702,
|
|
749
749
|
"parameterSlots": 0,
|
|
750
750
|
"returnSlots": 1
|
|
751
751
|
},
|
|
752
|
-
"@
|
|
752
|
+
"@proofLength_43305": {
|
|
753
753
|
"entryPoint": null,
|
|
754
|
-
"id":
|
|
754
|
+
"id": 43305,
|
|
755
755
|
"parameterSlots": 0,
|
|
756
756
|
"returnSlots": 0
|
|
757
757
|
},
|
|
758
|
-
"@
|
|
758
|
+
"@ready_43301": {
|
|
759
759
|
"entryPoint": null,
|
|
760
|
-
"id":
|
|
760
|
+
"id": 43301,
|
|
761
761
|
"parameterSlots": 0,
|
|
762
762
|
"returnSlots": 0
|
|
763
763
|
},
|
|
764
|
-
"@
|
|
764
|
+
"@renounceOwnership_17730": {
|
|
765
765
|
"entryPoint": 3877,
|
|
766
|
-
"id":
|
|
766
|
+
"id": 17730,
|
|
767
767
|
"parameterSlots": 0,
|
|
768
768
|
"returnSlots": 0
|
|
769
769
|
},
|
|
@@ -773,9 +773,9 @@
|
|
|
773
773
|
"parameterSlots": 3,
|
|
774
774
|
"returnSlots": 1
|
|
775
775
|
},
|
|
776
|
-
"@
|
|
776
|
+
"@retarget_43767": {
|
|
777
777
|
"entryPoint": 3897,
|
|
778
|
-
"id":
|
|
778
|
+
"id": 43767,
|
|
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_43497": {
|
|
801
801
|
"entryPoint": 5565,
|
|
802
|
-
"id":
|
|
802
|
+
"id": 43497,
|
|
803
803
|
"parameterSlots": 1,
|
|
804
804
|
"returnSlots": 0
|
|
805
805
|
},
|
|
806
|
-
"@
|
|
806
|
+
"@setProofLength_43480": {
|
|
807
807
|
"entryPoint": 2048,
|
|
808
|
-
"id":
|
|
808
|
+
"id": 43480,
|
|
809
809
|
"parameterSlots": 1,
|
|
810
810
|
"returnSlots": 0
|
|
811
811
|
},
|
|
@@ -833,21 +833,21 @@
|
|
|
833
833
|
"parameterSlots": 2,
|
|
834
834
|
"returnSlots": 1
|
|
835
835
|
},
|
|
836
|
-
"@
|
|
836
|
+
"@transferOwnership_17753": {
|
|
837
837
|
"entryPoint": 5677,
|
|
838
|
-
"id":
|
|
838
|
+
"id": 17753,
|
|
839
839
|
"parameterSlots": 1,
|
|
840
840
|
"returnSlots": 0
|
|
841
841
|
},
|
|
842
|
-
"@
|
|
842
|
+
"@validateChainGasReport_44938": {
|
|
843
843
|
"entryPoint": 5427,
|
|
844
|
-
"id":
|
|
844
|
+
"id": 44938,
|
|
845
845
|
"parameterSlots": 1,
|
|
846
846
|
"returnSlots": 2
|
|
847
847
|
},
|
|
848
|
-
"@
|
|
848
|
+
"@validateChain_43996": {
|
|
849
849
|
"entryPoint": 1032,
|
|
850
|
-
"id":
|
|
850
|
+
"id": 43996,
|
|
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_44156": {
|
|
867
867
|
"entryPoint": 5873,
|
|
868
|
-
"id":
|
|
868
|
+
"id": 44156,
|
|
869
869
|
"parameterSlots": 3,
|
|
870
870
|
"returnSlots": 2
|
|
871
871
|
},
|
|
@@ -12534,7 +12534,7 @@
|
|
|
12534
12534
|
"storageLayout": {
|
|
12535
12535
|
"storage": [
|
|
12536
12536
|
{
|
|
12537
|
-
"astId":
|
|
12537
|
+
"astId": 17669,
|
|
12538
12538
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12539
12539
|
"label": "_owner",
|
|
12540
12540
|
"offset": 0,
|
|
@@ -12542,7 +12542,7 @@
|
|
|
12542
12542
|
"type": "t_address"
|
|
12543
12543
|
},
|
|
12544
12544
|
{
|
|
12545
|
-
"astId":
|
|
12545
|
+
"astId": 43301,
|
|
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": 43303,
|
|
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": 43305,
|
|
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": 43307,
|
|
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": 43309,
|
|
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": 43311,
|
|
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": 43313,
|
|
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": 43318,
|
|
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)43190_storage)"
|
|
12607
12607
|
},
|
|
12608
12608
|
{
|
|
12609
|
-
"astId":
|
|
12609
|
+
"astId": 43322,
|
|
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)43190_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)43190_storage"
|
|
12641
12641
|
},
|
|
12642
|
-
"t_struct(Epoch)
|
|
12642
|
+
"t_struct(Epoch)43190_storage": {
|
|
12643
12643
|
"encoding": "inplace",
|
|
12644
12644
|
"label": "struct Epoch",
|
|
12645
12645
|
"members": [
|
|
12646
12646
|
{
|
|
12647
|
-
"astId":
|
|
12647
|
+
"astId": 43187,
|
|
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": 43189,
|
|
12656
12656
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12657
12657
|
"label": "target",
|
|
12658
12658
|
"offset": 4,
|
|
@@ -107,21 +107,21 @@
|
|
|
107
107
|
},
|
|
108
108
|
"deployedBytecode": {
|
|
109
109
|
"functionDebugData": {
|
|
110
|
-
"@
|
|
110
|
+
"@receiveApproval_44983": {
|
|
111
111
|
"entryPoint": 157,
|
|
112
|
-
"id":
|
|
112
|
+
"id": 44983,
|
|
113
113
|
"parameterSlots": 5,
|
|
114
114
|
"returnSlots": 0
|
|
115
115
|
},
|
|
116
|
-
"@
|
|
116
|
+
"@setShouldRevert_44993": {
|
|
117
117
|
"entryPoint": null,
|
|
118
|
-
"id":
|
|
118
|
+
"id": 44993,
|
|
119
119
|
"parameterSlots": 1,
|
|
120
120
|
"returnSlots": 0
|
|
121
121
|
},
|
|
122
|
-
"@
|
|
122
|
+
"@shouldRevert_44946": {
|
|
123
123
|
"entryPoint": null,
|
|
124
|
-
"id":
|
|
124
|
+
"id": 44946,
|
|
125
125
|
"parameterSlots": 0,
|
|
126
126
|
"returnSlots": 0
|
|
127
127
|
},
|
|
@@ -2136,7 +2136,7 @@
|
|
|
2136
2136
|
"storageLayout": {
|
|
2137
2137
|
"storage": [
|
|
2138
2138
|
{
|
|
2139
|
-
"astId":
|
|
2139
|
+
"astId": 44946,
|
|
2140
2140
|
"contract": "contracts/test/ReceiveApprovalStub.sol:ReceiveApprovalStub",
|
|
2141
2141
|
"label": "shouldRevert",
|
|
2142
2142
|
"offset": 0,
|