| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-01 | expose free functionv0.18.3.3-RC42 | Czarek Nakamoto | |
| 2024-04-25 | update header file | 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-22 | yet another difference in wow...v0.18.3.3-RC35 | Czarek Nakamoto | |
| 2024-04-22 | sync changes to wownero. Wow.v0.18.3.3-RC34 | Czarek Nakamoto | |
| 2024-04-22 | add missing functionality from for cake's polyseed implementationv0.18.3.3-RC33 | Czarek Nakamoto | |
| 2024-04-11 | Revert "add polyseed language options" | Czarek Nakamoto | |
| This reverts commit a032a20221579d5fb9445b370eec1b6bd4ff653b. | |||
| 2024-04-11 | add polyseed language optionsv0.18.3.3-RC22 | Czarek Nakamoto | |
| 2024-04-05 | add comments explaining what does the code do? | Czarek Nakamoto | |
| 2024-04-01 | fix: wownero and monero wallets in the same processv0.18.3.3-RC12 | Czarek Nakamoto | |
| ci: cache ~/.ccache directory | |||
| 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. | |||
