Dan Finlay
486f9931c4
Pin two module versions to avoid flatmap-stream hack ( #5839 )
...
The flatmap-stream module was compromised. MetaMask was NOT affected,
but two of our dependencies could include it if they updated, so I am
temporarily pinning those versions until they can be updated
consciously.
Related to
https://github.com/dominictarr/event-stream/issues/116
6 years ago
brunobar79
b4d48ea3fc
bump eth-trezor-keyring
6 years ago
brunobar79
738ed90640
update package-lock.json
6 years ago
brunobar79
7fb9f91d27
trezor v6
6 years ago
Dan Finlay
5956f8d260
Version 5.0.3 ( #5785 )
...
* Version 5.0.3
Includes a fix to the `version:bump` script that now correctly updates
the changelog header.
* Include inpage provider events
6 years ago
Frankie
ce147bf6d8
Tx controller now uses safe event emitter ( #5769 )
...
* transactions - use safe-event-emitter over events
* tests - pass a platform object on init with a noop showTransactionNotification
* test - fix for tx-state-history-helper trying to reduce an empty array
* deps - safe-event-emitter
* lint
6 years ago
Esteban MIno
6dce32fc1e
provide automatic changelog since last tag for linux
6 years ago
Bruno Barbieri
592e6bddfb
Update npm dependencies to reduce vulnerabilities ( #5556 )
6 years ago
kumavis
715c309d68
deps - bump eth-json-rpc-middleware for signTypedData version bump
6 years ago
kumavis
231dabb94a
deps - bump eth-block-tracker for fix ( #5614 )
6 years ago
kumavis
539597cb13
deps - fix gulp ref to gulp#v4.0.0
6 years ago
kumavis
73ec4e66cb
sentry - include app state in ui errors
6 years ago
kumavis
e3fda83ab2
sentry - replace raven-js with sentry/browser
6 years ago
kumavis
0b12c4efb1
deps - bump eth-json-rpc-middleware for bugfix
6 years ago
kumavis
fb1b8d42ac
sentry - update raven-js
6 years ago
kumavis
febf214ee8
deps - bump eth-token-tracker for ethjs-rpc bug in deps
6 years ago
kumavis
5504c8b965
deps - bump eth-json-rpc-middleware for pending blockRef bugfix
6 years ago
Thomas Huang
b45479934d
test - add actions unit tests ( #5369 )
...
* Actions.spec.js
* Error handling tests
* Lint
6 years ago
Bruno Barbieri
ccab4ee1a4
tests - integration - Add Drizzle tests ( #5467 )
...
* added drizzle app for testing
* working
* clean up
* clean up script
* make build step required
* add drizzle-tests to .eslintignore
* clean up drizzle run script
* lint
* use truffle unbox
* undo eslintignore changes
* revert change
* dont use global
* dont need this steps
* use the new account flow
* restore package-lock.json
6 years ago
brunobar79
3293911351
bump eth-json-rpc-middleware
6 years ago
kumavis
9bce0ae84d
deps - bump inpage-provider for drizzle workaround
6 years ago
kumavis
a0700de62c
deps - bump metamask-inpage-provider for bug fix
6 years ago
kumavis
fe82c4a9fb
provider - network - restore block-ref-rewrite middleware references
6 years ago
kumavis
354f8c0d7d
provider - enable subscription support (newHeads, logs)
6 years ago
kumavis
c500ef4a58
deps - bump eth-block-tracker for safe-event-emitter
6 years ago
kumavis
1b8326fd95
bugfix - bump provider for url auth support
6 years ago
Whymarrh Whitby
9b1dbb64a9
npm uninstall dot-only-hunter
6 years ago
Whymarrh Whitby
910f674535
Remove dot-only-hunter from test:unit script
6 years ago
bitpshr
c068f55ee0
bugfix: bump version of inpage provider
6 years ago
kumavis
54de60ff84
deps - eth-block-tracker@4.0.2 for safe-eventemitter ( #5363 )
6 years ago
Paul Bouchon
88b5f82e13
Bugfix: Upgrade json-rpc-engine ( #5348 )
...
* Bugfix: bump version of json-rpc-engine
* Increase delay
* Update lockfile
* deps - json-rpc-engine@3.7.4
6 years ago
brunobar79
678d174e1e
add mozilla lint job
6 years ago
Dan Finlay
4f135132d7
Add build step to mozilla-lint
6 years ago
Dan Finlay
32a40641eb
Add mozilla linter to dist script instead of main test
6 years ago
Dan Finlay
4d9ca132a3
Add mozilla addon linter to test suite
6 years ago
UKJP Design
981b48c754
Debounce was breaking in update
...
As found in issue here: https://github.com/MetaMask/metamask-extension/issues/5064
Pinned the version at 1.1.0 until the new version with breaking changes can be intergrated.
6 years ago
bitpshr
36dd0354e7
Implement latest EIP-712 protocol
6 years ago
Dan Finlay
5a709306e4
Add jsdoc gh-pages script
6 years ago
Whymarrh Whitby
f157d5371a
Add html reporter to test coverage output
6 years ago
Connor Christie
ee568d5f5a
Upgrade obs-store and fix memory leaks
6 years ago
Dan Finlay
45cbe6b5b3
Bump human-standard-token-abi version for DAI support
6 years ago
greenkeeper[bot]
012fb0e3e6
chore(package): update enzyme-adapter-react-15 to version 1.0.6
6 years ago
greenkeeper[bot]
41a13bb341
chore(package): update enzyme to version 3.4.4
6 years ago
Alexander Tseung
d1de5ae94f
Add react-media package to prevent rendering wallet-view twice in the popup view
6 years ago
Antoine Nauleau
3854650546
Minimum Browsers Supported ( #4873 )
...
* Minimum supported browsers and version standard: add browsers and targets to .babelrc and package.json
* Regenerate package.json, fix issue with comma in merge
* Resolve merge conflicts
* Regenerate package-lock.json
* Revert to previous package-lock.json
6 years ago
kumavis
13dfea7f2d
bugfix - prevents old blocktracker from getting internal hooks migrated
6 years ago
Dan Finlay
6ce119d1fb
Move inpage-provider and port-stream outside
...
With the creation of the [metamask-extension-provider](https://github.com/MetaMask/metamask-extension-provider ) we have our first non-core module that is dependent on the inpage-provider and port-stream.
To reduce the size of its dependencies, I have moved the
[metamask-inpage-provider](https://github.com/MetaMask/metamask-inpage-provider ) into its own module, as well as [extension-port-stream](https://github.com/MetaMask/extension-port-stream ).
This allows them to be more easily depended & iterated on by external
projects.
6 years ago
brunobar79
992e7f1b5a
fix merge conflicts
6 years ago
brunobar79
e54b8507d2
use eth-ledger-bridge-keyring from npm
6 years ago
Thomas
974d623da2
Update eth-json-rpc-filters
6 years ago