Geert Weening
|
52494628c3
|
Merge pull request #301 from ripple/amount-strict-mode
Add Amount.strict_mode for toggling range validation
|
2015-03-06 19:54:58 -08:00 |
|
Chris Clark
|
0d2325e646
|
[TASK] Fix seed-test.js lint errors
|
2015-03-06 17:41:42 -08:00 |
|
Chris Clark
|
ca83a142f8
|
[TASK] Fix issues in base.js and add more tests
|
2015-03-06 17:33:52 -08:00 |
|
wltsmrz
|
ed0b75bcde
|
Use new Amount(NaN) rather than Amount.NaN()
|
2015-03-06 15:38:44 -08:00 |
|
wltsmrz
|
6e16bf68ae
|
Lint serializedobject test
|
2015-03-06 13:01:57 -08:00 |
|
Geert Weening
|
84fe76bada
|
Merge pull request #296 from ripple/fix-currency-parsing
Fix currency parsing of non-alphanumeric and no-currency currencies
|
2015-03-05 22:32:04 -08:00 |
|
wltsmrz
|
b5ed8f59a7
|
Add Amount.strict_mode for toggling range validation
|
2015-03-05 22:21:35 -08:00 |
|
Geert Weening
|
52526f90d7
|
Merge pull request #298 from clark800/basetest
[TEST] Add unit tests for Base
|
2015-03-05 13:08:56 -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 |
|
wltsmrz
|
2166bb2e88
|
Fix currency parsing of non-alphanumeric and no-currency currencies
|
2015-03-04 19:10:39 -08:00 |
|
Chris Clark
|
ae884c0200
|
[TEST] Add unit tests for Base
|
2015-03-04 13:02:36 -08:00 |
|
wltsmrz
|
423ec7d08a
|
Merge pull request #294 from clark800/baseconverter
Refactor base conversion
|
2015-03-03 20:23:08 -08:00 |
|
Chris Clark
|
914cd6ecb2
|
Add unit tests for convertBase
|
2015-03-03 12:22:42 -08:00 |
|
Bo Chen
|
4d06ce7454
|
[FIX] fix eslint errors
|
2015-02-27 16:12:06 -08:00 |
|
Bo Chen
|
8da6ec5fa3
|
[TASK] reverse skip of order book tests
|
2015-02-27 09:18:01 -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 |
|
wltsmrz
|
2b531d2a1f
|
Disable breaking OrderBook tests
|
2015-02-25 01:36:12 -08:00 |
|
Bo Chen
|
b2cdb1a6ae
|
[FIX] fix order funded amount calculation
|
2015-02-20 14:49:47 -08:00 |
|
Chris Clark
|
e80cd1ff55
|
[TASK] Disable parsing native amounts in foating point format
|
2015-02-17 14:03:23 -08:00 |
|
Bo Chen
|
f184a71360
|
[TEST] test and refactor orderbooks
|
2015-02-13 13:37:57 -08:00 |
|
wltsmrz
|
fd1b64393d
|
Fix IOU value passed to Amount.from_json()
|
2015-02-09 13:41:40 -08:00 |
|
Geert Weening
|
ff86d5381d
|
Merge pull request #277 from geertweening/fix/memo_serialization
[FIX] unsymmetric memo serializing
|
2015-02-07 10:28:08 -08:00 |
|
wltsmrz
|
2e6e8807be
|
Fix server-test for updated WS
|
2015-02-05 13:51:25 -08:00 |
|
Geert Weening
|
1ed36fabdb
|
[FIX] unsymmetric memo serializing
treat memos as unknown binary, with optionally parsing unsynthesized hint fields
|
2015-02-05 11:13:37 -08:00 |
|
Chris Clark
|
d0fb291c4e
|
Cleanup amount.js
|
2015-02-04 13:57:57 -08:00 |
|
wltsmrz
|
793523cbe9
|
Merge pull request #274 from clark800/fix/parse_human
[FIX] Handle invalid input in parse_human
|
2015-02-04 12:59:05 -08:00 |
|
Chris Clark
|
c8f18c8c85
|
[FIX] Handle invalid input in parse_human
|
2015-02-03 18:06:15 -08:00 |
|
wltsmrz
|
b19ecb4482
|
Fix taker_gets_funded exceeding offer.TakerGets
|
2015-02-03 14:50:33 -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 |
|
Chris Clark
|
d025b4a0c3
|
[TASK] Refactor to use bignumber.js
|
2015-01-27 10:23:33 -08:00 |
|
wltsmrz
|
2833a7b66e
|
Cleanup, deprecations
* REMOVED Remote storage interface
* REMOVED Remote "ping" configuration
* REMOVED Old/deprecated Remote server configuration
(websocket_ip, websocket_port)
* REMOVED browser "online" reconnect listener
|
2015-01-26 14:00:54 -08:00 |
|
Alan Cohen
|
525ff9b75e
|
[BUG] Request.prototype.ledgerSelect can accept ledger_index as String
|
2015-01-21 08:54:40 -08:00 |
|
Alan Cohen
|
98f40abfc3
|
[FEATURE] Remote.prototype.requestOffer
See: https://ripple.com/build/rippled-apis/#ledger-entry
Rippled request
```js
{
"id": 1,
"command": "ledger_entry",
"type": "offer",
"offer": {"account": "rEQWVz1qN4DWw5J17s3DgXQzUuVYDSpK6M", "seq":5 },
"ledger_index": 10850610
}
```
Response
```js
{
"id": 7,
"status": "success",
"type": "response",
"result": {
"index": "F9DCCD26C770952D216085BF97D7E225F6A8B578ABD066AA92D7D06144B535EE",
"ledger_index": 10850610,
"node": {
"Account": "rEQWVz1qN4DWw5J17s3DgXQzUuVYDSpK6M",
"BookDirectory": "CF8D13399C6ED20BA82740CFA78E928DC8D498255249BA6351038D7EA4C68000",
"BookNode": "0000000000000000",
"Flags": 131072,
"LedgerEntryType": "Offer",
"OwnerNode": "0000000000000000",
"PreviousTxnID": "64FAB660F9F5D9E7183E977701930AD09F372129C56E1685B68A914D8A43CA41",
"PreviousTxnLgrSeq": 10850602,
"Sequence": 5,
"TakerGets": "1000000",
"TakerPays": {
"currency": "USD",
"issuer": "rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q",
"value": "100"
},
"index": "F9DCCD26C770952D216085BF97D7E225F6A8B578ABD066AA92D7D06144B535EE"
},
"validated": false
}
}
```
|
2015-01-20 18:17:33 -08:00 |
|
Bo Chen
|
7cb113fcbc
|
[TASK] set binary as default for commands that accept the flag
|
2015-01-20 14:10:22 -08:00 |
|
wltsmrz
|
6cd79e7237
|
Use TAP reporter
|
2015-01-14 15:21:48 -08:00 |
|
wltsmrz
|
9b3d62b765
|
Remove blobvault client
|
2015-01-14 14:54:55 -08:00 |
|
wltsmrz
|
8af5f9c28e
|
Add request broadcast/filter
|
2015-01-14 13:40:54 -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
|
a5d1705930
|
Merge pull request #236 from ripple/sum-account-offers
Fix cumulative account order tracking for native amounts
|
2014-12-26 21:06:42 -08:00 |
|
wltsmrz
|
bfc0fb6c88
|
Merge pull request #240 from lumberj/task/add_limit_to_bookoffers
[TASK] Allow `limit` option in remote.requestBookOffers
|
2014-12-24 14:44:15 -08:00 |
|
Alan Cohen
|
d1d4452217
|
[TASK] Allow limit option in remote.requestBookOffers
|
2014-12-24 14:24:32 -08:00 |
|
wltsmrz
|
3f61598d6c
|
Fix metadata account check
|
2014-12-23 03:22:46 -08:00 |
|
wltsmrz
|
b6b99dde02
|
Fix cumulative account order tracking for native amounts
|
2014-12-20 20:43:01 -08:00 |
|
Geert Weening
|
1fd0f4a8fe
|
Merge pull request #234 from ripple/sum-account-offers
Track order funded status based on cumulative account offers
|
2014-12-19 17:27:38 -08:00 |
|