summaryrefslogtreecommitdiff
path: root/build_single.sh
AgeCommit message (Collapse)Author
2024-04-14polyseed fix ughrewrite-boost-patch-experimentCzarek Nakamoto
2024-04-03fix ios build script (how did it even work before!?!?!?)Czarek Nakamoto
2024-04-02actually fix and not workaround the iOS issue.v0.18.3.3-RC16Czarek Nakamoto
2024-04-02feat: iOS buildsv0.18.3.3-RC15Czarek Nakamoto
includes patches to - randomx: https://github.com/tevador/RandomX/pull/294 - randomwow: https://git.wownero.com/wownero/RandomWOW/pulls/2
2024-04-02build debug by defaultCzarek Nakamoto
2024-04-01feat: macos host buildsCzarek Nakamoto
2024-03-31feat: split MONERO and WOWNERO prefixed functionsv0.18.3.3-RC11Czarek Nakamoto
So basically: when we open the .so file, we define some symbols, and it appears that if we load something else, with the same symbols, under the same thread we cause some funky behaviour - like calling function a wownero function MONERO_Wallet_address() resulting in a monero address being generated. Needless to say, this is undesired, and a blocker for https://github.com/cypherstack/stack_wallet/pull/818 I'm afraid that this may not solve all of our issues (but will solve some significant roadblocks), because of the "genesis block" issue, as output of nm -gDC release/wownero/x86_64-linux-gnu_libwallet2_api_c.so | grep genesis indicate that these functions may share *something* in common across both WOW and XMR libraries. In a case in which this fix won't be sufficient, I think that the way forward would be to close the dynamic libraries, but before we do that I want to check if maybe there is a change to run multiple wallets at once.
2024-03-28macos supportCzarek Nakamoto
2024-03-27wooofCzarek Nakamoto
2024-03-23windows support + LICENSECzarek Nakamoto
2024-03-22wow + buildCzarek Nakamoto
2024-03-20fix: crash on linuxCzarek Nakamoto
also: make builds debug by default.
2024-03-16add libpolyseed.dllCzarek Nakamoto
2024-03-15feat: windows supportCzarek Nakamoto
feat: ci caching for faster builds
2024-03-10use new build systemCzarek Nakamoto
2024-03-08[skip ci] wipCzarek Nakamoto