- Orderbook: Added tracking of offer funds for determining when offers are not funded
- Orderbook: Added tests
- Transactions: If transaction errs with
tefALREADY
, wait until all possible submissions err with the same before emittingerror
. Fixes a client "Transaction malformed" bug. - Transactions: Track submissions, don't bother submitting to unconnected servers
- Request:
request.request()
now accepts an array of servers as first argument. Servers can be represented with URL, or the server object itself. - Request:
request.broadcast()
now returns the number of servers request was sent to - Server: Acquire host information from server without additional request