skalenetwork / skale-consensus

Running the very core of SKL network, SKALE BFT consensus is universal, modern, modular, high-performance, asynchronous, provably-secure, agent-based Proof-of-Stake blockchain consensus engine in C++ 17. Includes provably secure embedded Oracle. Used by SKALE elastic blockchains. Easy and flexible enough to implement your own blockchain or smart contract platform. BLS signatures and Binary Asynchronous Consensus are main building blocks.
https://docs.skale.network/technology/consensus-spec
GNU Affero General Public License v3.0
78 stars 32 forks source link

bytes lost on exit #786

Open olehnikolaiev opened 1 year ago

olehnikolaiev commented 1 year ago

there are few memory leaks in consensus code, better to fix them bytesLost.txt

kladkogex commented 1 year ago

Will be fixed!

kladkogex commented 9 months ago

Moving to 2.4 since it is related to cache passed to LevelDB, and freeing this is not easy without crashing LevelDB

kladkogex commented 5 months ago

Moving this to 2.5 as it is not high priority