Elliot Lee
d6757aced2
Release 1.4.1 ( #1079 )
1.4.1
2019-11-06 21:30:14 -08:00
Keefer Taylor
5c84eed292
Fix Travis Build ( #1076 )
...
* Drop support for node 6
* Add build badge
* Remove `compile` command, no longer used
2019-11-06 16:44:57 -08:00
Elliot Lee
b648387a57
Revert "Merge pull request #1052 from FredKSchott/tests-to-ts-03"
...
This reverts commit e08367365f , reversing
changes made to 36a9e7a7cf .
2019-11-06 10:34:05 -08:00
Tyler Levine
5232f95c3f
Change TypeScript compile target to es6 ( #1071 )
...
This allows for the use of Node 6. Note that Node v6 is no longer supported by Node.js (End-of-life'd in April 2019). We recommend updating to Node v8/v10 ASAP, to keep getting security updates and fixes from the Node.js team.
2019-11-05 09:05:47 -08:00
FKSRipple
0742960ec4
Merge pull request #1061 from ripple/webpack-update
...
Update Webpack
2019-11-05 08:13:44 -08:00
Fred K. Schott
4c41b7f8df
revert name change
2019-11-05 08:13:27 -08:00
Fred K. Schott
c5d0c24237
update webpack flow
2019-11-04 21:33:39 -08:00
FKSRipple
8b5c51ceaa
Merge pull request #1073 from ripple/update-ws
...
update ws dependency
2019-11-04 19:38:05 -08:00
Fred K. Schott
c09bceb66a
fix type
2019-11-04 19:36:34 -08:00
Fred K. Schott
e7afd3ec76
respond to comments
2019-11-04 19:33:43 -08:00
Fred K. Schott
3d30be3472
update ws dependency
2019-11-04 19:33:43 -08:00
FKSRipple
e08367365f
Merge pull request #1052 from FredKSchott/tests-to-ts-03
...
Convert the rest of the test helpers to TS
2019-11-04 19:30:02 -08:00
Fred K. Schott
6692fbeed4
respond to comments
2019-11-04 19:20:40 -08:00
FKSRipple
36a9e7a7cf
Merge pull request #1074 from ripple/update-bignumber
...
update bignumber dependency
2019-11-04 18:59:43 -08:00
FKSRipple
49b5ff5fd9
Merge pull request #1075 from ripple/update-keypairs
...
update ripple-keypairs
2019-11-04 18:58:16 -08:00
Fred K. Schott
1bde56a11a
update ripple-keypairs
2019-11-02 08:54:46 -07:00
Fred K. Schott
f47d7b6935
update bignumber dependency
2019-11-02 08:36:46 -07:00
Fred K. Schott
2dbad40a34
update assert-diff
2019-11-02 07:51:39 -07:00
Fred K. Schott
39f6a51794
convert the rest of the helper files to ts
2019-11-02 07:40:52 -07:00
Fred K. Schott
7ec128c2e4
move tests to TypeScript
2019-11-02 07:40:52 -07:00
FKSRipple
b55f0e849e
Merge pull request #1069 from mDuo13/getAccountObjects_doc
...
getAccountObjects doc fix
2019-11-02 06:54:13 -07:00
mDuo13
f158390ba1
getAccountObjects doc fix
...
Add necessary blank line for the list to render properly. (xrpl.org's
Markdown parser won't recognize the list without it.)
2019-10-29 14:23:10 -07:00
Elliot Lee
e4b245104a
Release 1.4.0
1.4.0
2019-10-28 17:10:03 -07:00
Elliot Lee
789497b07e
Fix lint errors
2019-10-28 17:01:32 -07:00
FKSRipple
5cf01ba099
Merge pull request #1051 from FredKSchott/tests-to-ts-02
...
Move tests to TypeScript
2019-10-28 10:54:39 -07:00
Fred K. Schott
e8669891f8
small typo fixes
2019-10-28 10:54:06 -07:00
Fred K. Schott
ac0f265a5b
move tests to TypeScript
2019-10-28 10:53:36 -07:00
Elliot Lee
fcd6b430e1
Reduce dependency size ( #1057 )
...
- Remove .npmignore since it is overridden by package.json 'files'
- Include build/ripple-latest-min.js, not everything in build/
2019-10-25 13:57:45 -07:00
Elliot Lee
f3ad8a9b80
Merge pull request #1060 from fix-test
...
Fix broken tests
2019-10-25 13:56:43 -07:00
Fred K. Schott
43ff824da1
fix broken tests
2019-10-25 10:18:46 -07:00
Fairy
b8022610ca
Fix error in Safari ( #869 )
...
* Safari minify fix
* Update browser-hacks.ts
2019-10-24 10:41:21 -07:00
FKSRipple
03defe203a
Merge pull request #773 from aMoniker/develop
...
unref timer so it doesnt hang the node process
2019-10-23 18:29:20 -07:00
FKSRipple
aedcbe56b3
Added small style changes
2019-10-23 18:29:07 -07:00
FKSRipple
c365db460a
Merge pull request #1044 from ripple/connection-timeout
...
Add a 2-second timeout for connect()
2019-10-23 18:19:39 -07:00
Elliot Lee
cfdc4752d0
let -> const and reject with error
2019-10-23 12:25:02 -07:00
Elliot Lee
e1964ac5ed
Add support for the X-address format ( #1041 )
...
* Update schema-validator
* Update to ripple-address-codec 4.0.0
* Update ./src/common/hashes/index.ts
* Add generateXAddress method
* Deprecate generateAddress method
* Add unit tests
* Add documentation
2019-10-23 12:03:59 -07:00
James Greenleaf
e17ab9cd8f
Add conditional to timer.unref
2019-10-23 14:44:20 -04:00
James Greenleaf
edc15b8727
Merge remote-tracking branch 'upstream/develop' into develop
2019-10-23 14:42:05 -04:00
Fred K. Schott
034f8d41fc
remove bad semicolon
2019-10-23 00:33:09 -07:00
Fred K. Schott
0fa70db1e1
Merge branch 'develop' into connection-timeout
2019-10-23 00:32:03 -07:00
FKSRipple
fa7ba9b72b
Update connection.ts
2019-10-23 00:27:17 -07:00
FKSRipple
3a20123e0f
Merge pull request #1046 from ripple/improve-tx-not-found
...
Improve getTransaction() error when tx has not been validated yet
2019-10-23 00:22:07 -07:00
FKSRipple
03510d1bc4
Update index.ts
2019-10-23 00:21:35 -07:00
Elliot Lee
8b116f637a
Update yarn.lock
2019-10-22 00:57:26 -07:00
Elliot Lee
9c49de6552
Merge pull request #1054 from tylerlevine/update-https-proxy-agent
...
Update https-proxy-agent to 3.0.0
2019-10-22 00:56:33 -07:00
Elliot Lee
842347bcab
Merge branch 'develop' into update-https-proxy-agent
2019-10-22 00:56:07 -07:00
Elliot Lee
628b9c4853
Merge pull request #1049 from FredKSchott/eslint
...
Replace tslint (since deprecated) with eslint
2019-10-21 11:01:53 -07:00
Fred K. Schott
d60b6ee33f
Merge remote-tracking branch 'myfork/eslint' into eslint
2019-10-21 10:03:27 -07:00
Fred K. Schott
4f4fcbbc70
add tests to linting
2019-10-21 10:02:14 -07:00
Tyler Levine
cc896670dc
Update https-proxy-agent to 3.0.0
2019-10-18 16:16:54 -07:00