Dan Finlay
|
621e9334bc
|
Cleaned up some typos and JSDocs in Transactions
Nonce tracker is not fully documented yet.
Have not yet touched:
- tx-state-manager
- tx-state-history-helper
- util
- tx-gas-utils
- pending-tx-tracker
|
2018-04-23 09:43:18 -07:00 |
|
Dan
|
0c26df9653
|
Fix nits.
|
2018-04-23 14:11:02 -02:30 |
|
Dan Finlay
|
74c419f9b6
|
Merge pull request #4020 from MetaMask/i3941-jsdoc-bitpshr
Documentation
|
2018-04-20 14:10:05 -07:00 |
|
Dan
|
69920045e9
|
Minor fixes in a number of docs.
|
2018-04-20 15:48:58 -02:30 |
|
Dan
|
71b0de76ff
|
Merge branch 'master' into dm-docs-2
|
2018-04-20 13:23:17 -02:30 |
|
bitpshr
|
8636f3bae5
|
Clean up JSDoc for background scripts
|
2018-04-19 15:14:00 -04:00 |
|
frankiebee
|
e862a5091e
|
transactions - fix refernces
|
2018-04-19 12:07:45 -07:00 |
|
frankiebee
|
c20c97ce62
|
Merge branch 'master' into tx-controller-rewrite-v3
|
2018-04-19 11:49:11 -07:00 |
|
frankiebee
|
eeb9390de8
|
meta - transactions - docs yo!
|
2018-04-19 11:46:15 -07:00 |
|
bitpshr
|
9c7eafc86f
|
Add more documentation to computed balances controller
|
2018-04-19 14:37:08 -04:00 |
|
Dan
|
9f12c26d44
|
Even more documentation for various controllers and libs.
|
2018-04-19 13:08:56 -02:30 |
|
bitpshr
|
6dbdc87713
|
Add generated docs
|
2018-04-18 17:24:36 -04:00 |
|
Dan
|
164f9c4662
|
Missing bracket in docblock.
|
2018-04-18 16:17:06 -02:30 |
|
Dan
|
649d2f8b22
|
Merge branch 'master' into dm-docs-1
|
2018-04-18 16:15:48 -02:30 |
|
Dan
|
e80bd230b9
|
NO MIXED TABS AND SPACES
|
2018-04-18 16:11:39 -02:30 |
|
Dan
|
6d96b1a2ab
|
Documentation fix: @constant -> @property
|
2018-04-18 16:08:08 -02:30 |
|
Dan
|
128cb1af46
|
Improve documentation of promises that return undefined.
|
2018-04-17 00:54:16 -02:30 |
|
Dan
|
e9ca7199ab
|
Typo fixes, type fixes on the return clauses of the buyEthUrl and getPrefferedLangCode functions.
|
2018-04-16 21:23:29 -02:30 |
|
Dan Finlay
|
0668976514
|
Merge branch 'master' into i3981-contract-rates
|
2018-04-16 16:32:56 -07:00 |
|
Dan
|
cc7e71488e
|
Spell deprecated correctly.
|
2018-04-16 19:47:52 -02:30 |
|
Dan
|
23acddf8f6
|
@params -> @param fix
|
2018-04-16 19:45:27 -02:30 |
|
bitpshr
|
b4912f29cd
|
Disable token price polling when no client is active
|
2018-04-16 18:12:05 -04:00 |
|
Dan
|
20a075657f
|
Documentation for various controllers and libs
|
2018-04-16 14:38:04 -02:30 |
|
bitpshr
|
d0447f9058
|
Maintain token prices using a background service
|
2018-04-16 11:47:06 -04:00 |
|
bitpshr
|
7129d7c0f3
|
Require loglevel singleton in each module that uses it
|
2018-04-13 17:56:28 -04:00 |
|
frankiebee
|
943eea043c
|
fix up - more docs
|
2018-04-13 13:18:45 -07:00 |
|
frankiebee
|
88f4212363
|
meta - transactions - code clean up and jsDoc
|
2018-04-13 12:38:07 -07:00 |
|
frankiebee
|
3aaa28531e
|
transactions - code cleanup
|
2018-04-12 12:24:16 -07:00 |
|
frankiebee
|
5494aa4f9c
|
transactions - lint fixes
|
2018-04-10 14:54:30 -07:00 |
|
frankiebee
|
2d7c3c2b00
|
meta - transactions - create a transactions dir in controller and move relevant files into it
|
2018-04-10 14:28:05 -07:00 |
|
frankiebee
|
c02da0f27c
|
transactions - _normalizeTxParams will now return a new object for txParams
|
2018-04-05 12:12:02 -07:00 |
|
frankiebee
|
343f0e9e80
|
transactions - remove unnecessary keys on txParams
|
2018-04-04 22:29:43 -07:00 |
|
frankiebee
|
245c01bc0f
|
transactions - make #_validateTxParams not async and "linting" wink wink nudge nudge
|
2018-04-04 14:57:27 -07:00 |
|
frankiebee
|
457a47bf62
|
transactions - normalize txParams
|
2018-04-04 14:27:20 -07:00 |
|
kumavis
|
038ad91454
|
app - currency - fix typo + prefer log over console
|
2018-04-03 10:39:23 -07:00 |
|
kumavis
|
79d63332ee
|
app - currency - fix typo
|
2018-04-03 10:35:41 -07:00 |
|
kumavis
|
ecbab14cae
|
app - warn on fetch errors instead of spamming sentry
|
2018-04-03 10:33:10 -07:00 |
|
frankiebee
|
ab126b8c78
|
transactions gasLimit - use the block gasLimit if getCode fails
|
2018-04-02 15:43:32 -07:00 |
|
frankiebee
|
3def45004a
|
transactions#newUnapprovedTransaction - dont default origin to metamask
|
2018-03-30 16:00:11 -07:00 |
|
frankiebee
|
03b123a85d
|
transactions - put the origing on the txMeta to help with debugging
|
2018-03-30 15:48:39 -07:00 |
|
Frankie
|
8766420f19
|
Merge pull request #3777 from MetaMask/etc-fixes
Sentry spam fix and etc fixes
|
2018-03-28 12:57:01 -07:00 |
|
kumavis
|
c4c459c8d7
|
controllers - currency - warn currency and encountered error
|
2018-03-28 09:41:25 -07:00 |
|
kumavis
|
21fbaed97c
|
tx controller - explode on non-hex txParams + dont add chainId to txParams + sign with chainId as number
|
2018-03-27 23:55:18 -07:00 |
|
Dan
|
b9309f689b
|
Use extension api to get initial locale.
|
2018-03-22 12:49:19 -02:30 |
|
Dan
|
be845fd190
|
Merge branch 'master' into i18n-translator-redux
|
2018-03-21 22:28:58 -02:30 |
|
kumavis
|
1a60094d50
|
Merge pull request #3504 from lazaridiscom/laz/i3427
adds READMEs to folders, re #3427
|
2018-03-20 16:28:47 -07:00 |
|
kumavis
|
29cc2f8ab9
|
Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-translator-redux
|
2018-03-20 13:01:08 -07:00 |
|
Dan
|
5fe0be722b
|
Handle i18n with redux.
|
2018-03-15 21:59:45 -02:30 |
|
Dan
|
106ce091a9
|
Fix TransactionStateManager spelling.
|
2018-03-14 11:45:04 -02:30 |
|
Lazaridis
|
2d3763d709
|
add READMEs to folders, re #3427
|
2018-03-14 15:33:22 +02:00 |
|