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
Matthew Fettig
1b8b0c76ac
Merge pull request #757 from ripple/fix-condition
...
Fix escrow condition and fulfillment descriptions
2017-04-13 19:39:27 -07:00
wilsonianb
081fcbfa32
Fix escrow condition and fulfillment descriptions
2017-04-12 15:16:01 -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
016e82ab5d
Simplify EscrowCreate parameters
2017-03-30 19:01:58 -07:00
wilsonianb
9393adf66f
Disallow escrow of IOU
2017-03-30 10:10:00 -07:00
wilsonianb
da36457d5c
Update condition and fulfillment for escrow
...
Calculate escrowFinish fulfillment fee
2017-03-29 10:27:34 -07:00
wilsonianb
15a0ededc8
Replace suspended payments with escrow
2017-03-24 12:35:22 -07:00
Chris Clark
acf8f87a88
Merge pull request #727 from clark800/order-seq
...
Add orderToReplace option
2016-08-01 14:34:27 -07:00
Chris Clark
cfac146620
Add orderToReplace option
2016-08-01 14:27:08 -07:00
Chris Clark
2a58573823
Fix typos in docs
2016-08-01 11:53:46 -07:00
mDuo13
5cdbb71277
[DOC] fix transferRate description
2016-06-16 15:11:08 -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
e33e782f9e
[DOC] Fix transaction spelling in getTransaction description
2016-03-09 22:14:09 +04:00
Hovhannes Kuloghlyan
f2b591d1b2
[DOC] Fix transaction responses link in submit() description
2016-03-09 22:07:54 +04:00
Hovhannes Kuloghlyan
cc399f1164
[FIX] Fix typo in PrepareTrustline description
2016-02-21 17:02:27 +03:00
Alan Cohen
0c2f9d0e62
Add deliveredAmount to payment outcome
...
It is impossible to reliably compute the delivered amount from the metadata due
to fixed precision. If the partial payment flag is not set and the transaction
succeeded, the delivered amount should always be considered to be the amount
specified in the transaction.
2016-02-10 17:25:27 -08: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
Ivan Tivonenko
3dd21a7e11
run integration tests using standalone server
2015-12-19 02:04:05 +02:00
Chris Clark
ebfe20defb
Add multisignature support
2015-12-17 11:45:08 -08:00
Ivan Tivonenko
691e4dd114
add check for windows eol on commit
...
removes windows eols from some files
2015-12-14 22:15:30 +02: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
Chris Clark
99d08065e4
BREAKING CHANGE: Fix types of XRP values in getServerInfo response
2015-12-07 16:47:56 -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
7eae3ce709
Merge pull request #661 from clark800/client-cert
...
Add support for client certificates
2015-11-30 16:48:52 -08:00
Chris Clark
5f5e48e414
Add support for client certificates
2015-11-30 16:26:27 -08:00
Chris Clark
4f6a37f7b1
Merge pull request #660 from clark800/null-max
...
Allow setting maxLedgerVersion to null to specify no maximum
2015-11-30 16:13:41 -08:00
Chris Clark
82613e7e8b
Allow setting maxLedgerVersion to null to specify no maximum
2015-11-30 15:52:36 -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
7061e9afe4
BREAKING CHANGE: "servers" parameter changed to single "server" and added a new broadcast wrapper class for multiple servers
2015-11-24 16:47:12 -08:00
Chris Clark
a124635c2c
Merge pull request #652 from darkdarkdragon/develop-RLJS-549-2
...
fix handling memos in prepareSettings
2015-11-24 16:33:43 -08:00
Ivan Tivonenko
c9704137b7
fix handling memos in prepareSettings
...
boost coverage back to 99.88%
move connection tests to separate file
group test fixtures into namespaces
2015-11-25 02:10:54 +02:00
Chris Clark
5e720891f5
Fix prepareOrderCancellation documentation
2015-11-23 18:24:19 -08:00
Chris Clark
001f203983
Merge pull request #648 from clark800/memos
...
Allow memos on all transaction types
2015-11-23 17:25:09 -08:00
Ivan Tivonenko
995606b1e6
boost coverage to almost 100%
2015-11-23 17:06:55 -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