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 |
|
Ivan Tivonenko
|
0c62fa2112
|
remove Firefox warning about prototype overwrite
|
2015-09-01 01:34:59 +03:00 |
|
Ivan Tivonenko
|
806547dd15
|
fix Amount compare bug
return 0 if values not comparable
|
2015-09-01 01:29:37 +03: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 |
|
Geert Weening
|
d4d3efcb65
|
Update releas notes
|
2015-08-24 14:24:40 -07:00 |
|
Geert Weening
|
f23e105240
|
Merge branch 'develop' into release
|
2015-08-24 13:47:00 -07:00 |
|
Chris Clark
|
5a396a7060
|
Merge pull request #517 from darkdarkdragon/develop-RLJS-463
Add schema for RippleAPI constructor options
|
2015-08-24 11:39:21 -07:00 |
|
Ivan Tivonenko
|
513632299f
|
Add schema for RippleAPI constructor options
|
2015-08-24 21:29:50 +03:00 |
|
Chris Clark
|
0d40558f1e
|
Merge pull request #522 from clark800/srcActNotFound-pathfind
Fix: Emit error events and return error on pathfind
|
2015-08-21 14:26:19 -07:00 |
|
Alan Cohen
|
1ccbaf6776
|
Fix: Emit error events and return error on pathfind
|
2015-08-21 14:24:13 -07:00 |
|
sublimator
|
ba6c703163
|
Merge pull request #518 from darkdarkdragon/develop-RLJS-467
Allow to specify server url without explicit port number
|
2015-08-21 20:41:25 +07:00 |
|
sublimator
|
3b9eb02bbb
|
Merge pull request #520 from sublimator/ledger-select
Update ledgerSelect to throw if ledger arg is unrecognized
|
2015-08-21 17:34:35 +07:00 |
|
Nicholas Dudfield
|
bca7382015
|
Update ledgerSelect to throw if ledger arg is unrecognized
|
2015-08-21 15:31:14 +07:00 |
|
wltsmrz
|
67672bd389
|
Merge pull request #519 from sublimator/hackz
Move positional args wrappers into legacy-support module
|
2015-08-21 14:19:50 +07:00 |
|
Nicholas Dudfield
|
232017d9a2
|
Move positional args wrappers into legacy-support module
|
2015-08-21 14:06:32 +07:00 |
|
Ivan Tivonenko
|
23653f67f0
|
Allow to specify server url without explicit port number
|
2015-08-21 06:39:48 +03:00 |
|
Chris Clark
|
e3b688d1dd
|
Merge pull request #516 from darkdarkdragon/develop-server-info-schema-fix
fix get-server-info.json schema
|
2015-08-20 17:40:03 -07:00 |
|
Ivan Tivonenko
|
a94b21ca3c
|
fix get-server-info.json schema
|
2015-08-21 03:36:04 +03:00 |
|
Geert Weening
|
9c9be3e6e4
|
Bump version to 0.13.0-rc5
0.13.0-rc5
|
2015-08-20 13:46:11 -07:00 |
|
Chris Clark
|
062561686e
|
Update release notes
|
2015-08-20 11:49:04 -07:00 |
|
Geert Weening
|
761682c206
|
Merge branch 'develop' into release
|
2015-08-20 10:18:22 -07:00 |
|
Chris Clark
|
39c48d631c
|
Merge pull request #513 from darkdarkdragon/develop-parse-trustline-fix
fix parseTrustline for case when no QualityIn or QualityOut are set i…
|
2015-08-19 11:20:32 -07:00 |
|
Ivan Tivonenko
|
a55d26a726
|
fix parseTrustline for case when no QualityIn or QualityOut are set in transaction
|
2015-08-19 21:17:50 +03:00 |
|
Chris Clark
|
597ae157b3
|
Merge pull request #515 from darkdarkdragon/develop-isvalidaddress-fix
in isValidAddress check that address starting with 'r'
|
2015-08-19 10:56:40 -07:00 |
|
wltsmrz
|
c1c7458914
|
Merge pull request #514 from sublimator/eslint-1.2.0
Update eslint to 1.2.0
|
2015-08-19 16:28:14 +07:00 |
|