You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In preparation for adding MuSig2 as required in #36, the build scripts have been updated. This has not been tested on Windows. The following needs to be tested on the 36-dlcs branch:
coinlib/bin/build_windows.dart produces a DLL that passes all tests.
coinlib/bin/build_windows_crosscompile.dart produces a DLL that passes all tests.
coinlib/bin/build_wsl.dart produces a DLL that passes all tests.
The coinlib_flutter/example app builds and runs on Windows.
In preparation for adding MuSig2 as required in #36, the build scripts have been updated. This has not been tested on Windows. The following needs to be tested on the 36-dlcs branch:
coinlib/bin/build_windows.dartproduces a DLL that passes all tests.coinlib/bin/build_windows_crosscompile.dartproduces a DLL that passes all tests.coinlib/bin/build_wsl.dartproduces a DLL that passes all tests.coinlib_flutter/exampleapp builds and runs on Windows.