<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet2.cpp, branch v0.18.1.1</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.1.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.1.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-09-15T21:25:22Z</updated>
<entry>
<title>Merge pull request #8545</title>
<updated>2022-09-15T21:25:22Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-09-15T21:25:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7cbae6ca988dedbe358ee5edbf9bdd610673a8ee'/>
<id>urn:sha1:7cbae6ca988dedbe358ee5edbf9bdd610673a8ee</id>
<content type='text'>
12e7c41 Merge pull request #5 from j-berman/restore-msig-encrypted-seed (Justin Berman)
848a0c0 Fix segfault restoring encrypted multisig seed (j-berman)
401f5d9 Require user ack multisig is experimental to restore (j-berman)
fc8a5d6 multisig: fix #8537 seed restore (suggestions by @UkoeHB) (j-berman)
</content>
</entry>
<entry>
<title>wallet2: check wallet compatibility with daemon's hard fork version</title>
<updated>2022-09-13T03:23:08Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-08-26T23:13:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=864a78ee5f5db4619c093e0dfb26bd03735d9fb1'/>
<id>urn:sha1:864a78ee5f5db4619c093e0dfb26bd03735d9fb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8555</title>
<updated>2022-09-09T17:57:51Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-09-09T17:57:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=af4f97bf66282bb2af25b5577d9bcba4d00b00b0'/>
<id>urn:sha1:af4f97bf66282bb2af25b5577d9bcba4d00b00b0</id>
<content type='text'>
e29b2e9 wallet2: ensure imported outputs subaddresses are created (moneromooo-monero)
1d3657a wallet2: better test on whether to allow output import (moneromooo-monero)
0cbf557 allow exporting outputs in chunks (moneromooo-monero)
b03d709 wallet2: fixes for export/import output flow (j-berman)
4b7eb57 wallet2: do not assume imported outputs must be non empty (moneromooo-monero)
5b98beb wallet2: prevent importing outputs in a hot wallet (moneromooo-monero)
0de1571 wallet2: fix missing subaddress indices in 'light' exported outputs (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet2: ensure imported outputs subaddresses are created</title>
<updated>2022-09-07T06:22:31Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2022-08-24T13:52:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e29b2e999737b76bbddd844858168a145916ebe0'/>
<id>urn:sha1:e29b2e999737b76bbddd844858168a145916ebe0</id>
<content type='text'>
reported by j-berman
</content>
</entry>
<entry>
<title>wallet2: better test on whether to allow output import</title>
<updated>2022-09-07T06:22:31Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2022-08-18T07:14:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1d3657afb5f53c7be0f839f8d449310b862b2006'/>
<id>urn:sha1:1d3657afb5f53c7be0f839f8d449310b862b2006</id>
<content type='text'>
Being offline is not a good enough heuristic, so we keep track
of whether the wallet ever refreshed from a daemon, which is a
lot better, and probably the best we can do without manual user
designation (which would break existing cold wallet setups till
the user designates those wallets)
</content>
</entry>
<entry>
<title>allow exporting outputs in chunks</title>
<updated>2022-09-07T06:22:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2022-08-16T20:20:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0cbf5571d3ccd07c81d33b05dd23b2ac9c777c3b'/>
<id>urn:sha1:0cbf5571d3ccd07c81d33b05dd23b2ac9c777c3b</id>
<content type='text'>
this will make it easier huge wallets to do so without hitting
random limits (eg, max string size in node).
</content>
</entry>
<entry>
<title>Fix missing semi-colon in error message</title>
<updated>2022-09-07T00:37:25Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-09-07T00:37:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=625147e57799e5b472718beb17156b17517d398a'/>
<id>urn:sha1:625147e57799e5b472718beb17156b17517d398a</id>
<content type='text'>
Co-authored-by: woodser &lt;woodser@protonmail.com&gt;
</content>
</entry>
<entry>
<title>wallet2: fixes for export/import output flow</title>
<updated>2022-09-06T23:20:23Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-08-16T02:50:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b03d7091f7a0c2bd78f28ccb27a6481bb409d4dd'/>
<id>urn:sha1:b03d7091f7a0c2bd78f28ccb27a6481bb409d4dd</id>
<content type='text'>
- only allow offline wallets to import outputs
- don't import empty outputs
- export subaddress indexes when exporting outputs
</content>
</entry>
<entry>
<title>wallet2: do not assume imported outputs must be non empty</title>
<updated>2022-09-06T18:25:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2022-08-07T15:19:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4b7eb573b2925306fe84a6fff8e25bd0062b1082'/>
<id>urn:sha1:4b7eb573b2925306fe84a6fff8e25bd0062b1082</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet2: prevent importing outputs in a hot wallet</title>
<updated>2022-09-06T18:25:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2022-08-07T15:00:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5b98bebad146854cabf11b51bbd6ff5fafccbdcc'/>
<id>urn:sha1:5b98bebad146854cabf11b51bbd6ff5fafccbdcc</id>
<content type='text'>
</content>
</entry>
</feed>
