Skip to content

Zebra v1.0.0-alpha.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 19:40
· 2529 commits to main since this release
e7cec3e

Zebra's latest alpha continues work on the mempool.

Added

  • Monitor changes to the chain tip, decide if synchronization reached tip (#2695,
    #2685, #2686, #2715, #2721, #2722)
  • Only enable the mempool crawler after synchronization reaches the chain tip (#2667)
  • Reply to requests for transactions IDs in the mempool (#2720)
  • Reply to requests for transactions in the mempool, given their IDs (#2725)
  • Download and verify gossiped transactions (#2679, #2727, #2718, #2741)
  • Internal additions and improvements to the mempool (#2742, #2747, #2749)

Documentation

  • Document consensus rules for version group IDs (#2719)
  • Specify Zebra Client will only support Unified Addresses (#2706)

Fixed

  • Stop calculating transaction hashes twice in the checkpoint verifier (#2696)

Security

  • Replace older duplicate queued checkpoint blocks with the latest block's data (#2697)