Chris Clark
|
f42dd69b53
|
Simplify getServerInfo response
|
2015-07-20 11:15:54 -07:00 |
|
Chris Clark
|
d9eca203ed
|
Merge pull request #431 from darkdarkdragon/develop-RLJS-370-2
test parseTrustline in getTransaction
|
2015-07-17 14:22:40 -07:00 |
|
Ivan Tivonenko
|
055d275f0a
|
test parseTrustline in getTransaction
|
2015-07-18 00:18:35 +03:00 |
|
Ivan Tivonenko
|
eb7bbe5715
|
testing - add memo field into payment transaction so parsePaymentMemos from parsePayment is tested
|
2015-07-18 00:13:31 +03:00 |
|
Chris Clark
|
2b5f356de8
|
Organize fixtures
|
2015-07-16 15:02:27 -07:00 |
|
Ivan Tivonenko
|
79b1a65a7b
|
add test for getting order and order cancellation transations
|
2015-07-16 23:08:57 +03:00 |
|
Chris Clark
|
c073c2b7de
|
Add getAccountInfo method and unit test
|
2015-07-15 17:13:14 -07:00 |
|
Chris Clark
|
529a55efb0
|
Remove sequence from AccountFields
|
2015-07-15 15:49:05 -07:00 |
|
Chris Clark
|
18ac8a9d03
|
Fix parsing of settings transactions
|
2015-07-15 14:43:04 -07:00 |
|
Chris Clark
|
fa9e1de4df
|
Add transaction id to response of getTransaction and getTransactions
|
2015-07-15 13:57:00 -07:00 |
|
Chris Clark
|
286a684963
|
Add support for regularKey in prepareSettings
|
2015-07-13 16:46:57 -07:00 |
|
sublimator
|
5889037a71
|
Merge pull request #414 from clark800/merge-orderbook
Merge flipped orderbook in getOrderbook
|
2015-07-14 06:54:54 +08:00 |
|
Ivan Tivonenko
|
6c48b22eea
|
Port integration tests from ripple-rest
|
2015-07-14 01:10:42 +03:00 |
|
Chris Clark
|
7344f1178b
|
Merge flipped orderbook in getOrderbook
|
2015-07-13 14:09:33 -07:00 |
|
wltsmrz
|
3082b959f6
|
Add switch to disable transaction resubmission
* Add Transaction.setResumittable(Boolean)
* Add Transaction.isResumittable() -> Boolean
* Add automatic_resubmission (Boolean) config option to Remote
|
2015-07-10 09:53:31 -07:00 |
|
Chris Clark
|
14ccc9359d
|
Merge pull request #410 from clark800/range-check
Check for ledger gaps in getTransactions
|
2015-07-09 15:19:33 -07:00 |
|
Chris Clark
|
11ca00bb45
|
Check for ledger gaps in getTransactions
|
2015-07-09 15:14:59 -07:00 |
|
Chris Clark
|
046d397dfb
|
Rename getPathFind to getPaths
|
2015-07-09 15:12:45 -07:00 |
|
Chris Clark
|
1309b58592
|
Add makerExchangeRate (quality) to orders, and maker to account orders
|
2015-07-07 18:28:37 -07:00 |
|
Chris Clark
|
09b10d3f2c
|
Convert getPathFind and add unit test
|
2015-07-06 16:11:23 -07:00 |
|
Chris Clark
|
32ca23a00b
|
Convert server methods, add unit tests, and cleanup
|
2015-07-02 11:17:06 -07:00 |
|
Chris Clark
|
d158cc7fc1
|
Fix other indentation problems
|
2015-06-30 16:53:48 -07:00 |
|
Chris Clark
|
034cd4eaf6
|
Fix indentation
|
2015-06-30 16:36:14 -07:00 |
|
Chris Clark
|
d5f3d90486
|
Add flipped orderbook to getOrderBook response
|
2015-06-30 15:43:30 -07:00 |
|
Chris Clark
|
87a8745a64
|
Fix unit tests
|
2015-06-30 12:52:21 -07:00 |
|
Chris Clark
|
3e0f43e44e
|
Convert getOrderBook and add unit test
|
2015-06-26 16:27:34 -07:00 |
|
Chris Clark
|
84bc7dd4aa
|
Convert getOrders and add unit test
|
2015-06-25 14:21:39 -07:00 |
|
Chris Clark
|
141215fc38
|
Add unit test for getSettings
|
2015-06-25 11:23:56 -07:00 |
|
Chris Clark
|
2446e2f6da
|
Add unit test for generateWallet and reorganize API files
|
2015-06-24 18:03:03 -07:00 |
|
Chris Clark
|
47a87f3a92
|
Update getBalances to use getTrustlines
|
2015-06-24 12:38:13 -07:00 |
|
Chris Clark
|
d92fbfb7aa
|
Add getTrustlines and unit test
|
2015-06-24 11:17:46 -07:00 |
|
sublimator
|
1a32536ac8
|
Merge pull request #355 from ripple/validate-uint-hex-input
Validate UInt* hex input
|
2015-06-22 13:59:17 +07:00 |
|
Chris Clark
|
1ccca1c4ec
|
Remove empty counterparties in XRP amounts
|
2015-06-18 17:36:45 -07:00 |
|
wltsmrz
|
2ad6a1a77e
|
Validate UInt hex input
|
2015-06-18 13:50:11 -07:00 |
|
Chris Clark
|
8f37438a08
|
Convert getAccountTransactions
|
2015-06-17 18:04:24 -07:00 |
|
Chris Clark
|
1b936d2aa2
|
Rewrite transaction parser and add unit test for getTransaction
|
2015-06-16 16:24:21 -07:00 |
|
Chris Clark
|
97cea2ce4d
|
Add unit test for submit
|
2015-06-12 16:54:38 -07:00 |
|
Chris Clark
|
fb7021abcc
|
Add unit tests for prepareTrustline, prepareOrderCancellation, and sign
|
2015-06-09 11:30:51 -07:00 |
|
Chris Clark
|
a114bf42c4
|
Add unit test for prepareOrder and fix bugs
|
2015-06-08 14:11:35 -07:00 |
|
Chris Clark
|
908e306f04
|
Update schemas, use schemas for validation, and switch to is-my-json-valid
|
2015-06-05 14:58:23 -07:00 |
|
Chris Clark
|
278331cc4a
|
Move ripple-rest/api into src/api, exposing RippleAPI
|
2015-05-29 10:49:14 -07:00 |
|
wltsmrz
|
e93f1ab6f4
|
Fix serializedobject append for excessively large bytes length
|
2015-05-20 20:18:17 -07:00 |
|
wltsmrz
|
5e714f6143
|
Fix transaction summary for transactions that fail with remoteError
|
2015-05-15 22:41:29 -07:00 |
|
Bo Chen
|
c7bbce8371
|
[FEATURE] add offer autobridging
|
2015-04-29 11:28:14 -07:00 |
|
Chris Clark
|
ca83a142f8
|
[TASK] Fix issues in base.js and add more tests
|
2015-03-06 17:33:52 -08:00 |
|
Bo Chen
|
5af824f5cf
|
[FIX] fix taker pays funded calculation
When calling `parseInt` on a string with scientific notation, it ignores the exponents.
|
2015-03-05 09:43:27 -08:00 |
|
Bo Chen
|
4d06ce7454
|
[FIX] fix eslint errors
|
2015-02-27 16:12:06 -08:00 |
|
Bo Chen
|
2a5a8b498d
|
[FIX] fix handling of quality in order book
|
2015-02-27 09:18:01 -08:00 |
|
wltsmrz
|
c3b274b18f
|
Add TransactionManager test
|
2015-02-25 18:49:59 -08:00 |
|
Bo Chen
|
b2cdb1a6ae
|
[FIX] fix order funded amount calculation
|
2015-02-20 14:49:47 -08:00 |
|