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
27ed1aadd5
Bump version to 0.14.0
0.14.0
2015-11-23 17:36:16 -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
Chris Clark
515047d2dc
Merge pull request #649 from clark800/darkdarkdragon-develop-RLJS-549
...
boost coverage to almost 100%
2015-11-23 17:24:46 -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
45aca016d4
Merge pull request #646 from clark800/api-options-doc
...
Add documentation for RippleAPI options
2015-11-23 12:47:43 -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
af620755c5
Fix trace option
2015-11-23 12:01:28 -08:00
Chris Clark
a76b554cad
Add documentation for RippleAPI options
2015-11-23 12:01:28 -08:00
Chris Clark
ef1e9e1b70
Merge pull request #644 from mDuo13/patch-1
...
Docs: more on basic types, tx types
2015-11-23 10:23:38 -08:00
mDuo13
fdbac63f46
Docs: more on basic types, tx types
2015-11-20 18:49:03 -08:00
Chris Clark
377f1dbfa1
Merge pull request #643 from clark800/proxy-auth
...
Fix proxy support and add support for proxy authorization
2015-11-20 16:32:53 -08:00
Chris Clark
14b840f3fe
Fix proxy support and add support for proxy authorization
2015-11-20 15:23:56 -08:00
Chris Clark
beb1cc0cde
Merge pull request #642 from mDuo13/patch-1
...
Doc introduction changes
2015-11-20 14:30:05 -08:00
Rome Reginelli
ef2515507d
Docs: revised introductory material
2015-11-20 14:15:40 -08:00
Chris Clark
a271b9e816
Merge pull request #641 from clark800/ledger-event
...
BREAKING CHANGE: Rename "ledgerClosed" event to "ledger" and convert drops amounts to XRP
2015-11-20 11:30:35 -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
Alan Cohen
9cd8beb778
Bump version to 0.13.2
0.13.2
2015-11-20 10:54:01 -08:00
Chris Clark
aaa165a0f3
Merge pull request #640 from lumberj/fix-pathfind
...
Fix: Specify send_max when pathfinding with a source amount
2015-11-20 10:48:39 -08:00
Alan Cohen
7514213918
Fix: Specify send_max when pathfinding with a source amount
...
When specifying a fixed sending amount during a pathfind request, the source
amount is specified as a `send_max` field. This fixes a bug where the amount was
specified as `source_amount`. Leading to strange pathfinding behavior.
Example bad behavior (rippled pathfind request/response):
```
{
"command": "ripple_path_find",
"source_account": "rM21sWyMAJY1oqzgnweDatURxGMurBs7Kf",
"destination_account": "raDjTrcEtyMqZT6s3PyKGcikUJqYNXUPPv",
"destination_amount": {
"currency": "EUR",
"issuer": "raDjTrcEtyMqZT6s3PyKGcikUJqYNXUPPv",
"value": -1
},
"source_amount": {
"currency": "USD",
"issuer": "rM21sWyMAJY1oqzgnweDatURxGMurBs7Kf",
"value": "9.9"
},
"id": 2
}
{
"id": 2,
"result": {
"alternatives": [
{
"destination_amount": {
"currency": "EUR",
"issuer": "raDjTrcEtyMqZT6s3PyKGcikUJqYNXUPPv",
"value": "147520.7583553951"
},
"paths_canonical": [],
"paths_computed": [
[
{
"account": "r9HqF3wexBb1vtu2DfZKiFuyy3HoTAwUnH",
"type": 1,
"type_hex": "0000000000000001"
},
{
"currency": "EUR",
"issuer": "raDjTrcEtyMqZT6s3PyKGcikUJqYNXUPPv",
"type": 48,
"type_hex": "0000000000000030"
}
]
],
"source_amount": {
"currency": "USD",
"issuer": "rM21sWyMAJY1oqzgnweDatURxGMurBs7Kf",
"value": "160510.6025237665"
}
}
],
"destination_account": "raDjTrcEtyMqZT6s3PyKGcikUJqYNXUPPv",
"destination_currencies": [
"EUR",
"XRP"
],
"ledger_current_index": 2771044,
"validated": false
},
"status": "success",
"type": "response"
}
```
https://ripple.com/build/rippled-apis/#ripple-path-find
2015-11-20 10:44:21 -08:00
Alan Cohen
849ba999cb
Bump version to 0.13.1
0.13.1
2015-11-19 18:00:22 -08:00
Chris Clark
10eb08095a
Merge pull request #639 from lumberj/babel-polyfill
...
Add babel-polyfill
2015-11-19 17:46:54 -08:00
Chris Clark
23eb4c90fd
Merge pull request #636 from clark800/events-doc
...
Add documentation for API events
2015-11-19 17:45:00 -08:00
Alan Cohen
12e5765c64
Bump version on ripple-hashes
2015-11-19 17:42:54 -08:00
Alan Cohen
8a53abc32f
Add babel-polyfill
...
» node
> ripple = require('ripple-lib')
Error: Cannot find module 'babel-core/polyfill'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/Users/alan/Projects/ripple-connect/node_modules/ripple-lib/dist/npm/index.js:23:3)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
2015-11-19 17:31:52 -08:00
Chris Clark
25d1ac0c5f
Add documentation for API events
2015-11-19 15:40:35 -08:00
Chris Clark
f534bafb79
Merge branch 'develop'
0.13.0
2015-11-19 12:48:08 -08:00
Alan Cohen
f5fa1e6c2a
Merge pull request #635 from clark800/docs
...
Bump version to 0.13.0
2015-11-19 12:34:42 -08:00
Chris Clark
60842540cb
Bump version to 0.13.0
2015-11-19 12:26:24 -08:00
Chris Clark
0fb04cdcb4
Merge pull request #634 from clark800/docs
...
Add table of contents to docs
2015-11-19 11:29:43 -08:00
Chris Clark
5fb8d9214f
Add table of contents to docs
2015-11-19 11:19:35 -08:00
Chris Clark
f7f2de291f
Merge pull request #633 from clark800/docs
...
Add documentation and documentation testing
2015-11-18 17:51:36 -08:00
Chris Clark
0c27a13a00
Fix ci.sh error detection
2015-11-18 16:54:13 -08:00
Chris Clark
02a887776f
Add documentation and documentation testing
2015-11-18 16:54:10 -08:00
Alan Cohen
f8c885c0a9
Bump version to 0.13.0-rc16
0.13.0-rc16
2015-11-18 14:43:50 -08:00
Chris Clark
327ee2b8dd
Merge pull request #632 from clark800/error-message
...
Add resultCode and resultMessage to submit failure RippledError
2015-11-17 17:46:00 -08:00
Chris Clark
4f90bbd931
Add resultCode and resultMessage to submit failure RippledError
2015-11-17 17:33:36 -08:00
Chris Clark
f196304a56
Merge pull request #630 from darkdarkdragon/develop-RLJS-540
...
add test case for get transaction of types
2015-11-17 16:27:57 -08:00
Ivan Tivonenko
f146ea05c7
add test case for get transaction of types
...
suspendedPaymentExecution, suspendedPaymentCancellation, suspendedPaymentCreation
2015-11-17 23:43:01 +02:00
Chris Clark
a602d4d73d
Merge pull request #631 from clark800/fix-todos
...
Fix TODOs in schemas and update README for RippleAPI
2015-11-17 13:02:59 -08:00
Chris Clark
2422b9a30b
Update README for RippleAPI
2015-11-17 11:30:26 -08:00
Chris Clark
ef72c9fe02
Fix TODOs in schemas
2015-11-16 16:59:27 -08:00
Chris Clark
ee12a214d3
Merge pull request #629 from clark800/remove-closed
...
Miscellaneous cleanup
2015-11-16 14:17:55 -08:00
Chris Clark
83a85a4549
Remove walletLocator and walletSize from settings
2015-11-16 13:07:25 -08:00
Chris Clark
420413268d
Rename server info response fields
2015-11-16 13:07:25 -08:00
Chris Clark
c1bf1fd211
Rename "paymentSequence" to "suspensionSequence" in suspended payments
2015-11-16 13:07:25 -08:00
Chris Clark
9af20f9176
Simplify "submit" response
2015-11-16 13:07:22 -08:00
Chris Clark
230a80852a
Remove "closed" from getLedger response
2015-11-16 11:44:15 -08:00