Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@rustaceanrob rustaceanrob released this 07 Jan 19:34
9049c2e

Added

  • Request a block using the Client
  • Add broadcast_random convenience method on Client
  • Request a Range of block headers from Client

Changed

  • Separate logs from events into different event channels
    • The Log channel is bounded in size and contains informational, but non-critical information
    • The Event channel is unbounded and contains data that must be handled, like IndexedBlock
  • Switch to corepc-node instead of unmaintained bitcoincore-rpc
  • Load block headers with RangeBounds

Fixes

  • Remove unnecessary unwrap when managing filter headers
  • Clamp connections to a defined range