Alan Cohen
0c9aea454e
RippleAPI: Add data property to error object
2015-09-17 16:05:43 -07:00
Alan Cohen
778f59b4fd
Merge pull request #535 from clark800/submit-error
...
Return promise error if submit result is an immediate failure
2015-09-16 17:53:35 -07:00
Chris Clark
49623cb4dd
Merge pull request #550 from lumberj/max-ledger-sequence
...
Set default maxLedgerVersion to last closed ledger when requesting ac…
2015-09-16 17:11:11 -07:00
Alan Cohen
90b53002aa
Set default maxLedgerVersion to last closed ledger when requesting account_tx
2015-09-16 16:45:25 -07:00
Alan Cohen
93c12af305
Merge pull request #548 from lumberj/check-disjoint
...
Add PendingLedgerVersionError
2015-09-16 16:29:46 -07:00
Alan Cohen
60f2419b5c
Add PendingLedgerVersionError
...
MissingLedgerHistoryError - no minLedgerVersion or maxLedgerVersion
There is a ledger gap, but a range should be provided to narrow down the range
of the gap.
MissingLedgerHistoryError
When requesting a tx, if maxLedgerVersion and minLedgerVersion provided, this
means there is a ledger gap in the provided range.
PendingLedgerVersionError:
If maxLedgerVersion provided, check if ledger is ahead of the server's last
validated ledger.
2015-09-16 15:57:55 -07:00
Chris Clark
80494ad813
Return promise error if submit result is an immediate failure
2015-09-16 15:56:24 -07:00
Alan Cohen
b43c4a7ad4
Merge pull request #549 from lumberj/validated-tx
...
Do not return non-validated transaction from RippleAPI#getTransaction
2015-09-16 12:29:23 -07:00
Alan Cohen
3c608de5bb
Do not return non-validated transaction from RippleAPI#getTransaction
2015-09-16 12:19:20 -07:00
Chris Clark
fe5bc1d215
Merge pull request #538 from darkdarkdragon/develop-negative-error
...
shows event that leads to "Offer total cannot be negative" error
2015-09-16 10:26:19 -07:00
Ivan Tivonenko
580bf9a755
shows event that leads to "Offer total cannot be negative" error
2015-09-16 09:57:51 +03:00
Chris Clark
e11db0f0f3
Merge pull request #547 from vhpoet/develop
...
Remote: Add LowFreeze, HighFreeze flags
2015-09-14 16:59:20 -07:00
Vahe Hovhannisyan
c6e0582729
Remote: Add LowFreeze, HighFreeze flags
2015-09-14 16:57:13 -07:00
wltsmrz
6e98629f9b
Merge pull request #543 from darkdarkdragon/develop-reconnect
...
resend request in case server was disconnected after request was sent
2015-09-13 02:14:22 -07:00
sublimator
2243760442
Merge pull request #541 from wltsmrz/add-tecOVERSIZE
...
Add tecOVERSIZE transaction result
2015-09-13 16:11:26 +07:00
wltsmrz
91dd6877aa
Add tecOVERSIZE transaction result
2015-09-13 02:07:53 -07:00
sublimator
e73bcd8fc1
Merge pull request #545 from wltsmrz/add-multisign
...
Add multisign helpers
2015-09-13 15:10:19 +07:00
wltsmrz
7e886b3260
Add multisign helpers
2015-09-13 00:59:27 -07:00
Ivan Tivonenko
5c9451d3ed
allow Request.request(callback)
2015-09-12 22:18:52 +03:00
wltsmrz
c6c2dcc6c0
Merge pull request #533 from clark800/webpack-net-fix
...
Fix browser build
2015-09-11 13:15:58 -07:00
Alan Cohen
9ad03ca873
Bump version to 0.13.0-rc8
0.13.0-rc8
2015-09-09 13:22:18 -07:00
wltsmrz
138914384e
Merge pull request #531 from clark800/fix-pathfind-queue
...
Fix queueing of pathfind requests
2015-09-09 13:09:34 -07:00
Ivan Tivonenko
77068667e4
move reconnect logic from Request.callback to Request.request
2015-09-09 21:16:10 +03:00
Ivan Tivonenko
c57cef4a21
resend request in case server was disconnected after request was sent
2015-09-09 02:22:02 +03:00
Alan Cohen
50acc4c708
Merge pull request #542 from lumberj/fix-destination_currencies
...
Fix: Check for destination_currencies property
2015-09-08 16:04:54 -07:00
Alan Cohen
b5f8ba4817
Fix: Check for destination_currencies property
...
Example stack:
TypeError: Cannot read property 'join' of undefined
at formatResponse
(ripple-lib/dist/npm/api/ledger/pathfind.js:75:187)
2015-09-08 16:02:23 -07:00
Alan Cohen
a53249ccd7
Bump version to 0.13.-rc7
0.13.0-rc7
2015-09-03 14:04:07 -07:00
Chris Clark
fb1669b2b3
Merge pull request #534 from clark800/prepare
...
Return instructions in prepare responses
2015-08-28 15:31:59 -07:00
Chris Clark
0cda15f2b5
Update is-my-json-valid depedency to fix webpack issue
2015-08-28 14:18:02 -07:00
Chris Clark
b88e9370c6
Return instructions in prepare responses
2015-08-28 14:11:02 -07:00
Chris Clark
e343f3beb8
Remove usage of fs module because it does not work in browser
2015-08-28 11:53:45 -07:00
Chris Clark
a13bfae714
Merge pull request #528 from mDuo13/min_value_abs
...
remove redundant abs from MIN_IOU_VALUE
2015-08-27 14:27:33 -07:00
mDuo13
877c6bbb2a
amount min/max - more tests
2015-08-27 14:06:47 -07:00
Chris Clark
30d5134394
Fix require failure in browser code due to proxy library
2015-08-27 11:57:15 -07:00
Chris Clark
fae5c74487
Merge pull request #530 from clark800/remove-methods
...
Remove computeLedgerHash and isValidAddress from API
2015-08-26 17:57:15 -07:00
Chris Clark
255332ea2e
Fix queueing of pathfind requests
2015-08-26 17:38:11 -07:00
Chris Clark
15c0e6db19
Remove computeLedgerHash and isValidAddress from API
2015-08-26 17:19:09 -07:00
mDuo13
2b600a1e4e
more amount minimum abs test fixes
2015-08-26 12:26:47 -07:00
mDuo13
297fb2483d
fix test for amount min
2015-08-25 17:38:32 -07:00
mDuo13
5049822415
remove redundant abs from MIN_IOU_VALUE
2015-08-25 17:14:33 -07:00
Chris Clark
e3787e0f4f
Merge pull request #527 from clark800/fix-getpaths
...
Use maxAmount in getPaths results so they can be passed to preparePayment
2015-08-25 15:18:21 -07:00
Chris Clark
683199044b
Use maxAmount in getPaths results so they can be passed to preparePayment
2015-08-25 15:14:06 -07:00
sublimator
4f3c3e9f66
Merge pull request #524 from wltsmrz/deprecate-positional-api
...
Deprecate positional request constructor API
2015-08-25 20:52:59 +07:00
wltsmrz
fc0240c06b
Deprecate positional request constructor API
2015-08-25 06:42:47 -07:00
sublimator
6bfa284bac
Merge pull request #526 from sublimator/update-legacy-support
...
Update legacy-support & JSDoc comments
2015-08-25 20:18:06 +07:00
Nicholas Dudfield
dfee9bc578
Update legacy-support & JSDoc comments
2015-08-25 20:14:14 +07:00
Chris Clark
0838a0e865
Merge pull request #525 from clark800/test-compiled
...
Fix testing of compiled library
2015-08-24 17:57:50 -07:00
Chris Clark
5f61d80e2d
Fix bugs in compiled library
2015-08-24 17:38:30 -07:00
Chris Clark
c4fa4c237c
Compile test cases to run tests without using Babel
2015-08-24 16:58:50 -07:00
Geert Weening
44d00d5ef4
Bump version to 0.13.0-rc6
0.13.0-rc6
2015-08-24 14:24:48 -07:00