Skip to content

v0.6.3 - Stable Mocha

Compare
Choose a tag to compare
@renaynay renaynay released this 01 Feb 12:59
· 1162 commits to main since this release
7cdd664

This patch release notably includes some fixes related to stabilising mocha.

Note: this release includes a config change, so nodes running on mocha will need to re-initialise their configs.

This release is not compatible with arabica.

BREAKING

  • feat(header)!: introduce header.Header interface (#1304) by @tzdybal
  • feat(nodebuilder/p2p)!: bump arabica chain-id and genesis hash (#1645) by @Bidon15

BUG FIXES

  • fix(daser) replace catchUpDoneCh channel gracefuly (#1631) by @walldiss
  • fix(share/discovery): decouple peer discovery from event processing (#1639) by @vgonkivs
  • fix(libs/header/sync): Make ranges.Add thread-safe (#1649) by @tzdybal
  • fix(header/p2p): add trivial retrying for trustedPeer requested (#1647) by @Wondertan '

FEATURES

IMPROVEMENTS

  • refactor(share/p2p): ironing out differences between shrex protocols (#1611) by @distractedm1nd
  • refactor(header): Extract CoreExchange and CoreListener out of the header root package (#1627) by @renaynay
  • nodebuilder: make proxy constructors private in all modules (#1643) by @jpserrat

MISC

Full Changelog: v0.6.2...v0.6.3