<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monero_c.git/libbridge/src/main/cpp/helpers.hpp, branch zano</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git-private.cyanek.com/monero_c.git/atom?h=zano</id>
<link rel='self' href='https://git-private.cyanek.com/monero_c.git/atom?h=zano'/>
<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>drop cache, it is causing more trouble than it's worth</title>
<updated>2024-01-04T21:17:42+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-01-04T21:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=12bc3aaaa9aafb7db0b08ad1343f830070aa18d3'/>
<id>urn:sha1:12bc3aaaa9aafb7db0b08ad1343f830070aa18d3</id>
<content type='text'>
implement anonero's fork functions in bridge. Calling it RC39 to not break versioning.
</content>
</entry>
<entry>
<title>More functions ported over to monero_c.</title>
<updated>2024-01-01T23:26:21+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-01-01T23:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=8af549fea9dbcb945c3098d850aa1fa15a6735d5'/>
<id>urn:sha1:8af549fea9dbcb945c3098d850aa1fa15a6735d5</id>
<content type='text'>
Some leftovers are still present - but shouldn't contain anything
that is required by anonero
</content>
</entry>
<entry>
<title>- helpers.cpp:</title>
<updated>2024-01-01T13:01:31+00:00</updated>
<author>
<name>Czarek Nakamoto</name>
<email>cyjan@mrcyjanek.net</email>
</author>
<published>2024-01-01T13:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-private.cyanek.com/monero_c.git/commit/?id=a1e087b61726e0a82f4f1250f15ff82f7edf56f8'/>
<id>urn:sha1:a1e087b61726e0a82f4f1250f15ff82f7edf56f8</id>
<content type='text'>
  - functions for dealing with:
    - std::vector&lt;std::string&gt;
    - std::vector&lt;uint32_t&gt;
    - std::vector&lt;std::set&lt;uint32_t&gt;&gt;
- wallet2_api_c.h:
  - PendingTransaction
    - txid
    - subaddrAccount
    - subaddrIndices
    - multisigSignData
    - signMultisigTx
    - signersKeys
</content>
</entry>
</feed>
