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
Elliot Lee
eb2a497dee
Release 1.3.4
1.3.4
2019-10-18 14:41:58 -07:00
Fred K. Schott
0cf5ce1416
Merge branch 'develop' into eslint
2019-10-17 11:23:26 -07:00
Elliot Lee
988381d584
Merge pull request #1048 from FredKSchott/tsc-update
...
Update TypeScript
2019-10-16 23:04:20 -07:00
Elliot Lee
0b163eae23
XRP Ledger Hashes: create README.md
2019-10-15 16:34:48 -07:00
Fred K. Schott
3a3ff8a65e
Update utils.ts
2019-10-15 13:49:03 -07:00
Fred K. Schott
9f183a6dfc
replace tslint (deprecated) with eslint
2019-10-13 16:44:22 -07:00
Fred K. Schott
fadfd4e06c
update typescript
2019-10-13 16:19:45 -07:00
Sohail Salehi
eb521faa8d
Doc update for sign() method ( #1010 )
...
* Add multi-signing example to the sign() method
Explains why the `signAs` option is compulsory for multi-signing scenarios.
2019-10-08 11:59:12 -07:00
Elliot Lee
6b572ca862
Improve getTransaction() error when tx has not been validated yet
2019-10-04 23:56:09 -07:00
Elliot Lee
d075ec6716
Add a 2-second timeout for connect()
2019-10-03 00:02:55 -07:00
Tyler Storm
14e6bf5ef9
Integrate ripple-hashes ( #1039 )
...
* Update TxParser and Mocha
* Convert ripple-hashes to TypeScript and add into ripple-lib along with unit tests
* Switch casing to camelCase
* Document intToVuc
* Convert Slots to numbers, add exception if number is outside 0-15
* Remove Shamap v2 support
* Improve naming
2019-10-01 23:35:11 -07:00
Elliot Lee
b6bddd3b0e
[MINOR] Remove unnecessary semicolon
2019-09-26 03:18:54 -07:00
Elliot Lee
d5ed9b6cf5
Improve error message when signing fails
...
When there are multiple representations of the same value
(for example, trailing zeros) the verification will fail.
This points users to the error.data object for details about
the failure, and adds a diff so that the cause of the
discrepancy can be seen at a glance.
2019-09-24 09:58:24 -07:00
Tyler Storm
7a9912d4e0
Update TxParser and Mocha
2019-09-24 09:57:56 -07:00
Mo Morsi
4d2ddceb4e
Change "wipple" to "xrp1ntel" ( #1036 )
...
The Wipple Analytics Engine is now accessed through the xrp1ntel website
2019-09-12 13:15:26 -07:00
Elliot Lee
ae2aed675a
v1.3.3
1.3.3
2019-09-10 19:30:11 -07:00
Elliot Lee
1d7cb41218
Add rippleTimeToISO8601.md.ejs
2019-09-04 00:31:02 -07:00
Elliot Lee
76db002eb5
Expand node version compatibility
...
Previously the library could not be installed with node 12:
https://github.com/ripple/ripple-binary-codec/pull/33
2019-09-04 00:17:53 -07:00
Elliot Lee
ebb64ba177
v1.3.2
1.3.2
2019-09-03 16:43:31 -07:00
Elliot Lee
1a685e2b68
Fix #1032 ( #1033 )
...
* Update ripple-address-codec@latest
* Export and document rippleTimeToISO8601
2019-09-03 16:38:56 -07:00
Rome Reginelli
9c561885a1
Docs: update recommended Node ver. ( #1031 )
2019-08-29 20:34:25 -07:00
Elliot Lee
612e98b198
Release 1.3.1
2019-08-26 13:58:09 -07:00
Elliot Lee
0a41d5ccf1
Upgrade to gulp 4; remove http server ( #1030 )
...
* Update gulp version to ^4.0.2 and Gulpfile.js
* Remove http server
1.3.1
2019-08-26 13:50:36 -07:00
Elliot Lee
ba8fe1f32c
Update HISTORY - rippled 1.3.1
1.3.0
2019-08-16 21:28:32 -07:00
Elliot Lee
0f840876a5
Update HISTORY
1.2.5
2019-08-16 21:11:02 -07:00
Elliot Lee
ac3900b6f4
Release 1.2.5 and 1.3.0
2019-08-16 21:09:08 -07:00
Elliot Lee
5e138b9937
Sign method - verify accurate encoding ( #1026 )
...
* Decode signed transactions and check field integrity
* Add tests (including signing a tx without Flags)
* Update tests to output more descriptive errors on failure
* Update ripple-binary-codec to 0.2.2
2019-08-16 16:22:25 -07:00
Elliot Lee
82d50cd903
Document setCanonicalFlag and export from src/transaction/utils
2019-08-09 10:16:33 -07:00
Elliot Lee
c5b1d4daac
Update lodash to ^4.14.136, fix docs typo, update HISTORY.md
2019-08-07 12:20:56 -07:00
Namrata
b4a30d49d8
Support removing a signer list ( #1021 )
...
* Make weights an optional field
* Fix #971
2019-07-30 16:48:30 -07:00
Elliot Lee
229360d1b9
README - Update link
2019-07-18 21:50:58 -07:00
Rome Reginelli
d627d362af
Merge pull request #1023 from mDuo13/doc_cleanup
...
Phrasing cleanup in schema descriptions
2019-07-16 15:11:01 -07:00
mDuo13
7ca7a07942
Phrasing cleanup in schema descriptions
...
- Change 'Ripple address'→'XRP Ledger address'
- Change 'is exclusive with'→'cannot be used with'
2019-07-15 14:26:43 -07:00