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
Steven Zeiler
07a15d7b91
[DOC] Remove "deprecated" from non-deprecated options,
2014-07-14 18:23:32 -07:00
Matthew Fettig
c5fdb3e2f6
[FEATURE] reconnect servers when browser comes online
2014-07-13 20:11:00 -07:00
wltsmrz
0b068dab6a
Merge pull request #115 from geertweening/fix/amount_human_parsing
...
[FIX] amount human parsing for hex with amount
2014-07-09 12:06:17 -07:00
Geert Weening
b4497bcb08
[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-09 11:59:37 -07:00
wltsmrz
3baea7752f
Add SetNoRipple TrustSet flag
2014-07-08 14:58:39 -07:00
wltsmrz
05cce3dbab
Add freeze flags
2014-07-08 13:36:16 -07:00
wltsmrz
d23dca2ef1
Cache and log hostid
2014-07-08 13:33:00 -07:00
Vahe Hovhannisyan
bcf93e230e
Merge pull request #114 from shekenahglory/develop
...
[FIX] vault client: fixed incorrect username normalization
2014-06-26 14:52:57 -07:00
Matthew Fettig
4bd39b9bb1
[FIX] vault client: fixed incorrect username normalization
2014-06-26 14:49:37 -07:00
wltsmrz
8797cdb27e
Merge pull request #113 from geertweening/fix/amount_currency_parsing
...
[FIX] value parsing for amount/currency order pairs
2014-06-26 13:43:59 -07:00
wltsmrz
ab259fa519
Merge pull request #111 from geertweening/feature/order_book_hex
...
[FEATURE] use hex format for currencies in orderbook
2014-06-26 13:43:05 -07:00
Geert Weening
585ca4160d
[FIX] value parsing for amount/currency order pairs
...
e.g. `100000 USD` and `USD 100000` should have the same result
2014-06-25 09:45:24 -07:00
Geert Weening
5fe1ebdd45
[TEST] add test to verify HEX_ZERO is native currency
2014-06-24 16:35:12 -07:00
Geert Weening
a0ba289848
[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-06-24 16:34:53 -07:00
Geert Weening
b6f0aa3914
[TEST] modify order book test to support hex values
2014-06-24 11:58:11 -07:00
Geert Weening
a47eef3283
[TEST] add full_name null case test
2014-06-24 11:55:33 -07:00
Geert Weening
e0bcf19340
[FIX] value parsing for amount/currency order pairs
...
e.g. `100000 USD` and `USD 100000` should have the same result
2014-06-24 10:48:12 -07:00
Geert Weening
fa9305626b
[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-06-23 14:49:48 -07:00
Geert Weening
a573465e41
[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-06-23 14:48:54 -07:00
Geert Weening
9527d6ed22
[TEST] add test for demurred currency Amount parsing
2014-06-23 14:04:52 -07:00
Geert Weening
3ef60e0391
[TASK] add npm-debug to gitignore
2014-06-23 14:04:52 -07:00
wltsmrz
6028115e52
Merge branch 'develop'
2014-06-23 13:46:58 -07:00