Alexander Tseung
435fdae84a
Fix displayed time and date in the activity log. Remove vreme library, add luxon library. ( #5932 )
6 years ago
Dan Finlay
14bd599790
Bump package lock, mostly to https links
6 years ago
Whymarrh Whitby
d7c8a3048f
Deduplicate package.json file
...
From `npm install`:
> npm WARN The package css-loader is included as both a dev and production dependency.
> npm WARN The package eslint-plugin-react is included as both a dev and production dependency.
> npm WARN The package file-loader is included as both a dev and production dependency.
> npm WARN The package gulp is included as both a dev and production dependency.
It's also worth noting that the Gulp version we were using was inconsistent and there is
a published v4 release on GitHub.
6 years ago
Whymarrh Whitby
ac6b0bd31c
Update ganache-core to mitigate vuln
...
=== npm audit security report ===
> # Run npm install --save-dev ganache-core@2.3.1 to resolve 1 vulnerability
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate │ Memory Exposure │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ bl │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ ganache-core [dev] │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ ganache-core > level-sublevel > levelup > bl │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://nodesecurity.io/advisories/596 │
└───────────────┴──────────────────────────────────────────────────────────────┘
6 years ago
Whymarrh Whitby
855c8b209c
npm uninstall open
6 years ago
Whymarrh Whitby
b6789a6e2f
Remove beefy dependency and its usages
...
Refs #4768
Refs #5389
This changeset removes the beefy package that:
1. Was last published 2 yrs ago
2. Brought with it 1 moderate and 1 critical vulnerability
3. Was only used in scripts that no longer work
6 years ago
Whymarrh Whitby
c804185081
circleci: Replace nsp with npm audit
...
Refs #4751
6 years ago
Whymarrh Whitby
c7f46f77ca
npm audit fix
6 years ago
Whymarrh Whitby
161fdcfba6
Update lockfile to fix errors
...
npm has informed me that the lockfile has "errors":
npm ERR! code ELOCKVERIFY
npm ERR! Errors were found in your package-lock.json, run npm install to fix them.
npm ERR! Missing: c3@^0.6.7
npm ERR! Invalid: lock file's d3@3.5.17 does not satisfy d3@^5.7.0
6 years ago
brunobar79
b4d48ea3fc
bump eth-trezor-keyring
6 years ago
brunobar79
738ed90640
update package-lock.json
6 years ago
brunobar79
7a26b70382
update package-lock
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
Bruno Barbieri
592e6bddfb
Update npm dependencies to reduce vulnerabilities ( #5556 )
6 years ago
brunobar79
ca758f0bd6
update package-lock.json
6 years ago
brunobar79
b636d72add
package-lock.json
6 years ago
bitpshr
5272073f4f
Revert package-lock.json
6 years ago
bitpshr
896ae0ab89
Fix lint errors
6 years ago
bitpshr
c76c9ca2c8
EIP-1102: updated implementation
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
Brandon Wissmann
b53a1f492c
i18n - use localized names in language selection
...
Fixes #4250 (#5559 )
* Added localized names for languages
* Capital letter for Čeština
* capital letter Русский
* i18n - use localized names in language selection
* fix build
* package-lock.json build fix
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
brunobar79
db4569e920
update package-lock.json
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
Dan Finlay
99045d4784
Remove package-lock changes
6 years ago
Dan Finlay
507397f6c3
Fix updating of pending transactions
...
Transaction statuses were not being properly updated when:
- MetaMask was unlocked
- The network was changed
This PR fixes both of those. Fixes #5174
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
Dan Finlay
2cded147fe
Fix package lock
6 years ago
bitpshr
c068f55ee0
bugfix: bump version of inpage provider
6 years ago
bitpshr
c4caba1317
bugfix: update eth_signTypedData_v3 parameter order
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
4d9ca132a3
Add mozilla addon linter to test suite
6 years ago
Dan Finlay
91cb1ecd33
Version 4.11.1
6 years ago