1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/app/scripts/lib
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
..
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 Make default providers more easiliy configurable for metamask devs 2016-05-10 15:37:13 -07:00
idStore.js Add UI for Signing Messages 2016-05-03 14:32:22 -07:00
local-message-stream.js inpage - automatic dapp reload 2016-05-05 16:04:43 -07:00
message-manager.js Add UI for Signing Messages 2016-05-03 14:32:22 -07:00
migrations.js Add migration to actual migration array, fix test 2016-04-22 13:59:42 -07:00
notifications.js idmgmt - eth_sign support + notifications 2016-04-28 14:16:24 -07:00
obj-multiplex.js wiring - trusted-untrusted features + remote-store 2016-04-15 12:12:04 -07:00
port-stream.js inpage - automatic dapp reload 2016-05-05 16:04:43 -07: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 inpage - automatic dapp reload 2016-05-05 16:04:43 -07:00