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
Bo Chen
f184a71360
[TEST] test and refactor orderbooks
2015-02-13 13:37:57 -08:00
wltsmrz
ba9af55aca
Merge pull request #268 from ripple/remote-updates
...
Remote updates
2015-02-02 16:19:45 -08:00
wltsmrz
35d76b3520
Add deprecation warnings to request constructors
...
* The first argument to request constructor functions should be an
object containing request properties
* Improve Remote test coverage
2015-01-30 21:08:45 -08:00
Bo Chen
35a346a674
[FIX] update transaction binary parsing to account for XRP delivered amounts
2015-01-29 10:06:10 -08:00
Bo Chen
7cb113fcbc
[TASK] set binary as default for commands that accept the flag
2015-01-20 14:10:22 -08:00
Geert Weening
74b006cb0b
Merge pull request #247 from ripple/binary-account-tx
...
Decrease redundancy in binary account_tx parsing
2015-01-07 11:00:09 -08:00
wltsmrz
0aba638e6e
Decrease redundancy in binary account_tx parsing
2015-01-07 10:53:46 -08:00
Alan Cohen
3ec335f3a6
[BUG] Add function removed in revert 51211bb
...
- Also, add tests
2015-01-07 09:55:12 -08:00
Geert Weening
51211bbba0
Revert "[TASK] Add Transaction.getBalanceChanges, computed from metadata"
...
See the balance change package in [ripple-lib-extensions](https://github.com/ripple/ripple-lib-extensions )
This reverts commit 72387873b4 .
Conflicts:
test/metadata-test.js
2015-01-06 14:42:24 -08:00
wltsmrz
3f61598d6c
Fix metadata account check
2014-12-23 03:22:46 -08:00
Chris Clark
72387873b4
[TASK] Add Transaction.getBalanceChanges, computed from metadata
2014-12-18 16:12:06 -08:00
Nicholas Dudfield
80bdce970a
Add binary <--> json encoding integration tests
...
* Add full json ledger dumps of ledgers 38129 and 40000 to test/fixtures
* Use `Ledger` to calculate account and transaction hashes and verify
against dumps
2014-05-18 17:33:47 +07:00