E90E Release v0.11.0 · 2140-dev/kyoto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.11.0

Compare
Choose a tag to compare
@rustaceanrob rustaceanrob released this 06 May 20:42
322d81a

Added

  • Fetch the Network from the node builder
  • Configure the initial TCP connection timeout when trying new peers
  • Add BDK integration links to the README
  • Updated resource usage and profiling in DETAILS.md

Changed

  • Use HeightExt internally for bitcoin related math on u32
  • anchor_checkpoint is renamed to after_checkpoint
  • Drop the FilterSyncPolicy and associated configurations
  • Block header implementations now have separate "stage" and "write" steps
  • TxSent info message is now TxGossiped, and is sent after a transaction is requested from the remote node

Fixes

  • Migrate the live sync CI task to a weekly job
  • Remove await points when syncing CFHeaders and CFilters
  • Fetch the headers required to handle both reorganizations and difficulty adjustments when the node starts
  • Drop dynamic dispatch in the network in favor of explicit V1 and V2 transport
0