<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monero_c.git/build_single.sh, branch cake_stuff</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git-private.cyanek.com/monero_c.git/atom?h=cake_stuff</id>
<link rel='self' href='https://git-private.cyanek.com/monero_c.git/atom?h=cake_stuff'/>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/'/>
<updated>2024-04-03T19:31:04+00:00</updated>
<entry>
<title>fix ios build script (how did it even work before!?!?!?)</title>
<updated>2024-04-03T19:31:04+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-04-03T19:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=9c3871763a9b17ba30b98a3dbaeeeb3af18c9f21'/>
<id>urn:sha1:9c3871763a9b17ba30b98a3dbaeeeb3af18c9f21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>actually fix and not workaround the iOS issue.</title>
<updated>2024-04-02T17:14:43+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-04-02T17:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=3eb727598b71e4f6eab4dd2d5b17a31ef432149d'/>
<id>urn:sha1:3eb727598b71e4f6eab4dd2d5b17a31ef432149d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: iOS builds</title>
<updated>2024-04-02T15:09:22+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-04-02T15:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=e2ad1410071041f7953c1600ac47b6052b366f3a'/>
<id>urn:sha1:e2ad1410071041f7953c1600ac47b6052b366f3a</id>
<content type='text'>
includes patches to
- randomx: https://github.com/tevador/RandomX/pull/294
- randomwow: https://git.wownero.com/wownero/RandomWOW/pulls/2
</content>
</entry>
<entry>
<title>build debug by default</title>
<updated>2024-04-01T22:14:52+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-04-01T22:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=d0b6e0d1f15dccdda20940797a6d1e47ed4719b9'/>
<id>urn:sha1:d0b6e0d1f15dccdda20940797a6d1e47ed4719b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: macos host builds</title>
<updated>2024-04-01T06:51:37+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-04-01T06:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=365c444b05d19c210ff10cdb71b80040b04bbcef'/>
<id>urn:sha1:365c444b05d19c210ff10cdb71b80040b04bbcef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: split MONERO and WOWNERO prefixed functions</title>
<updated>2024-03-31T07:19:47+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-03-31T07:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=b72d2dff623665f42985ef9b6419636ca35a51d1'/>
<id>urn:sha1:b72d2dff623665f42985ef9b6419636ca35a51d1</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>macos support</title>
<updated>2024-03-28T09:43:54+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-03-28T01:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=b03434087911de951df7d9f264a63aeb590c4d2e'/>
<id>urn:sha1:b03434087911de951df7d9f264a63aeb590c4d2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wooof</title>
<updated>2024-03-27T06:11:50+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-03-26T18:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=b2ce0ed438038ca8c6dfb8368579d351d721eb52'/>
<id>urn:sha1:b2ce0ed438038ca8c6dfb8368579d351d721eb52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>windows support + LICENSE</title>
<updated>2024-03-23T07:43:12+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-03-22T17:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=53dbfbccea07f659aff5d03c5a5d44c729f71ca7'/>
<id>urn:sha1:53dbfbccea07f659aff5d03c5a5d44c729f71ca7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wow + build</title>
<updated>2024-03-22T13:21:57+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-03-22T13:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=380f3f41e62cb72ed24e4f46df78f36f8e28c6d6'/>
<id>urn:sha1:380f3f41e62cb72ed24e4f46df78f36f8e28c6d6</id>
<content type='text'>
</content>
</entry>
</feed>
