Dan
|
9f12c26d44
|
Even more documentation for various controllers and libs.
|
7 years ago |
Whymarrh Whitby
|
603c1310ff
|
Add a few missing docblocks to background files
|
7 years ago |
Alexander Tseung
|
2c8156ebe9
|
Fix UI getting stuck in Reveal Seed screen
|
7 years ago |
Alexander Tseung
|
b0a105ce80
|
Fix confirmation popup not always opening
|
7 years ago |
Dan
|
6da00c4061
|
Add missing descriptions in util.js
|
7 years ago |
Dan
|
7b5d506cec
|
Document async function as returning a promise.
|
7 years ago |
Dan
|
e9ca7199ab
|
Typo fixes, type fixes on the return clauses of the buyEthUrl and getPrefferedLangCode functions.
|
7 years ago |
Dan
|
23acddf8f6
|
@params -> @param fix
|
7 years ago |
Dan
|
20a075657f
|
Documentation for various controllers and libs
|
7 years ago |
bitpshr
|
7129d7c0f3
|
Require loglevel singleton in each module that uses it
|
7 years ago |
bitpshr
|
8974f933fc
|
Add tests for ComposableObservableStore
|
7 years ago |
bitpshr
|
4780f825b1
|
Add ComposableObservableStore for subscription management
|
7 years ago |
Dan
|
8fb1237d64
|
Documentation for environemnt-type.js
|
7 years ago |
kumavis
|
26fe638377
|
tx-state-manager - dont remove old tx history if candidate is not found
|
7 years ago |
kumavis
|
ffc71ff7d2
|
migrator - dont overwrite error stack and warn to console
|
7 years ago |
kumavis
|
7fdf663ea7
|
migrator - fix typo
|
7 years ago |
kumavis
|
2b880dd4e0
|
migrations - report migrations errors to sentry with vault structure
|
7 years ago |
Alexander Tseung
|
418926ffdf
|
Fix populating txParams with undefined data
|
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
|
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
|
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 |
Dan Finlay
|
f50a7a8fe8
|
Rename variable to be more understandable
|
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
|
165ae7d193
|
i18n - derrive locale codes from index
|
7 years ago |
kumavis
|
651e48dbd6
|
sentry - simplify all ethjs errors for better batching
|
7 years ago |
Dan
|
be2254b880
|
Remove comments and console.logs
|
7 years ago |
frankiebee
|
43dde3cbde
|
transactions - only save up to 40 txs totall across all networks
|
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 |
kumavis
|
6aef2ed0b2
|
local-store - fix class syntax
|
7 years ago |
kumavis
|
c4e90c9359
|
local-store - check for error from extension.runtime
|
7 years ago |
kumavis
|
481983aae8
|
local-store - fix promisification of methods
|
7 years ago |
frankiebee
|
b609924125
|
fix destructuring of variables
|
7 years ago |
frankiebee
|
bc987a1129
|
fix destructuring of variables
|
7 years ago |
kumavis
|
22cd788203
|
tx-gas-utils - fix code style
|
7 years ago |
frankiebee
|
e5a83d3f1a
|
transactions move validation of the to field to validateRecipient
|
7 years ago |
frankiebee
|
c465d510b1
|
fix error message
|
7 years ago |
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
|
7 years ago |
frankiebee
|
9fd349d740
|
transactions:state - add a submittedTime stamp so the ui has a better grasp of the time of submission
|
7 years ago |
Jeffrey Tong
|
4f853bbd3c
|
remove console log
|
7 years ago |
Jeffrey Tong
|
bda493dc9d
|
add comments that need clarification on naming convention
|
7 years ago |