<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/api/wallet2_api.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>2024-05-25T03:42:59Z</updated>
<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>fix missing &lt;cstdint&gt; includes</title>
<updated>2023-05-08T17:29:54Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2023-05-06T16:13:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f983ac77805a494ea4a05a00398c553e1359aefd'/>
<id>urn:sha1:f983ac77805a494ea4a05a00398c553e1359aefd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add an option to force-update multisig key exchange under some circumstances</title>
<updated>2022-09-21T17:51:19Z</updated>
<author>
<name>koe</name>
<email>ukoe@protonmail.com</email>
</author>
<published>2022-05-14T22:07:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1cd21bfba584fa7d886f13684f34c71931eddf4d'/>
<id>urn:sha1:1cd21bfba584fa7d886f13684f34c71931eddf4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet_api: add scanTransactions function</title>
<updated>2022-05-26T01:51:31Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2022-05-26T01:43:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de2f0d010252ad1abf0f0c8ca9e32d81817c80ab'/>
<id>urn:sha1:de2f0d010252ad1abf0f0c8ca9e32d81817c80ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove /include</title>
<updated>2022-04-10T04:47:02Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-04-10T04:43:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a14fdf8d5a672c0bca418ca904f5de7ce75241b0'/>
<id>urn:sha1:a14fdf8d5a672c0bca418ca904f5de7ce75241b0</id>
<content type='text'>
* `IWallet.h` hasn't been touched since 2014, and has been replaced by `src/wallet/api/wallet2_api.h`
* `INode.h` is in a similar situation with `src/p2p/net_node.h`
</content>
</entry>
<entry>
<title>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multisig key exchange update and refactor</title>
<updated>2022-02-22T22:37:42Z</updated>
<author>
<name>koe</name>
<email>ukoe@protonmail.com</email>
</author>
<published>2021-08-03T04:27:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e08abaa43f2c534bf21c0ed59ba325538502007e'/>
<id>urn:sha1:e08abaa43f2c534bf21c0ed59ba325538502007e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet_api: add make_uri</title>
<updated>2021-08-19T13:35:37Z</updated>
<author>
<name>tobtoht</name>
<email>thotbot@protonmail.com</email>
</author>
<published>2021-08-19T13:35:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a9aaa47abb4c91f3127fcee7b3ea1603c85ba879'/>
<id>urn:sha1:a9aaa47abb4c91f3127fcee7b3ea1603c85ba879</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet_api: expose offline mode status</title>
<updated>2021-07-18T22:30:36Z</updated>
<author>
<name>rating89us</name>
<email>45968869+rating89us@users.noreply.github.com</email>
</author>
<published>2021-07-18T22:15:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a3d2b71ee98905f96a12e312a769c8614dcba0bf'/>
<id>urn:sha1:a3d2b71ee98905f96a12e312a769c8614dcba0bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7748</title>
<updated>2021-07-10T21:57:39Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-07-10T21:57:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c53e22c40a997e85c9bd1e841402f6a38c850a97'/>
<id>urn:sha1:c53e22c40a997e85c9bd1e841402f6a38c850a97</id>
<content type='text'>
bbeb555 wallet_api: getPassword (tobtoht)
</content>
</entry>
</feed>
