Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 1.22 KB

Changelog

All notable changes to this crate are documented in this file.

The format is based on Keep a Changelog, and this crate adheres to Semantic Versioning.

[0.3] - 2021-03-25

Added

  • Add --denylist network1 network2 switch to deny nodes on the given networks to connect #315
  • Add --log switch to configure log levels #314

Fixed

  • Fix clippy warnings #314

Changed

  • Docker image use alpine (for now) #326
  • Mute denied nodes #322
  • Build actix-web without compression support #319
  • Update to actix v4 beta #316
  • Cap third party networks to at most 500 connected nodes. Polkadot, Kusama, Westend and Rococo are not subject to this limit. #314