Fred K. Schott
f47d7b6935
update bignumber dependency
2019-11-02 08:36:46 -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
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
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
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
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
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
Elliot Lee
bcb80ea5f5
Fix getServerInfo ( #1012 )
...
* Return array for serverInfo.load.jobTypes
* Include start/end in invalid range assertion error
2019-06-14 14:57:36 -07:00
Elliot Lee
1be2ee5875
Docs: fix #574 ( #1011 )
...
destination.address
2019-06-14 14:57:14 -07:00
Elliot Lee
5ffbd6e86d
Update dependencies ( #1007 )
...
* Update dependencies: @types/lodash@4.14.133 , mocha-junit-reporter@1.22 .0, tslint@5.17 .0, nyc
Fix type errors
2019-06-06 15:56:29 -07:00
Elliot Lee
e2572c61cf
Add details about transaction fees, master keys, and multi-signing
2019-06-05 00:27:25 -07:00
Elliot Lee
7df2b74d43
Update get-server-info.json
2019-05-27 14:37:38 -07:00
Elliot Lee
f51a69f080
Fix typo
2019-05-22 10:04:43 -07:00
Elliot Lee
4da80028bf
Prevent prepareTransaction from overwriting values in txJSON ( #1000 )
...
Fix #997
2019-04-13 11:33:16 -07:00
Elliot Lee
50fc36ec3e
Add "strict": true to tsconfig.json ( #994 )
...
- Remove process.browser
2019-04-11 15:48:23 -07:00
Elliot Lee
d82703f41b
prepareTransaction should not overwrite Sequence ( #990 )
...
* Cleans up some code and fixes some type errors
* Clarify how null settings work
* Document updated RippledError
* Updates per review by @mDuo13
2019-03-18 15:55:42 -07:00
Elliot Lee
bfe4877f73
Merge remote-tracking branch 'origin/master' into develop
2019-03-12 15:12:58 -07:00
Elliot Lee
63dcddf6f4
[Docs] Update transaction responses link
...
List of transaction responses
2019-03-11 12:14:41 -07:00
Elliot Lee
1fd9ca7ef2
Use Buffer.from and clean up a few things ( #985 )
2019-02-07 00:29:59 -08:00
Alexandru Chiriac
5419e67dbc
GetLedger by hash option ( #980 )
...
* update ledger input schema
* include ledgerHash option
2018-12-12 11:02:50 -08:00
Alexandru Chiriac
8d37da0952
Update Submit Response ( #978 )
...
* update submit output schema
* update submit response object
2018-12-04 15:35:07 -08:00
Elliot Lee
040cabece0
Add comments for accountRootFlags ( #962 )
2018-11-16 22:34:41 -08:00
Elliot Lee
5fed1f08e4
Document xrpToDrops, dropsToXrp, iso8601ToRippleTime, schemaValidator, and more
...
The following methods are available directly under the RippleAPI object,
not under schemaValidator:
isValidAddress, isValidSecret, deriveKeypair, deriveAddress
2018-10-18 01:16:50 -07:00
Elliot Lee
0f7af6a4e9
Add depositAuth to FormattedSettings type
2018-10-17 15:58:52 -07:00
Cory Perkins
64745017e9
book_offers returns offers type OfferLedgerEntry ( #951 )
...
* rippled-api function book_offers returns offers in the format of OfferLedgerEntry not OfferCreateTransaction
* updated type of account_objects
2018-10-02 02:14:17 -07:00
Elliot Lee
37edede728
Use object instead of Object ( #936 )
2018-10-02 02:13:28 -07:00
Elliot Lee
01ad30ab07
Fix typos in ledger_entries.ts
2018-09-19 14:24:02 -07:00
Cory Perkins
e08d507462
Add remaining LedgerEntry types ( #943 )
...
* Replaced the union with 'any' in the LedgerEntry type
* Added DepositPreauthLedgerEntry (new in rippled 1.1.0)
2018-09-19 14:21:52 -07:00
Scott M Sunarto
b15abd5376
Update server regex to accommodate UDS ( #944 )
2018-09-18 11:47:46 -07:00
Mo Morsi
a80de5658a
Move deriveKeypair and deriveAddress to offline module
2018-09-09 09:39:25 -04:00
Mo Morsi
5f36df0172
Expose deriveKeypair, deriveAddress, isValidAddress, and isValidSecret to the public API
2018-09-09 09:39:25 -04:00
Elliot Lee
3ff4929a49
Fix PendingLedgerVersionError message and export FormattedTransactionType ( #941 )
2018-09-04 18:31:24 -07:00