Dan
|
9f12c26d44
|
Even more documentation for various controllers and libs.
|
2018-04-19 13:08:56 -02:30 |
|
bitpshr
|
1ef6528921
|
Add JSDoc to various background scripts
|
2018-04-18 21:30:13 -04:00 |
|
Dan Finlay
|
f78d2f5e0b
|
Added docs to MM-controller
|
2018-04-18 17:54:50 -07:00 |
|
Dan Finlay
|
4544d57f26
|
Merge pull request #3984 from whymarrh/3941-jsdoc
Add a few docblocks to background files
|
2018-04-18 15:37:50 -07:00 |
|
bitpshr
|
6dbdc87713
|
Add generated docs
|
2018-04-18 17:24:36 -04:00 |
|
bitpshr
|
c9f83fe8bc
|
Add JSDoc to various background scripts
|
2018-04-18 17:02:08 -04:00 |
|
Dan Finlay
|
6742a5b272
|
Merge pull request #3987 from MetaMask/dm-docs-1
Documentation for various controllers and and lib utils
|
2018-04-18 13:39:31 -07:00 |
|
Whymarrh Whitby
|
603c1310ff
|
Add a few missing docblocks to background files
|
2018-04-18 18:00:22 -02:30 |
|
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 |
|
Alexander Tseung
|
2c8156ebe9
|
Fix UI getting stuck in Reveal Seed screen
|
2018-04-18 10:18:24 -07:00 |
|
Alexander Tseung
|
b0a105ce80
|
Fix confirmation popup not always opening
|
2018-04-17 08:58:37 -07:00 |
|
Dan
|
6da00c4061
|
Add missing descriptions in util.js
|
2018-04-17 00:56:46 -02:30 |
|
Dan
|
7b5d506cec
|
Document async function as returning a promise.
|
2018-04-17 00:55:10 -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 |
|
bitpshr
|
8974f933fc
|
Add tests for ComposableObservableStore
|
2018-04-13 14:32:58 -04:00 |
|
bitpshr
|
4780f825b1
|
Add ComposableObservableStore for subscription management
|
2018-04-13 10:20:44 -04:00 |
|
frankiebee
|
3aaa28531e
|
transactions - code cleanup
|
2018-04-12 12:24:16 -07:00 |
|
Dan
|
8fb1237d64
|
Documentation for environemnt-type.js
|
2018-04-12 13:17:46 -02:30 |
|
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 |
|
kumavis
|
4cae3d3b0d
|
Merge pull request #3921 from MetaMask/gh-3736-react-router
Add react-router integration
|
2018-04-09 10:55:46 -07:00 |
|
kumavis
|
2511a9e634
|
Merge pull request #3922 from MetaMask/empty-vault-fix
Empty vault - attempt recovery
|
2018-04-06 13:18:48 -07:00 |
|
kumavis
|
f9a6feb263
|
metamask - never persist if state is missing
|
2018-04-06 12:10:39 -07:00 |
|
kumavis
|
6f4dbd6d4a
|
metamask - never persist if state is missing data
|
2018-04-06 12:09:26 -07:00 |
|
kumavis
|
0685381fdc
|
metamask - attempt recovery from empty vault
|
2018-04-06 12:05:24 -07:00 |
|
kumavis
|
26fe638377
|
tx-state-manager - dont remove old tx history if candidate is not found
|
2018-04-06 10:18:00 -07:00 |
|
Alexander Tseung
|
4c15c0d3ba
|
Merge branch 'master' of https://github.com/MetaMask/metamask-extension into cb-254
|
2018-04-05 23:17:22 -07:00 |
|
frankiebee
|
d4e30040a2
|
migrations - back fixes
|
2018-04-05 19:33:10 -07:00 |
|
frankiebee
|
7d243aacf9
|
create migration 25
|
2018-04-05 18:05:03 -07:00 |
|
frankiebee
|
b9243cd8b9
|
meta - create a migration template
|
2018-04-05 16:25:13 -07:00 |
|
kumavis
|
79932b7e17
|
Merge pull request #3857 from MetaMask/match-local-localecodes
Ensure get-first-preferred-lang-code.js matches locale codes from loc…
|
2018-04-05 15:08:19 -07:00 |
|
kumavis
|
741c6097a2
|
Merge pull request #3887 from MetaMask/i#3886
transactions - remove unnecessary keys on txParams
|
2018-04-05 15:06:29 -07:00 |
|
Frankie
|
2dfa8a2e50
|
Merge pull request #3900 from MetaMask/migration-error-report
migrations - report migrations errors to sentry with vault structure
|
2018-04-05 15:03:53 -07:00 |
|
kumavis
|
17931698a8
|
Merge pull request #3892 from alextsg/gh-3891
Fix populating txParams with undefined data
|
2018-04-05 15:02:35 -07:00 |
|
kumavis
|
ffc71ff7d2
|
migrator - dont overwrite error stack and warn to console
|
2018-04-05 13:38:34 -07:00 |
|
kumavis
|
7fdf663ea7
|
migrator - fix typo
|
2018-04-05 13:21:00 -07:00 |
|
kumavis
|
2b880dd4e0
|
migrations - report migrations errors to sentry with vault structure
|
2018-04-05 13:15:08 -07:00 |
|
frankiebee
|
c02da0f27c
|
transactions - _normalizeTxParams will now return a new object for txParams
|
2018-04-05 12:12:02 -07:00 |
|
frankiebee
|
4efc718074
|
make migration-24 compat with first-time-state
|
2018-04-05 11:28:25 -07:00 |
|
Alexander Tseung
|
418926ffdf
|
Fix populating txParams with undefined data
|
2018-04-05 09:54:41 -07:00 |
|
frankiebee
|
343f0e9e80
|
transactions - remove unnecessary keys on txParams
|
2018-04-04 22:29:43 -07:00 |
|
Alexander Tseung
|
5b2ace3b80
|
Merge branch 'master' of https://github.com/MetaMask/metamask-extension into cb-254
|
2018-04-04 18:21:35 -07:00 |
|
frankiebee
|
245c01bc0f
|
transactions - make #_validateTxParams not async and "linting" wink wink nudge nudge
|
2018-04-04 14:57:27 -07:00 |
|
frankiebee
|
6ab938546c
|
Merge branch 'master' of https://github.com/MetaMask/metamask-extension into normalize-transactions
|
2018-04-04 14:28:25 -07:00 |
|
frankiebee
|
8243824c6a
|
hot-fix - migrate unaproved txParams so that the from is lowercase
|
2018-04-04 14:27:28 -07:00 |
|
frankiebee
|
457a47bf62
|
transactions - normalize txParams
|
2018-04-04 14:27:20 -07:00 |
|
kumavis
|
502011019a
|
tx - txParams - allow chainId to be a hex string
|
2018-04-04 08:59:03 -07:00 |
|
Dan Finlay
|
86693af156
|
Add webby awards to web3 block list.
|
2018-04-03 20:33:19 -07:00 |
|
Alexander Tseung
|
34e608e9dc
|
Merge branch 'master' of https://github.com/MetaMask/metamask-extension into cb-254
|
2018-04-03 17:06:00 -07:00 |
|
Dan
|
3c4b72bf2c
|
Map existingLocaleCodes and userPreferredLocaleCodes to lower case in get-first-preferred-lang-code.js
|
2018-04-03 20:52:17 -02:30 |
|
Dan
|
5aff114001
|
Ensure get-first-preferred-lang-code.js matches locale codes from local directory names and chrome extension api.
|
2018-04-03 20:34:28 -02:30 |
|
kumavis
|
83df8b58ba
|
tx-state-manager - validateTxParams - validate chainId is Number
|
2018-04-03 13:55:20 -07:00 |
|
frankiebee
|
3b1e4c74f5
|
transactions - dont throw if chain id is not a string
|
2018-04-03 12:17:53 -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 |
|
kumavis
|
00657e14a8
|
build - correctly set METAMASK_ENV via envify
|
2018-04-03 09:51:33 -07:00 |
|
Alexander Tseung
|
35875863d2
|
Fix merge conflicts. Modify send workflow
|
2018-04-03 01:03:31 -07:00 |
|
frankiebee
|
ab126b8c78
|
transactions gasLimit - use the block gasLimit if getCode fails
|
2018-04-02 15:43:32 -07:00 |
|
frankiebee
|
e8a480aac4
|
transactions validationt - valdate from field on txParams
|
2018-04-02 13:17:54 -07:00 |
|
Alexander Tseung
|
51ad2b03c8
|
Merge branch 'master' of https://github.com/MetaMask/metamask-extension into cb-254
|
2018-03-30 16:34:57 -07:00 |
|
Alexander Tseung
|
ba23843f91
|
Fix merge conflicts
|
2018-03-30 16:18:48 -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 |
|
kumavis
|
b49ad750dd
|
Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-artifacts
|
2018-03-29 16:54:00 -07:00 |
|
Alexander Tseung
|
ef61ef2ce8
|
Fix i18n merge conflicts
|
2018-03-29 09:37:29 -07:00 |
|
kumavis
|
253abd60fc
|
build - extension - move js files to toplevel
|
2018-03-28 21:29:57 -07:00 |
|
Frankie
|
650b716f55
|
Merge pull request #3782 from MetaMask/i3670-FixNonceBug
Add test for suspected nonce bug
|
2018-03-28 14:38:40 -07:00 |
|
Dan Finlay
|
f50a7a8fe8
|
Rename variable to be more understandable
|
2018-03-28 14:18:03 -07:00 |
|
kumavis
|
bedc1d1a47
|
Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-artifacts
|
2018-03-28 14:12:20 -07:00 |
|
kumavis
|
5815de33fb
|
build - rename 'popup.js' to 'ui.js'
|
2018-03-28 14:04:33 -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 |
|
Frankie
|
06112b3e30
|
Merge pull request #3765 from MetaMask/sentry-error-simplify
sentry - simplify error message 'Transaction Failed: known transaction'
|
2018-03-28 12:55:52 -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 |
|
kumavis
|
97e1fcd331
|
sentry - simplify error message 'Transaction Failed: known transaction'
|
2018-03-27 20:41:10 -07:00 |
|
Frankie
|
76e83365ca
|
Merge pull request #3752 from MetaMask/sentry-error-fix
sentry - simplify all ethjs errors for better batching
|
2018-03-27 19:13:42 -07:00 |
|
kumavis
|
f7a2dc984e
|
Merge pull request #3760 from MetaMask/i3439-ResetCacheOnAccountReset
Fix bug where resetAccount does not clear network cache
|
2018-03-27 19:10:31 -07:00 |
|
kumavis
|
d8357413ac
|
metamask-controller - fix typo
|
2018-03-27 19:04:28 -07:00 |
|
Dan Finlay
|
729a473210
|
Fix bug where resetAccount does not clear network cache
Fixes #3439
|
2018-03-27 18:07:51 -07:00 |
|
kumavis
|
165ae7d193
|
i18n - derrive locale codes from index
|
2018-03-27 18:07:24 -07:00 |
|
kumavis
|
5290570c8f
|
Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-translator-redux
|
2018-03-27 17:17:04 -07:00 |
|
frankiebee
|
fefbf40a06
|
Merge branch 'master' into i#3731
|
2018-03-27 16:50:57 -07:00 |
|
frankiebee
|
f0f45e6fe1
|
migration for removing unnecessary transactions from state
|
2018-03-27 16:49:13 -07:00 |
|
kumavis
|
651e48dbd6
|
sentry - simplify all ethjs errors for better batching
|
2018-03-27 12:37:30 -07:00 |
|
Dan
|
f74e802026
|
Undo unnecessary line removals.
|
2018-03-27 10:52:19 -02:30 |
|
Dan
|
be2254b880
|
Remove comments and console.logs
|
2018-03-27 10:37:45 -02:30 |
|
Dan
|
d2bd5687e8
|
Merge branch 'master' into i18n-translator-redux
|
2018-03-27 10:17:48 -02:30 |
|
Alexander Tseung
|
6f367a5a6b
|
Fix merge conflicts
|
2018-03-27 00:20:35 -07:00 |
|
frankiebee
|
0a2616a37f
|
include migration 22
|
2018-03-26 18:12:16 -07:00 |
|
frankiebee
|
43dde3cbde
|
transactions - only save up to 40 txs totall across all networks
|
2018-03-26 15:58:36 -07:00 |
|
Dan Finlay
|
e196b6dcb7
|
Fix bug where full localStorage would crash on start
|
2018-03-26 15:25:26 -07:00 |
|
Frankie
|
5a61a6d57a
|
migration for adding submittedTime to the txMeta (#3727)
* test for migration 022
* write migration 022 adding submittedTime to txMetas whove been submitted
|
2018-03-26 14:24:12 -07:00 |
|
Dan
|
4f0881e41b
|
Merge branch 'master' into i18n-translator-redux
|
2018-03-26 16:13:49 -02:30 |
|
kumavis
|
46e8781e41
|
lint - fix
|
2018-03-23 18:45:58 -07:00 |
|
kumavis
|
2eaac897bf
|
sentry - namespace files under metamask dir
|
2018-03-23 18:37:41 -07:00 |
|
kumavis
|
e3d7062e9b
|
sentry - rewrite report urls + use raven-js from npm
|
2018-03-23 17:22:44 -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
|
5d3246c836
|
Merge branch 'master' of https://github.com/trigun0x2/metamask-extension into trigun0x2-master
|
2018-03-21 11:55:09 -07:00 |
|
kumavis
|
112a9443ee
|
Merge pull request #3585 from lazaridiscom/laz/i3568
[WIP] document/rearrange metamask-controller.js, re #3568
|
2018-03-20 16:47:04 -07:00 |
|
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 |
|
Jeffrey Tong
|
93495b2809
|
fix for lint
|
2018-03-20 12:18:48 -07:00 |
|
Dan
|
2ddc2cc1fb
|
Lint fixes.
|
2018-03-19 16:53:06 -02:30 |
|
Dan
|
d8788af9b8
|
Merge branch 'master' into retry-tx-refractor
|
2018-03-19 15:30:47 -02:30 |
|
Dan
|
5733820024
|
Merge branch 'master' into i18n-translator-redux
|
2018-03-19 14:39:04 -02:30 |
|
Dan
|
a51e8f6a16
|
Fetch localeMessages in front end only.
|
2018-03-19 13:36:16 -02:30 |
|
Saptak Sengupta
|
6174c00c10
|
Inject Script: Blacklist domains where not to inject script
Put a blacklist domain check where if the page url is in the list
of blacklisted domains, we shouldn't inject script in that web page.
|
2018-03-17 01:02:08 +05:30 |
|
Lazaridis
|
e1d6398b0f
|
moves setup-related code towads end of file, re #3568
|
2018-03-16 18:37:56 +02:00 |
|
Lazaridis
|
bb6af25e20
|
add ESLint exceptions for //= and //-, re #3568
|
2018-03-16 03:22:10 +02:00 |
|
Lazaridis
|
904f00e8ac
|
group all vault/keyring related methods together, re #3568
|
2018-03-16 02:29:53 +02:00 |
|
Dan
|
5fe0be722b
|
Handle i18n with redux.
|
2018-03-15 21:59:45 -02:30 |
|
Lazaridis
|
d8f5150aa5
|
adds initial documentation, re #3568
|
2018-03-16 00:27:10 +02:00 |
|
frankiebee
|
cd721f52cb
|
Merge branch 'master' into retry-tx-refractor
|
2018-03-15 08:07:16 -07:00 |
|
kumavis
|
34aeef50a0
|
i18n - load locales manually
|
2018-03-14 16:32:35 -07:00 |
|
kumavis
|
6aef2ed0b2
|
local-store - fix class syntax
|
2018-03-14 10:59:47 -07:00 |
|
kumavis
|
c4e90c9359
|
local-store - check for error from extension.runtime
|
2018-03-14 10:49:54 -07:00 |
|
kumavis
|
481983aae8
|
local-store - fix promisification of methods
|
2018-03-14 10:31:25 -07:00 |
|
frankiebee
|
b609924125
|
fix destructuring of variables
|
2018-03-14 08:21:50 -07:00 |
|
frankiebee
|
bc987a1129
|
fix destructuring of variables
|
2018-03-14 08:20:54 -07:00 |
|
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 |
|
Dan
|
798988597b
|
Merge branch 'master' into retry-tx-refractor
|
2018-03-14 00:02:27 -02:30 |
|
kumavis
|
dc5fbf5eb2
|
Merge branch 'master' into i3076-UseStorageLocalInstead
|
2018-03-13 15:43:37 -07:00 |
|
kumavis
|
22cd788203
|
tx-gas-utils - fix code style
|
2018-03-13 15:39:33 -07:00 |
|
frankiebee
|
e5a83d3f1a
|
transactions move validation of the to field to validateRecipient
|
2018-03-13 15:32:03 -07:00 |
|
frankiebee
|
a2c14ad02b
|
Merge remote-tracking branch 'origin/i#3509' into i#3509
|
2018-03-13 15:27:26 -07:00 |
|
frankiebee
|
c465d510b1
|
fix error message
|
2018-03-13 15:26:45 -07:00 |
|
Frankie
|
c83a9ceb04
|
Merge branch 'master' into i#3509
|
2018-03-13 15:23:46 -07:00 |
|
frankiebee
|
d195cfab50
|
transactions - insure if a to field in tx params has a truthy valu that it is a valid addres and if it is falsy that it is not null to fix issue #3509
|
2018-03-13 15:13:05 -07:00 |
|
frankiebee
|
9d7640996a
|
transactions - return the txMeta in retryTransaction
|
2018-03-13 14:42:26 -07:00 |
|
frankiebee
|
9fd349d740
|
transactions:state - add a submittedTime stamp so the ui has a better grasp of the time of submission
|
2018-03-13 09:51:37 -07:00 |
|
Jeffrey Tong
|
4f853bbd3c
|
remove console log
|
2018-03-11 10:18:55 -07:00 |
|
Jeffrey Tong
|
bda493dc9d
|
add comments that need clarification on naming convention
|
2018-03-11 10:17:08 -07:00 |
|
Dan
|
81e72147ef
|
Merge branch 'master' into retry-tx-refractor
|
2018-03-09 02:07:27 -03:30 |
|
kumavis
|
a88e436b7d
|
lint fix
|
2018-03-08 14:55:35 -08:00 |
|