Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@rustaceanrob rustaceanrob released this 28 Oct 14:42
761666c

Added

  • New HeaderCheckpoint constructor from height
  • shutdown, add_scripts, broadcast_transaction methods have blocking APIs
  • Add a TrustedPeer while the node is running
  • Add change the peer timeout while the node is running

Changed

  • Use impl Into whenever possible on NodeBuilder and Client APIs
  • Remove the misleading wait_for_broadcast method on Client

Fixes

  • Remove Option from Whitelist as it is already a Vec
  • Limit the amount of ADDR messages a single peer can send

Full Changelog: v0.3.0...v0.4.0