iotaledger / inx-tendercoo

INX-Tendercoo enables a committee of validators to operate as a distributed Coordinator using Tendermint Core BFT consensus.
Apache License 2.0
1 stars 0 forks source link

Fix: Memleak when ProposeParent is blocking #36

Closed Wollac closed 1 year ago

Wollac commented 1 year ago

When ProposeParent blocks for whatever reason, the memory of the tip selection will always grow as the "preemptive trigger" never gets processed. This is fixed by calling ProposeParent in the background.