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
|
04064d5d19
|
Enable no-var rule for ESLint (#7590)
* eslint: Enable no-var rule
* yarn lint --fix
|
5 years ago |
Whymarrh Whitby
|
e61745a821
|
Enable no-var rule for ESLint (#7590)
* eslint: Enable no-var rule
* 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 |
brunobar79
|
a8f745f9fe
|
eslint --fix .
|
6 years ago |
tmashuang
|
13ebb0b455
|
Moved loose some loose test files to sub folders
|
7 years ago |
Dan
|
6bc8cc819a
|
Merge branch 'develop' into i3725-refactor-send-component-
|
7 years ago |
kumavis
|
b8a18feb51
|
test - unit - send from test accounts to avoid not-enough-balance error from ganache
|
7 years ago |
frankiebee
|
2d7c3c2b00
|
meta - transactions - create a transactions dir in controller and move relevant files into it
|
7 years ago |
frankiebee
|
00bd5b143f
|
rename tx-utils.js -> tx-gas-utils.js
|
7 years ago |
frankiebee
|
4c554f32ec
|
remove #buildEthTxFromParams
|
7 years ago |
frankiebee
|
54739cb798
|
test for pending tx watcher
|
7 years ago |
frankiebee
|
5ac4c2de6f
|
remove unused sinon
|
7 years ago |
frankiebee
|
432f516ab0
|
make addUnapprovedTransaction async function and use promise based ethQuery
|
7 years ago |
Dan Finlay
|
c7b9e3fb18
|
Improve insufficient balance checking in retry loop
|
7 years ago |
frankiebee
|
243eeff7cb
|
Fix for tests
|
8 years ago |
Thomas Huang
|
0b13429daf
|
Lint tests
|
8 years ago |
kumavis
|
1dce352523
|
tx-manager - add eip155 support
|
8 years ago |
kumavis
|
16b5f4a210
|
tests - tx-utils gasBuffer calc - fix bug and user easier numbers
|
8 years ago |
kumavis
|
92b8443824
|
tx-utils - add encoding utils
|
8 years ago |
kumavis
|
c063fab993
|
tx-utils - stricter naming type-based convention
|
8 years ago |
kumavis
|
68b99dfb08
|
test - tx-utils
add tests for `addGasBuffer`
|
8 years ago |
Jared Pereira
|
4916331c53
|
change BN.mul to BN.muln
|
8 years ago |
Jared Pereira
|
de44cd9ba4
|
add gas buffer multiply test
|
8 years ago |
Dan Finlay
|
6253885e28
|
Remove unrelated test file
|
8 years ago |
Dan Finlay
|
e78e642eef
|
Add gas buffer test
|
8 years ago |
Dan Finlay
|
70e14b8a6f
|
Fixed internal encoding test case
|
8 years ago |