mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
69e5d6da4a
Five network controller methods have been renamed to start with an underscore: * `getLatestBlock` * `setNetworkState` * `setNetworkEIPSupport` * `clearNetworkDetails` * `setProviderConfig` All of these methods were used solely within the network controller. The leading underscore now documents these methods as being private. A few tests required updates as well because they were stubbing out one of these methods. This should include zero functional changes. This relates to https://github.com/MetaMask/controllers/issues/971 |
||
---|---|---|
.. | ||
ens | ||
network | ||
permissions | ||
transactions | ||
alert.js | ||
app-state.js | ||
backup.js | ||
backup.test.js | ||
cached-balances.js | ||
cached-balances.test.js | ||
detect-tokens.js | ||
detect-tokens.test.js | ||
incoming-transactions.js | ||
incoming-transactions.test.js | ||
metametrics.js | ||
metametrics.test.js | ||
onboarding.js | ||
preferences.js | ||
preferences.test.js | ||
swaps.js | ||
swaps.test.js |