mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
a71cc2b137
The `metamaskNetworkId` property in the `txMeta` for incoming transactions was incorrectly set as a Number instead of a String. This change was made accidentally as part of #8627. As a result incoming transactions were being excluded from the transaction list, as they didn't have a matching network ID. `metamaskNetworkId` is now set to a string, and a migration has been added to ensure `metamaskNetworkId` is converted to a string for any incoming transactions in state. |
||
---|---|---|
.. | ||
data | ||
e2e | ||
integration | ||
lib | ||
stub | ||
unit | ||
unit-global | ||
web3 | ||
base.conf.js | ||
env.js | ||
flat.conf.js | ||
helper.js | ||
setup.js |