Whymarrh Whitby
d908102636
Update tx utils JSDoc comments ( #8372 )
...
Co-authored-by: Jenny Pollack <jennypollack3@gmail.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
5 years ago
Whymarrh Whitby
9d535b949f
Rename recipientBlacklistChecker function ( #8365 )
5 years ago
Whymarrh Whitby
164923acd1
Export individual fns from tx-state-history-helpers ( #8370 )
5 years ago
Whymarrh Whitby
a83d26486c
Snapshot txMeta without cloning history ( #8363 )
5 years ago
Whymarrh Whitby
7c3ffeb841
Export blacklist direct from recipient-blacklist ( #8364 )
5 years ago
Whymarrh Whitby
a78cf0ef3a
Enable arrow-parens ESLint rule
5 years ago
Mark Stacey
398a45bfdd
Replace `clone` dependency with `cloneDeep` from lodash ( #7926 )
...
This was done to reduce the number of direct dependencies we have. It
should be functionally equivalent. The bundle size should not change,
as we use `clone` as a transitive dependency in a number of places.
5 years ago
Mark Stacey
ac01c5c89a
Consistent jsdoc syntax ( #7755 )
...
* Specify type before parameter name
Various JSDoc `@param` entries were specified as `name {type}` rather
than `{type} name`.
A couple of `@return` entries have been given types as well.
* Use JSDoc optional syntax rather than Closure syntax
* Use @returns rather than @return
* Use consistent built-in type capitalization
Primitive types are lower-case, and Object is upper-case.
* Separate param/return description with a dash
5 years ago
Whymarrh Whitby
92971d3c87
Migrate codebase to use ESM ( #7730 )
...
* Update eslint-plugin-import version
* Convert JS files to use ESM
* Update ESLint rules to check imports
* Fix test:unit:global command env
* Cleanup mock-dev script
5 years ago
Whymarrh Whitby
6c1bce28ac
Fix a few instances of signature mismatches ( #7704 )
...
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
5 years ago
Whymarrh Whitby
16e6103a68
yarn lint --fix
5 years ago
Whymarrh Whitby
aa41057628
Update ESLint rules for curly braces style ( #7477 )
...
* eslint: Enable curly and brace-style
* yarn lint --fix
5 years ago
Whymarrh Whitby
4d88e1cf86
Enable indent linting via ESLint ( #6936 )
...
* Enable indent linting via ESLint
* yarn run lint:fix
5 years ago
frankiebee
5cf5359e78
transactions - always hexprefix txParams on update; fixes #6724
6 years ago
Csaba Solya
a3822b4680
add notifications
6 years ago
Csaba Solya
6921f94bfe
initial test
6 years ago
kumavis
33cb0a8cb2
lint - fix recipient-blacklist.js
7 years ago
kumavis
83c02f90cf
blacklist - recipient blacklist as js for inline comments
7 years ago
kumavis
753743e746
Update recipient-blacklist-config.json
7 years ago
Dan Finlay
a42299aab7
Add apparent phishing address to block list
...
In [this reddit post](https://www.reddit.com/r/Metamask/comments/8r3nsu/help_me_please_somebody_stole_my_ethers/ ) a user suggests they got some ether stolen after visiting IDEX. Their ether was sent to [this address](https://etherscan.io/address/0x9bcb0a9d99d815bb87ee3191b1399b1bcc46dc77 ), which is full of comments of people telling similar stories of being phished on IDEX. I think we can safely block this, and probably safe some people some money.
7 years ago
Csaba Solya
1dda0c6469
remove generating blocked accounts and use a config file instead
7 years ago
Csaba Solya
3e489ea165
fix documentation
7 years ago
Csaba Solya
cf73581c0e
adding tests for recipient blacklist checker
7 years ago
Csaba Solya
6affd8f949
adding transaction controller tests
7 years ago
Csaba Solya
afb5788861
initial implementation
7 years ago
kumavis
8e1cad5ff6
tx-state-history-helper - use more readable Date.now method
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Csaba Solya
2081768fc5
fix lint issues
7 years ago
Csaba Solya
9026651224
add time stamps to transaction history log entries
7 years ago
frankiebee
8ffce8b59d
transactions - more docs and clean ups
7 years ago
frankiebee
eeb9390de8
meta - transactions - docs yo!
7 years ago
frankiebee
943eea043c
fix up - more docs
7 years ago
frankiebee
5494aa4f9c
transactions - lint fixes
7 years ago
frankiebee
2d7c3c2b00
meta - transactions - create a transactions dir in controller and move relevant files into it
7 years ago