Geert Weening
4d6251be37
[DOC] update history
2014-07-28 17:08:45 -07:00
wltsmrz
18b817c284
Fix Grunt-related readme item
2014-07-28 17:08:45 -07:00
wltsmrz
61649b1428
Remove vestiges of Grunt
2014-07-28 17:08:45 -07:00
Nicholas Dudfield
c9f82be54c
Fix tiny regression
2014-07-28 17:08:45 -07:00
Matthew Fettig
416dc44d05
[CHORE] server: add logging when reconnect is triggered
2014-07-28 17:08:45 -07:00
Matthew Fettig
97712bfe96
[CHORE] move request/verifyToken to blob client
2014-07-28 17:08:45 -07:00
Matthew Fettig
f923a62f54
[FEATURE] vault client: get 2FA settings
2014-07-28 17:08:45 -07:00
Matthew Fettig
a41c5ddc62
[FEATURE] vault client: request and verify 2FA tokens
2014-07-28 17:08:45 -07:00
Matthew Fettig
564f248fe0
[FEATURE] vault client: function for 2FA settings
2014-07-28 17:08:45 -07:00
wltsmrz
e712034c0f
Always call Remote.disconnect callback
2014-07-28 17:08:45 -07:00
Matthew Fettig
ca88298b76
[FIX] server: fixed reconnect logic bugs
2014-07-28 17:08:45 -07:00
wltsmrz
5ac21f993e
Update hostid cache test
2014-07-28 17:08:45 -07:00
wltsmrz
5eb12c9d28
Use pubkey_node as server identifier
2014-07-28 17:08:45 -07:00
wltsmrz
e12bea4b27
Revert readyState check, skip test for now
2014-07-28 17:08:44 -07:00
wltsmrz
cad9521049
Add test for Request.addStream
2014-07-28 17:08:44 -07:00
wltsmrz
0847002c96
Complete Request.addStream
2014-07-28 17:08:44 -07:00
wltsmrz
c3783533e9
Add test for Server.connect with pre-existing connection
2014-07-28 17:08:44 -07:00
wltsmrz
85a7e935b2
Check readyState for closing prior WebSocket connections
2014-07-28 17:08:44 -07:00
wltsmrz
43658264a8
Possible fix for 'WebSocket is closed before the connection is established' error
2014-07-28 17:08:44 -07:00
wltsmrz
b00f5c5a1c
Refresh hostid
2014-07-28 17:08:44 -07:00
wltsmrz
7af758bf88
Further validate server in Remote.getServer
2014-07-28 17:08:44 -07:00
wltsmrz
c1a0be2402
Check servers length in Remote.getServer
2014-07-28 17:08:44 -07:00
wltsmrz
1d4bcd4e0f
Cleanup - deprecate pool & connection_offset
2014-07-28 17:08:44 -07:00
wltsmrz
4450ef822e
Cleanup
2014-07-28 17:08:44 -07:00
wltsmrz
ef74c7ca11
Clone options in Amount.ratio_human
2014-07-28 17:08:43 -07:00
wltsmrz
27eadc5587
Add addStream to request
2014-07-28 17:08:43 -07:00
wltsmrz
0b03de66e7
Add timestamp to log
2014-07-28 17:08:43 -07:00
Steven Zeiler
cfcea4affb
[DOC] Remove "deprecated" from non-deprecated options,
2014-07-28 17:08:43 -07:00
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