| Commit message (Expand) | Author | Age | Files | Lines |
* | Default to Mainnet | Hsuan Lee | 2019-04-23 | 1 | -1/+1 |
* | Update to new theme | Hsuan Lee | 2019-04-06 | 2 | -4/+11 |
* | Use new RPC endpoint | Hsuan Lee | 2019-04-01 | 1 | -1/+1 |
* | Update block tracker polling interval | Hsuan Lee | 2019-03-07 | 2 | -2/+5 |
* | Refine wording | Hsuan Lee | 2018-12-11 | 1 | -4/+4 |
* | Refine translations and style | Hsuan Lee | 2018-12-10 | 1 | -4/+4 |
* | Use unlimited endpoint | Hsuan Lee | 2018-12-10 | 1 | -1/+1 |
* | Update DEXSCAN domain | Hsuan Lee | 2018-12-10 | 1 | -1/+1 |
* | Update RPC endpoint | Hsuan Lee | 2018-12-10 | 1 | -2/+2 |
* | Update translations | Hsuan Lee | 2018-12-10 | 1 | -1/+4 |
* | Update DEXON testnet chainId | Hsuan Lee | 2018-12-10 | 1 | -1/+1 |
* | Add testnet config | Hsuan Lee | 2018-12-10 | 2 | -8/+17 |
* | Complete onboarding flow | Hsuan Lee | 2018-12-10 | 3 | -7/+8 |
* | Replace logo and main theme | Hsuan Lee | 2018-12-10 | 3 | -6/+16 |
* | Fix race condition in network controller lookup() method. | Dan Miller | 2018-12-07 | 1 | -4/+10 |
* | ESLint fixes (#5775) | Whymarrh Whitby | 2018-11-17 | 1 | -1/+1 |
* | network - infura - hardcode net_version and eth_chainId (#5670) | kumavis | 2018-11-06 | 1 | -0/+33 |
* | Revert "support eth_chainId" | Thomas Huang | 2018-11-04 | 1 | -14/+4 |
* | Merge pull request #5596 from MetaMask/validateSignTypedData | kumavis | 2018-10-30 | 1 | -0/+2 |
|\ |
|
| * | Validate signTypedData in eth-json-rpc-middleware | Thomas | 2018-10-25 | 1 | -0/+2 |
* | | Merge branch 'develop' into eth_chainid | hackyminer | 2018-10-26 | 1 | -10/+52 |
|\ \ |
|
| * | | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 1 | -9/+51 |
| |/ |
|
* | | Update network.js | kumavis | 2018-10-21 | 1 | -0/+1 |
* | | network - improve logging and type conversion | kumavis | 2018-10-21 | 1 | -4/+6 |
* | | support both eth_chainId and net_version | hackyminer | 2018-10-20 | 1 | -4/+11 |
|/ |
|
* | provider - network - restore block-ref-rewrite middleware references | kumavis | 2018-10-09 | 2 | -4/+4 |
* | provider - enable subscription support (newHeads, logs) | kumavis | 2018-10-08 | 1 | -4/+6 |
* | Adds getPendingNonce method to provider initialization options in metamask-co... | Dan Miller | 2018-09-22 | 1 | -1/+1 |
* | bugfix - prevents old blocktracker from getting internal hooks migrated | kumavis | 2018-08-22 | 1 | -1/+1 |
* | Merge branch 'network-remove-provider-engine' into network-remove-provider-en... | frankiebee | 2018-08-07 | 1 | -1/+1 |
|\ |
|
| * | network - fix blockTracker reference to return the blockTrackerProxy instead ... | frankiebee | 2018-08-07 | 1 | -1/+1 |
* | | Merge branch 'develop' into network-remove-provider-engine | Thomas | 2018-07-26 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | network.js: convert rpc protocol to lower case (#4855) | pinkiebell | 2018-07-25 | 1 | -0/+3 |
| * | Refactor and redesign confirm transaction views | Alexander Tseung | 2018-07-07 | 1 | -1/+2 |
| * | eslint --fix . | brunobar79 | 2018-07-03 | 1 | -1/+1 |
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network... | kumavis | 2018-07-03 | 1 | -2/+9 |
|\| |
|
| * | Fix bug where reset account would not work. | Dan Finlay | 2018-06-07 | 1 | -2/+9 |
* | | lint - fix lint for network | kumavis | 2018-06-13 | 3 | -3/+0 |
* | | network - import createBlockTrackerInspectorMiddleware and rearrange cache mi... | kumavis | 2018-06-13 | 3 | -37/+4 |
* | | network - provider - infura - use block-reemit middleware | kumavis | 2018-06-08 | 1 | -2/+2 |
* | | deps - fix incorrect dep paths and versions | kumavis | 2018-05-17 | 4 | -4/+4 |
* | | remove unused events-proxy, was replaced with module swappable-obj-proxy | kumavis | 2018-05-17 | 1 | -1/+0 |
* | | lint fix | kumavis | 2018-05-17 | 5 | -13/+18 |
* | | network - create provider and block-tracker via json-rpc-engine | kumavis | 2018-05-17 | 5 | -53/+208 |
|/ |
|
* | network - remove debugging console.log | kumavis | 2018-05-17 | 1 | -1/+0 |
* | lint - cleanup some unused variables | kumavis | 2018-05-03 | 1 | -1/+0 |
* | controllers - network - move default config out of first-time-state | kumavis | 2018-05-03 | 1 | -2/+15 |
* | network - refactor to remove unnecesary code | kumavis | 2018-05-01 | 3 | -124/+29 |
* | network - remove setNetworkEndpoints | kumavis | 2018-05-01 | 1 | -13/+0 |
* | controllers - network - more semantic assert | kumavis | 2018-05-01 | 1 | -1/+1 |
* | rpc - bump provider-engine + eth-json-rpc-filters | kumavis | 2018-04-26 | 1 | -1/+1 |
* | Clean up network config | Alexander Tseung | 2018-04-24 | 4 | -0/+341 |