aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Fail pending txs with low balance or invalid nonceDan Finlay2017-07-061-4/+22
|
* Merge pull request #1620 from MetaMask/i1616-AddTokenAddingThomas Huang2017-06-291-4/+25
|\ | | | | Add ability to add tokens to token list
| * Merge branch 'AddTokenList' into i1616-AddTokenAddingDan Finlay2017-06-201-35/+68
| |\
| * | Add ability to add tokens to token listDan Finlay2017-06-161-4/+25
| | | | | | | | | | | | Fiex #1616
* | | Merge pull request #1509 from MetaMask/i1473-dappDefaultGasPriceDan Finlay2017-06-281-7/+9
|\ \ \ | | | | | | | | I1473 dapp default gas price
| * \ \ Merge branch 'master' into i1473-dappDefaultGasPriceThomas Huang2017-06-283-1/+51
| |\ \ \
| * | | | Keeps dapp gas price if setThomas Huang2017-06-201-7/+9
| | | | |
* | | | | dont stop retrying brodcasting txsfrankiebee2017-06-281-4/+0
| |/ / / |/| | |
* | | | Merge pull request #1663 from MetaMask/infura-statusThomas Huang2017-06-271-0/+42
|\ \ \ \ | |_|_|/ |/| | | Add Infura Status Information to UI State
| * | | Add infura network status to our UI state.Kevin Serrano2017-06-231-1/+1
| | | |
| * | | Add infura network status to our UI state.Kevin Serrano2017-06-231-0/+42
| |/ /
* | | Merge branch 'AddTokenList' of github.com:MetaMask/metamask-plugin into ↵Kevin Serrano2017-06-202-1/+9
|\ \ \ | |/ / |/| / | |/ AddTokenList
| * Merge remote-tracking branch 'origin/master' into AddTokenListDan Finlay2017-06-161-10/+5
| |\
| * | Refresh token balance on network changeDan Finlay2017-06-151-1/+0
| | |
| * | Persist selected account tabDan Finlay2017-06-151-0/+8
| | | | | | | | | | | | Also improve error handling with token balances.
| * | Merge branch 'master' into AddTokenListDan Finlay2017-06-135-14/+596
| |\ \
* | \ \ Merge branch 'master' into i1567-FixInaccurateErrorFrankie2017-06-171-3/+2
|\ \ \ \
| * | | | put the block listeners back on the providerfrankiebee2017-06-171-3/+2
| | | | |
* | | | | put event back on the "blockTracker:/provider"frankiebee2017-06-171-1/+1
| | | | |
* | | | | Merge branch 'master' into i1567-FixInaccurateErrorfrankiebee2017-06-161-16/+52
|\| | | |
| * | | | Merge pull request #1611 from MetaMask/checkTxsOnSynckumavis2017-06-161-0/+46
| |\ \ \ \ | | | | | | | | | | | | add a check for weather a tx is included in a block when jumping blocks
| | * | | | transactions controller - add commentskumavis2017-06-161-0/+5
| | | | | |
| | * | | | add a check for weather a tx is included in a block when jumping blocksfrankiebee2017-06-151-0/+41
| | | |_|/ | | |/| |
| * / | | check for the tx in the block that provider engine gives usfrankiebee2017-06-151-15/+5
| |/ / /
* | | | check nonce and balance when resubmiting txfrankiebee2017-06-161-11/+16
| | | |
* | | | remove unnecessary logfrankiebee2017-06-151-4/+1
| | | |
* | | | Do not mark slowly mined txs as failed.Dan Finlay2017-06-151-8/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | Fixes #1567 Also seems to fix #1556 Also improves resubmit performance by only resubmitting on `latest`.
* | | Merge pull request #1598 from MetaMask/txRetryDan Finlay2017-06-141-9/+4
|\ \ \ | | | | | | | | put tx resubmission on the block event
| * | | rename continuallyResubmitPendingTxs to resubmitPendingTxsfrankiebee2017-06-141-2/+2
| | | |
| * | | put tx resubmission on the block eventfrankiebee2017-06-131-8/+3
| | |/ | |/|
* / | Fix networkState in chain idThomas Huang2017-06-131-1/+1
|/ /
* | Use new URL for currency API from cryptonator.Kevin Serrano2017-06-061-1/+1
| |
* | stop polling when switching networksfrankiebee2017-05-241-0/+1
| |
* | Merge branch 'master' into networkControllerFrankie2017-05-241-4/+55
|\ \
| * | CleanupDan Finlay2017-05-241-2/+3
| | |
| * | Continually resubmit pending txsDan Finlay2017-05-241-2/+52
| | |
* | | Fix for testsfrankiebee2017-05-242-52/+36
| | |
* | | Wrap the provider in a proxyfrankiebee2017-05-232-80/+57
| | |
* | | Merge branch 'master' into networkControllerfrankiebee2017-05-231-0/+418
|\| |
| * | Fix path referencesDan Finlay2017-05-171-2/+2
| | |
| * | Rename tx manager to tx controllerDan Finlay2017-05-171-0/+404
| | |
* | | Create a network controller to manage switcing networks an updating the providerfrankiebee2017-05-191-0/+152
|/ /
* / Fix linting warningsThomas Huang2017-04-273-13/+11
|/
* Limit the number of addresses stored in our book.Kevin Serrano2017-03-141-0/+4
|
* Connect keyring controller to address book to prevent additional duplicates.Kevin Serrano2017-03-111-4/+18
|
* Improve duplicate checking in address book.Kevin Serrano2017-03-111-2/+2
|
* Add comments.Kevin Serrano2017-03-111-4/+19
|
* Rename functions for consistency.Kevin Serrano2017-03-101-6/+6
|
* Create persistence address book.Kevin Serrano2017-03-101-0/+46
|
* Create distinct labels and names for addresses.Kevin Serrano2017-03-101-1/+3
|
* Refactor of code into separate reducers and actions.Kevin Serrano2017-03-081-1/+1
|
* More conflict resolution.Kevin Serrano2017-03-021-1/+0
|
* add controllers to root scripts folderDan Finlay2017-02-283-0/+238