dependabot-preview[bot]
03b68e8a53
Bump hash.js from 1.1.5 to 1.1.7 ( #39 )
...
Bumps [hash.js](https://github.com/indutny/hash.js ) from 1.1.5 to 1.1.7.
- [Release notes](https://github.com/indutny/hash.js/releases )
- [Commits](https://github.com/indutny/hash.js/compare/v1.1.5...v1.1.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-22 09:48:43 -08:00
Elliot Lee
65ff85ade1
Add tests for validator keypairs ( #82 )
2020-01-22 09:42:15 -08:00
Elliot Lee
fd8c883cf4
Update tsconfig-base.json - remove comments
2020-01-21 13:52:53 -08:00
Elliot Lee
f1a4af4170
Remove seedFromPhrase (unused) ( #81 )
2020-01-21 13:47:46 -08:00
Elliot Lee
92d6da321c
Update gitignore for nyc and npm ( #80 )
2020-01-21 12:39:52 -08:00
Hans Bergren
a2280e74e1
Update Mocha & Istanbul ( #68 )
...
We were on a really old version of Mocha, and standard practice for JS
code coverage is to use `nyc` now. This switches our code coverage tool
to `nyc`, and gets us on the latest version of Mocha.
Our code coverage did not appear to be working before either,
now it does.
Additionally, Mocha now supports `.mocharc.js` files which let us have
inline comments for configuration. `.mocha.opts` is deprecated, so I
have switched our Mocha configuration to the new format.
If we had configuration that was equal to the default, I have removed it
2020-01-21 15:36:00 -05:00
Nicholas Dudfield
dee3a24739
fix: add type of discriminator ( #74 )
2020-01-22 00:19:20 +07:00
dependabot-preview[bot]
47b0b1de8d
Bump @types/node from 13.1.7 to 13.1.8 ( #75 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 13.1.7 to 13.1.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-21 10:42:53 -05:00
dependabot-preview[bot]
5b8109b5f9
Bump @typescript-eslint/parser from 2.16.0 to 2.17.0 ( #76 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.17.0/packages/parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-21 10:42:42 -05:00
dependabot-preview[bot]
6a110fe1b8
Bump @typescript-eslint/eslint-plugin from 2.16.0 to 2.17.0 ( #77 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.17.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-21 10:42:35 -05:00
FKSRipple
6b66a59673
Merge pull request #1180 from ripple/dependabot/npm_and_yarn/mocha-junit-reporter-1.23.3
...
Bump mocha-junit-reporter from 1.23.2 to 1.23.3
2020-01-20 20:55:40 -08:00
FKSRipple
46177338c2
Merge pull request #1182 from ripple/dependabot/npm_and_yarn/types/node-13.1.8
...
Bump @types/node from 13.1.7 to 13.1.8
2020-01-20 20:55:28 -08:00
dependabot-preview[bot]
6fcff9b106
Bump @types/node from 13.1.7 to 13.1.8
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 13.1.7 to 13.1.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 13:27:16 +00:00
Elliot Lee
208f5f6c5c
Release 1.6.2
1.6.2
2020-01-17 15:30:21 -08:00
Elliot Lee
de3e2a9867
Docs: Fix whitespace
...
Do not use newline-trimming ending tag
Fix #1175 (bug introduced in #1153 )
2020-01-17 15:24:23 -08:00
Hans Bergren
a6b4308a49
Replace TSLint with ESLint + Prettier ( #71 )
...
* Replace TSLint with ESLint + Prettier
TSLint is deprecated, and ESLint is now officially supported by
TypeScript.
Additionally, Prettier is the industry standard for auto-formatting
JS/TS code. That lets code reviews be about content rather than style.
The `.eslintrc.js` file contains comments for the reasoning behind every
configuration, so feel free to take a look at that as well.
* Run src/ through Prettier
* Add Mocha support for ESLint
We do not actually lint Mocha files right now because they aren't in TS,
but moving forward, this will give us better linting rules for our tests
2020-01-17 15:55:05 -05:00
dependabot-preview[bot]
40eea3c659
Bump typescript from 3.7.4 to 3.7.5 ( #1181 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.7.4 to 3.7.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.4...v3.7.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-17 14:45:33 -05:00
dependabot-preview[bot]
2f17688fa5
Bump typescript from 3.7.4 to 3.7.5 ( #73 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.7.4 to 3.7.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.4...v3.7.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-17 10:03:37 -05:00
dependabot-preview[bot]
4f9b6b9186
Bump mocha-junit-reporter from 1.23.2 to 1.23.3
...
Bumps [mocha-junit-reporter](https://github.com/michaelleeallen/mocha-junit-reporter ) from 1.23.2 to 1.23.3.
- [Release notes](https://github.com/michaelleeallen/mocha-junit-reporter/releases )
- [Commits](https://github.com/michaelleeallen/mocha-junit-reporter/compare/v1.23.2...v1.23.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-17 13:26:35 +00:00
FKSRipple
4a848ec527
Merge pull request #1179 from nickewansmith/fix-unhandled-rejection-warning-on-heartbeat
...
Catch possible error in reconnect() on _heartbeat(), emit reconnect error
2020-01-16 08:32:37 -08:00
FKSRipple
10414e169c
Merge pull request #1171 from ripple/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.16.0
...
Bump @typescript-eslint/eslint-plugin from 2.13.0 to 2.16.0
2020-01-16 08:22:42 -08:00
FKSRipple
1a6c68d028
Merge pull request #1173 from ripple/FKSRipple-patch-1-1
...
Add Update note to HISTORY.md
2020-01-16 08:22:21 -08:00
FKSRipple
9156734ced
Update HISTORY.md
2020-01-16 08:22:00 -08:00
FKSRipple
0dfe3ff4ac
Merge pull request #1177 from ripple/dependabot/npm_and_yarn/types/ws-7.2.0
...
Bump @types/ws from 6.0.4 to 7.2.0
2020-01-16 08:21:12 -08:00
FKSRipple
3a8c7f02cc
Merge pull request #1176 from ripple/dependabot/npm_and_yarn/types/node-13.1.7
...
Bump @types/node from 13.1.6 to 13.1.7
2020-01-16 08:20:53 -08:00
Nicholas Smith
e03b192fcc
Catch possible error in reconnect() on _heartbeat(), emit reconnect error
2020-01-15 12:36:39 -05:00
dependabot-preview[bot]
42fe725da6
Bump typescript from 3.1.3 to 3.7.4 ( #46 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.1.3 to 3.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-15 10:14:11 -05:00
dependabot-preview[bot]
994fce1c35
Bump @types/node from 13.1.5 to 13.1.7 ( #66 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 13.1.5 to 13.1.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-15 09:37:36 -05:00
Hans Bergren
53e332f42e
Update bn.js ( #63 )
...
- ripple-binary-codec uses v5.1.1, so now we match that
2020-01-15 09:10:57 -05:00
dependabot-preview[bot]
cf40bd2c30
Bump @types/ws from 6.0.4 to 7.2.0
...
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws ) from 6.0.4 to 7.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-15 13:40:35 +00:00
dependabot-preview[bot]
4082e88416
Bump @types/node from 13.1.6 to 13.1.7
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 13.1.6 to 13.1.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-15 13:40:09 +00:00
Justin Kook
5229342fc4
Remove src/ripple-address-codec and use npm published ( #58 )
...
* Remove src/ripple-address-codec and use npm published
* Remove 4 failing old dist/ripple-address-codec tests
* Update yarn.lock with npm ripple-address-codec package
2020-01-14 15:24:48 -05:00
FKSRipple
27abc10d93
Merge pull request #1172 from ripple/dependabot/npm_and_yarn/ts-node-8.6.2
...
Bump ts-node from 8.5.4 to 8.6.2
2020-01-14 11:27:39 -08:00
FKSRipple
d6474d71f2
Update HISTORY.md
2020-01-14 11:26:35 -08:00
Hans Bergren
c3dadd0fbb
Clean dependencies ( #61 )
...
* Remove unused dev dependencies
* Remove codecov.io as dependency and from README
Unused at the moment, and that dependency is not the modern way to use
codecov.io in a JS project.
2020-01-14 13:27:36 -05:00
dependabot-preview[bot]
d57603e854
Bump ts-node from 8.5.4 to 8.6.2
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 8.5.4 to 8.6.2.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v8.5.4...v8.6.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-14 13:41:19 +00:00
dependabot-preview[bot]
ac92584678
Bump @typescript-eslint/eslint-plugin from 2.13.0 to 2.16.0
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 2.13.0 to 2.16.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.16.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-14 13:40:55 +00:00
Elliot Lee
c234be0a8c
Release 1.6.1 ( #1170 )
...
Update HISTORY and version number
1.6.1
2020-01-13 23:48:59 -08:00
Hans Bergren
7c6b8398cf
Improve documentation for generateXAddress() ( #1169 )
...
It takes an optional property for including the classic address in the
return payload
Co-authored-by: Elliot Lee
2020-01-13 23:39:02 -08:00
Elliot Lee
7de677c953
Create SECURITY.md ( #1164 )
2020-01-13 23:27:05 -08:00
FKSRipple
aa23f44555
Merge pull request #1168 from ripple/dependabot/npm_and_yarn/mocha-junit-reporter-1.23.2
...
Bump mocha-junit-reporter from 1.23.1 to 1.23.2
2020-01-13 22:17:47 -08:00
dependabot-preview[bot]
9dba3a275f
Bump eslint from 6.5.1 to 6.8.0 ( #57 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.5.1 to 6.8.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.5.1...v6.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 14:55:47 -05:00
Elliot Lee
bc4ae8742c
Travis: remove node 6 and add 13 ( #59 )
2020-01-13 10:41:35 -08:00
dependabot-preview[bot]
901d75a1eb
Bump mocha-junit-reporter from 1.23.1 to 1.23.2
...
Bumps [mocha-junit-reporter](https://github.com/michaelleeallen/mocha-junit-reporter ) from 1.23.1 to 1.23.2.
- [Release notes](https://github.com/michaelleeallen/mocha-junit-reporter/releases )
- [Commits](https://github.com/michaelleeallen/mocha-junit-reporter/compare/v1.23.1...v1.23.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 13:27:35 +00:00
FKSRipple
aa95286810
Merge pull request #1140 from ripple/connection-cleanup-tests
...
Refactor tests to support the new connection logic
2020-01-10 17:24:52 -08:00
FKSRipple
f6b3f661d6
Merge branch 'develop' into connection-cleanup-tests
2020-01-10 16:15:16 -08:00
FKSRipple
0850d85791
Merge pull request #1141 from ripple/connection-cleanup-logic
...
Refactor the Connection class
2020-01-10 16:10:27 -08:00
FKSRipple
c564400ac4
Merge pull request #1119 from ripple/connection-cleanup-ledger
...
Add LedgerHistory to Connection
2020-01-10 16:07:08 -08:00
dependabot-preview[bot]
94ab545ffe
Bump @types/node from 13.1.4 to 13.1.6 ( #1163 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 13.1.4 to 13.1.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-10 11:57:41 -08:00
dependabot-preview[bot]
037d30f3b3
Bump @types/node from 10.12.0 to 13.1.5 ( #56 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 10.12.0 to 13.1.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-09 17:38:03 -08:00