Elliot Lee
d55aa2339f
Improve docs (raw order data)
2018-05-24 20:02:45 -07:00
Daniel Davis
65d8260908
Updated yarn command ( #900 )
...
`yarn install` deprecated in favor of `yarn add`
2018-05-23 23:05:09 -07:00
Elliot Lee
1aa9feda71
Allow specifying amounts in drops ( #892 )
...
* Accept "drops" in lieu of "XRP"
* Export xrpToDrops() and dropsToXrp()
* Throw our own validation errors instead of BigNumber Errors
2018-05-21 13:19:18 -07:00
Elliot Lee
b2b6715ac0
Add request(), hasNextPage(), and requestNextPage() ( #887 )
...
* Add support for all rippled APIs, including subscriptions.
* Add support for arbitrary stream message types.
* Note that rippled APIs take amounts in drops.
* request() will be available in ripple-lib version 1.0.0+
2018-05-10 15:43:56 -07:00
Elliot Lee
f28ec27614
getOrderbook - return raw order data ( #886 )
...
Fix #799
2018-05-08 15:05:41 -07:00
Elliot Lee
e978ef1888
Add getAccountObjects ( #881 )
...
Squashed commit of the following:
commit 361ead8cbbbe4fa25ecba614f8f11930ff679996
commit 5ff26d7d2defbbaaa7c50d6b3b5b74bf30be19ef
commit 97f5dfc86d4730082fd016197b0c025e499912e3
commit d48654098601f2a19484d9bbae7c65786e3c5dd4
commit 4790401123e7836f6bea8d03111bce60dcf95114
commit 57512f7fc000689bb8224f33173ba91221f27281
commit e75a7e95b11368b26c40e8e6e7b583d978475e95
2018-04-11 14:37:37 -07:00
amougel
2570e2a6d8
Add signWithKeypair ( #769 )
2018-04-03 15:33:24 -07:00
mDuo13
8eba827d11
Improve Payment Channel documentation
2018-03-28 11:54:05 -07:00
Elliot Lee
27ab98160a
Fix link to checkCash ( #871 )
...
Fix source file for 4eaaa8188d
2018-03-19 14:41:18 -07:00
Elliot Lee
facc513a52
Add support for Checks ( #853 )
...
- See https://github.com/ripple/rippled/pull/2245
* Add support for depositAuth flag
* Upgrade ripple-binary-codec to 0.1.13
2018-03-01 21:42:46 -08:00
Elliot Lee
6d39e072f8
Docs: getFee() returns a string
2018-01-23 16:13:27 -08:00
Elliot Lee
cc1ab7ae97
Update references of npm to yarn
2017-11-03 15:30:41 -07:00
Elliot Lee
ec2100094a
Docs: Specify Node 6.11.3
...
- Add .nvmrc and update HISTORY.md
2017-09-27 15:45:50 -07:00
mDuo13
50db68dff7
Fix case-sensitive broken link for preparePaymentChannelClaim
2017-09-01 15:12:58 -07:00
mDuo13
c61a15e4f3
Fix 'Paymment' typo
2017-09-01 14:50:02 -07:00
mDuo13
ed62b20645
Rebrand 'Ripple Consensus Ledger' to 'XRP Ledger'
2017-07-31 14:05:40 -07:00
mDuo13
469fefee92
Docs: Require Node 6.9.0, update boilerplate to avoid destructuring assign
2017-05-09 15:51:45 -07:00
wilsonianb
0a5e4e2155
Update docs for escrow and paychan activation
2017-04-07 13:04:32 -07:00
wilsonianb
19eb88a00e
Add getPaymentChannel
2017-04-07 13:04:21 -07:00
wilsonianb
c8f2967de0
Sign and verify payment channel claim
2017-04-07 13:01:58 -07:00
Ben Sharafian
8c8eef45d5
Add docs for payment channels
2017-03-30 21:19:31 -07:00
wilsonianb
15a0ededc8
Replace suspended payments with escrow
2017-03-24 12:35:22 -07:00
wilsonianb
68d7864f93
Rename suspended payment files as escrow
2017-03-24 12:32:17 -07:00
Chris Clark
2a58573823
Fix typos in docs
2016-08-01 11:53:46 -07:00
Nicholas Dudfield
e52e2bbc68
Fix IOU Amount precision related typo in docs
2016-03-29 13:51:30 +07:00
Ivan Tivonenko
69c1ccbb6b
[TASK] emit connected and disconnected events from api
2016-03-23 02:05:07 +02:00
Hovhannes Kuloghlyan
c6296a4918
[FIX] Modify PrepareTrustline doc source to pass tests
2016-02-23 16:45:32 +04:00
Ivan Tivonenko
aa6020e00d
switch from Babel 5 to Babel 6
...
use of isparta for coverage reporting
2016-01-16 01:12:43 +02:00
Chris Clark
ebfe20defb
Add multisignature support
2015-12-17 11:45:08 -08:00
Chris Clark
9cd72595f0
BREAKING CHANGE: Change error event format and fix crash due to error event on websocket
2015-12-09 12:56:45 -08:00
Alan Cohen
7bf2da6014
getFee returns a string not float
...
> api.connect().then(() => api.getFee().then(fee => console.log(typeof fee)));
> string
2015-12-02 13:17:35 -08:00
Chris Clark
809d981987
Fix generateAddress docs and add error event listener to boilerplate
2015-11-30 15:16:37 -08:00
mDuo13
4b4fc36ebd
Docs: SusPay warnings, offline mode, and other tweaks
2015-11-24 17:37:52 -08:00
Chris Clark
5e720891f5
Fix prepareOrderCancellation documentation
2015-11-23 18:24:19 -08:00
Chris Clark
b5081344da
Allow memos on all transaction types
2015-11-23 14:12:32 -08:00
Chris Clark
4f86691fb8
Merge pull request #647 from clark800/cancellation-spec
...
BREAKING CHANGE: prepareOrderCancellation now takes orderCancellation specification instead of sequence
2015-11-23 13:14:00 -08:00
Chris Clark
7f33d8a71e
BREAKING CHANGE: prepareOrderCancellation now takes orderCancellation specification instead of sequence
2015-11-23 12:45:44 -08:00
Chris Clark
a76b554cad
Add documentation for RippleAPI options
2015-11-23 12:01:28 -08:00
mDuo13
fdbac63f46
Docs: more on basic types, tx types
2015-11-20 18:49:03 -08:00
Rome Reginelli
ef2515507d
Docs: revised introductory material
2015-11-20 14:15:40 -08:00
Chris Clark
8a3d4a64db
BREAKING CHANGE: Rename "ledgerClosed" event to "ledger" and convert drops amounts to XRP
2015-11-20 11:23:19 -08:00
Chris Clark
25d1ac0c5f
Add documentation for API events
2015-11-19 15:40:35 -08:00
Chris Clark
5fb8d9214f
Add table of contents to docs
2015-11-19 11:19:35 -08:00
Chris Clark
02a887776f
Add documentation and documentation testing
2015-11-18 16:54:10 -08:00