Chris Clark
|
cfac146620
|
Add orderToReplace option
|
2016-08-01 14:27:08 -07:00 |
|
Chris Clark
|
077f4a4c79
|
Merge pull request #723 from clark800/fix-coverage
Fix code coverage tool
|
2016-07-08 15:04:38 -07:00 |
|
Chris Clark
|
9a495467fb
|
Disable sauce tests because they usually timeout
|
2016-07-08 11:45:27 -07:00 |
|
Chris Clark
|
db2e62b219
|
Fix code coverage tool
|
2016-07-08 11:28:10 -07:00 |
|
Alan Cohen
|
2fafa493a2
|
Version 0.17.2
0.17.2
|
2016-06-24 10:59:04 -07:00 |
|
Alan Cohen
|
7617c3005c
|
Merge pull request #721 from mDuo13/fix_transferrate_docs
[DOC] fix transferRate description
|
2016-06-22 11:13:14 -07:00 |
|
mDuo13
|
5cdbb71277
|
[DOC] fix transferRate description
|
2016-06-16 15:11:08 -07:00 |
|
Chris Clark
|
f9339c36bf
|
Merge pull request #720 from clark800/update-binary-codec
0.17.1
0.17.1
|
2016-05-11 18:20:29 -07:00 |
|
Chris Clark
|
67dc57e9d0
|
Disable PhantomJS tests due to issue downloading from bitbucket
|
2016-05-11 17:49:57 -07:00 |
|
Chris Clark
|
757f3190d1
|
0.17.1
|
2016-05-11 17:49:54 -07:00 |
|
Chris Clark
|
0d94a15ee7
|
0.17.0
0.17.0
|
2016-05-05 18:35:13 -07:00 |
|
Chris Clark
|
7f1c80da1b
|
Merge pull request #718 from clark800/pseudo
Add support for parsing SetFee and EnableAmendment pseudo-transactions
|
2016-05-05 16:15:32 -07:00 |
|
Chris Clark
|
f74e11bce0
|
Add support for parsing SetFee and EnableAmendment pseudo-transactions
|
2016-05-05 15:37:23 -07:00 |
|
Chris Clark
|
d4c843e8e3
|
Merge pull request #714 from darkdarkdragon/remove_tej
[FIX] remove check for `tej` class of errors.
|
2016-04-05 15:15:42 -07:00 |
|
Ivan Tivonenko
|
bae190b282
|
[FIX] remove check for tej class of errors.
|
2016-04-05 23:50:41 +03:00 |
|
Chris Clark
|
d2cbd70da8
|
Merge pull request #712 from darkdarkdragon/reconnect_fix_browser
[FIX] on reconnect wait for server to be synced
|
2016-03-30 15:50:58 -07:00 |
|
Ivan Tivonenko
|
5da78ce583
|
[FIX] handle websocket errors in browsers
emit not RippledNotInitializedError if server doesn't have any
completed ledgers on connect
|
2016-03-31 00:46:00 +03:00 |
|
Chris Clark
|
14bbe3e30b
|
Merge pull request #680 from ripple/sublimator-patch-1
Fix typo in docs
|
2016-03-29 10:27:34 -07:00 |
|
Nicholas Dudfield
|
e52e2bbc68
|
Fix IOU Amount precision related typo in docs
|
2016-03-29 13:51:30 +07:00 |
|
Alan Cohen
|
b56752e45b
|
0.16.10
0.16.10
|
2016-03-24 14:52:36 -07:00 |
|
Chris Clark
|
4632f511ab
|
Merge pull request #711 from darkdarkdragon/reconnect_fix2
[FIX] on connect return error if server doesn't have validated ledgers
|
2016-03-24 14:27:50 -07:00 |
|
Ivan Tivonenko
|
e17b6f172d
|
[FIX] on connect return error if server doesn't have validated ledgers
|
2016-03-24 22:26:33 +02:00 |
|
Alan Cohen
|
eb04e878ba
|
0.16.9
0.16.9
|
2016-03-22 18:39:33 -07:00 |
|
Chris Clark
|
c71febd116
|
Merge pull request #709 from darkdarkdragon/reconnect_fix
Reconnection fix
|
2016-03-22 18:12:28 -07:00 |
|
Ivan Tivonenko
|
69c1ccbb6b
|
[TASK] emit connected and disconnected events from api
|
2016-03-23 02:05:07 +02:00 |
|
Ivan Tivonenko
|
499b8c8d8b
|
[FIX] fix multiple reconnections issue
|
2016-03-23 01:18:08 +02:00 |
|
Chris Clark
|
ea009f9a84
|
Merge pull request #708 from clark800/fix-maker-exchange-rate
Fix makerExchangeRate for getOrders when rippled provides quality
|
2016-03-22 14:14:23 -07:00 |
|
Chris Clark
|
dc784d4567
|
Fix makerExchangeRate for getOrders when rippled provides quality
|
2016-03-22 13:21:26 -07:00 |
|
Alan Cohen
|
9ffc8a2c0b
|
Merge pull request #707 from ripple/fix/filter-source-amount
FIX: Filtering source_amount pathfind correctly
|
2016-03-21 14:48:37 -07:00 |
|
Alan Cohen
|
5b20fe573e
|
FIX: Filtering source_amount pathfind correctly
Bug:
```js
api.connect().then(() => {
const pathfind = {
source: {
address: USDCold,
amount: {
currency: 'USD',
value: '1.00' // <<<< Rippled response has "1" not "1.00"
}
},
destination: {
address: EURCold,
amount: {currency: 'EUR'}
}
};
return api.getPaths(pathfind).then(paths => {
console.log('PATHS: \n', JSON.stringify(paths, null, 2));
});
}).catch(console.log);
```
|
2016-03-21 11:44:55 -07:00 |
|
Chris Clark
|
7e466bb80f
|
Merge pull request #705 from darkdarkdragon/code_comment
[FIX] add small code comment
|
2016-03-15 12:14:05 -07:00 |
|
Ivan Tivonenko
|
1f8418b447
|
[FIX] add small code comment
|
2016-03-15 20:58:22 +02:00 |
|
Alan Cohen
|
ccfc57fc62
|
Merge pull request #704 from darkdarkdragon/fix_edge_test
[FIX] fix test hang in microsoft edge
|
2016-03-15 10:27:01 -07:00 |
|
Ivan Tivonenko
|
1d31fccd72
|
[FIX] fix test hang in microsoft edge
|
2016-03-15 05:04:47 +02:00 |
|
Alan Cohen
|
9ac1a89e48
|
0.16.8
0.16.8
|
2016-03-09 12:30:10 -08:00 |
|
Chris Clark
|
bfc0696324
|
Merge pull request #701 from h0vhannes/develop
Documentation fixes
|
2016-03-09 12:24:55 -08: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 |
|
Chris Clark
|
fe9af5153d
|
Merge pull request #699 from darkdarkdragon/develop_connection_error
[FIX] fix connection error handling
|
2016-02-24 14:12:12 -08:00 |
|
Ivan Tivonenko
|
0dfdd0a601
|
[FIX] change eslint version to 2.1
|
2016-02-24 23:08:49 +02:00 |
|
Ivan Tivonenko
|
4acc42e1b6
|
[FIX] fix connection error handling
if connection to server can't be established, reject Promise of `connect()` method caller,
instead of throwing error event on base object.
|
2016-02-24 23:08:47 +02:00 |
|
Alan Cohen
|
7c9a179865
|
Merge pull request #698 from h0vhannes/develop
[FIX] Fix typo in PrepareTrustline description
|
2016-02-23 08:44:43 -07:00 |
|
Hovhannes Kuloghlyan
|
c6296a4918
|
[FIX] Modify PrepareTrustline doc source to pass tests
|
2016-02-23 16:45:32 +04:00 |
|
Hovhannes Kuloghlyan
|
cc399f1164
|
[FIX] Fix typo in PrepareTrustline description
|
2016-02-21 17:02:27 +03:00 |
|
Alan Cohen
|
e4ffb96646
|
Update version to 0.16.7
0.16.7
|
2016-02-12 11:38:51 -08:00 |
|
Chris Clark
|
8d34428dac
|
Merge pull request #694 from lumberj/add-deliveredAmount
Add deliveredAmount to payment outcome
|
2016-02-12 11:25:01 -08:00 |
|
Alan Cohen
|
353637a0c0
|
Add TODO comment for fixing workaround for rippled bug
|
2016-02-12 10:56:35 -08:00 |
|
Alan Cohen
|
00713d8ec1
|
Update version to 0.16.6
0.16.6
|
2016-02-11 17:02:18 -08:00 |
|
Alan Cohen
|
d949881e9f
|
Merge pull request #695 from lumberj/fix-typo
Fix typo in common/connection.js
|
2016-02-11 16:30:23 -08:00 |
|
Alan Cohen
|
5075441a69
|
Fix lint error
|
2016-02-11 13:39:35 -08:00 |
|