Skip to content

v0.12.0

Compare
Choose a tag to compare
@aholstenson aholstenson released this 19 Aug 09:18
· 4 commits to master since this release

Bug Fixes

  • core: Do not duplicate peers in TestNetwork (36d6e66)
  • core: Fix SynchronizedValues when setLocal called multiple times (31a0848)
  • core: Own instance should not be visible as node (accc64c)

Features

  • core: Add gossip for group membership (46420ae)
  • core: Add Gossiper helper (d5cc740)
  • core: Apper peer names to debug namespace of TestNetwork (4022d7f)
  • core: Group interface to represent entire network or sub-sets of it (061bd6b)
  • core: Introduce groups joinable via NamedGroup (b65b5a8)
  • core: Shared Debugger abstraction (689e63e)
  • core: SynchronizedValues for easy sharing of values between nodes (8996117)
  • transport-streams: Make local and remote public key available for encrypted streams (a35bbed)