1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-26 05:13:37 +02:00
metamask-extension/test/unit
Mark Stacey a71cc2b137
Fix display of incoming transactions (#8942)
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.
2020-07-08 16:48:39 -03:00
..
actions Export each action constant directly (#8536) 2020-05-06 16:26:09 -02:30
app rpc-cap@3.0.0 (#8924) 2020-07-05 12:49:22 -07:00
lib fix: handle trailing / in block explorer URLs 2020-05-14 17:15:17 +08:00
migrations Fix display of incoming transactions (#8942) 2020-07-08 16:48:39 -03:00
responsive/components Remove redux-test-utils dependency (#8070) 2020-02-18 14:54:03 -03:30
ui Fix handling of permissions of removed accounts (#8803) 2020-06-15 10:27:27 -03:00
balance-formatter-test.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
localhostState.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30