C0rWin
C0rWin
This commit enables to use `docker buildx` and make use of remote cache while building new images to reuse unchanged layers instead of building them each time, thus speeding up...
Currently, when setting up the configuration of BCDB server it assumed that replica's crypto material and admin's are generated off the band. What could be done instead is to add...
Blockchain DB backend exposes APIs via REST, it will be handy if for these APIs create Swagger Specification for easier integration and demonstration of the blockchain db functionalities.
Currently upon pull request CI executes only unit tests, while it's actually possible to enable also linter checks to ensure proper code formatting.
This commit inspired by timescale blog post publication [1] about performance improvements over current implementation of the pgvector [2] implementation. Adding a benchmark to evaluate implementation suggested by PgVectorScale project....
Moving container images from using Ubuntu 20.04 to Ubuntu 24.04, this is to reduce amount of vulnerabilities reported with 20.04 version, effectively from this ``` i New version 1.13.0 available...