This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
0.5.5
Added
- Drop connection to peer if we get a
yamux::ConnectionError
when opening a substream to them. Dropping the connection should lead to a reconnect on thetaker
, which should fix problems where thetaker
has a broken connection to themaker
for a long time.
Fixed
- Ensure that rollover data is saved to the database automically. This fixes bugs related to accessing rollover data that is incomplete, either because the insertion hadn't finished yet or because part of the insertion had failed.