Skip to content

Fixes related to issue: #361 and #364

Bartek Wrona requested to merge bw_issue_364 into develop
  • Eliminated big allocation (over 40GB) which could occur during P2P sync.
  • P2P calls use new dedicated API to retrieve a block_id (using its num) without a need to load and decode full block, then calculate ID.
Edited by Bartek Wrona

Merge request reports