Alexander Tseung
7d691c7398
Fix existing unit tests
6 years ago
Alexander Tseung
a2d9c43fba
Various fixes from PR comments
6 years ago
Alexander Tseung
9cde5ab11b
Use eth-method-registry to get method data
6 years ago
Alexander Tseung
ea9d51e427
Refactor and redesign confirm transaction views
6 years ago
brunobar79
13b03ec090
fix lint errors
6 years ago
brunobar79
160bc4daa4
ignore lodash vulnerability
6 years ago
Esteban MIno
4b45dd4ed0
point eth-contract-metadata to repo master
6 years ago
Bruno Barbieri
4c86f25f5b
npm 6 fresh lock + node 8 ( #4675 )
...
* run npm install with npm 6 and node 8
* npm audit fix --force
* bump node version on circleci docker img
* bump lodash
6 years ago
Dan
f824a2982a
Use supersonic instead of httpserver to serve local dapp (e2e beta tests)
6 years ago
Dan
0b2db451ee
Update package-lock.json
6 years ago
Erik Marks
be505ddf6c
undo package.json and package-lock.json changes
6 years ago
Dan Finlay
9c77af1ce6
Add script for auto-re-running tests on change
...
`npm run watch:test:unit` will re-run the unit test suite whenever a
file in `app`, `ui`, or `test` changes.
6 years ago
Erik Marks
f461bd8812
wip
6 years ago
Dan Finlay
b24efcb1cd
Make account import tests much more specific
...
However, they no longer seem to work. I'm unclear why this test is
failing. The private key being provided should be valid.
6 years ago
kumavis
a3cc2b0a7b
deps - update package-lock via npm@5.10.0
7 years ago
bitpshr
ccae937f41
Properly end the middleware stack on RPC error
7 years ago
Dan
6d8344d0d0
Update amount error on update of send screen.
7 years ago
kumavis
b69da50095
deps - bump eth-keyring-controller for bugfix
7 years ago
kumavis
d6965c7cdb
deps - bump eth-keyring-controller + update package-lock
7 years ago
Dan
f33bb3e2fd
Stop using external NumericInput component.
7 years ago
Dan
ea28c8a437
Replaces currency-input.js with NumericInput
7 years ago
kumavis
1cd4b03b37
test - unit - fail if tests contain a .only call
7 years ago
Whymarrh Whitby
f5cefbbeda
fix: Why does npm insist on reordering the lockfile?
7 years ago
Alexander Tseung
4f6b53c1aa
Update designs for Add Token screen
7 years ago
Whymarrh Whitby
805c6158a4
Update eth-keyring-controller dependency
7 years ago
Thomas
77e13640b4
Testing timeouts
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
bitpshr
ce2834400c
Add new json-rpc-engine middleware for improved error handling
7 years ago
Alexander Tseung
2381c0e0f4
Add new unlock screen design
7 years ago
Alexander Tseung
b7029a17a1
Update lodash
7 years ago
Alexander Tseung
f98aec5f50
Update deep-extend and sshpk
7 years ago
jabher
28126f60f3
bump extensionizer version to 1.0.1 (see https://github.com/MetaMask/extensionizer/pull/4 )
7 years ago
Thomas
b354af501c
Bump package lock
7 years ago
Alexander Tseung
d5759cf4a8
Add storybook integration
7 years ago
Alexander Tseung
3e4f158b34
Pin chromedriver version to 2.36.0
7 years ago
Alexander Tseung
65253e114f
Adds nsp check to CircleCI tests
7 years ago
Alexander Tseung
2c95390229
Adds sass-loader and style-loader packages for storybook integration
7 years ago
Alexander Tseung
a70da53340
Adds path and resolve-url-loader packages for storybook integration
7 years ago
Alexander Tseung
4a54deadf9
Adds css-loader and file-loader needed for storybook integration
7 years ago
Thomas
9dfe4f410d
Firefox
7 years ago
kumavis
1a60f42933
deps - package-lock
7 years ago
kumavis
e01b81ed9b
deps - package-lock
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
kumavis
1c63b11e3f
rpc - bump provider-engine + eth-json-rpc-filters
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
Thomas
6bf6589c44
Bump package-lock
7 years ago
kumavis
c120fbdfb9
deps - bump sentry for more detailed fetch failure
7 years ago
frankiebee
e77dbaa0dc
deps - update keyring controller and other eth-dependinces
7 years ago
bitpshr
7129d7c0f3
Require loglevel singleton in each module that uses it
7 years ago
bitpshr
4780f825b1
Add ComposableObservableStore for subscription management
7 years ago