1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Dan Finlay d017c28441 Filter transaction list for current blockchain network
When starting up, we now create a `web3` inside the `background.js` process, which we pass to the `idStore` and ask for the current `network`.

We include the `network` on `app.metamask.network` in the state object.

We re-request the network when changing provider.

We filter the transaction list for transactions that match the current network.
2016-04-27 18:04:33 -07:00
..
lib Filter transaction list for current blockchain network 2016-04-27 18:04:33 -07:00
migrations
background.js Filter transaction list for current blockchain network 2016-04-27 18:04:33 -07:00
chromereload.js
contentscript.js
inpage.js
popup.js Filter transaction list for current blockchain network 2016-04-27 18:04:33 -07:00