summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-04fix patch numberCzarek Nakamoto
2024-04-04fix android (i hope)Czarek Nakamoto
2024-04-03fix ios build script (how did it even work before!?!?!?)Czarek Nakamoto
2024-04-02randomx bumpv0.18.3.3-RC17Czarek Nakamoto
2024-04-02actually fix and not workaround the iOS issue.v0.18.3.3-RC16Czarek Nakamoto
2024-04-02update randomx commitCzarek 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-02add wownero patch so it won't crashCzarek Nakamoto
2024-04-02monero: fix make debug-testsCzarek Nakamoto
2024-04-02build debug by defaultCzarek Nakamoto
2024-04-01un-conflict exported symbols on macosCzarek Nakamoto
2024-04-01feat: macos host buildsCzarek Nakamoto
2024-04-01update readmeCzarek Nakamoto
2024-04-01fix: wownero and monero wallets in the same processv0.18.3.3-RC12Czarek Nakamoto
ci: cache ~/.ccache directory
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-27fixed coin control patch for wowneroCzarek Nakamoto
2024-03-27fix wownero coin controlCzarek Nakamoto
use proper headers properly apply patches
2024-03-27wooofCzarek Nakamoto
2024-03-26feat: wownero supportCzarek Nakamoto
2024-03-23windows support + LICENSECzarek Nakamoto
2024-03-22remove external header-paresrCzarek Nakamoto
2024-03-22wow + buildCzarek Nakamoto
2024-03-20fix: crash on linuxCzarek Nakamoto
also: make builds debug by default.
2024-03-20link wallet-crypto on desktopCzarek Nakamoto
2024-03-17add externCzarek Nakamoto
2024-03-16add libpolyseed.dllCzarek Nakamoto
2024-03-15feat: windows supportCzarek Nakamoto
feat: ci caching for faster builds
2024-03-13update monero to v0.18.3.3Czarek Nakamoto
2024-03-13use bookworm push releaseCzarek Nakamoto
2024-03-13bookworm -> busterCzarek Nakamoto
2024-03-12change monero commitCzarek Nakamoto
2024-03-12update monero to use upstream with patches instead of forkCzarek Nakamoto
2024-03-11fix archive storeCzarek Nakamoto
2024-03-11drop i686 android supportCzarek Nakamoto
2024-03-10use new build systemCzarek Nakamoto
2024-03-08[skip ci] wipCzarek Nakamoto
2024-03-08fixed transaction priorityCzarek Nakamoto
2024-03-06bump zmq_versionCzarek Nakamoto
add musl build
2024-03-02add yacc to sfosCzarek Nakamoto
2024-03-02host copy libs + openssl "fix"Czarek Nakamoto
2024-03-02Mention where newer builds are livingCzarek Nakamoto
2024-03-01fetch repositoryCzarek Nakamoto
2024-03-01Bump NPROC=4, fix clone.Czarek Nakamoto
2024-03-01fixed platformCzarek Nakamoto
2024-02-29update makefile and woodpecker ciCzarek Nakamoto
2024-02-29sfos to ciCzarek Nakamoto
2024-02-28feat: sailfishos port (initial)Czarek Nakamoto
2024-02-23fix linux buildCzarek Nakamoto
2024-02-23fix platformCzarek Nakamoto