-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace scrypt-shim with scrypt.js; add test (#128)
* Replace scrypt-shim with scrypt.js; add test * Add keystore tests * Travis CI: set nodejs version 16 * Update rollup version * [account] test: mock fetch value * [account] upgrade to 0.1.58 * e2e tests: mock results for Travis * src tests: adjust for new fetch-mock * package: fix tslib version * readme: update instructions for actual e2e tests mock is used in travis, but the actual e2e tests can be run by following the specified instructions Co-authored-by: MaxMustermann2 <[email protected]>
- Loading branch information
1 parent
3c70618
commit 71304c2
Showing
30 changed files
with
25,663 additions
and
3,734 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ language: node_js | |
sudo: true | ||
dist: trusty | ||
node_js: | ||
- 10 | ||
- 16 | ||
branches: | ||
except: | ||
- /^v[0-9]/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.