1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
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
..
components Persist selected account 2016-04-25 14:14:34 -07:00
css Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
first-time Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
img Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
reducers When no account is selected, show accounts view 2016-04-25 15:18:20 -07:00
account-detail.js Filter transaction list for current blockchain network 2016-04-27 18:04:33 -07:00
accounts.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
actions.js Persist selected account 2016-04-25 14:14:34 -07:00
app.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
conf-tx.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
config.js Make account detail view the primary view 2016-04-25 12:38:43 -07:00
info.js Make account detail view the primary view 2016-04-25 12:38:43 -07:00
loading.js Make account detail view the primary view 2016-04-25 12:38:43 -07:00
reducers.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
root.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
send.js Fix floating point input bug 2016-04-19 18:56:22 -07:00
settings.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
store.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
template.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
unlock.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
util.js Removed logs 2016-04-19 18:58:34 -07:00