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 d8bee4f599 Make default providers more easiliy configurable for metamask devs
No longer do our `mainnet` and `testnet` buttons set specific RPC urls. Now they set `provider.type`, which gets interpreted with code.

Currently the provider types of `mainnet` and `testnet` point to our new scalable backends, but these could be re-interpreted to use any other provider, be it etherscan, peer to peer, or otherwise.

Makes it easier for us to upgrade our infrastructure without incorporating migration logic into the program.
2016-05-10 15:37:13 -07:00
..
components Style transaction list using new panel component 2016-05-06 14:42:08 -07:00
css Fix button width transition bug 2016-05-04 20:41:34 -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 Make default providers more easiliy configurable for metamask devs 2016-05-10 15:37:13 -07:00
account-detail.js Fix transition bugs after vault restore 2016-05-10 10:45:31 -07:00
accounts.js Style transaction list using new panel component 2016-05-06 14:42:08 -07:00
actions.js Make default providers more easiliy configurable for metamask devs 2016-05-10 15:37:13 -07:00
app.js Fix button width transition bug 2016-05-04 20:41:34 -07:00
conf-tx.js Show any pending txs when unlocking 2016-05-03 15:04:15 -07:00
config.js Make default providers more easiliy configurable for metamask devs 2016-05-10 15:37:13 -07:00
info.js Fix slack link 2016-04-29 11:41:59 -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