1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +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 Corrected migration order 2016-04-22 13:36:04 -07:00
background.js Filter transaction list for current blockchain network 2016-04-27 18:04:33 -07:00
chromereload.js build - add gulp build process 2016-03-02 23:08:28 -08:00
contentscript.js contentscript - append inpage as first child 2016-04-18 11:49:06 -07:00
inpage.js inpage - use publicConfigStore for selectedAccount and sync provider 2016-04-15 13:04:17 -07:00
popup.js Filter transaction list for current blockchain network 2016-04-27 18:04:33 -07:00