aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into NewUIkumavis2017-08-041-0/+4
|\
| * v3.9.3kumavis2017-08-041-0/+3
| |
* | Bump changelogDan Finlay2017-07-281-0/+2
|/
* Add Levenshtein item to changelogDan Finlay2017-07-271-0/+1
|
* Merge branch 'master' into i1805-LiveBlacklistUpdatingDan Finlay2017-07-271-0/+1
|\
| * Merge pull request #1837 from MetaMask/i1833-levencheckDan Finlay2017-07-271-0/+1
| |\ | | | | | | Levenshtein Checking Logic Added To Blacklist
| | * Give credit where it is dueKevin Serrano2017-07-271-1/+1
| | |
| | * Changelog bumpKevin Serrano2017-07-271-0/+1
| | |
* | | Live update blacklist from InfuraDan Finlay2017-07-271-0/+2
|/ /
* / Version 3.9.2v3.9.2Dan Finlay2017-07-271-0/+3
|/
* Add stack traces both in errors and as a way to track txMetasfrankiebee2017-07-261-0/+2
|
* Version 3.9.1v3.9.1Dan Finlay2017-07-201-0/+2
|
* Lowered minimum gas price to 1 gweiDan Finlay2017-07-201-0/+1
|
* changelog - add nonce-tracker notekumavis2017-07-191-0/+1
|
* Merge pull request #1787 from MetaMask/i1637-TransactionOrderkumavis2017-07-191-0/+1
|\ | | | | Fix transaction confirmation ordering
| * Fix transaction confirmation orderingDan Finlay2017-07-181-0/+1
| | | | | | | | | | | | Newest tx or message will now always appear last, and a new tx proposed after the user has a confirmation box open will never change the confirmation to a different tx proposed. Fixes #1637
* | turn off auto faucet and remove filefrankiebee2017-07-181-0/+1
|/
* Add support page link to help pageDan Finlay2017-07-181-0/+1
| | | | Also adjust github link to be a new bug link, which goes to the new issue page.
* Redirect from malicious sites fasterDan Finlay2017-07-141-0/+2
|
* Version 3.9.0Dan Finlay2017-07-131-0/+2
|
* Merge branch 'master' into Version-3.8.6Dan Finlay2017-07-131-0/+2
|\
| * Bump changelogDan Finlay2017-07-131-0/+1
| |
* | Version 3.8.6v3.8.6Dan Finlay2017-07-121-0/+3
|/
* Merge branch 'master' into 3.8.5Dan Finlay2017-07-121-0/+3
|\
| * Improve insufficient balance checking in retry loopDan Finlay2017-07-121-0/+1
| |
| * Remove local nonce error setting.Dan Finlay2017-07-121-0/+2
| |
* | 3.8.5kumavis2017-07-081-0/+4
|/
* Version 3.8.4v3.8.4Dan Finlay2017-07-081-0/+4
|
* Version 3.8.3v3.8.3Dan Finlay2017-07-071-0/+2
|
* Bump changelogDan Finlay2017-07-061-0/+1
|
* Reenable Default Token ListDan Finlay2017-07-061-0/+3
| | | | Looks pretty clear to me now that the heavy traffic spike was not this feature, but was the EOS crowdsale. Now that we've mitigated their traffic spike, I think we can safely re-introduce this feature.
* Version 3.8.2v3.8.2Dan Finlay2017-07-041-0/+2
|
* Merge branch 'master' into i1720-NoSpinnerOnConfigKevin Serrano2017-07-041-0/+2
|\
| * Bump changelogDan Finlay2017-07-041-0/+3
| |
* | No longer show network spinner on config screenDan Finlay2017-07-041-0/+2
|/ | | | The config screen is used to select networks, so we must not block it with network loading indication.
* Version 3.8.1v3.8.1Dan Finlay2017-07-011-0/+2
|
* Merge branch 'master' into NoPopularTOkensThomas Huang2017-07-011-0/+4
|\
| * Merge branch 'master' into RemoveTokenSendingThomas Huang2017-07-011-0/+3
| |\
| | * Bump token-tracker to 1.1.2Dan Finlay2017-07-011-0/+1
| | | | | | | | | | | | | | | To restore older firefox compatibility. Fixes #1696
| | * Bump token-tracker to 1.1.1Dan Finlay2017-07-011-0/+3
| | | | | | | | | | | | | | | Includes a critical decimal-handling fix. Also reduces number of symbol and precision queries after initial load.
| * | Remove send buttonDan Finlay2017-07-011-0/+2
| |/ | | | | | | Some token precisions are not respected by TokenFactory, so it's not sufficient for a default send form. Removing for now.
* / Stop loading popular tokens by defaultDan Finlay2017-07-011-0/+2
|/ | | | Improves performance when loading the token tab.
* Version 3.8.0v3.8.0Dan Finlay2017-06-291-0/+2
|
* Merge pull request #1690 from MetaMask/i1669-StateCopyButtonThomas Huang2017-06-291-0/+1
|\ | | | | Add copy state logs button
| * Add copy state logs buttonDan Finlay2017-06-291-0/+1
| |
* | Merge pull request #1634 from MetaMask/i784-SendTokenButtonThomas Huang2017-06-291-0/+1
|\ \ | | | | | | Add send token button (link to TokenFactory)
| * \ Merge branch 'master' into i784-SendTokenButtonDan Finlay2017-06-231-0/+2
| |\ \
| * \ \ Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButtonDan Finlay2017-06-201-0/+1
| |\ \ \
| * | | | Add send button to TokenFactoryDan Finlay2017-06-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A simple solution to a temporary token send screen: Linking to EtherScan. Will hold us over until we make our own token send view.
* | | | | Merge pull request #1620 from MetaMask/i1616-AddTokenAddingThomas Huang2017-06-291-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add ability to add tokens to token list
| * | | | Merge branch 'master' into i1616-AddTokenAddingDan Finlay2017-06-231-0/+2
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| * | | Merge branch 'AddTokenList' into i1616-AddTokenAddingDan Finlay2017-06-201-0/+1
| |\ \ \ | | |_|/ | |/| |
| * | | Add ability to add tokens to token listDan Finlay2017-06-161-0/+1
| | | | | | | | | | | | | | | | Fiex #1616
* | | | Merge pull request #1509 from MetaMask/i1473-dappDefaultGasPriceDan Finlay2017-06-281-0/+1
|\ \ \ \ | | | | | | | | | | I1473 dapp default gas price
| * | | | Update change logThomas Huang2017-06-281-0/+1
| | | | |
* | | | | dont stop retrying brodcasting txsfrankiebee2017-06-281-0/+1
|/ / / /
* | | | Merge branch 'master' into i1584-seederrorThomas Huang2017-06-271-0/+1
|\ \ \ \
| * | | | Bump changelog.Kevin Serrano2017-06-271-0/+1
| | |_|/ | |/| |
* / | | Bump changelog.Kevin Serrano2017-06-271-0/+1
|/ / /
* | | Merge pull request #1603 from MetaMask/AddTokenListKevin Serrano2017-06-231-0/+1
|\ \ \ | | |/ | |/| Add popular token list
| * | Merge branch 'AddTokenList' of github.com:MetaMask/metamask-plugin into ↵Kevin Serrano2017-06-201-0/+1
| |\| | | | | | | | | | AddTokenList
| | * Merge remote-tracking branch 'origin/master' into AddTokenListDan Finlay2017-06-161-0/+2
| | |\
| | * | Add token list note to changelogDan Finlay2017-06-141-0/+2
| | | |
* | | | Bump changelogDan Finlay2017-06-211-0/+1
| | | |
* | | | Bump changelog.Kevin Serrano2017-06-211-0/+1
|/ / /
* | / Do not mark slowly mined txs as failed.Dan Finlay2017-06-151-0/+1
| |/ |/| | | | | | | | | | | | | Fixes #1567 Also seems to fix #1556 Also improves resubmit performance by only resubmitting on `latest`.
* | Bump changelog.Kevin Serrano2017-06-151-0/+2
| |
* | Merge pull request #1600 from MetaMask/i1554-ensSymFixKevin Serrano2017-06-141-0/+1
|\ \ | |/ |/| ENS symbol renders on proper networks
| * Bump changelog.Kevin Serrano2017-06-131-0/+1
| |
* | Version 3.7.8v3.7.8Dan Finlay2017-06-131-0/+2
| |
* | Merge branch 'master' into qrPrefixFrankie2017-06-131-0/+1
|\|
| * Merge branch 'master' into i#1203MainNetSwitchkumavis2017-06-131-0/+115
| |\
| * \ Merge branch 'master' into i#1203MainNetSwitchFrankie2017-03-171-0/+1
| |\ \
| * | | Add to CHANGELOGfrankiebee2017-03-141-0/+1
| | | |
* | | | add to CHANGELOGfrankiebee2017-06-131-0/+1
| |_|/ |/| |
* | | Merge branch 'master' into currency-fixDan Finlay2017-06-131-0/+5
|\ \ \
| * \ \ Merge branch 'master' into gasupdaterDan Finlay2017-06-131-0/+14
| |\ \ \
| | * | | Version bump changelogDan Finlay2017-06-091-0/+2
| | | | |
| | * | | changelog - note on block-tracker warpkumavis2017-06-091-0/+2
| | | | |
| * | | | bump changelogKevin Serrano2017-06-031-0/+2
| | | | |
* | | | | Resolve changelog merging.Kevin Serrano2017-06-061-0/+1
| | | | |
* | | | | Merge branch 'master' into currency-fixKevin Serrano2017-06-061-0/+9
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Version 3.7.6v3.7.6Dan Finlay2017-06-061-0/+2
| | | | |
| * | | | Fix bug that prevented publishing contractsDan Finlay2017-06-061-0/+2
| | | | |
| * | | | Version 3.7.5Dan Finlay2017-06-061-0/+6
| |/ / /
* / / / Bump changelog.Kevin Serrano2017-06-061-0/+2
|/ / /
* | | Version 3.7.4v3.7.4Dan Finlay2017-06-031-0/+5
| | |
* | | Version 3.7.3v3.7.3Dan Finlay2017-06-021-0/+4
| | |
* | | Version 3.7.2v3.7.2Dan Finlay2017-06-011-0/+4
| | |
* | | Add names to contract map & conf viewDan Finlay2017-05-271-0/+1
| | |
* | | Bump changelogDan Finlay2017-05-261-0/+1
| | |
* | | Merge pull request #1500 from MetaMask/RemoveStreamingSubproviderThomas Huang2017-05-261-0/+1
|\ \ \ | | | | | | | | Remove streaming subprovider
| * | | Bump changelogDan Finlay2017-05-261-0/+1
| | | |
* | | | add to CHANGELOGfrankiebee2017-05-251-0/+1
|/ / /
* | | bump changelogKevin Serrano2017-05-251-0/+1
| | |
* | | Fix bug where submit was enabled when invalid params were filled out.Kevin Serrano2017-05-251-0/+1
| | |
* | | Bump changelogKevin Serrano2017-05-251-0/+1
| | |
* | | Merge branch 'master' into i1412-decimalizethegasKevin Serrano2017-05-251-0/+5
|\ \ \
| * \ \ Merge branch 'master' into networkControllerFrankie2017-05-241-0/+8
| |\ \ \
| | * | | Version 3.7.0v3.7.0Dan Finlay2017-05-241-0/+2
| | | | |
| | * | | Merge branch 'master' into i1409-StalledTxsDan Finlay2017-05-241-0/+1
| | |\ \ \
| | * | | | Continually resubmit pending txsDan Finlay2017-05-241-0/+1
| | | | | |
| * | | | | add to CHANGELOGfrankiebee2017-05-241-0/+2
| | | | | |
* | | | | | Merge branch 'master' into i1412-decimalizethegasKevin Serrano2017-05-241-0/+8
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Throw if ENS Resolver isn't set upDan Finlay2017-05-231-0/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Instead of resolving to name owners, which can encourage inconsistent usage of ENS. Fixes #1427.
| * | | | Merge branch 'master' into HelpDebugStalledTxskumavis2017-05-231-0/+1
| |\ \ \ \
| | * | | | Bump changelogDan Finlay2017-05-231-0/+2
| | |/ / /
| * | | | Label the pending tx icon with a tooltipDan Finlay2017-05-221-0/+1
| | | | |
| * | | | Add transaction number (nonce) to tx listDan Finlay2017-05-221-0/+2
| |/ / /
| * | | Version 3.6.5v3.6.5Dan Finlay2017-05-181-0/+2
| | | |
| * | | Fix bug where decimals in gas inputs gave strange resultsDan Finlay2017-05-181-0/+1
| | | |
* | | | Merge branch 'master' into i1412-decimalizethegasKevin Serrano2017-05-181-0/+1
|\| | |
| * | | Fix bug where edited gas parameters did not take effectDan Finlay2017-05-171-0/+1
| | | | | | | | | | | | | | | | Fixes #1407
* | | | Fix merge conflicts.Kevin Serrano2017-05-171-0/+1
|\| | |
| * | | changelog - add note on filter fixkumavis2017-05-161-0/+1
| | | |
* | | | Changelog bumpKevin Serrano2017-05-171-0/+2
|/ / /
* | | Bump changelogKevin Serrano2017-05-121-0/+2
| | |
* | | Version 3.6.4v3.6.4Dan Finlay2017-05-101-0/+4
| | |
* | | Version 3.6.3v3.6.3Dan Finlay2017-05-091-0/+4
| | |
* | | Version 3.6.2v3.6.2Dan Finlay2017-05-091-0/+2
| | |
* | | Changelog bumpKevin Serrano2017-05-091-0/+1
| | |
* | | Add changelog entry for 1390Dan Finlay2017-05-091-0/+1
| | |
* | | fix block polling changelog noteDan Finlay2017-05-091-1/+1
| | |
* | | Bump changelogDan Finlay2017-05-081-0/+3
| | |
* | | Fix changelog formattingDan Finlay2017-05-081-2/+0
| | |
* | | Merge branch 'master' into flyswatter-patch-1Kevin Serrano2017-05-021-0/+3
|\ \ \
| * | | Bump changelogDan Finlay2017-05-011-0/+2
| | | |
* | | | Correct change datesDan Finlay2017-05-011-2/+2
|/ / /
* | | Version 3.6.1Dan Finlay2017-05-011-0/+3
| | |
* | | Update CHANGELOG.mdkumavis2017-04-291-0/+2
| | |
* | | Version 3.6.0Dan Finlay2017-04-281-1/+4
| | | | | | | | | | | | t # Explicit paths specified without -i or -o; assuming --only paths...
* | | Merge branch 'master' into Version-3.5.4Dan Finlay2017-04-281-0/+1
|\ \ \
| * | | Add to changelog.Kevin Serrano2017-04-261-0/+1
| | | |
* | | | Version 3.5.4v3.5.4Dan Finlay2017-04-261-0/+2
|/ / /
* | | Allow signature V values over 1 byteDan Finlay2017-04-261-0/+1
| | | | | | | | | | | | By bumping ethereumjs-tx.
* | | Bump provider engineDan Finlay2017-04-251-0/+3
| | | | | | | | | | | | Should now pass test suite, and include several sweet recent fixes!
* | | Version 3.5.3v3.5.3Dan Finlay2017-04-251-0/+4
| | |
* | | Changelog.Kevin Serrano2017-04-061-0/+1
| | |
* | | Bump changelogDan Finlay2017-03-301-0/+2
| | |
* | | Version 2.5.2v3.5.2v2.5.2Dan Finlay2017-03-291-0/+3
| | |
* | | Merge branch 'master' into kovan-faucet-instructionsDan Finlay2017-03-291-0/+1
|\ \ \
| * | | Bump changelogDan Finlay2017-03-281-0/+2
| | | |
* | | | Merge branch 'master' into kovan-faucet-instructionsKevin Serrano2017-03-281-0/+4
|\| | |
| * | | Version 3.5.1v3.5.1Dan Finlay2017-03-281-0/+2
| | | |
| * | | Add to changelog.Kevin Serrano2017-03-281-0/+2
| | | |
* | | | Add to changelog.Kevin Serrano2017-03-281-0/+2
|/ / /
* | | Version 3.5.0v3.5.0Dan Finlay2017-03-281-0/+2
| | |
* | | Merge branch 'master' into i1210-txdisappearanceKevin Serrano2017-03-251-0/+3
|\ \ \
| * \ \ Merge branch 'master' into i1234-HardGasLimits-BrowserFormDan Finlay2017-03-231-0/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into i1234-HardGasLimits-BrowserFormKevin Serrano2017-03-231-0/+1
| |\ \ \ \
| * | | | | Bump changelogDan Finlay2017-03-231-0/+3
| | | | | |
* | | | | | Add to changelog.Kevin Serrano2017-03-231-0/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'master' into i238-kovanDan Finlay2017-03-231-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'master' into i1033-spinnerfixkumavis2017-03-231-0/+2
| |\| | |
| * | | | Changelog addition.Kevin Serrano2017-03-211-0/+1
| | | | |
* | | | | Changelog bump.Kevin Serrano2017-03-231-0/+1
| |/ / / |/| | |
* | | | Add to CHANGELOGfrankiebee2017-03-231-0/+1
| | | |
* | | | Add to changelog.Kevin Serrano2017-03-211-0/+1
|/ / /
* | / Remove eth-lightwalletDan Finlay2017-03-171-0/+1
| |/ |/|
* | Merge branch 'master' into i1165-predictivekumavis2017-03-151-0/+1
|\|
| * Changelog addition.Kevin Serrano2017-03-141-0/+1
| |
* | Add to changelog.Kevin Serrano2017-03-151-0/+1
|/
* Bump changelogDan Finlay2017-03-091-0/+2
|
* Version 3.4.0v3.4.0Dan Finlay2017-03-091-0/+2
|
* Merge branch 'master' into i1144-moarrpcKevin Serrano2017-03-091-0/+1
|\
| * Bump changelogDan Finlay2017-03-081-0/+1
| |
* | More conflict resolution.Kevin Serrano2017-03-021-0/+1
|\ \
| * \ Merge branch 'master' into i1144-moarrpcDan Finlay2017-02-281-1/+2
| |\ \
* | \ \ Fix merge conflicts.Kevin Serrano2017-03-021-1/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Bump changelogDan Finlay2017-03-011-0/+1
| |/
| * Remove claim for ecRecover supportDan Finlay2017-02-281-1/+0
| |
| * Bump changelogDan Finlay2017-02-251-1/+2
| |
| * Move changelog entryDan Finlay2017-02-221-1/+2
| |
* | Changelog.Kevin Serrano2017-02-231-0/+2
|/
* Version 3.3.0v3.3.0Dan Finlay2017-02-211-0/+2
|
* Add personal_sign and personal_ecRecover supportDan Finlay2017-02-211-1/+2
|
* Merge branch 'master' into i1089-networkfrontKevin Serrano2017-02-161-0/+6
|\
| * Merge branch 'master' into devDan Finlay2017-02-161-0/+7
| |\
* | \ Merge branch 'master' into i1089-networkfrontKevin Serrano2017-02-161-0/+7
|\ \ \ | | |/ | |/|
| * | Bump changelogDan Finlay2017-02-141-0/+2
| | |
| * | Version 3.2.2v3.2.2Dan Finlay2017-02-101-0/+4
| | |
| * | Add to CHANGELOGFrankie2017-02-101-0/+1
| | |
* | | Changelog.Kevin Serrano2017-02-161-0/+1
| |/ |/|
* | Add to changelog.Kevin Serrano2017-02-161-0/+1
| |
* | Merge branch 'dev' into i1085-synchronousnetkumavis2017-02-101-2/+5
|\|
| * Version 3.2.1v3.2.1Dan Finlay2017-02-091-1/+5
| |
* | Allowed net_version to be called synchronouslyKevin Serrano2017-02-091-0/+2
|/
* Version 3.2.0v3.2.0Dan Finlay2017-02-081-1/+3
|
* Add to CHANGELOGFrankie2017-02-021-0/+1
|
* Merge branch 'dev' into i#1048kumavis2017-01-251-0/+2
|\
| * add to CHANGELOGFrankie2017-01-251-0/+1
| |
| * Merge branch 'master' into upToDateFrankie2017-01-211-0/+3
| |\
| * | Bump changelogDan Finlay2017-01-191-0/+2
| | |
* | | 3.1.2kumavis2017-01-251-0/+5
| |/ |/|
* | 3.1.1kumavis2017-01-211-0/+4
|/
* Merge branch 'master' into Version-3.1.0Dan Finlay2017-01-191-0/+1
|\
| * Add to CHANGELOGFrankie2017-01-191-0/+2
| |
* | Version 3.1.0Dan Finlay2017-01-191-0/+2
| |
* | Merge branch 'dev' into i715-AddImportMenukumavis2017-01-191-0/+1
|\ \
| * | Bump changelogDan Finlay2017-01-191-0/+2
| | |
* | | Bump changelogDan Finlay2017-01-181-0/+2
|/ /
* | Version 3.0.1Dan Finlay2017-01-171-0/+2
| |
* | Bump changelogDan Finlay2017-01-171-0/+2
|/
* Version 3.0.0Dan Finlay2017-01-171-0/+2
|
* Bump changelog to mention BIP44 fixDan Finlay2017-01-171-0/+1
|
* Merge branch 'master' into devDan Finlay2017-01-171-0/+2
|\
| * add to CHANGELOGFrankie2017-01-111-0/+1
| |
| * make CHANGELOG more human readableFrankie2016-12-211-1/+1
| |
| * Add to CHANGELOG.mdFrances Pangilinan2016-12-211-0/+1
| |
* | add to CHANGELOGFrankie2017-01-151-0/+1
| |
* | Add to CHANGELOGFrankie2017-01-121-0/+1
| |
* | changelog - add note on rpc overrideskumavis2017-01-111-0/+2
| |
* | Bump changelogDan Finlay2017-01-111-0/+1
| |
* | Merge branch 'dev' into network-indicator-refactorKevin Serrano2017-01-061-0/+2
|\ \
| * \ Merge branch 'dev' into fixTxManagerDan Finlay2017-01-061-0/+1
| |\ \
| | * | Bump changelogDan Finlay2017-01-051-0/+1
| | | |
| * | | Merge branch 'TxManager' of https://github.com/MetaMask/metamask-plugin into ↵Frankie2017-01-051-0/+1
| |\ \ \ | | |/ / | |/| | | | | | TxManager
| | * | Bump changelogDan Finlay2017-01-031-0/+1
| | | |
* | | | Changelog.Kevin Serrano2017-01-051-0/+2
|/ / /
* | | Changelog.Kevin Serrano2017-01-041-1/+1
| | |
* | | Changelog.Kevin Serrano2017-01-041-0/+1
|/ /
* | Merge branch 'dev' into TxManagerFrankie2016-12-221-0/+16
|\ \
| * | Add to changelog.Kevin Serrano2016-12-211-0/+1
| | |
| * | Merge pull request #942 from MetaMask/Version-2.14.1Dan Finlay2016-12-211-0/+2
| |\ \ | | | | | | | | Version 2.14.1
| | * | Version 2.14.12.14.1Dan Finlay2016-12-211-0/+2
| | |/
| * | Merge pull request #937 from MetaMask/i900-forgot-password-flowDan Finlay2016-12-201-0/+1
| |\ \ | | | | | | | | I900 forgot password flow
| | * | Add to changelog.Kevin Serrano2016-12-201-0/+1
| | | |
| * | | Merged master into devDan Finlay2016-12-201-0/+11
| |\ \ \ | | |/ / | |/| / | | |/
| | * changelog - add whitespacekumavis2016-12-201-0/+1
| | |
| | * changelog - inf reload detection hotfixkumavis2016-12-201-3/+5
| | |
| | * changelog - add note on inf reload detection hotfixkumavis2016-12-201-1/+1
| | |
| | * Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement generation of markdown for notice files. Create npm command. Enhance notice generation. Add test files to test multiple notices. Add basic markdown support to notices. Interval checks for updates. Add extensionizer and linker Add terms and conditions state file Add link support to disclaimer. Changelog addition.
| | * Bump changelog for removing mordenDan Finlay2016-12-161-0/+1
| | |
| | * deps - bump provider-engine for bug fixkumavis2016-12-131-0/+1
| | |
| | * changelog - "fix reload detection"kumavis2016-12-081-0/+2
| | |
| | * Version 2.13.112.13.11Dan Finlay2016-11-241-0/+2
| | |
* | | add to CHANGELOG.mdFrances Pangilinan2016-12-151-0/+1
|/ /
* | Merge branch 'master' into devDan Finlay2016-11-241-0/+11
|\|
| * changelog - add sync rpc eth_uninstallFilter notekumavis2016-11-241-0/+2
| |
| * Version 2.13.102.13.10Dan Finlay2016-11-231-2/+6
| |
| * Merge branch 'master' into new-faucetDan Finlay2016-11-231-0/+2
| |\
| | * Bump changelogDan Finlay2016-11-221-0/+2
| | |
| * | Add to changelog.Kevin Serrano2016-11-231-0/+1
| |/
| * Version 2.13.92.13.9Dan Finlay2016-11-221-0/+2
| |
* | Phase out ethereumjs-util from encryptor module.Kevin Serrano2016-11-231-0/+1
| |
* | Make ropsten faucet button point at the correct url.Kevin Serrano2016-11-231-0/+1
| |
* | Merge pull request #837 from MetaMask/FixMenuItemKevin Serrano2016-11-221-0/+1
|\ \ | |/ |/| Fix custom provider menu item
| * Fix custom provider menu itemDan Finlay2016-11-221-0/+1
| | | | | | | | The Custom RPC menu item in the provider menu would not appear when Localhost:8545 was selected.
* | Begin adding Ropsten supportDan Finlay2016-11-221-0/+1
|/ | | | | | | | Ropsten links will still not work until Etherscan publishes their ropsten link format. At that time we will need to update ui/lib/account-link.js Otherwise, fixes #831
* Increment tx ids to avoid collisionsDan Finlay2016-11-181-0/+2
| | | | | | | | | | Fixes #791 It was possible for two requests to have the same ID, causing a crash and loss of StreamProvider connection. This new id generation strategy creates a random ID, and increments it for each request. In case the id generator is included from two different processes, I'm initializing the counter at a random number, and rolling it over a large number when it gets too big.