@keep-network/tbtc-v2 1.0.0-dev.2 → 1.0.0-dev.4
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/BLS.json +1 -1
- package/artifacts/Bank.json +3 -3
- package/artifacts/BeaconAuthorization.json +1 -1
- package/artifacts/BeaconDkg.json +1 -1
- package/artifacts/BeaconDkgValidator.json +1 -1
- package/artifacts/BeaconInactivity.json +1 -1
- package/artifacts/BeaconSortitionPool.json +3 -3
- package/artifacts/Bridge.json +5 -5
- package/artifacts/BridgeGovernance.json +11 -11
- package/artifacts/BridgeGovernanceParameters.json +12 -9
- package/artifacts/Deposit.json +2 -2
- package/artifacts/DepositSweep.json +2 -2
- package/artifacts/EcdsaDkgValidator.json +1 -1
- package/artifacts/EcdsaInactivity.json +1 -1
- package/artifacts/EcdsaSortitionPool.json +3 -3
- package/artifacts/Fraud.json +2 -2
- package/artifacts/KeepRegistry.json +1 -1
- package/artifacts/KeepStake.json +2 -2
- package/artifacts/KeepToken.json +2 -2
- package/artifacts/KeepTokenStaking.json +1 -1
- package/artifacts/LightRelay.json +647 -31
- package/artifacts/MaintainerProxy.json +19 -19
- package/artifacts/MovingFunds.json +2 -2
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeacon.json +2 -2
- package/artifacts/RandomBeaconChaosnet.json +2 -2
- package/artifacts/RandomBeaconGovernance.json +2 -2
- package/artifacts/Redemption.json +2 -2
- package/artifacts/ReimbursementPool.json +2 -2
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +3 -3
- package/artifacts/TBTCToken.json +3 -3
- package/artifacts/TBTCVault.json +23 -23
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +10 -10
- package/artifacts/VendingMachineKeep.json +1 -1
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/WalletRegistry.json +5 -5
- package/artifacts/WalletRegistryGovernance.json +2 -2
- package/artifacts/Wallets.json +2 -2
- package/artifacts/solcInputs/{a415200bdfeaf23d20010a9caebcb669.json → b63dab89a2e89a0f54eb7f775a5bd516.json} +4 -4
- package/artifacts/solcInputs/{b448960fd13167193eb1e0994f1c8e1c.json → c88caf1374ff7ffc912d8c7e982bd645.json} +2 -2
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.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/BridgeGovernance.sol/BridgeGovernance.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +136 -152
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.json +2 -2
- 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/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
- package/build/contracts/bridge/Wallets.sol/Wallets.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/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/bridge/BridgeGovernance.sol +150 -129
- package/contracts/bridge/BridgeGovernanceParameters.sol +0 -321
- package/deploy/01_deploy_light_relay.ts +5 -9
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +181 -181
- package/export/artifacts/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +2128 -2904
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +67 -67
- 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/test/BankStub.sol/BankStub.json +2 -2
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +217 -217
- package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +57 -57
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
- 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/SystemTestRelay.sol/SystemTestRelay.json +3407 -0
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +8 -8
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +10 -10
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +6 -6
- 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 +133 -133
- package/export/deploy/01_deploy_light_relay.js +5 -16
- package/export/hardhat.config.js +4 -0
- package/export/typechain/{TestRelay.js → SystemTestRelay.js} +0 -0
- package/export/typechain/factories/BridgeGovernanceParameters__factory.js +1 -1
- package/export/typechain/factories/BridgeGovernance__factory.js +1 -1
- package/export/typechain/factories/{TestRelay__factory.js → SystemTestRelay__factory.js} +15 -15
- package/export/typechain/index.js +3 -3
- package/package.json +1 -1
- package/export/artifacts/contracts/test/TestRelay.sol/TestRelay.json +0 -3406
|
@@ -1243,9 +1243,9 @@
|
|
|
1243
1243
|
"parameterSlots": 0,
|
|
1244
1244
|
"returnSlots": 0
|
|
1245
1245
|
},
|
|
1246
|
-
"@
|
|
1246
|
+
"@_30539": {
|
|
1247
1247
|
"entryPoint": null,
|
|
1248
|
-
"id":
|
|
1248
|
+
"id": 30539,
|
|
1249
1249
|
"parameterSlots": 2,
|
|
1250
1250
|
"returnSlots": 0
|
|
1251
1251
|
},
|
|
@@ -1718,105 +1718,105 @@
|
|
|
1718
1718
|
"parameterSlots": 1,
|
|
1719
1719
|
"returnSlots": 0
|
|
1720
1720
|
},
|
|
1721
|
-
"@
|
|
1721
|
+
"@allSpvMaintainers_31268": {
|
|
1722
1722
|
"entryPoint": 2532,
|
|
1723
|
-
"id":
|
|
1723
|
+
"id": 31268,
|
|
1724
1724
|
"parameterSlots": 0,
|
|
1725
1725
|
"returnSlots": 1
|
|
1726
1726
|
},
|
|
1727
|
-
"@
|
|
1727
|
+
"@allWalletMaintainers_31258": {
|
|
1728
1728
|
"entryPoint": 2887,
|
|
1729
|
-
"id":
|
|
1729
|
+
"id": 31258,
|
|
1730
1730
|
"parameterSlots": 0,
|
|
1731
1731
|
"returnSlots": 1
|
|
1732
1732
|
},
|
|
1733
|
-
"@
|
|
1733
|
+
"@authorizeSpvMaintainer_31022": {
|
|
1734
1734
|
"entryPoint": 4242,
|
|
1735
|
-
"id":
|
|
1735
|
+
"id": 31022,
|
|
1736
1736
|
"parameterSlots": 1,
|
|
1737
1737
|
"returnSlots": 0
|
|
1738
1738
|
},
|
|
1739
|
-
"@
|
|
1739
|
+
"@authorizeWalletMaintainer_30996": {
|
|
1740
1740
|
"entryPoint": 1419,
|
|
1741
|
-
"id":
|
|
1741
|
+
"id": 30996,
|
|
1742
1742
|
"parameterSlots": 1,
|
|
1743
1743
|
"returnSlots": 0
|
|
1744
1744
|
},
|
|
1745
|
-
"@
|
|
1745
|
+
"@bridge_30340": {
|
|
1746
1746
|
"entryPoint": null,
|
|
1747
|
-
"id":
|
|
1747
|
+
"id": 30340,
|
|
1748
1748
|
"parameterSlots": 0,
|
|
1749
1749
|
"returnSlots": 0
|
|
1750
1750
|
},
|
|
1751
|
-
"@
|
|
1751
|
+
"@defeatFraudChallengeGasOffset_30388": {
|
|
1752
1752
|
"entryPoint": null,
|
|
1753
|
-
"id":
|
|
1753
|
+
"id": 30388,
|
|
1754
1754
|
"parameterSlots": 0,
|
|
1755
1755
|
"returnSlots": 0
|
|
1756
1756
|
},
|
|
1757
|
-
"@
|
|
1757
|
+
"@defeatFraudChallengeWithHeartbeatGasOffset_30391": {
|
|
1758
1758
|
"entryPoint": null,
|
|
1759
|
-
"id":
|
|
1759
|
+
"id": 30391,
|
|
1760
1760
|
"parameterSlots": 0,
|
|
1761
1761
|
"returnSlots": 0
|
|
1762
1762
|
},
|
|
1763
|
-
"@
|
|
1763
|
+
"@defeatFraudChallengeWithHeartbeat_30970": {
|
|
1764
1764
|
"entryPoint": 1648,
|
|
1765
|
-
"id":
|
|
1765
|
+
"id": 30970,
|
|
1766
1766
|
"parameterSlots": 4,
|
|
1767
1767
|
"returnSlots": 0
|
|
1768
1768
|
},
|
|
1769
|
-
"@
|
|
1769
|
+
"@defeatFraudChallenge_30935": {
|
|
1770
1770
|
"entryPoint": 3301,
|
|
1771
|
-
"id":
|
|
1771
|
+
"id": 30935,
|
|
1772
1772
|
"parameterSlots": 5,
|
|
1773
1773
|
"returnSlots": 0
|
|
1774
1774
|
},
|
|
1775
|
-
"@
|
|
1775
|
+
"@isSpvMaintainer_30354": {
|
|
1776
1776
|
"entryPoint": null,
|
|
1777
|
-
"id":
|
|
1777
|
+
"id": 30354,
|
|
1778
1778
|
"parameterSlots": 0,
|
|
1779
1779
|
"returnSlots": 0
|
|
1780
1780
|
},
|
|
1781
|
-
"@
|
|
1781
|
+
"@isWalletMaintainer_30345": {
|
|
1782
1782
|
"entryPoint": null,
|
|
1783
|
-
"id":
|
|
1783
|
+
"id": 30345,
|
|
1784
1784
|
"parameterSlots": 0,
|
|
1785
1785
|
"returnSlots": 0
|
|
1786
1786
|
},
|
|
1787
|
-
"@
|
|
1787
|
+
"@notifyMovingFundsBelowDustGasOffset_30373": {
|
|
1788
1788
|
"entryPoint": null,
|
|
1789
|
-
"id":
|
|
1789
|
+
"id": 30373,
|
|
1790
1790
|
"parameterSlots": 0,
|
|
1791
1791
|
"returnSlots": 0
|
|
1792
1792
|
},
|
|
1793
|
-
"@
|
|
1793
|
+
"@notifyMovingFundsBelowDust_30747": {
|
|
1794
1794
|
"entryPoint": 1920,
|
|
1795
|
-
"id":
|
|
1795
|
+
"id": 30747,
|
|
1796
1796
|
"parameterSlots": 2,
|
|
1797
1797
|
"returnSlots": 0
|
|
1798
1798
|
},
|
|
1799
|
-
"@
|
|
1799
|
+
"@notifyWalletCloseableGasOffset_30382": {
|
|
1800
1800
|
"entryPoint": null,
|
|
1801
|
-
"id":
|
|
1801
|
+
"id": 30382,
|
|
1802
1802
|
"parameterSlots": 0,
|
|
1803
1803
|
"returnSlots": 0
|
|
1804
1804
|
},
|
|
1805
|
-
"@
|
|
1805
|
+
"@notifyWalletCloseable_30863": {
|
|
1806
1806
|
"entryPoint": 5991,
|
|
1807
|
-
"id":
|
|
1807
|
+
"id": 30863,
|
|
1808
1808
|
"parameterSlots": 2,
|
|
1809
1809
|
"returnSlots": 0
|
|
1810
1810
|
},
|
|
1811
|
-
"@
|
|
1811
|
+
"@notifyWalletClosingPeriodElapsedGasOffset_30385": {
|
|
1812
1812
|
"entryPoint": null,
|
|
1813
|
-
"id":
|
|
1813
|
+
"id": 30385,
|
|
1814
1814
|
"parameterSlots": 0,
|
|
1815
1815
|
"returnSlots": 0
|
|
1816
1816
|
},
|
|
1817
|
-
"@
|
|
1817
|
+
"@notifyWalletClosingPeriodElapsed_30897": {
|
|
1818
1818
|
"entryPoint": 5730,
|
|
1819
|
-
"id":
|
|
1819
|
+
"id": 30897,
|
|
1820
1820
|
"parameterSlots": 1,
|
|
1821
1821
|
"returnSlots": 0
|
|
1822
1822
|
},
|
|
@@ -1838,81 +1838,81 @@
|
|
|
1838
1838
|
"parameterSlots": 0,
|
|
1839
1839
|
"returnSlots": 0
|
|
1840
1840
|
},
|
|
1841
|
-
"@
|
|
1841
|
+
"@requestNewWalletGasOffset_30379": {
|
|
1842
1842
|
"entryPoint": null,
|
|
1843
|
-
"id":
|
|
1843
|
+
"id": 30379,
|
|
1844
1844
|
"parameterSlots": 0,
|
|
1845
1845
|
"returnSlots": 0
|
|
1846
1846
|
},
|
|
1847
|
-
"@
|
|
1847
|
+
"@requestNewWallet_30825": {
|
|
1848
1848
|
"entryPoint": 4466,
|
|
1849
|
-
"id":
|
|
1849
|
+
"id": 30825,
|
|
1850
1850
|
"parameterSlots": 1,
|
|
1851
1851
|
"returnSlots": 0
|
|
1852
1852
|
},
|
|
1853
|
-
"@
|
|
1853
|
+
"@resetMovingFundsTimeoutGasOffset_30367": {
|
|
1854
1854
|
"entryPoint": null,
|
|
1855
|
-
"id":
|
|
1855
|
+
"id": 30367,
|
|
1856
1856
|
"parameterSlots": 0,
|
|
1857
1857
|
"returnSlots": 0
|
|
1858
1858
|
},
|
|
1859
|
-
"@
|
|
1859
|
+
"@resetMovingFundsTimeout_30663": {
|
|
1860
1860
|
"entryPoint": 6244,
|
|
1861
|
-
"id":
|
|
1861
|
+
"id": 30663,
|
|
1862
1862
|
"parameterSlots": 1,
|
|
1863
1863
|
"returnSlots": 0
|
|
1864
1864
|
},
|
|
1865
|
-
"@
|
|
1865
|
+
"@spvMaintainers_30358": {
|
|
1866
1866
|
"entryPoint": 2983,
|
|
1867
|
-
"id":
|
|
1867
|
+
"id": 30358,
|
|
1868
1868
|
"parameterSlots": 0,
|
|
1869
1869
|
"returnSlots": 0
|
|
1870
1870
|
},
|
|
1871
|
-
"@
|
|
1871
|
+
"@submitDepositSweepProofGasOffset_30361": {
|
|
1872
1872
|
"entryPoint": null,
|
|
1873
|
-
"id":
|
|
1873
|
+
"id": 30361,
|
|
1874
1874
|
"parameterSlots": 0,
|
|
1875
1875
|
"returnSlots": 0
|
|
1876
1876
|
},
|
|
1877
|
-
"@
|
|
1877
|
+
"@submitDepositSweepProof_30585": {
|
|
1878
1878
|
"entryPoint": 2275,
|
|
1879
|
-
"id":
|
|
1879
|
+
"id": 30585,
|
|
1880
1880
|
"parameterSlots": 4,
|
|
1881
1881
|
"returnSlots": 0
|
|
1882
1882
|
},
|
|
1883
|
-
"@
|
|
1883
|
+
"@submitMovedFundsSweepProofGasOffset_30376": {
|
|
1884
1884
|
"entryPoint": null,
|
|
1885
|
-
"id":
|
|
1885
|
+
"id": 30376,
|
|
1886
1886
|
"parameterSlots": 0,
|
|
1887
1887
|
"returnSlots": 0
|
|
1888
1888
|
},
|
|
1889
|
-
"@
|
|
1889
|
+
"@submitMovedFundsSweepProof_30790": {
|
|
1890
1890
|
"entryPoint": 5091,
|
|
1891
|
-
"id":
|
|
1891
|
+
"id": 30790,
|
|
1892
1892
|
"parameterSlots": 3,
|
|
1893
1893
|
"returnSlots": 0
|
|
1894
1894
|
},
|
|
1895
|
-
"@
|
|
1895
|
+
"@submitMovingFundsProofGasOffset_30370": {
|
|
1896
1896
|
"entryPoint": null,
|
|
1897
|
-
"id":
|
|
1897
|
+
"id": 30370,
|
|
1898
1898
|
"parameterSlots": 0,
|
|
1899
1899
|
"returnSlots": 0
|
|
1900
1900
|
},
|
|
1901
|
-
"@
|
|
1901
|
+
"@submitMovingFundsProof_30709": {
|
|
1902
1902
|
"entryPoint": 2630,
|
|
1903
|
-
"id":
|
|
1903
|
+
"id": 30709,
|
|
1904
1904
|
"parameterSlots": 4,
|
|
1905
1905
|
"returnSlots": 0
|
|
1906
1906
|
},
|
|
1907
|
-
"@
|
|
1907
|
+
"@submitRedemptionProofGasOffset_30364": {
|
|
1908
1908
|
"entryPoint": null,
|
|
1909
|
-
"id":
|
|
1909
|
+
"id": 30364,
|
|
1910
1910
|
"parameterSlots": 0,
|
|
1911
1911
|
"returnSlots": 0
|
|
1912
1912
|
},
|
|
1913
|
-
"@
|
|
1913
|
+
"@submitRedemptionProof_30631": {
|
|
1914
1914
|
"entryPoint": 4834,
|
|
1915
|
-
"id":
|
|
1915
|
+
"id": 30631,
|
|
1916
1916
|
"parameterSlots": 4,
|
|
1917
1917
|
"returnSlots": 0
|
|
1918
1918
|
},
|
|
@@ -1922,27 +1922,27 @@
|
|
|
1922
1922
|
"parameterSlots": 1,
|
|
1923
1923
|
"returnSlots": 0
|
|
1924
1924
|
},
|
|
1925
|
-
"@
|
|
1925
|
+
"@unauthorizeSpvMaintainer_31140": {
|
|
1926
1926
|
"entryPoint": 3576,
|
|
1927
|
-
"id":
|
|
1927
|
+
"id": 31140,
|
|
1928
1928
|
"parameterSlots": 1,
|
|
1929
1929
|
"returnSlots": 0
|
|
1930
1930
|
},
|
|
1931
|
-
"@
|
|
1931
|
+
"@unauthorizeWalletMaintainer_31081": {
|
|
1932
1932
|
"entryPoint": 6642,
|
|
1933
|
-
"id":
|
|
1933
|
+
"id": 31081,
|
|
1934
1934
|
"parameterSlots": 1,
|
|
1935
1935
|
"returnSlots": 0
|
|
1936
1936
|
},
|
|
1937
|
-
"@
|
|
1937
|
+
"@updateBridge_31161": {
|
|
1938
1938
|
"entryPoint": 3025,
|
|
1939
|
-
"id":
|
|
1939
|
+
"id": 31161,
|
|
1940
1940
|
"parameterSlots": 1,
|
|
1941
1941
|
"returnSlots": 0
|
|
1942
1942
|
},
|
|
1943
|
-
"@
|
|
1943
|
+
"@updateGasOffsetParameters_31248": {
|
|
1944
1944
|
"entryPoint": 5449,
|
|
1945
|
-
"id":
|
|
1945
|
+
"id": 31248,
|
|
1946
1946
|
"parameterSlots": 11,
|
|
1947
1947
|
"returnSlots": 0
|
|
1948
1948
|
},
|
|
@@ -1952,9 +1952,9 @@
|
|
|
1952
1952
|
"parameterSlots": 1,
|
|
1953
1953
|
"returnSlots": 0
|
|
1954
1954
|
},
|
|
1955
|
-
"@
|
|
1955
|
+
"@walletMaintainers_30349": {
|
|
1956
1956
|
"entryPoint": 4818,
|
|
1957
|
-
"id":
|
|
1957
|
+
"id": 30349,
|
|
1958
1958
|
"parameterSlots": 0,
|
|
1959
1959
|
"returnSlots": 0
|
|
1960
1960
|
},
|
|
@@ -14935,7 +14935,7 @@
|
|
|
14935
14935
|
"type": "t_array(t_uint256)49_storage"
|
|
14936
14936
|
},
|
|
14937
14937
|
{
|
|
14938
|
-
"astId":
|
|
14938
|
+
"astId": 30340,
|
|
14939
14939
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14940
14940
|
"label": "bridge",
|
|
14941
14941
|
"offset": 0,
|
|
@@ -14943,7 +14943,7 @@
|
|
|
14943
14943
|
"type": "t_contract(Bridge)20818"
|
|
14944
14944
|
},
|
|
14945
14945
|
{
|
|
14946
|
-
"astId":
|
|
14946
|
+
"astId": 30345,
|
|
14947
14947
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14948
14948
|
"label": "isWalletMaintainer",
|
|
14949
14949
|
"offset": 0,
|
|
@@ -14951,7 +14951,7 @@
|
|
|
14951
14951
|
"type": "t_mapping(t_address,t_uint256)"
|
|
14952
14952
|
},
|
|
14953
14953
|
{
|
|
14954
|
-
"astId":
|
|
14954
|
+
"astId": 30349,
|
|
14955
14955
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14956
14956
|
"label": "walletMaintainers",
|
|
14957
14957
|
"offset": 0,
|
|
@@ -14959,7 +14959,7 @@
|
|
|
14959
14959
|
"type": "t_array(t_address)dyn_storage"
|
|
14960
14960
|
},
|
|
14961
14961
|
{
|
|
14962
|
-
"astId":
|
|
14962
|
+
"astId": 30354,
|
|
14963
14963
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14964
14964
|
"label": "isSpvMaintainer",
|
|
14965
14965
|
"offset": 0,
|
|
@@ -14967,7 +14967,7 @@
|
|
|
14967
14967
|
"type": "t_mapping(t_address,t_uint256)"
|
|
14968
14968
|
},
|
|
14969
14969
|
{
|
|
14970
|
-
"astId":
|
|
14970
|
+
"astId": 30358,
|
|
14971
14971
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14972
14972
|
"label": "spvMaintainers",
|
|
14973
14973
|
"offset": 0,
|
|
@@ -14975,7 +14975,7 @@
|
|
|
14975
14975
|
"type": "t_array(t_address)dyn_storage"
|
|
14976
14976
|
},
|
|
14977
14977
|
{
|
|
14978
|
-
"astId":
|
|
14978
|
+
"astId": 30361,
|
|
14979
14979
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14980
14980
|
"label": "submitDepositSweepProofGasOffset",
|
|
14981
14981
|
"offset": 0,
|
|
@@ -14983,7 +14983,7 @@
|
|
|
14983
14983
|
"type": "t_uint256"
|
|
14984
14984
|
},
|
|
14985
14985
|
{
|
|
14986
|
-
"astId":
|
|
14986
|
+
"astId": 30364,
|
|
14987
14987
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14988
14988
|
"label": "submitRedemptionProofGasOffset",
|
|
14989
14989
|
"offset": 0,
|
|
@@ -14991,7 +14991,7 @@
|
|
|
14991
14991
|
"type": "t_uint256"
|
|
14992
14992
|
},
|
|
14993
14993
|
{
|
|
14994
|
-
"astId":
|
|
14994
|
+
"astId": 30367,
|
|
14995
14995
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
14996
14996
|
"label": "resetMovingFundsTimeoutGasOffset",
|
|
14997
14997
|
"offset": 0,
|
|
@@ -14999,7 +14999,7 @@
|
|
|
14999
14999
|
"type": "t_uint256"
|
|
15000
15000
|
},
|
|
15001
15001
|
{
|
|
15002
|
-
"astId":
|
|
15002
|
+
"astId": 30370,
|
|
15003
15003
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15004
15004
|
"label": "submitMovingFundsProofGasOffset",
|
|
15005
15005
|
"offset": 0,
|
|
@@ -15007,7 +15007,7 @@
|
|
|
15007
15007
|
"type": "t_uint256"
|
|
15008
15008
|
},
|
|
15009
15009
|
{
|
|
15010
|
-
"astId":
|
|
15010
|
+
"astId": 30373,
|
|
15011
15011
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15012
15012
|
"label": "notifyMovingFundsBelowDustGasOffset",
|
|
15013
15013
|
"offset": 0,
|
|
@@ -15015,7 +15015,7 @@
|
|
|
15015
15015
|
"type": "t_uint256"
|
|
15016
15016
|
},
|
|
15017
15017
|
{
|
|
15018
|
-
"astId":
|
|
15018
|
+
"astId": 30376,
|
|
15019
15019
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15020
15020
|
"label": "submitMovedFundsSweepProofGasOffset",
|
|
15021
15021
|
"offset": 0,
|
|
@@ -15023,7 +15023,7 @@
|
|
|
15023
15023
|
"type": "t_uint256"
|
|
15024
15024
|
},
|
|
15025
15025
|
{
|
|
15026
|
-
"astId":
|
|
15026
|
+
"astId": 30379,
|
|
15027
15027
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15028
15028
|
"label": "requestNewWalletGasOffset",
|
|
15029
15029
|
"offset": 0,
|
|
@@ -15031,7 +15031,7 @@
|
|
|
15031
15031
|
"type": "t_uint256"
|
|
15032
15032
|
},
|
|
15033
15033
|
{
|
|
15034
|
-
"astId":
|
|
15034
|
+
"astId": 30382,
|
|
15035
15035
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15036
15036
|
"label": "notifyWalletCloseableGasOffset",
|
|
15037
15037
|
"offset": 0,
|
|
@@ -15039,7 +15039,7 @@
|
|
|
15039
15039
|
"type": "t_uint256"
|
|
15040
15040
|
},
|
|
15041
15041
|
{
|
|
15042
|
-
"astId":
|
|
15042
|
+
"astId": 30385,
|
|
15043
15043
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15044
15044
|
"label": "notifyWalletClosingPeriodElapsedGasOffset",
|
|
15045
15045
|
"offset": 0,
|
|
@@ -15047,7 +15047,7 @@
|
|
|
15047
15047
|
"type": "t_uint256"
|
|
15048
15048
|
},
|
|
15049
15049
|
{
|
|
15050
|
-
"astId":
|
|
15050
|
+
"astId": 30388,
|
|
15051
15051
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15052
15052
|
"label": "defeatFraudChallengeGasOffset",
|
|
15053
15053
|
"offset": 0,
|
|
@@ -15055,7 +15055,7 @@
|
|
|
15055
15055
|
"type": "t_uint256"
|
|
15056
15056
|
},
|
|
15057
15057
|
{
|
|
15058
|
-
"astId":
|
|
15058
|
+
"astId": 30391,
|
|
15059
15059
|
"contract": "contracts/maintainer/MaintainerProxy.sol:MaintainerProxy",
|
|
15060
15060
|
"label": "defeatFraudChallengeWithHeartbeatGasOffset",
|
|
15061
15061
|
"offset": 0,
|