cryptochassis
cryptochassis
**Describe the solution you'd like** SWIG was used to create Python bindings for this library. Currently the procedure documented at https://github.com/crypto-chassis/ccapi/tree/v3.4.2#python isn't applicable for creating Python bindings on Windows. Modify...
**Describe the solution you'd like** Try to build one of the examples on Windows using MSVC compiler (preferably using CMake). Document the procedure in this ticket for a successful build....
**Describe the bug** Currently github workflow defined by `.github/workflows/check_cpp_code_style.yml.d` doesn't work. **Expected behavior** The workflow, when triggered, should perform clang-format: `find . -type f -not -path "*/dependency/*" -not -path "*/build/*"...
When working with various counterparties dealing with monetary systems, we found that, quite often than not, we'd recieve json strings like [1.2345] instead of ["1.2345"]. If we parse that as...