nifty-wallet/ui
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
..
app Filter transaction list for current blockchain network 2016-04-27 18:04:33 -07:00
design Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
lib Fix explorer link generation 2016-04-27 14:43:09 -07:00
.gitignore Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
css.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
example.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
index.html Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
index.js Generate explorer link to match current blockchain 2016-04-19 18:21:28 -07:00