| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-15 | add {aarch64,x86_64}-host-apple-darwin targets | Czarek Nakamoto | |
| 2024-05-15 | fix amd64 builds on macos | Czarek Nakamoto | |
| fix homebrew_prefix | |||
| 2024-05-11 | fix store crash readme update wownero build fix | Czarek Nakamoto | |
| 2024-05-10 | embed libc++_shared.so in android builds | Czarek Nakamoto | |
| 2024-04-29 | Merge branch 'rewrite-wip' of https://github.com/mrcyjanek/monero_c into HEAD | Czarek Nakamoto | |
| 2024-04-29 | windows support | Czarek Nakamoto | |
| 2024-04-27 | update build script for macos | Czarek Nakamoto | |
| 2024-04-25 | fix wownero build in contrib/depends systemv0.18.3.3-RC37 | Czarek Nakamoto | |
| 2024-04-25 | wownero-seed support | Czarek Nakamoto | |
| 2024-04-03 | fix ios build script (how did it even work before!?!?!?) | Czarek Nakamoto | |
| 2024-04-02 | actually fix and not workaround the iOS issue.v0.18.3.3-RC16 | Czarek Nakamoto | |
| 2024-04-02 | feat: iOS buildsv0.18.3.3-RC15 | Czarek Nakamoto | |
| includes patches to - randomx: https://github.com/tevador/RandomX/pull/294 - randomwow: https://git.wownero.com/wownero/RandomWOW/pulls/2 | |||
| 2024-04-02 | build debug by default | Czarek Nakamoto | |
| 2024-04-01 | feat: macos host builds | Czarek Nakamoto | |
| 2024-03-31 | feat: split MONERO and WOWNERO prefixed functionsv0.18.3.3-RC11 | Czarek 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-28 | macos support | Czarek Nakamoto | |
| 2024-03-27 | wooof | Czarek Nakamoto | |
| 2024-03-23 | windows support + LICENSE | Czarek Nakamoto | |
| 2024-03-22 | wow + build | Czarek Nakamoto | |
| 2024-03-20 | fix: crash on linux | Czarek Nakamoto | |
| also: make builds debug by default. | |||
| 2024-03-16 | add libpolyseed.dll | Czarek Nakamoto | |
| 2024-03-15 | feat: windows support | Czarek Nakamoto | |
| feat: ci caching for faster builds | |||
| 2024-03-10 | use new build system | Czarek Nakamoto | |
| 2024-03-08 | [skip ci] wip | Czarek Nakamoto | |
