Skip to content

Ergo Protocol Reference Client 4.0.42

Compare
Choose a tag to compare
@kushti kushti released this 02 Sep 12:41
· 1473 commits to master since this release
3ef580f

Ergo protocol reference client 4.0.42. It contains:

  • #1819 - transaction validation cost is now considered in p2p layer, it is not sending more than some limit (12M total cost) per block while sending transactions one-by-one (so backpressure for the mempool validation is implemented in this PR). Also, default max transaction cost for the mempool lowered down to 4.9M (was 5M).

Contributors: @kushti