Skip to content

Releases: 2140-dev/kyoto

v0.5.0

22 Apr 09:43
0a79ee7

Choose a tag to compare

Added

  • Socks5Proxy::new
  • get_header added to client
  • height_of_hash added to client
  • whitelist_only to restrict peer discovery to trusted peers
  • Package type to broadcast 1P1C and single transaction packages
  • rescan_from metnod to rescan after a specified height
  • TrustedPeer can resolve a DNS seed

Changed

  • Redundant Event::Block removed
  • broadcast_tx is now submit_package

Fixed

  • New/tried peer fallbacks fixed
  • Peers are not banned for late CF header responses
  • BIP-130 sendheaders are used instead of inv

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

07 Mar 08:25
8f03e58

Choose a tag to compare

Added

  • Connections to Tor hidden services possible with Tor proxy
  • Socks5Proxy newtype introduced
  • peer_info method introduced
  • chain_tip method introduced
  • FilterType enum exposed
  • achow added to Signet DNS seeds

Changed

  • AllPeers transaction broadcast removed
  • example folder renamed to examples
  • corepc-node updated to 0.10.0

Fixes

  • MessageGenerator made infallible
  • V1 transport used when using a Tor proxy