Chris Clark
|
60c604fbe6
|
Merge pull request #536 from sentientwaffle/dj/suspay
suspended payments
|
2015-09-18 10:58:10 -07:00 |
|
sentientwaffle
|
b134081293
|
Add SuspendedPayment{Create,Finish,Cancel}
* Add SusPay core tests
* Rename SusPay -> SuspendedPayment (code review)
* Rename cancelAfter -> allowCancelAfter
* Rename suspendedPayment{Finish,Execution}
|
2015-09-18 10:51:34 -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
|
3c608de5bb
|
Do not return non-validated transaction from RippleAPI#getTransaction
|
2015-09-16 12:19:20 -07:00 |
|
Chris Clark
|
b88e9370c6
|
Return instructions in prepare responses
|
2015-08-28 14:11:02 -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 |
|
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 |
|
Alan Cohen
|
1ccbaf6776
|
Fix: Emit error events and return error on pathfind
|
2015-08-21 14:24:13 -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
|
d8e95a3c3b
|
Rename generateWallet to generateAddress
|
2015-08-18 17:44:10 -07:00 |
|
Chris Clark
|
1f54b3a0cf
|
Rename ledger "account" to "state"
|
2015-08-17 18:41:22 -07:00 |
|
Chris Clark
|
2f8655dc23
|
Add getLedger method, remove getLedgerHeader method
|
2015-08-17 18:39:34 -07:00 |
|
Chris Clark
|
0dbdf0a21a
|
Merge pull request #503 from darkdarkdragon/develop-RLJS-444-01
annotate api functions with types
|
2015-08-17 14:34:12 -07:00 |
|
Ivan Tivonenko
|
5cb63a258c
|
annotate api functions with types
|
2015-08-17 20:51:03 +03:00 |
|
Chris Clark
|
f077a563c4
|
Merge pull request #498 from clark800/compute-ledger-hash
Add computeLedgerHash method
|
2015-08-14 14:43:57 -07:00 |
|
Chris Clark
|
92fbc61f47
|
Add computeLedgerHash method
|
2015-08-14 14:25:56 -07:00 |
|
Nicholas Dudfield
|
5837aa23ea
|
Remove sjcl-extended/ripple-wallet-generator. Use hash.js & sjcl-codec.
|
2015-08-14 09:31:49 +07:00 |
|
Chris Clark
|
728595dc96
|
Add getLedgerHeader method
|
2015-08-12 17:37:13 -07:00 |
|
Chris Clark
|
002102ce62
|
Merge pull request #494 from clark800/streaming-pathfinding
Use streaming pathfinding: rippled path_find instead of ripple_path_find
|
2015-08-12 13:14:13 -07:00 |
|
Chris Clark
|
dda9994869
|
Use streaming pathfinding: rippled path_find instead of ripple_path_find
|
2015-08-12 12:34:08 -07:00 |
|
Nicholas Dudfield
|
3263629ebe
|
Use ripple-keypairs and ripple-address-codec
|
2015-08-12 12:54:30 +07:00 |
|
Chris Clark
|
a6662ccdff
|
Rename source.amount to source.maxAmount
|
2015-08-10 14:15:30 -07:00 |
|
Chris Clark
|
89e5f79bbb
|
Merge pull request #487 from clark800/orderbook-changes
Switch to direction/quantity/totalPrice for orderbookChanges
|
2015-08-06 14:53:18 -07:00 |
|
Chris Clark
|
82d7ce7ac2
|
Switch to direction/quantity/totalPrice for orderbookChanges
|
2015-08-06 12:27:03 -07:00 |
|
Chris Clark
|
600fd34d30
|
Fix prepareTrustline with no quality setting
|
2015-08-05 15:42:48 -07:00 |
|
Chris Clark
|
b8624bc55f
|
Add unit test for offline prepare and sign
|
2015-07-30 18:19:52 -07:00 |
|
sublimator
|
2eec30756d
|
Merge pull request #471 from clark800/no-xrp-paths
Don't set paths for XRP to XRP payment
|
2015-07-31 06:46:12 +07:00 |
|
Chris Clark
|
ed0b501716
|
Don't set paths for XRP to XRP payment
|
2015-07-30 13:43:44 -07:00 |
|
Chris Clark
|
fe9c1ada88
|
Fix counterparty logic in pathfind parsing
|
2015-07-30 11:55:52 -07:00 |
|
Ivan Tivonenko
|
03640efef5
|
change snake_case to camelCase in responses from api.submit and api.getServerInfo and add schema for it
|
2015-07-30 03:10:10 +03:00 |
|
Ivan Tivonenko
|
63e3b71eb5
|
cover api/common/errors.js with tests
|
2015-07-29 21:15:28 +03:00 |
|
Ivan Tivonenko
|
cecf3f3d22
|
cover api/ledger/parse/utils.js with tests
|
2015-07-29 16:42:23 +03:00 |
|
Ivan Tivonenko
|
472fbce23a
|
cover api/ledger/parse/trustline.js with tests
|
2015-07-29 15:46:15 +03:00 |
|
Ivan Tivonenko
|
ea063d0c95
|
cover api/ledger/parse/settings.js with tests
|
2015-07-28 22:21:25 +03:00 |
|
Chris Clark
|
34a4dd3077
|
Express transferRate as a float
|
2015-07-27 16:59:58 -07:00 |
|
Chris Clark
|
a383bd7e52
|
Express trustline quality as a float
|
2015-07-27 16:56:46 -07:00 |
|
Ivan Tivonenko
|
2c52e4aa69
|
more unit tests coverage
|
2015-07-28 02:24:27 +03:00 |
|
Ivan Tivonenko
|
6e180439d1
|
cover api/ledger/transaction.js with unit tests
|
2015-07-28 02:17:38 +03:00 |
|
Ivan Tivonenko
|
068bda0c95
|
cover api/ledger/transactions.js with unit tests
|
2015-07-28 02:16:28 +03:00 |
|
Chris Clark
|
0c02b92717
|
Add response schemas and small fixes
|
2015-07-27 14:20:09 -07:00 |
|
Chris Clark
|
00342c4239
|
Merge pull request #446 from darkdarkdragon/develop-RLJS-370-8
Increase tests coverage
|
2015-07-23 16:47:42 -07:00 |
|
Ivan Tivonenko
|
6ade0f6554
|
cover api/ledger/pathfind.js with tests
|
2015-07-24 01:34:54 +03:00 |
|
Ivan Tivonenko
|
a99452b773
|
fix settings.json schema to allow null to
'walletSize', 'transferRate', 'emailHash' and
'walletLocator' fields so they
can be cleared
cover api/transaction/settings.js with tests
|
2015-07-23 23:29:00 +03:00 |
|
Ivan Tivonenko
|
194f76d57f
|
cover api/transaction/order.js with tests
|
2015-07-22 04:18:35 +03:00 |
|
Ivan Tivonenko
|
040298db2c
|
cover src/api/transaction/payment.js with unit tests
|
2015-07-22 03:29:30 +03:00 |
|
Ivan Tivonenko
|
02bc256225
|
increase test coverage of Account object
|
2015-07-21 09:19:25 +03:00 |
|
sublimator
|
51ef93e23b
|
Merge pull request #435 from clark800/consistency
Don't show flags that are set to false
|
2015-07-21 09:06:05 +07:00 |
|
Chris Clark
|
ddd83d10fa
|
Don't show flags that are set to false
|
2015-07-20 16:52:43 -07:00 |
|