Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

v0.2.0-rc.2.1

Compare
Choose a tag to compare
@LycrusHamster LycrusHamster released this 09 Sep 06:03
· 21 commits to master since this release
9fa17d7

Bug Fixes

  • change unwrap to expect (911cf7e)
  • clippy (617f70f)
  • fix consensus wal (6db727f)
  • consensus: recover and insert tx to mempool to avoid inactivation (#414) (fd9716e)
  • network: cannot process message after reactor exit (#412) (36af704)
  • network: double decrease connecting gauge (#424) (0a1cfcf)
  • network: give up a peer without log a reason (#423) (7151cd4)
  • network: give up peer because of handshake timeout (#418) (2627c00)
  • network: give up peer due to secio io error (#425) (27a8e8b)
  • network: negative connecting metric number (#430) (dae62ae)
  • update to latest overlord (#421) (c8f018c)

Features