Amine Khaldi

Results 16 comments of Amine Khaldi

@PastaPastaPasta I believe so. I'll notify you with something to test. Thanks for the report!

@PastaPastaPasta Could you please test PR #307? Thanks!

@llowrey thank you for sending a PR! We actually came to that realization but thought to use this as a chance to properly leverage the Catch2 library into our build...

Thanks to @altendky who created a wheels package for you and provided instructions on what you can try, here goes: * Grab the wheels from [here](https://github.com/Chia-Network/bls-signatures/suites/4346406112/artifacts/114022871) and install the appropriate...

@lklimek Could you please try PR #298 as that should address what you're seeing now?

Hi @Jimmy01240397 Here's an example `CMakeLists.txt` you can put next to your `main.cpp` to have a working solution across all platforms: ```CMake cmake_minimum_required(VERSION 3.16) project(blstest) include(FetchContent) FetchContent_Declare(bls_signatures GIT_REPOSITORY https://github.com/Chia-Network/bls-signatures.git GIT_TAG...

Hi @sdever, was all this work merged? or there are still some commits left?

Do you plan to update the PR (against trunk) to show the commits remaining? or?

The patch has encoding issues. Can you please keep the encoding of the file, and only change the translation lines you altered? Thanks.