<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monero_c.git/libbridge/src, branch cyjan-cmake4.x.x</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git-private.cyanek.com/monero_c.git/atom?h=cyjan-cmake4.x.x</id>
<link rel='self' href='https://git-private.cyanek.com/monero_c.git/atom?h=cyjan-cmake4.x.x'/>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/'/>
<updated>2024-03-31T07:19:47+00:00</updated>
<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>fix wownero coin control</title>
<updated>2024-03-27T14:46:01+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-03-27T14:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=04d02626863144a69caf5c821502c91093b7de58'/>
<id>urn:sha1:04d02626863144a69caf5c821502c91093b7de58</id>
<content type='text'>
use proper headers
properly apply patches
</content>
</entry>
<entry>
<title>fix: crash on linux</title>
<updated>2024-03-20T21:45:38+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-03-20T21:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=8775db7e945552e4f23c429dde4ddf91d974a5a2'/>
<id>urn:sha1:8775db7e945552e4f23c429dde4ddf91d974a5a2</id>
<content type='text'>
also: make builds debug by default.
</content>
</entry>
<entry>
<title>add extern</title>
<updated>2024-03-17T11:58:49+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-03-17T11:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=5fcc3d857dc0773a7ea40cb27a59d9220a921e98'/>
<id>urn:sha1:5fcc3d857dc0773a7ea40cb27a59d9220a921e98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update monero to use upstream with patches instead of fork</title>
<updated>2024-03-12T18:17:40+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-03-12T18:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=2b685de9a42bdbecca14ad8e74deed02cff46286'/>
<id>urn:sha1:2b685de9a42bdbecca14ad8e74deed02cff46286</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed transaction priority</title>
<updated>2024-03-08T14:43:46+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-03-08T00:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=f04598fea7406fa4178ec5ae70cb38ffc4fe694c'/>
<id>urn:sha1:f04598fea7406fa4178ec5ae70cb38ffc4fe694c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add signing functionality</title>
<updated>2024-02-17T17:10:28+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-02-17T17:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=67c47c5491b022f74a0af8138b69ae614527bdba'/>
<id>urn:sha1:67c47c5491b022f74a0af8138b69ae614527bdba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>getWalletManager</title>
<updated>2024-01-19T15:12:34+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-01-19T15:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=8d2f007d9eb88bea5363957c7c2ee48dd15ff4f4'/>
<id>urn:sha1:8d2f007d9eb88bea5363957c7c2ee48dd15ff4f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix walletmanager wrap</title>
<updated>2024-01-19T09:25:27+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-01-19T09:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=f8bc659801c3d00cc9adb2d4310f8d402ca60263'/>
<id>urn:sha1:f8bc659801c3d00cc9adb2d4310f8d402ca60263</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add `MONERO_DEBUG_isPointerNull`</title>
<updated>2024-01-11T14:15:57+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-01-11T14:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=5fd5036ea39b4e5ea4b828d0804cf1a039df9a1a'/>
<id>urn:sha1:5fd5036ea39b4e5ea4b828d0804cf1a039df9a1a</id>
<content type='text'>
</content>
</entry>
</feed>
