Dan
954394f810
Remove 'goHome' from send_
7 years ago
Dan
beb8d1cf5e
Move getMaxModeOn selector to amount-max-button container.
7 years ago
Dan
4a8c3194c2
Use constants for send screen errors messages.
7 years ago
Dan
bc145dc6a6
Fix send-v2__form class in send-content.component
7 years ago
Dan
41b609ab5b
Fix amount max button.
7 years ago
kumavis
755d4945f7
Merge pull request #4132 from MetaMask/master
...
Master
7 years ago
Dan
5529ec6efd
Fix close button on send screen
7 years ago
Dan
26f965bcce
Further refactors; includes refactor of send-v2.js and associated container
7 years ago
Paul Bouchon
daaaab3ab0
Verify identities state after restoring new accounts ( #4091 )
7 years ago
frankiebee
706647785c
log emitter errors
7 years ago
frankiebee
7eb735651b
transactions - run event emitters outside context of _setTxStatus
7 years ago
kumavis
aa3dc83bf0
Merge pull request #4128 from MetaMask/raven-transport-fix
...
guard adainst raven erroring
7 years ago
frankiebee
873f85d996
guard adainst raven erroring
7 years ago
bitpshr
b4b33b57bc
Fix ShapeShift purchases on new UI
7 years ago
bitpshr
805c161704
Update old UI ShapeshiftForm to gracefully handle errors
7 years ago
kumavis
141884ee6a
Merge pull request #4113 from MetaMask/i4107-send-tokens-without-symbols-decimal-methods
...
Wraps calls to symbol() and decimals() in try catch (Fixes #4107 )
7 years ago
kumavis
1a60f42933
deps - package-lock
7 years ago
kumavis
f4fe3e81c1
development - add sourcemap debug tool
7 years ago
kumavis
5c9cb0b787
build - minify via gulp-uglify-es instead of uglifyify
7 years ago
kumavis
e01b81ed9b
deps - package-lock
7 years ago
kumavis
b8a18feb51
test - unit - send from test accounts to avoid not-enough-balance error from ganache
7 years ago
kumavis
b487dab2e7
test - unit - use ganache instead of deprecated block-tracker test util
7 years ago
Dan
9f9e8789cc
Simplify return of existing token in getSymbolAndDecimals
7 years ago
Dan
b71dbf52d1
Convert decimals to string in getSymbolAndDecimals; return null for symbol or decimals.
7 years ago
Dan
6de450488b
Wraps calls to symbol() and decimals() in try catch
7 years ago
kumavis
2b9925a9e4
Merge pull request #4110 from MetaMask/master
...
Develop - Add commits to develop that are already in Master
7 years ago
Kevin Serrano
387ec5b553
Merge pull request #4097 from MetaMask/i4096-token-rates-error
...
Return 0 for token rate fetch failures
7 years ago
Paul Bouchon
1bad3fa257
Allow transactions with 0-gwei gas price ( #4073 )
...
* Allow transactions with 0-gwei gas price
* Add tests to verify tx with 0 gas fee
* Conditionally use CurrencyInput in CurrencyDisplay
7 years ago
Dan
33c16d1bf6
Fixes to get tests passing.
7 years ago
Dan
91c201aa72
Lint fixes and alphabetization for i3725-refactor-send-component
7 years ago
Alexander Tseung
61b8c3efff
Redirect to correct seed phrase screen
7 years ago
bitpshr
8c5994abc9
Return 0 for token rate fetch failures
7 years ago
Thomas Huang
4e7b0ff15c
Merge pull request #4095 from MetaMask/v4.6.0
...
Version 4.6.0
7 years ago
kumavis
b97457e9e2
v4.6.0
7 years ago
Dan
8ff7806f1b
Core of the refactor complete
7 years ago
kumavis
dcd04091cc
Merge pull request #4042 from MetaMask/tx-controller-rewrite-v3
...
docs and file organization for txController
7 years ago
Dan Finlay
21349dd612
Merge pull request #4065 from MetaMask/i18n-helper-bugfix
...
i18n-helper - abort on i18n failure
7 years ago
Dan Finlay
bd04fe592e
Merge pull request #4083 from MetaMask/pe-bump
...
rpc - bump provider-engine + eth-json-rpc-filters
7 years ago
kumavis
ee8b91262d
i18n-helper - wrap fallback in brackets to help indicate something is wrong
7 years ago
kumavis
bdd35b12b6
Merge pull request #4068 from MetaMask/privacy-notice-patch
...
Clarify privacy notice
7 years ago
Kevin Serrano
03517f7965
Updated notices json file.
7 years ago
kumavis
1c63b11e3f
rpc - bump provider-engine + eth-json-rpc-filters
7 years ago
Dan Finlay
806a3c7eff
Merge pull request #4080 from MetaMask/AddDevelopGuideToContributing
...
Add develop guide to contributing.md
7 years ago
Dan Finlay
b9e5ef97b2
Merge pull request #4070 from MetaMask/i3999-DeterministicBuilds
...
Make minified builds determinstic
7 years ago
frankiebee
8ffce8b59d
transactions - more docs and clean ups
7 years ago
Dan Finlay
1eb80cc46d
Add develop guide to contributing.md
...
Explain our new master-develop git branch strategy, so developers know
which branch to PR against.
7 years ago
Dan Finlay
b2fbc6399a
Return key instead of empty string on i18n fail
7 years ago
Dan Finlay
91161739a5
Move uglifyify to MetaMask org
7 years ago
Dan Finlay
f6653b9f94
Merge pull request #4069 from MetaMask/i4056-LatestPriceApi
...
Use latest balanc3 api for prices
7 years ago
Dan Finlay
0c5add59f7
Make minified builds more determinstic
...
May fix #3999 , but will need to see if Mozilla can reproduce the build
with this updated repo.
Switches our `uglifyify` dependency from the production one
(under-maintained) to one that I've merged a critical patch into.
I'm open to discussion of how else we might approach this problem here.
Maybe we should use a different minification module entirely, remove
minification, or maybe refactor our build system!
7 years ago