github rustaceanrob/kyoto v0.7.0

2 days ago

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

Don't miss a new kyoto release

NewReleases is sending notifications on new releases.