@keep-network/tbtc-v2 1.7.0 → 1.8.0-dev.0
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/KeepRegistry.json +99 -0
- package/artifacts/KeepStake.json +286 -0
- package/artifacts/KeepToken.json +711 -0
- package/artifacts/KeepTokenStaking.json +483 -0
- package/artifacts/LightRelay.json +38 -38
- package/artifacts/LightRelayMaintainerProxy.json +31 -31
- package/artifacts/MaintainerProxy.json +48 -48
- package/artifacts/MovingFunds.json +12 -12
- package/artifacts/NuCypherStakingEscrow.json +287 -0
- 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 +2269 -0
- package/artifacts/TokenholderGovernor.json +1795 -0
- package/artifacts/TokenholderTimelock.json +1058 -0
- package/artifacts/VendingMachine.json +35 -34
- package/artifacts/VendingMachineKeep.json +400 -0
- 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 → fe0eebcebee1dc423b54e929e5519304.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/contracts/bridge/VendingMachine.sol/VendingMachine.json +6 -6
- package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +6 -6
- package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +6 -6
- package/export/artifacts/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +4288 -4028
- package/export/artifacts/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.json +33 -33
- package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +40 -40
- package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +51 -51
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +88 -88
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
- package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +31 -31
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +30 -30
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +2 -2
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +59 -59
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +59 -59
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
- package/export/artifacts/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +5 -5
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +6 -6
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +8 -8
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +2 -2
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockBridge.json +18 -18
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.json +20 -20
- package/export/artifacts/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.json +10 -10
- package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +135 -135
- package/export/typechain/factories/L1BitcoinDepositor__factory.js +40 -1
- package/package.json +1 -1
- 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
|
@@ -1283,9 +1283,9 @@
|
|
|
1283
1283
|
"parameterSlots": 0,
|
|
1284
1284
|
"returnSlots": 0
|
|
1285
1285
|
},
|
|
1286
|
-
"@
|
|
1286
|
+
"@_42472": {
|
|
1287
1287
|
"entryPoint": null,
|
|
1288
|
-
"id":
|
|
1288
|
+
"id": 42472,
|
|
1289
1289
|
"parameterSlots": 2,
|
|
1290
1290
|
"returnSlots": 0
|
|
1291
1291
|
},
|
|
@@ -1764,105 +1764,105 @@
|
|
|
1764
1764
|
"parameterSlots": 1,
|
|
1765
1765
|
"returnSlots": 0
|
|
1766
1766
|
},
|
|
1767
|
-
"@
|
|
1767
|
+
"@allSpvMaintainers_43201": {
|
|
1768
1768
|
"entryPoint": 2193,
|
|
1769
|
-
"id":
|
|
1769
|
+
"id": 43201,
|
|
1770
1770
|
"parameterSlots": 0,
|
|
1771
1771
|
"returnSlots": 1
|
|
1772
1772
|
},
|
|
1773
|
-
"@
|
|
1773
|
+
"@allWalletMaintainers_43191": {
|
|
1774
1774
|
"entryPoint": 2291,
|
|
1775
|
-
"id":
|
|
1775
|
+
"id": 43191,
|
|
1776
1776
|
"parameterSlots": 0,
|
|
1777
1777
|
"returnSlots": 1
|
|
1778
1778
|
},
|
|
1779
|
-
"@
|
|
1779
|
+
"@authorizeSpvMaintainer_42955": {
|
|
1780
1780
|
"entryPoint": 4015,
|
|
1781
|
-
"id":
|
|
1781
|
+
"id": 42955,
|
|
1782
1782
|
"parameterSlots": 1,
|
|
1783
1783
|
"returnSlots": 0
|
|
1784
1784
|
},
|
|
1785
|
-
"@
|
|
1785
|
+
"@authorizeWalletMaintainer_42929": {
|
|
1786
1786
|
"entryPoint": 1419,
|
|
1787
|
-
"id":
|
|
1787
|
+
"id": 42929,
|
|
1788
1788
|
"parameterSlots": 1,
|
|
1789
1789
|
"returnSlots": 0
|
|
1790
1790
|
},
|
|
1791
|
-
"@
|
|
1791
|
+
"@bridge_42273": {
|
|
1792
1792
|
"entryPoint": null,
|
|
1793
|
-
"id":
|
|
1793
|
+
"id": 42273,
|
|
1794
1794
|
"parameterSlots": 0,
|
|
1795
1795
|
"returnSlots": 0
|
|
1796
1796
|
},
|
|
1797
|
-
"@
|
|
1797
|
+
"@defeatFraudChallengeGasOffset_42321": {
|
|
1798
1798
|
"entryPoint": null,
|
|
1799
|
-
"id":
|
|
1799
|
+
"id": 42321,
|
|
1800
1800
|
"parameterSlots": 0,
|
|
1801
1801
|
"returnSlots": 0
|
|
1802
1802
|
},
|
|
1803
|
-
"@
|
|
1803
|
+
"@defeatFraudChallengeWithHeartbeatGasOffset_42324": {
|
|
1804
1804
|
"entryPoint": null,
|
|
1805
|
-
"id":
|
|
1805
|
+
"id": 42324,
|
|
1806
1806
|
"parameterSlots": 0,
|
|
1807
1807
|
"returnSlots": 0
|
|
1808
1808
|
},
|
|
1809
|
-
"@
|
|
1809
|
+
"@defeatFraudChallengeWithHeartbeat_42903": {
|
|
1810
1810
|
"entryPoint": 1561,
|
|
1811
|
-
"id":
|
|
1811
|
+
"id": 42903,
|
|
1812
1812
|
"parameterSlots": 4,
|
|
1813
1813
|
"returnSlots": 0
|
|
1814
1814
|
},
|
|
1815
|
-
"@
|
|
1815
|
+
"@defeatFraudChallenge_42868": {
|
|
1816
1816
|
"entryPoint": 2541,
|
|
1817
|
-
"id":
|
|
1817
|
+
"id": 42868,
|
|
1818
1818
|
"parameterSlots": 5,
|
|
1819
1819
|
"returnSlots": 0
|
|
1820
1820
|
},
|
|
1821
|
-
"@
|
|
1821
|
+
"@isSpvMaintainer_42287": {
|
|
1822
1822
|
"entryPoint": null,
|
|
1823
|
-
"id":
|
|
1823
|
+
"id": 42287,
|
|
1824
1824
|
"parameterSlots": 0,
|
|
1825
1825
|
"returnSlots": 0
|
|
1826
1826
|
},
|
|
1827
|
-
"@
|
|
1827
|
+
"@isWalletMaintainer_42278": {
|
|
1828
1828
|
"entryPoint": null,
|
|
1829
|
-
"id":
|
|
1829
|
+
"id": 42278,
|
|
1830
1830
|
"parameterSlots": 0,
|
|
1831
1831
|
"returnSlots": 0
|
|
1832
1832
|
},
|
|
1833
|
-
"@
|
|
1833
|
+
"@notifyMovingFundsBelowDustGasOffset_42306": {
|
|
1834
1834
|
"entryPoint": null,
|
|
1835
|
-
"id":
|
|
1835
|
+
"id": 42306,
|
|
1836
1836
|
"parameterSlots": 0,
|
|
1837
1837
|
"returnSlots": 0
|
|
1838
1838
|
},
|
|
1839
|
-
"@
|
|
1839
|
+
"@notifyMovingFundsBelowDust_42680": {
|
|
1840
1840
|
"entryPoint": 1833,
|
|
1841
|
-
"id":
|
|
1841
|
+
"id": 42680,
|
|
1842
1842
|
"parameterSlots": 2,
|
|
1843
1843
|
"returnSlots": 0
|
|
1844
1844
|
},
|
|
1845
|
-
"@
|
|
1845
|
+
"@notifyWalletCloseableGasOffset_42315": {
|
|
1846
1846
|
"entryPoint": null,
|
|
1847
|
-
"id":
|
|
1847
|
+
"id": 42315,
|
|
1848
1848
|
"parameterSlots": 0,
|
|
1849
1849
|
"returnSlots": 0
|
|
1850
1850
|
},
|
|
1851
|
-
"@
|
|
1851
|
+
"@notifyWalletCloseable_42796": {
|
|
1852
1852
|
"entryPoint": 5242,
|
|
1853
|
-
"id":
|
|
1853
|
+
"id": 42796,
|
|
1854
1854
|
"parameterSlots": 2,
|
|
1855
1855
|
"returnSlots": 0
|
|
1856
1856
|
},
|
|
1857
|
-
"@
|
|
1857
|
+
"@notifyWalletClosingPeriodElapsedGasOffset_42318": {
|
|
1858
1858
|
"entryPoint": null,
|
|
1859
|
-
"id":
|
|
1859
|
+
"id": 42318,
|
|
1860
1860
|
"parameterSlots": 0,
|
|
1861
1861
|
"returnSlots": 0
|
|
1862
1862
|
},
|
|
1863
|
-
"@
|
|
1863
|
+
"@notifyWalletClosingPeriodElapsed_42830": {
|
|
1864
1864
|
"entryPoint": 4981,
|
|
1865
|
-
"id":
|
|
1865
|
+
"id": 42830,
|
|
1866
1866
|
"parameterSlots": 1,
|
|
1867
1867
|
"returnSlots": 0
|
|
1868
1868
|
},
|
|
@@ -1884,81 +1884,81 @@
|
|
|
1884
1884
|
"parameterSlots": 0,
|
|
1885
1885
|
"returnSlots": 0
|
|
1886
1886
|
},
|
|
1887
|
-
"@
|
|
1887
|
+
"@requestNewWalletGasOffset_42312": {
|
|
1888
1888
|
"entryPoint": null,
|
|
1889
|
-
"id":
|
|
1889
|
+
"id": 42312,
|
|
1890
1890
|
"parameterSlots": 0,
|
|
1891
1891
|
"returnSlots": 0
|
|
1892
1892
|
},
|
|
1893
|
-
"@
|
|
1893
|
+
"@requestNewWallet_42758": {
|
|
1894
1894
|
"entryPoint": 4157,
|
|
1895
|
-
"id":
|
|
1895
|
+
"id": 42758,
|
|
1896
1896
|
"parameterSlots": 1,
|
|
1897
1897
|
"returnSlots": 0
|
|
1898
1898
|
},
|
|
1899
|
-
"@
|
|
1899
|
+
"@resetMovingFundsTimeoutGasOffset_42300": {
|
|
1900
1900
|
"entryPoint": null,
|
|
1901
|
-
"id":
|
|
1901
|
+
"id": 42300,
|
|
1902
1902
|
"parameterSlots": 0,
|
|
1903
1903
|
"returnSlots": 0
|
|
1904
1904
|
},
|
|
1905
|
-
"@
|
|
1905
|
+
"@resetMovingFundsTimeout_42596": {
|
|
1906
1906
|
"entryPoint": 5752,
|
|
1907
|
-
"id":
|
|
1907
|
+
"id": 42596,
|
|
1908
1908
|
"parameterSlots": 1,
|
|
1909
1909
|
"returnSlots": 0
|
|
1910
1910
|
},
|
|
1911
|
-
"@
|
|
1911
|
+
"@spvMaintainers_42291": {
|
|
1912
1912
|
"entryPoint": 2387,
|
|
1913
|
-
"id":
|
|
1913
|
+
"id": 42291,
|
|
1914
1914
|
"parameterSlots": 0,
|
|
1915
1915
|
"returnSlots": 0
|
|
1916
1916
|
},
|
|
1917
|
-
"@
|
|
1917
|
+
"@submitDepositSweepProofGasOffset_42294": {
|
|
1918
1918
|
"entryPoint": null,
|
|
1919
|
-
"id":
|
|
1919
|
+
"id": 42294,
|
|
1920
1920
|
"parameterSlots": 0,
|
|
1921
1921
|
"returnSlots": 0
|
|
1922
1922
|
},
|
|
1923
|
-
"@
|
|
1923
|
+
"@submitDepositSweepProof_42518": {
|
|
1924
1924
|
"entryPoint": 4724,
|
|
1925
|
-
"id":
|
|
1925
|
+
"id": 42518,
|
|
1926
1926
|
"parameterSlots": 4,
|
|
1927
1927
|
"returnSlots": 0
|
|
1928
1928
|
},
|
|
1929
|
-
"@
|
|
1929
|
+
"@submitMovedFundsSweepProofGasOffset_42309": {
|
|
1930
1930
|
"entryPoint": null,
|
|
1931
|
-
"id":
|
|
1931
|
+
"id": 42309,
|
|
1932
1932
|
"parameterSlots": 0,
|
|
1933
1933
|
"returnSlots": 0
|
|
1934
1934
|
},
|
|
1935
|
-
"@
|
|
1935
|
+
"@submitMovedFundsSweepProof_42723": {
|
|
1936
1936
|
"entryPoint": 3657,
|
|
1937
|
-
"id":
|
|
1937
|
+
"id": 42723,
|
|
1938
1938
|
"parameterSlots": 3,
|
|
1939
1939
|
"returnSlots": 0
|
|
1940
1940
|
},
|
|
1941
|
-
"@
|
|
1941
|
+
"@submitMovingFundsProofGasOffset_42303": {
|
|
1942
1942
|
"entryPoint": null,
|
|
1943
|
-
"id":
|
|
1943
|
+
"id": 42303,
|
|
1944
1944
|
"parameterSlots": 0,
|
|
1945
1945
|
"returnSlots": 0
|
|
1946
1946
|
},
|
|
1947
|
-
"@
|
|
1947
|
+
"@submitMovingFundsProof_42642": {
|
|
1948
1948
|
"entryPoint": 5495,
|
|
1949
|
-
"id":
|
|
1949
|
+
"id": 42642,
|
|
1950
1950
|
"parameterSlots": 4,
|
|
1951
1951
|
"returnSlots": 0
|
|
1952
1952
|
},
|
|
1953
|
-
"@
|
|
1953
|
+
"@submitRedemptionProofGasOffset_42297": {
|
|
1954
1954
|
"entryPoint": null,
|
|
1955
|
-
"id":
|
|
1955
|
+
"id": 42297,
|
|
1956
1956
|
"parameterSlots": 0,
|
|
1957
1957
|
"returnSlots": 0
|
|
1958
1958
|
},
|
|
1959
|
-
"@
|
|
1959
|
+
"@submitRedemptionProof_42564": {
|
|
1960
1960
|
"entryPoint": 3400,
|
|
1961
|
-
"id":
|
|
1961
|
+
"id": 42564,
|
|
1962
1962
|
"parameterSlots": 4,
|
|
1963
1963
|
"returnSlots": 0
|
|
1964
1964
|
},
|
|
@@ -1968,27 +1968,27 @@
|
|
|
1968
1968
|
"parameterSlots": 1,
|
|
1969
1969
|
"returnSlots": 0
|
|
1970
1970
|
},
|
|
1971
|
-
"@
|
|
1971
|
+
"@unauthorizeSpvMaintainer_43073": {
|
|
1972
1972
|
"entryPoint": 2816,
|
|
1973
|
-
"id":
|
|
1973
|
+
"id": 43073,
|
|
1974
1974
|
"parameterSlots": 1,
|
|
1975
1975
|
"returnSlots": 0
|
|
1976
1976
|
},
|
|
1977
|
-
"@
|
|
1977
|
+
"@unauthorizeWalletMaintainer_43014": {
|
|
1978
1978
|
"entryPoint": 6068,
|
|
1979
|
-
"id":
|
|
1979
|
+
"id": 43014,
|
|
1980
1980
|
"parameterSlots": 1,
|
|
1981
1981
|
"returnSlots": 0
|
|
1982
1982
|
},
|
|
1983
|
-
"@
|
|
1983
|
+
"@updateBridge_43094": {
|
|
1984
1984
|
"entryPoint": 2429,
|
|
1985
|
-
"id":
|
|
1985
|
+
"id": 43094,
|
|
1986
1986
|
"parameterSlots": 1,
|
|
1987
1987
|
"returnSlots": 0
|
|
1988
1988
|
},
|
|
1989
|
-
"@
|
|
1989
|
+
"@updateGasOffsetParameters_43181": {
|
|
1990
1990
|
"entryPoint": 4525,
|
|
1991
|
-
"id":
|
|
1991
|
+
"id": 43181,
|
|
1992
1992
|
"parameterSlots": 11,
|
|
1993
1993
|
"returnSlots": 0
|
|
1994
1994
|
},
|
|
@@ -1998,9 +1998,9 @@
|
|
|
1998
1998
|
"parameterSlots": 1,
|
|
1999
1999
|
"returnSlots": 0
|
|
2000
2000
|
},
|
|
2001
|
-
"@
|
|
2001
|
+
"@walletMaintainers_42282": {
|
|
2002
2002
|
"entryPoint": 4509,
|
|
2003
|
-
"id":
|
|
2003
|
+
"id": 42282,
|
|
2004
2004
|
"parameterSlots": 0,
|
|
2005
2005
|
"returnSlots": 0
|
|
2006
2006
|
},
|
|
@@ -15340,7 +15340,7 @@
|
|
|
15340
15340
|
"type": "t_array(t_uint256)49_storage"
|
|
15341
15341
|
},
|
|
15342
15342
|
{
|
|
15343
|
-
"astId":
|
|
15343
|
+
"astId": 42273,
|
|
15344
15344
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15345
15345
|
"label": "bridge",
|
|
15346
15346
|
"offset": 0,
|
|
@@ -15348,7 +15348,7 @@
|
|
|
15348
15348
|
"type": "t_contract(Bridge)27211"
|
|
15349
15349
|
},
|
|
15350
15350
|
{
|
|
15351
|
-
"astId":
|
|
15351
|
+
"astId": 42278,
|
|
15352
15352
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15353
15353
|
"label": "isWalletMaintainer",
|
|
15354
15354
|
"offset": 0,
|
|
@@ -15356,7 +15356,7 @@
|
|
|
15356
15356
|
"type": "t_mapping(t_address,t_uint256)"
|
|
15357
15357
|
},
|
|
15358
15358
|
{
|
|
15359
|
-
"astId":
|
|
15359
|
+
"astId": 42282,
|
|
15360
15360
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15361
15361
|
"label": "walletMaintainers",
|
|
15362
15362
|
"offset": 0,
|
|
@@ -15364,7 +15364,7 @@
|
|
|
15364
15364
|
"type": "t_array(t_address)dyn_storage"
|
|
15365
15365
|
},
|
|
15366
15366
|
{
|
|
15367
|
-
"astId":
|
|
15367
|
+
"astId": 42287,
|
|
15368
15368
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15369
15369
|
"label": "isSpvMaintainer",
|
|
15370
15370
|
"offset": 0,
|
|
@@ -15372,7 +15372,7 @@
|
|
|
15372
15372
|
"type": "t_mapping(t_address,t_uint256)"
|
|
15373
15373
|
},
|
|
15374
15374
|
{
|
|
15375
|
-
"astId":
|
|
15375
|
+
"astId": 42291,
|
|
15376
15376
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15377
15377
|
"label": "spvMaintainers",
|
|
15378
15378
|
"offset": 0,
|
|
@@ -15380,7 +15380,7 @@
|
|
|
15380
15380
|
"type": "t_array(t_address)dyn_storage"
|
|
15381
15381
|
},
|
|
15382
15382
|
{
|
|
15383
|
-
"astId":
|
|
15383
|
+
"astId": 42294,
|
|
15384
15384
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15385
15385
|
"label": "submitDepositSweepProofGasOffset",
|
|
15386
15386
|
"offset": 0,
|
|
@@ -15388,7 +15388,7 @@
|
|
|
15388
15388
|
"type": "t_uint256"
|
|
15389
15389
|
},
|
|
15390
15390
|
{
|
|
15391
|
-
"astId":
|
|
15391
|
+
"astId": 42297,
|
|
15392
15392
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15393
15393
|
"label": "submitRedemptionProofGasOffset",
|
|
15394
15394
|
"offset": 0,
|
|
@@ -15396,7 +15396,7 @@
|
|
|
15396
15396
|
"type": "t_uint256"
|
|
15397
15397
|
},
|
|
15398
15398
|
{
|
|
15399
|
-
"astId":
|
|
15399
|
+
"astId": 42300,
|
|
15400
15400
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15401
15401
|
"label": "resetMovingFundsTimeoutGasOffset",
|
|
15402
15402
|
"offset": 0,
|
|
@@ -15404,7 +15404,7 @@
|
|
|
15404
15404
|
"type": "t_uint256"
|
|
15405
15405
|
},
|
|
15406
15406
|
{
|
|
15407
|
-
"astId":
|
|
15407
|
+
"astId": 42303,
|
|
15408
15408
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15409
15409
|
"label": "submitMovingFundsProofGasOffset",
|
|
15410
15410
|
"offset": 0,
|
|
@@ -15412,7 +15412,7 @@
|
|
|
15412
15412
|
"type": "t_uint256"
|
|
15413
15413
|
},
|
|
15414
15414
|
{
|
|
15415
|
-
"astId":
|
|
15415
|
+
"astId": 42306,
|
|
15416
15416
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15417
15417
|
"label": "notifyMovingFundsBelowDustGasOffset",
|
|
15418
15418
|
"offset": 0,
|
|
@@ -15420,7 +15420,7 @@
|
|
|
15420
15420
|
"type": "t_uint256"
|
|
15421
15421
|
},
|
|
15422
15422
|
{
|
|
15423
|
-
"astId":
|
|
15423
|
+
"astId": 42309,
|
|
15424
15424
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15425
15425
|
"label": "submitMovedFundsSweepProofGasOffset",
|
|
15426
15426
|
"offset": 0,
|
|
@@ -15428,7 +15428,7 @@
|
|
|
15428
15428
|
"type": "t_uint256"
|
|
15429
15429
|
},
|
|
15430
15430
|
{
|
|
15431
|
-
"astId":
|
|
15431
|
+
"astId": 42312,
|
|
15432
15432
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15433
15433
|
"label": "requestNewWalletGasOffset",
|
|
15434
15434
|
"offset": 0,
|
|
@@ -15436,7 +15436,7 @@
|
|
|
15436
15436
|
"type": "t_uint256"
|
|
15437
15437
|
},
|
|
15438
15438
|
{
|
|
15439
|
-
"astId":
|
|
15439
|
+
"astId": 42315,
|
|
15440
15440
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15441
15441
|
"label": "notifyWalletCloseableGasOffset",
|
|
15442
15442
|
"offset": 0,
|
|
@@ -15444,7 +15444,7 @@
|
|
|
15444
15444
|
"type": "t_uint256"
|
|
15445
15445
|
},
|
|
15446
15446
|
{
|
|
15447
|
-
"astId":
|
|
15447
|
+
"astId": 42318,
|
|
15448
15448
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15449
15449
|
"label": "notifyWalletClosingPeriodElapsedGasOffset",
|
|
15450
15450
|
"offset": 0,
|
|
@@ -15452,7 +15452,7 @@
|
|
|
15452
15452
|
"type": "t_uint256"
|
|
15453
15453
|
},
|
|
15454
15454
|
{
|
|
15455
|
-
"astId":
|
|
15455
|
+
"astId": 42321,
|
|
15456
15456
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15457
15457
|
"label": "defeatFraudChallengeGasOffset",
|
|
15458
15458
|
"offset": 0,
|
|
@@ -15460,7 +15460,7 @@
|
|
|
15460
15460
|
"type": "t_uint256"
|
|
15461
15461
|
},
|
|
15462
15462
|
{
|
|
15463
|
-
"astId":
|
|
15463
|
+
"astId": 42324,
|
|
15464
15464
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15465
15465
|
"label": "defeatFraudChallengeWithHeartbeatGasOffset",
|
|
15466
15466
|
"offset": 0,
|