<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests, branch v0.18.4.4</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.18.4.4</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.4.4'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2025-11-11T18:44:26Z</updated>
<entry>
<title>Fix logging deadlock</title>
<updated>2025-11-11T18:44:26Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2025-11-08T00:00:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a83a46d60059a063ec953ba15f4cdcc2b3874440'/>
<id>urn:sha1:a83a46d60059a063ec953ba15f4cdcc2b3874440</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: identify spends in pool when scanning</title>
<updated>2025-10-07T18:02:17Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2025-09-15T16:47:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9239d36691bfe94dda12cc925903fed5e761fbe3'/>
<id>urn:sha1:9239d36691bfe94dda12cc925903fed5e761fbe3</id>
<content type='text'>
- Make sure to mark identified spends in the pool as spends. The
wallet might not know these have been spent if it wasn't the wallet
that relayed the tx to the daemon, or the wallet was cleared via
rescan_bc.
- Make sure to add spends to m_unconfirmed_txs if not present.
- Make sure to process the entire pool again if refreshing for
the first time. The wallet fetches pool and blocks at the same
time. The wallet scans blocks first, then pool. If the wallet
identifies received outputs in the chain, then it may have spent
those received outputs in the pool. So we make sure to re-process
the entire pool again after scanning the chain for the first time.
- Multisig wallets that know about spent key images can now detect
spend txs in the pool. Update tests for that.
</content>
</entry>
<entry>
<title>wallet: refactor subaddress expansion &amp; add to transfer test</title>
<updated>2025-07-07T22:21:46Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2025-07-07T20:07:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1da19dac545bb5c0521949a212af42a7f351776e'/>
<id>urn:sha1:1da19dac545bb5c0521949a212af42a7f351776e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: improve lookahead logic &amp; make rpc persistent</title>
<updated>2025-07-07T22:21:43Z</updated>
<author>
<name>Justin Berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2025-06-26T17:32:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e23d51bc1683e4aa369ba0f2889b96113eeb4e3a'/>
<id>urn:sha1:e23d51bc1683e4aa369ba0f2889b96113eeb4e3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: create set_subaddress_lookahead wallet rpc endpoint</title>
<updated>2025-07-07T22:21:39Z</updated>
<author>
<name>benevanoff</name>
<email>benjaminevanoff99@gmail.com</email>
</author>
<published>2023-11-03T23:40:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=678f5dab31aa27c9e6e1fb24a4c1f683ef242e1a'/>
<id>urn:sha1:678f5dab31aa27c9e6e1fb24a4c1f683ef242e1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: ensure subaddress keys table is at least size of requested lookahead</title>
<updated>2025-07-03T16:10:29Z</updated>
<author>
<name>benevanoff</name>
<email>benjaminevanoff99@gmail.com</email>
</author>
<published>2023-11-03T18:07:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8f5a7b0f1a0c2954a249318cf2f3760096991b67'/>
<id>urn:sha1:8f5a7b0f1a0c2954a249318cf2f3760096991b67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace in-tree MD5 with OpenSSL</title>
<updated>2025-03-14T13:00:16Z</updated>
<author>
<name>Bastian Germann</name>
<email>bage@debian.org</email>
</author>
<published>2024-11-20T15:00:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fe1a10d70ea7fcebca0085bb7b68669072875e68'/>
<id>urn:sha1:fe1a10d70ea7fcebca0085bb7b68669072875e68</id>
<content type='text'>
This uses OpenSSL's non-deprecated EVP digest facility to calculate MD5
in HTTP digest authentication.
</content>
</entry>
<entry>
<title>Merge pull request #9740</title>
<updated>2025-03-10T16:20:00Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2025-03-10T16:20:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3da68db9789697d30dc309df2f1da5d348bc4ce2'/>
<id>urn:sha1:3da68db9789697d30dc309df2f1da5d348bc4ce2</id>
<content type='text'>
008ba966d blockchain sync: reduce disk writes from 2 to 1 per tx (jeffro256)
</content>
</entry>
<entry>
<title>blockchain sync: reduce disk writes from 2 to 1 per tx</title>
<updated>2025-03-10T06:32:08Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2024-01-17T23:17:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=008ba966da88f073f226b299533faca905ceabf8'/>
<id>urn:sha1:008ba966da88f073f226b299533faca905ceabf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build with boost ASIO 0.87. Support boost 1.66+</title>
<updated>2025-02-14T18:29:57Z</updated>
<author>
<name>Lee *!* Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2024-12-17T21:40:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=01bcd52924244ec8d2a24c10fcef8959289d09ff'/>
<id>urn:sha1:01bcd52924244ec8d2a24c10fcef8959289d09ff</id>
<content type='text'>
</content>
</entry>
</feed>
