<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_config.h, 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-02-14T05:21:05Z</updated>
<entry>
<title>Set response limits on http server connections</title>
<updated>2025-02-14T05:21:05Z</updated>
<author>
<name>Lee *!* Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2025-01-21T14:56:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=13ff355cf6081776fd7379080c17246e35c1236d'/>
<id>urn:sha1:13ff355cf6081776fd7379080c17246e35c1236d</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>
<entry>
<title>src: bump network speed 4x</title>
<updated>2025-02-05T17:45:32Z</updated>
<author>
<name>nahuhh</name>
<email>50635951+nahuhh@users.noreply.github.com</email>
</author>
<published>2025-02-05T17:43:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=66c2fe12cd57d96e4f912f5f57eed148fb9b06ec'/>
<id>urn:sha1:66c2fe12cd57d96e4f912f5f57eed148fb9b06ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: background sync with just the view key</title>
<updated>2024-05-25T03:42:59Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-10-14T01:33:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e44e8b164030cfbddb9ae8b39251c1ccf396e2b6'/>
<id>urn:sha1:e44e8b164030cfbddb9ae8b39251c1ccf396e2b6</id>
<content type='text'>
- When background syncing, the wallet wipes the spend key
from memory and processes all new transactions. The wallet saves
all receives, spends, and "plausible" spends of receives the
wallet does not know key images for.
- When background sync disabled, the wallet processes all
background synced txs and then clears the background sync cache.
- Adding "plausible" spends to the background sync cache ensures
that the wallet does not need to query the daemon to see if any
received outputs were spent while background sync was enabled.
This would harm privacy especially for users of 3rd party daemons.
- To enable the feature in the CLI wallet, the user can set
background-sync to reuse-wallet-password or
custom-background-password and the wallet automatically syncs in
the background when the wallet locks, then processes all
background synced txs when the wallet is unlocked.
- The custom-background-password option enables the user to
open a distinct background wallet that only has a view key saved
and can be opened/closed/synced separately from the main wallet.
When the main wallet opens, it processes the background wallet's
cache.
- To enable the feature in the RPC wallet, there is a new
`/setup_background_sync` endpoint.
- HW, multsig and view-only wallets cannot background sync.
</content>
</entry>
<entry>
<title>cryptonote_config: include cstdint</title>
<updated>2023-10-23T19:53:58Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-10-22T23:02:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=14ae81246d2eb8200ddb2869f2d381ac3f84fbad'/>
<id>urn:sha1:14ae81246d2eb8200ddb2869f2d381ac3f84fbad</id>
<content type='text'>
Header was using `uint64_t` without including `&lt;cstdint&gt;` which caused some issues downstream for windows builds
</content>
</entry>
<entry>
<title>Merge pull request #8784</title>
<updated>2023-03-18T22:23:14Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-03-18T22:23:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=225e5ba571264eb9ceb1e7defa732d8ea28ab5cb'/>
<id>urn:sha1:225e5ba571264eb9ceb1e7defa732d8ea28ab5cb</id>
<content type='text'>
5900ed3 Add a size limit for tx_extra in tx pool (tevador)
</content>
</entry>
<entry>
<title>Add a size limit for tx_extra in tx pool</title>
<updated>2023-03-18T19:01:58Z</updated>
<author>
<name>tevador</name>
<email>tevador@gmail.com</email>
</author>
<published>2023-02-05T20:53:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5900ed3706caa1beeef88738e7b62194280af5d9'/>
<id>urn:sha1:5900ed3706caa1beeef88738e7b62194280af5d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>verRctNonSemanticsSimpleCached: fix fragility</title>
<updated>2023-03-17T23:46:34Z</updated>
<author>
<name>Jeffrey Ryan</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-01-14T02:53:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c59e0096b671528036563c1c30f31763a615aa75'/>
<id>urn:sha1:c59e0096b671528036563c1c30f31763a615aa75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>derive multisig tx secret keys from an entropy source plus the tx inputs' key images</title>
<updated>2022-07-13T17:40:34Z</updated>
<author>
<name>koe</name>
<email>ukoe@protonmail.com</email>
</author>
<published>2022-04-30T21:54:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=edcc094558779a25811f2736beca97d78a26bff5'/>
<id>urn:sha1:edcc094558779a25811f2736beca97d78a26bff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multisig: fix critical vulnerabilities in signing</title>
<updated>2022-06-30T17:56:40Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-12-06T10:25:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c7b2944f8960c208ceddeb3075a673630ae000cd'/>
<id>urn:sha1:c7b2944f8960c208ceddeb3075a673630ae000cd</id>
<content type='text'>
</content>
</entry>
</feed>
