frankiebee
|
c02da0f27c
|
transactions - _normalizeTxParams will now return a new object for txParams
|
7 years ago |
frankiebee
|
4efc718074
|
make migration-24 compat with first-time-state
|
7 years ago |
Alexander Tseung
|
418926ffdf
|
Fix populating txParams with undefined data
|
7 years ago |
frankiebee
|
343f0e9e80
|
transactions - remove unnecessary keys on txParams
|
7 years ago |
frankiebee
|
245c01bc0f
|
transactions - make #_validateTxParams not async and "linting" wink wink nudge nudge
|
7 years ago |
frankiebee
|
8243824c6a
|
hot-fix - migrate unaproved txParams so that the from is lowercase
|
7 years ago |
frankiebee
|
457a47bf62
|
transactions - normalize txParams
|
7 years ago |
kumavis
|
502011019a
|
tx - txParams - allow chainId to be a hex string
|
7 years ago |
Dan Finlay
|
86693af156
|
Add webby awards to web3 block list.
|
7 years ago |
Dan
|
3c4b72bf2c
|
Map existingLocaleCodes and userPreferredLocaleCodes to lower case in get-first-preferred-lang-code.js
|
7 years ago |
Dan
|
5aff114001
|
Ensure get-first-preferred-lang-code.js matches locale codes from local directory names and chrome extension api.
|
7 years ago |
kumavis
|
83df8b58ba
|
tx-state-manager - validateTxParams - validate chainId is Number
|
7 years ago |
frankiebee
|
3b1e4c74f5
|
transactions - dont throw if chain id is not a string
|
7 years ago |
kumavis
|
038ad91454
|
app - currency - fix typo + prefer log over console
|
7 years ago |
kumavis
|
79d63332ee
|
app - currency - fix typo
|
7 years ago |
kumavis
|
ecbab14cae
|
app - warn on fetch errors instead of spamming sentry
|
7 years ago |
kumavis
|
00657e14a8
|
build - correctly set METAMASK_ENV via envify
|
7 years ago |
frankiebee
|
ab126b8c78
|
transactions gasLimit - use the block gasLimit if getCode fails
|
7 years ago |
frankiebee
|
e8a480aac4
|
transactions validationt - valdate from field on txParams
|
7 years ago |
frankiebee
|
3def45004a
|
transactions#newUnapprovedTransaction - dont default origin to metamask
|
7 years ago |
frankiebee
|
03b123a85d
|
transactions - put the origing on the txMeta to help with debugging
|
7 years ago |
kumavis
|
253abd60fc
|
build - extension - move js files to toplevel
|
7 years ago |
Dan Finlay
|
f50a7a8fe8
|
Rename variable to be more understandable
|
7 years ago |
kumavis
|
5815de33fb
|
build - rename 'popup.js' to 'ui.js'
|
7 years ago |
kumavis
|
c4c459c8d7
|
controllers - currency - warn currency and encountered error
|
7 years ago |
kumavis
|
21fbaed97c
|
tx controller - explode on non-hex txParams + dont add chainId to txParams + sign with chainId as number
|
7 years ago |
kumavis
|
97e1fcd331
|
sentry - simplify error message 'Transaction Failed: known transaction'
|
7 years ago |
kumavis
|
d8357413ac
|
metamask-controller - fix typo
|
7 years ago |
Dan Finlay
|
729a473210
|
Fix bug where resetAccount does not clear network cache
Fixes #3439
|
7 years ago |
kumavis
|
165ae7d193
|
i18n - derrive locale codes from index
|
7 years ago |
frankiebee
|
f0f45e6fe1
|
migration for removing unnecessary transactions from state
|
7 years ago |
kumavis
|
651e48dbd6
|
sentry - simplify all ethjs errors for better batching
|
7 years ago |
Dan
|
f74e802026
|
Undo unnecessary line removals.
|
7 years ago |
Dan
|
be2254b880
|
Remove comments and console.logs
|
7 years ago |
frankiebee
|
0a2616a37f
|
include migration 22
|
7 years ago |
frankiebee
|
43dde3cbde
|
transactions - only save up to 40 txs totall across all networks
|
7 years ago |
Dan Finlay
|
e196b6dcb7
|
Fix bug where full localStorage would crash on start
|
7 years ago |
Frankie
|
5a61a6d57a
|
migration for adding submittedTime to the txMeta (#3727)
* test for migration 022
* write migration 022 adding submittedTime to txMetas whove been submitted
|
7 years ago |
kumavis
|
46e8781e41
|
lint - fix
|
7 years ago |
kumavis
|
2eaac897bf
|
sentry - namespace files under metamask dir
|
7 years ago |
kumavis
|
e3d7062e9b
|
sentry - rewrite report urls + use raven-js from npm
|
7 years ago |
Dan
|
b9309f689b
|
Use extension api to get initial locale.
|
7 years ago |
Jeffrey Tong
|
93495b2809
|
fix for lint
|
7 years ago |
Herman Junge
|
03587c96d8
|
Move file to development, fix JS
|
7 years ago |
Dan
|
2ddc2cc1fb
|
Lint fixes.
|
7 years ago |
Herman Junge
|
72bfe74243
|
Add script to verify locale strings
|
7 years ago |
Dan
|
a51e8f6a16
|
Fetch localeMessages in front end only.
|
7 years ago |
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.
|
7 years ago |
Lazaridis
|
e1d6398b0f
|
moves setup-related code towads end of file, re #3568
|
7 years ago |
Lazaridis
|
bb6af25e20
|
add ESLint exceptions for //= and //-, re #3568
|
7 years ago |