1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/lib
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
..
auto-faucet.js Add auto-fauceting 2016-03-29 12:21:46 -07:00
config-manager-singleton.js Made configuration migrateable 2016-03-30 19:15:49 -07:00
config-manager.js Persist selected account 2016-04-25 14:14:34 -07:00
idStore.js Filter transaction list for current blockchain network 2016-04-27 18:04:33 -07:00
local-message-stream.js migrate to ProviderEngine zero-client 2015-12-18 22:05:16 -08:00
migrations.js Add migration to actual migration array, fix test 2016-04-22 13:59:42 -07:00
obj-multiplex.js wiring - trusted-untrusted features + remote-store 2016-04-15 12:12:04 -07:00
port-stream.js plumbing - pipe web3 to the popup.js 2016-03-10 12:28:42 -08:00
remote-store.js wiring - trusted-untrusted features + remote-store 2016-04-15 12:12:04 -07:00
stream-provider.js stream-provider - addd isConnected method 2016-03-21 11:11:56 +08:00
stream-utils.js wiring - trusted-untrusted features + remote-store 2016-04-15 12:12:04 -07:00
tx-notification.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
zero.js Revert "Revert "Etherscan provider"" 2016-03-31 16:32:35 -07:00