-
2025.05.0 Stable
released this
2025-05-07 12:43:50 +02:00 | 201 commits to master since this releaseLibrary updates.
Downloads
-
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
-
Fixes release Aug Stable
released this
2022-08-18 23:50:22 +02:00 | 611 commits to master since this releaseMaintainance release of the flowee libs and associated apps.
Downloads
-
released this
2022-07-15 10:01:15 +02:00 | 618 commits to master since this releaseThis is a release that supports the Flowee Pay application and this package adds various features in the libraries such as better HD-wallet support and optimizations in the p2p-library.
Downloads