From 1bf06bc656023ae4437bc972c378646e9df342ea Mon Sep 17 00:00:00 2001 From: wltsmrz Date: Wed, 13 Aug 2014 14:21:47 -0700 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 6b5f7f0d..cb770e0c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,19 @@ +##0.8.0 + ++ 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 emitting `error`. 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 + ##0.7.39 + Improvements to multi-server support. Fixed an issue where a server's score was not reset and connections would keep dropping after being connected for a significant amount of time.