@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
|
@@ -950,51 +950,51 @@
|
|
|
950
950
|
"evm": {
|
|
951
951
|
"bytecode": {
|
|
952
952
|
"functionDebugData": {
|
|
953
|
-
"@
|
|
953
|
+
"@_17973": {
|
|
954
954
|
"entryPoint": null,
|
|
955
|
-
"id":
|
|
955
|
+
"id": 17973,
|
|
956
956
|
"parameterSlots": 4,
|
|
957
957
|
"returnSlots": 0
|
|
958
958
|
},
|
|
959
|
-
"@
|
|
959
|
+
"@_24133": {
|
|
960
960
|
"entryPoint": null,
|
|
961
|
-
"id":
|
|
961
|
+
"id": 24133,
|
|
962
962
|
"parameterSlots": 3,
|
|
963
963
|
"returnSlots": 0
|
|
964
964
|
},
|
|
965
|
-
"@
|
|
965
|
+
"@_grantRole_17556": {
|
|
966
966
|
"entryPoint": 656,
|
|
967
|
-
"id":
|
|
967
|
+
"id": 17556,
|
|
968
968
|
"parameterSlots": 2,
|
|
969
969
|
"returnSlots": 0
|
|
970
970
|
},
|
|
971
|
-
"@
|
|
971
|
+
"@_msgSender_21362": {
|
|
972
972
|
"entryPoint": null,
|
|
973
|
-
"id":
|
|
973
|
+
"id": 21362,
|
|
974
974
|
"parameterSlots": 0,
|
|
975
975
|
"returnSlots": 1
|
|
976
976
|
},
|
|
977
|
-
"@
|
|
977
|
+
"@_setRoleAdmin_17524": {
|
|
978
978
|
"entryPoint": 565,
|
|
979
|
-
"id":
|
|
979
|
+
"id": 17524,
|
|
980
980
|
"parameterSlots": 2,
|
|
981
981
|
"returnSlots": 0
|
|
982
982
|
},
|
|
983
|
-
"@
|
|
983
|
+
"@_setupRole_17496": {
|
|
984
984
|
"entryPoint": 640,
|
|
985
|
-
"id":
|
|
985
|
+
"id": 17496,
|
|
986
986
|
"parameterSlots": 2,
|
|
987
987
|
"returnSlots": 0
|
|
988
988
|
},
|
|
989
|
-
"@
|
|
989
|
+
"@getRoleAdmin_17419": {
|
|
990
990
|
"entryPoint": null,
|
|
991
|
-
"id":
|
|
991
|
+
"id": 17419,
|
|
992
992
|
"parameterSlots": 1,
|
|
993
993
|
"returnSlots": 1
|
|
994
994
|
},
|
|
995
|
-
"@
|
|
995
|
+
"@hasRole_17352": {
|
|
996
996
|
"entryPoint": null,
|
|
997
|
-
"id":
|
|
997
|
+
"id": 17352,
|
|
998
998
|
"parameterSlots": 2,
|
|
999
999
|
"returnSlots": 1
|
|
1000
1000
|
},
|
|
@@ -3233,255 +3233,255 @@
|
|
|
3233
3233
|
},
|
|
3234
3234
|
"deployedBytecode": {
|
|
3235
3235
|
"functionDebugData": {
|
|
3236
|
-
"@
|
|
3236
|
+
"@CANCELLER_ROLE_17807": {
|
|
3237
3237
|
"entryPoint": null,
|
|
3238
|
-
"id":
|
|
3238
|
+
"id": 17807,
|
|
3239
3239
|
"parameterSlots": 0,
|
|
3240
3240
|
"returnSlots": 0
|
|
3241
3241
|
},
|
|
3242
|
-
"@
|
|
3242
|
+
"@DEFAULT_ADMIN_ROLE_17300": {
|
|
3243
3243
|
"entryPoint": null,
|
|
3244
|
-
"id":
|
|
3244
|
+
"id": 17300,
|
|
3245
3245
|
"parameterSlots": 0,
|
|
3246
3246
|
"returnSlots": 0
|
|
3247
3247
|
},
|
|
3248
|
-
"@
|
|
3248
|
+
"@EXECUTOR_ROLE_17802": {
|
|
3249
3249
|
"entryPoint": null,
|
|
3250
|
-
"id":
|
|
3250
|
+
"id": 17802,
|
|
3251
3251
|
"parameterSlots": 0,
|
|
3252
3252
|
"returnSlots": 0
|
|
3253
3253
|
},
|
|
3254
|
-
"@
|
|
3254
|
+
"@PROPOSER_ROLE_17797": {
|
|
3255
3255
|
"entryPoint": null,
|
|
3256
|
-
"id":
|
|
3256
|
+
"id": 17797,
|
|
3257
3257
|
"parameterSlots": 0,
|
|
3258
3258
|
"returnSlots": 0
|
|
3259
3259
|
},
|
|
3260
|
-
"@
|
|
3260
|
+
"@TIMELOCK_ADMIN_ROLE_17792": {
|
|
3261
3261
|
"entryPoint": null,
|
|
3262
|
-
"id":
|
|
3262
|
+
"id": 17792,
|
|
3263
3263
|
"parameterSlots": 0,
|
|
3264
3264
|
"returnSlots": 0
|
|
3265
3265
|
},
|
|
3266
|
-
"@
|
|
3266
|
+
"@_18001": {
|
|
3267
3267
|
"entryPoint": null,
|
|
3268
|
-
"id":
|
|
3268
|
+
"id": 18001,
|
|
3269
3269
|
"parameterSlots": 0,
|
|
3270
3270
|
"returnSlots": 0
|
|
3271
3271
|
},
|
|
3272
|
-
"@
|
|
3272
|
+
"@_afterCall_18594": {
|
|
3273
3273
|
"entryPoint": 4963,
|
|
3274
|
-
"id":
|
|
3274
|
+
"id": 18594,
|
|
3275
3275
|
"parameterSlots": 1,
|
|
3276
3276
|
"returnSlots": 0
|
|
3277
3277
|
},
|
|
3278
|
-
"@
|
|
3278
|
+
"@_beforeCall_18574": {
|
|
3279
3279
|
"entryPoint": 4496,
|
|
3280
|
-
"id":
|
|
3280
|
+
"id": 18574,
|
|
3281
3281
|
"parameterSlots": 2,
|
|
3282
3282
|
"returnSlots": 0
|
|
3283
3283
|
},
|
|
3284
|
-
"@
|
|
3284
|
+
"@_checkRole_17365": {
|
|
3285
3285
|
"entryPoint": 3989,
|
|
3286
|
-
"id":
|
|
3286
|
+
"id": 17365,
|
|
3287
3287
|
"parameterSlots": 1,
|
|
3288
3288
|
"returnSlots": 0
|
|
3289
3289
|
},
|
|
3290
|
-
"@
|
|
3290
|
+
"@_checkRole_17404": {
|
|
3291
3291
|
"entryPoint": 4381,
|
|
3292
|
-
"id":
|
|
3292
|
+
"id": 17404,
|
|
3293
3293
|
"parameterSlots": 2,
|
|
3294
3294
|
"returnSlots": 0
|
|
3295
3295
|
},
|
|
3296
|
-
"@
|
|
3296
|
+
"@_execute_18544": {
|
|
3297
3297
|
"entryPoint": 4742,
|
|
3298
|
-
"id":
|
|
3298
|
+
"id": 18544,
|
|
3299
3299
|
"parameterSlots": 4,
|
|
3300
3300
|
"returnSlots": 0
|
|
3301
3301
|
},
|
|
3302
|
-
"@
|
|
3302
|
+
"@_grantRole_17556": {
|
|
3303
3303
|
"entryPoint": 5087,
|
|
3304
|
-
"id":
|
|
3304
|
+
"id": 17556,
|
|
3305
3305
|
"parameterSlots": 2,
|
|
3306
3306
|
"returnSlots": 0
|
|
3307
3307
|
},
|
|
3308
|
-
"@
|
|
3308
|
+
"@_msgSender_21362": {
|
|
3309
3309
|
"entryPoint": null,
|
|
3310
|
-
"id":
|
|
3310
|
+
"id": 21362,
|
|
3311
3311
|
"parameterSlots": 0,
|
|
3312
3312
|
"returnSlots": 1
|
|
3313
3313
|
},
|
|
3314
|
-
"@
|
|
3314
|
+
"@_revokeRole_17587": {
|
|
3315
3315
|
"entryPoint": 5245,
|
|
3316
|
-
"id":
|
|
3316
|
+
"id": 17587,
|
|
3317
3317
|
"parameterSlots": 2,
|
|
3318
3318
|
"returnSlots": 0
|
|
3319
3319
|
},
|
|
3320
|
-
"@
|
|
3320
|
+
"@_schedule_18339": {
|
|
3321
3321
|
"entryPoint": 4002,
|
|
3322
|
-
"id":
|
|
3322
|
+
"id": 18339,
|
|
3323
3323
|
"parameterSlots": 2,
|
|
3324
3324
|
"returnSlots": 0
|
|
3325
3325
|
},
|
|
3326
|
-
"@
|
|
3326
|
+
"@cancel_18365": {
|
|
3327
3327
|
"entryPoint": 3146,
|
|
3328
|
-
"id":
|
|
3328
|
+
"id": 18365,
|
|
3329
3329
|
"parameterSlots": 1,
|
|
3330
3330
|
"returnSlots": 0
|
|
3331
3331
|
},
|
|
3332
|
-
"@
|
|
3332
|
+
"@executeBatch_18519": {
|
|
3333
3333
|
"entryPoint": 3408,
|
|
3334
|
-
"id":
|
|
3334
|
+
"id": 18519,
|
|
3335
3335
|
"parameterSlots": 8,
|
|
3336
3336
|
"returnSlots": 0
|
|
3337
3337
|
},
|
|
3338
|
-
"@
|
|
3338
|
+
"@execute_18416": {
|
|
3339
3339
|
"entryPoint": 1854,
|
|
3340
|
-
"id":
|
|
3340
|
+
"id": 18416,
|
|
3341
3341
|
"parameterSlots": 6,
|
|
3342
3342
|
"returnSlots": 0
|
|
3343
3343
|
},
|
|
3344
|
-
"@
|
|
3344
|
+
"@getMinDelay_18116": {
|
|
3345
3345
|
"entryPoint": null,
|
|
3346
|
-
"id":
|
|
3346
|
+
"id": 18116,
|
|
3347
3347
|
"parameterSlots": 0,
|
|
3348
3348
|
"returnSlots": 1
|
|
3349
3349
|
},
|
|
3350
|
-
"@
|
|
3350
|
+
"@getRoleAdmin_17419": {
|
|
3351
3351
|
"entryPoint": null,
|
|
3352
|
-
"id":
|
|
3352
|
+
"id": 17419,
|
|
3353
3353
|
"parameterSlots": 1,
|
|
3354
3354
|
"returnSlots": 1
|
|
3355
3355
|
},
|
|
3356
|
-
"@
|
|
3356
|
+
"@getTimestamp_18107": {
|
|
3357
3357
|
"entryPoint": null,
|
|
3358
|
-
"id":
|
|
3358
|
+
"id": 18107,
|
|
3359
3359
|
"parameterSlots": 1,
|
|
3360
3360
|
"returnSlots": 1
|
|
3361
3361
|
},
|
|
3362
|
-
"@
|
|
3362
|
+
"@grantRole_17439": {
|
|
3363
3363
|
"entryPoint": 2140,
|
|
3364
|
-
"id":
|
|
3364
|
+
"id": 17439,
|
|
3365
3365
|
"parameterSlots": 2,
|
|
3366
3366
|
"returnSlots": 0
|
|
3367
3367
|
},
|
|
3368
|
-
"@
|
|
3368
|
+
"@hasRole_17352": {
|
|
3369
3369
|
"entryPoint": null,
|
|
3370
|
-
"id":
|
|
3370
|
+
"id": 17352,
|
|
3371
3371
|
"parameterSlots": 2,
|
|
3372
3372
|
"returnSlots": 1
|
|
3373
3373
|
},
|
|
3374
|
-
"@
|
|
3374
|
+
"@hashOperationBatch_18175": {
|
|
3375
3375
|
"entryPoint": 3077,
|
|
3376
|
-
"id":
|
|
3376
|
+
"id": 18175,
|
|
3377
3377
|
"parameterSlots": 8,
|
|
3378
3378
|
"returnSlots": 1
|
|
3379
3379
|
},
|
|
3380
|
-
"@
|
|
3380
|
+
"@hashOperation_18144": {
|
|
3381
3381
|
"entryPoint": 2556,
|
|
3382
|
-
"id":
|
|
3382
|
+
"id": 18144,
|
|
3383
3383
|
"parameterSlots": 6,
|
|
3384
3384
|
"returnSlots": 1
|
|
3385
3385
|
},
|
|
3386
|
-
"@
|
|
3386
|
+
"@isOperationDone_18094": {
|
|
3387
3387
|
"entryPoint": null,
|
|
3388
|
-
"id":
|
|
3388
|
+
"id": 18094,
|
|
3389
3389
|
"parameterSlots": 1,
|
|
3390
3390
|
"returnSlots": 1
|
|
3391
3391
|
},
|
|
3392
|
-
"@
|
|
3392
|
+
"@isOperationPending_18055": {
|
|
3393
3393
|
"entryPoint": 2352,
|
|
3394
|
-
"id":
|
|
3394
|
+
"id": 18055,
|
|
3395
3395
|
"parameterSlots": 1,
|
|
3396
3396
|
"returnSlots": 1
|
|
3397
3397
|
},
|
|
3398
|
-
"@
|
|
3398
|
+
"@isOperationReady_18079": {
|
|
3399
3399
|
"entryPoint": 2102,
|
|
3400
|
-
"id":
|
|
3400
|
+
"id": 18079,
|
|
3401
3401
|
"parameterSlots": 1,
|
|
3402
3402
|
"returnSlots": 1
|
|
3403
3403
|
},
|
|
3404
|
-
"@
|
|
3404
|
+
"@isOperation_18040": {
|
|
3405
3405
|
"entryPoint": 2182,
|
|
3406
|
-
"id":
|
|
3406
|
+
"id": 18040,
|
|
3407
3407
|
"parameterSlots": 1,
|
|
3408
3408
|
"returnSlots": 1
|
|
3409
3409
|
},
|
|
3410
|
-
"@
|
|
3410
|
+
"@onERC1155BatchReceived_18687": {
|
|
3411
3411
|
"entryPoint": null,
|
|
3412
|
-
"id":
|
|
3412
|
+
"id": 18687,
|
|
3413
3413
|
"parameterSlots": 5,
|
|
3414
3414
|
"returnSlots": 1
|
|
3415
3415
|
},
|
|
3416
|
-
"@
|
|
3416
|
+
"@onERC1155Received_18663": {
|
|
3417
3417
|
"entryPoint": null,
|
|
3418
|
-
"id":
|
|
3418
|
+
"id": 18663,
|
|
3419
3419
|
"parameterSlots": 5,
|
|
3420
3420
|
"returnSlots": 1
|
|
3421
3421
|
},
|
|
3422
|
-
"@
|
|
3422
|
+
"@onERC721Received_18641": {
|
|
3423
3423
|
"entryPoint": null,
|
|
3424
|
-
"id":
|
|
3424
|
+
"id": 18641,
|
|
3425
3425
|
"parameterSlots": 4,
|
|
3426
3426
|
"returnSlots": 1
|
|
3427
3427
|
},
|
|
3428
|
-
"@
|
|
3428
|
+
"@renounceRole_17482": {
|
|
3429
3429
|
"entryPoint": 2207,
|
|
3430
|
-
"id":
|
|
3430
|
+
"id": 17482,
|
|
3431
3431
|
"parameterSlots": 2,
|
|
3432
3432
|
"returnSlots": 0
|
|
3433
3433
|
},
|
|
3434
|
-
"@
|
|
3434
|
+
"@revokeRole_17459": {
|
|
3435
3435
|
"entryPoint": 3371,
|
|
3436
|
-
"id":
|
|
3436
|
+
"id": 17459,
|
|
3437
3437
|
"parameterSlots": 2,
|
|
3438
3438
|
"returnSlots": 0
|
|
3439
3439
|
},
|
|
3440
|
-
"@
|
|
3440
|
+
"@scheduleBatch_18305": {
|
|
3441
3441
|
"entryPoint": 2619,
|
|
3442
|
-
"id":
|
|
3442
|
+
"id": 18305,
|
|
3443
3443
|
"parameterSlots": 9,
|
|
3444
3444
|
"returnSlots": 0
|
|
3445
3445
|
},
|
|
3446
|
-
"@
|
|
3446
|
+
"@schedule_18220": {
|
|
3447
3447
|
"entryPoint": 1637,
|
|
3448
|
-
"id":
|
|
3448
|
+
"id": 18220,
|
|
3449
3449
|
"parameterSlots": 7,
|
|
3450
3450
|
"returnSlots": 0
|
|
3451
3451
|
},
|
|
3452
|
-
"@
|
|
3452
|
+
"@supportsInterface_17333": {
|
|
3453
3453
|
"entryPoint": 4278,
|
|
3454
|
-
"id":
|
|
3454
|
+
"id": 17333,
|
|
3455
3455
|
"parameterSlots": 1,
|
|
3456
3456
|
"returnSlots": 1
|
|
3457
3457
|
},
|
|
3458
|
-
"@
|
|
3458
|
+
"@supportsInterface_18025": {
|
|
3459
3459
|
"entryPoint": 1786,
|
|
3460
|
-
"id":
|
|
3460
|
+
"id": 18025,
|
|
3461
3461
|
"parameterSlots": 1,
|
|
3462
3462
|
"returnSlots": 1
|
|
3463
3463
|
},
|
|
3464
|
-
"@
|
|
3464
|
+
"@supportsInterface_21991": {
|
|
3465
3465
|
"entryPoint": null,
|
|
3466
|
-
"id":
|
|
3466
|
+
"id": 21991,
|
|
3467
3467
|
"parameterSlots": 1,
|
|
3468
3468
|
"returnSlots": 1
|
|
3469
3469
|
},
|
|
3470
|
-
"@
|
|
3470
|
+
"@toHexString_21586": {
|
|
3471
3471
|
"entryPoint": 5390,
|
|
3472
|
-
"id":
|
|
3472
|
+
"id": 21586,
|
|
3473
3473
|
"parameterSlots": 2,
|
|
3474
3474
|
"returnSlots": 1
|
|
3475
3475
|
},
|
|
3476
|
-
"@
|
|
3476
|
+
"@toHexString_21606": {
|
|
3477
3477
|
"entryPoint": 5372,
|
|
3478
|
-
"id":
|
|
3478
|
+
"id": 21606,
|
|
3479
3479
|
"parameterSlots": 1,
|
|
3480
3480
|
"returnSlots": 1
|
|
3481
3481
|
},
|
|
3482
|
-
"@
|
|
3482
|
+
"@updateDelay_18621": {
|
|
3483
3483
|
"entryPoint": 2374,
|
|
3484
|
-
"id":
|
|
3484
|
+
"id": 18621,
|
|
3485
3485
|
"parameterSlots": 1,
|
|
3486
3486
|
"returnSlots": 0
|
|
3487
3487
|
},
|
|
@@ -19348,15 +19348,15 @@
|
|
|
19348
19348
|
"storageLayout": {
|
|
19349
19349
|
"storage": [
|
|
19350
19350
|
{
|
|
19351
|
-
"astId":
|
|
19351
|
+
"astId": 17297,
|
|
19352
19352
|
"contract": "contracts/Timelock.sol:Timelock",
|
|
19353
19353
|
"label": "_roles",
|
|
19354
19354
|
"offset": 0,
|
|
19355
19355
|
"slot": "0",
|
|
19356
|
-
"type": "t_mapping(t_bytes32,t_struct(RoleData)
|
|
19356
|
+
"type": "t_mapping(t_bytes32,t_struct(RoleData)17292_storage)"
|
|
19357
19357
|
},
|
|
19358
19358
|
{
|
|
19359
|
-
"astId":
|
|
19359
|
+
"astId": 17817,
|
|
19360
19360
|
"contract": "contracts/Timelock.sol:Timelock",
|
|
19361
19361
|
"label": "_timestamps",
|
|
19362
19362
|
"offset": 0,
|
|
@@ -19364,7 +19364,7 @@
|
|
|
19364
19364
|
"type": "t_mapping(t_bytes32,t_uint256)"
|
|
19365
19365
|
},
|
|
19366
19366
|
{
|
|
19367
|
-
"astId":
|
|
19367
|
+
"astId": 17819,
|
|
19368
19368
|
"contract": "contracts/Timelock.sol:Timelock",
|
|
19369
19369
|
"label": "_minDelay",
|
|
19370
19370
|
"offset": 0,
|
|
@@ -19395,12 +19395,12 @@
|
|
|
19395
19395
|
"numberOfBytes": "32",
|
|
19396
19396
|
"value": "t_bool"
|
|
19397
19397
|
},
|
|
19398
|
-
"t_mapping(t_bytes32,t_struct(RoleData)
|
|
19398
|
+
"t_mapping(t_bytes32,t_struct(RoleData)17292_storage)": {
|
|
19399
19399
|
"encoding": "mapping",
|
|
19400
19400
|
"key": "t_bytes32",
|
|
19401
19401
|
"label": "mapping(bytes32 => struct AccessControl.RoleData)",
|
|
19402
19402
|
"numberOfBytes": "32",
|
|
19403
|
-
"value": "t_struct(RoleData)
|
|
19403
|
+
"value": "t_struct(RoleData)17292_storage"
|
|
19404
19404
|
},
|
|
19405
19405
|
"t_mapping(t_bytes32,t_uint256)": {
|
|
19406
19406
|
"encoding": "mapping",
|
|
@@ -19409,12 +19409,12 @@
|
|
|
19409
19409
|
"numberOfBytes": "32",
|
|
19410
19410
|
"value": "t_uint256"
|
|
19411
19411
|
},
|
|
19412
|
-
"t_struct(RoleData)
|
|
19412
|
+
"t_struct(RoleData)17292_storage": {
|
|
19413
19413
|
"encoding": "inplace",
|
|
19414
19414
|
"label": "struct AccessControl.RoleData",
|
|
19415
19415
|
"members": [
|
|
19416
19416
|
{
|
|
19417
|
-
"astId":
|
|
19417
|
+
"astId": 17289,
|
|
19418
19418
|
"contract": "contracts/Timelock.sol:Timelock",
|
|
19419
19419
|
"label": "members",
|
|
19420
19420
|
"offset": 0,
|
|
@@ -19422,7 +19422,7 @@
|
|
|
19422
19422
|
"type": "t_mapping(t_address,t_bool)"
|
|
19423
19423
|
},
|
|
19424
19424
|
{
|
|
19425
|
-
"astId":
|
|
19425
|
+
"astId": 17291,
|
|
19426
19426
|
"contract": "contracts/Timelock.sol:Timelock",
|
|
19427
19427
|
"label": "adminRole",
|
|
19428
19428
|
"offset": 0,
|