-
released this
2024-01-04 21:54:15 +01:00 | 430 commits to master since this releaseToday we release the latest version of Flowee, the libraries and main applications. The main target are the BitcoinCash specific classes and fixes in the p2p library.
Various changes have been made in this release that are to modernize and make more safe the usage of the libraries.
We have renamed the
key.hto the more clearPrivateKey.has well aspubkey.htoPublicKey.h.The usage of the BufferPool class, especially with its generator method
Streaming::pool(int size)have seen a much needed update where before it returned a raw pointer (reference), now it returns a shared pointer instead. This has made a lot of code much more clean and readable, both in the libs as well as in Pay.
Similarly, the p2p library's classPeernow gets passed as a shared pointer instead of as a raw pointer in places like interfaces.Thank you for using Flowee libs!
Downloads