Matthew Fettig
4e13170123
[FEATURE] reconnect servers when browser comes online
2014-07-28 17:08:43 -07:00
Geert Weening
fe4cf94b62
[FIX] amount human parsing for hex with amount
...
There were cases where the currency and integer were incorrectly matched. By separating out the regex for hex formatted Amount makes it easier to deal with these cases and fixes the issue.
2014-07-28 17:08:43 -07:00
wltsmrz
f4233d7615
Add SetNoRipple TrustSet flag
2014-07-28 17:08:43 -07:00
wltsmrz
6e5bebfe81
Add freeze flags
2014-07-28 17:08:43 -07:00
wltsmrz
21b0e09837
Cache and log hostid
2014-07-28 17:08:43 -07:00
Matthew Fettig
7b243dff03
[FIX] vault client: fixed incorrect username normalization
2014-07-28 17:08:43 -07:00
Geert Weening
fbe67df069
[TEST] add test to verify HEX_ZERO is native currency
2014-07-28 17:08:43 -07:00
Geert Weening
ea82c8cce3
[FEATURE] use Currency object and hex format in orderbook
...
instead of checking the value of the currency string, create a Currency object and work with that
the json format going to rippled will contain the hex value of the currency
2014-07-28 17:08:42 -07:00
Geert Weening
e5322fb8e4
[TEST] modify order book test to support hex values
2014-07-28 17:08:42 -07:00
Geert Weening
c5e6c5819b
[TEST] add full_name null case test
2014-07-28 17:08:42 -07:00
Geert Weening
c3975dfc68
[FIX] value parsing for amount/currency order pairs
...
e.g. `100000 USD` and `USD 100000` should have the same result
2014-07-28 17:08:42 -07:00
Geert Weening
ddf7ca78ee
[FIX] force hex for orderbook requests
...
interest bearing currencies would be sent down malformed `XAU (0.5%pa)` when rippled would be expecting either hex or iso
2014-07-28 17:08:42 -07:00
Geert Weening
71d8b6c9bf
[FEATURE] Currency: add option force hex in json format
...
provide the `force_hex` flag in the options object in a `to_json` or `json_rewrite` call
2014-07-28 17:08:42 -07:00
Geert Weening
f11cd65494
[TEST] add test for demurred currency Amount parsing
2014-07-28 17:08:42 -07:00
Geert Weening
59f7d49b80
[TASK] add npm-debug to gitignore
2014-07-28 17:08:42 -07:00
wltsmrz
447ae3f38f
Fix Grunt-related readme item
2014-07-24 11:31:59 -07:00
wltsmrz
b2c4f935e7
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-07-24 11:28:57 -07:00
wltsmrz
5a85385db6
Remove vestiges of Grunt
2014-07-24 11:28:44 -07:00
wltsmrz
6dcd9e9014
Merge pull request #123 from shekenahglory/develop
...
[FEATURE] vault client: 2FA support
2014-07-23 16:36:11 -07:00
wltsmrz
eebfe02163
Merge pull request #124 from sublimator/fix-inconsequential
...
Fix tiny regression
2014-07-23 12:10:35 -07:00
Nicholas Dudfield
19294f5435
Fix tiny regression
2014-07-23 17:20:43 +07:00
Matthew Fettig
ef17cd86a8
[CHORE] server: add logging when reconnect is triggered
2014-07-22 10:46:17 -07:00
Matthew Fettig
ac62a336ea
Merge branch 'feature/2fa' into develop
2014-07-22 10:40:04 -07:00
Matthew Fettig
bdb7454737
[CHORE] move request/verifyToken to blob client
2014-07-22 10:38:57 -07:00
Matthew Fettig
4e9082f4d9
[FEATURE] vault client: get 2FA settings
2014-07-22 10:38:57 -07:00
Matthew Fettig
7daa4b4c3b
[FEATURE] vault client: request and verify 2FA tokens
2014-07-22 10:38:57 -07:00
Matthew Fettig
7be13bebfc
[FEATURE] vault client: function for 2FA settings
2014-07-22 10:38:57 -07:00
wltsmrz
aea75f2beb
Always call Remote.disconnect callback
2014-07-21 22:25:43 -07:00
Geert Weening
cb59f86d4c
Merge pull request #122 from shekenahglory/develop
...
[FIX] server: fixed reconnect logic bugs
2014-07-20 14:49:57 -07:00
Matthew Fettig
8f340c1cde
[FIX] server: fixed reconnect logic bugs
2014-07-19 22:23:36 -07:00
wltsmrz
76659b613b
Update hostid cache test
2014-07-18 17:47:15 -07:00
wltsmrz
79c5428da2
Use pubkey_node as server identifier
2014-07-18 17:45:09 -07:00
wltsmrz
ca2d137d52
Revert readyState check, skip test for now
2014-07-17 13:07:31 -07:00
wltsmrz
9789f76f64
Add test for Request.addStream
2014-07-16 19:18:10 -07:00
wltsmrz
df6eee1084
Complete Request.addStream
2014-07-16 19:18:01 -07:00
wltsmrz
09461fb3c8
Add test for Server.connect with pre-existing connection
2014-07-16 18:39:58 -07:00
wltsmrz
5607f2d379
Check readyState for closing prior WebSocket connections
2014-07-16 18:30:15 -07:00
wltsmrz
3b7f556887
Possible fix for 'WebSocket is closed before the connection is established' error
2014-07-16 18:00:15 -07:00
wltsmrz
e84633de13
Refresh hostid
2014-07-16 16:37:34 -07:00
wltsmrz
2b2267c46e
Further validate server in Remote.getServer
2014-07-16 00:52:11 -07:00
wltsmrz
37090716d3
Check servers length in Remote.getServer
2014-07-15 12:30:35 -07:00
wltsmrz
3535ce1b04
Cleanup - deprecate pool & connection_offset
2014-07-15 12:19:07 -07:00
wltsmrz
dda865b6f2
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-07-15 12:04:29 -07:00
wltsmrz
9115a7193d
Cleanup
2014-07-15 12:03:59 -07:00
wltsmrz
6d347bcec0
Merge pull request #118 from shekenahglory/develop
...
[FEATURE] reconnect servers when browser comes online
2014-07-15 12:01:35 -07:00
wltsmrz
b96d26acc2
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-07-15 00:40:27 -07:00
wltsmrz
5dbfe04a9a
Clone options in Amount.ratio_human
2014-07-15 00:38:58 -07:00
wltsmrz
7e11b4e03d
Add addStream to request
2014-07-15 00:37:45 -07:00
wltsmrz
e2eaf9718c
Add timestamp to log
2014-07-14 23:11:22 -07:00
wltsmrz
2576abe06e
Merge pull request #119 from stevenzeiler/undo-deprecated-docs
...
[DOC] Remove "deprecated" from non-deprecated options
2014-07-14 18:25:43 -07:00