Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 2.72 KB

Semantic Versioning Changelog

0.5.0 (2021-12-06)

Bug Fixes

  • babe: Fix extrinsic format in block. (#1530) (1a03b2a)
  • dot/network: Fix notification handshake and reuse stream. (#1545) (a632dc4)
  • dot/network: split stored streams and handshakeData into inbound and outbound (#1553) (637050b)
  • lib/babe: fix BABE state storing after building block (#1536) (1a3dea2)
  • persist node name (#1543) (88b88f2)
  • release: Trigger release when pushed to main branch (#1566) (4f2ba56)
  • update go-schnorrkel version (#1557) (b86c7ff)

Features

  • Add properties and chainId on build-spec command (#1520) (b18290c)
  • dot/network, lib/grandpa: request justification on receiving NeighbourMessage, verify justification on receipt (#1529) (e1f9f42)
  • dot/network: add propagate return bool to messageHandler func type to determine whether to propagate message or not (#1555) (0d6f488)
  • lib/grandpa: fully verify justifications using GrandpaState (#1544) (028d25e)
  • lib/grandpa: send NeighbourMessage to peers (#1558) (322ccf9)