<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet2.h, branch main</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2026-06-28T11:55:46Z</updated>
<entry>
<title>wallet2: avoid linear scans in pool state updates</title>
<updated>2026-06-28T11:55:46Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2026-05-21T19:35:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=839dba22c3a39eec92d2c6be7972df6dc6d57bab'/>
<id>urn:sha1:839dba22c3a39eec92d2c6be7972df6dc6d57bab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet2: store multisig nonce erasure before returning signed txset</title>
<updated>2026-06-09T21:07:30Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2026-06-09T18:53:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d6f0a4d211cc419095e778a39a83d65000e47bf6'/>
<id>urn:sha1:d6f0a4d211cc419095e778a39a83d65000e47bf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multisig: add flag to skip refresh after multisig import</title>
<updated>2026-04-08T17:54:22Z</updated>
<author>
<name>woodser</name>
<email>13068859+woodser@users.noreply.github.com</email>
</author>
<published>2026-04-08T17:54:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7b1e9ca29801d1e380291371e40c8c37ac43d18d'/>
<id>urn:sha1:7b1e9ca29801d1e380291371e40c8c37ac43d18d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #10162</title>
<updated>2026-02-22T12:59:56Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2026-02-22T12:59:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dbcc7d212c094bd1a45f7291dbb99a4b4627a96d'/>
<id>urn:sha1:dbcc7d212c094bd1a45f7291dbb99a4b4627a96d</id>
<content type='text'>
48252dd add getter for daemon proxy (woodser)
</content>
</entry>
<entry>
<title>add getter for daemon proxy</title>
<updated>2025-10-12T13:00:33Z</updated>
<author>
<name>woodser</name>
<email>13068859+woodser@users.noreply.github.com</email>
</author>
<published>2025-10-12T12:55:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=48252dd6a9f21757e130dc93d9e47e650163381b'/>
<id>urn:sha1:48252dd6a9f21757e130dc93d9e47e650163381b</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: deprecate wallet2::find_and_save_rings()</title>
<updated>2025-07-29T17:32:20Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2025-07-29T16:58:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8f98dac4f02e1c7f431c3917f95cb9a235e668b9'/>
<id>urn:sha1:8f98dac4f02e1c7f431c3917f95cb9a235e668b9</id>
<content type='text'>
Rings for outgoing transactions are stored within the scanning code since the last hardfork,
so this code is largely unneccessary now.

Co-authored-by: j-berman &lt;justinberman@protonmail.com&gt;
</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>fix: multisig stale data after failed refresh</title>
<updated>2025-04-24T10:42:39Z</updated>
<author>
<name>SNeedlewoods</name>
<email>sneedlwoods_1@protonmail.com</email>
</author>
<published>2025-03-20T19:37:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5550c0a876961d6212067de5c1433e44255ba8ca'/>
<id>urn:sha1:5550c0a876961d6212067de5c1433e44255ba8ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8617</title>
<updated>2025-02-13T17:43:24Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2025-02-13T17:43:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5b045d70e0cb336eef9b962e53c827df3dcf469b'/>
<id>urn:sha1:5b045d70e0cb336eef9b962e53c827df3dcf469b</id>
<content type='text'>
e44e8b164 wallet: background sync with just the view key (j-berman)
</content>
</entry>
</feed>
