<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git, branch v0.18.3.0</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.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2023-09-30T18:45:43Z</updated>
<entry>
<title>Merge pull request #9001</title>
<updated>2023-09-30T18:45:43Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-09-30T18:45:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f9b81a589e19f660ed803f505c8c2a1b309c3bed'/>
<id>urn:sha1:f9b81a589e19f660ed803f505c8c2a1b309c3bed</id>
<content type='text'>
3f9140e storages: change error log category to serialization (selsta)
It's over 9000!!!
</content>
</entry>
<entry>
<title>Merge pull request #8999</title>
<updated>2023-09-30T18:44:32Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-09-30T18:44:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=41157dbc82fa2cb514ba0725210d9ae0316708a8'/>
<id>urn:sha1:41157dbc82fa2cb514ba0725210d9ae0316708a8</id>
<content type='text'>
205c804 wallet: store watch-only wallet correctly when change_password() is called (jeff)
</content>
</entry>
<entry>
<title>storages: change error log category to serialization</title>
<updated>2023-09-22T17:09:27Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2023-09-22T17:05:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3f9140e754769baa84d75f072f45c8fe63d13f60'/>
<id>urn:sha1:3f9140e754769baa84d75f072f45c8fe63d13f60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: store watch-only wallet correctly when `change_password()` is called</title>
<updated>2023-09-22T14:20:56Z</updated>
<author>
<name>jeff</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-09-22T03:33:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=205c80427ba6f5751d1aef800f1dd00d736a3ca9'/>
<id>urn:sha1:205c80427ba6f5751d1aef800f1dd00d736a3ca9</id>
<content type='text'>
The Monero GUI code was calling `Monero::wallet::setPassword()` on every open/close for some reason,
and the old `store_to()` code called `store_keys()` with `watch_only=false`, even for watch-only wallets.
This caused a bug where the watch-only keys file got saved with with the JSON field `watch_only` set to 0,
and after saving a watch-only wallet once, a user could never open it back up against because `load()` errored out.
This never got brought up before this because you would have to change the file location of the watch-only
wallet to see this bug, and I guess that didn't happen often, but calling the new `store_to()` function with the
new `force_rewrite` parameter set to `true` triggers key restoring and the bug appeared.
</content>
</entry>
<entry>
<title>Merge pull request #8988</title>
<updated>2023-09-15T03:21:06Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-09-15T03:21:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=533bbc3208191dfddb3a60e939078c86873b6946'/>
<id>urn:sha1:533bbc3208191dfddb3a60e939078c86873b6946</id>
<content type='text'>
64ed938 build: prepare v0.18.3.0 (selsta)
</content>
</entry>
<entry>
<title>Merge pull request #8977</title>
<updated>2023-09-15T03:20:38Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-09-15T03:20:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6e7bd68b183272dab2ac12c236505aa8f260998b'/>
<id>urn:sha1:6e7bd68b183272dab2ac12c236505aa8f260998b</id>
<content type='text'>
7dbb14b functional_tests: fix multisig tests noutputs assertion (jeffro256)
</content>
</entry>
<entry>
<title>Merge pull request #8941</title>
<updated>2023-09-15T03:19:27Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-09-15T03:19:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=031d318ca2cd6427fd91543e82eda0a9538fa73b'/>
<id>urn:sha1:031d318ca2cd6427fd91543e82eda0a9538fa73b</id>
<content type='text'>
356e687 wallet_rpc_server: chunk refresh to keep responding to RPC while refreshing (moneromooo-monero) 633e1b7 wallet_rpc_server: add --no-initial-sync flag for quicker network binding (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #8938</title>
<updated>2023-09-15T03:18:22Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-09-15T03:18:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=61e664a258aed020d3d346d319034c4adf28b1be'/>
<id>urn:sha1:61e664a258aed020d3d346d319034c4adf28b1be</id>
<content type='text'>
ba98269 wallet2: fix store_to() and change_password() (jeffro256)
</content>
</entry>
<entry>
<title>build: prepare v0.18.3.0</title>
<updated>2023-09-10T16:30:34Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2023-09-10T13:55:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=64ed9385a204920499dd2b3f0c5f71030fdbe9f4'/>
<id>urn:sha1:64ed9385a204920499dd2b3f0c5f71030fdbe9f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet2: fix `store_to()` and `change_password()`</title>
<updated>2023-08-23T16:52:31Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-07-07T17:55:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ba98269ca507766aa76f0ebbcaebe6f6eef93192'/>
<id>urn:sha1:ba98269ca507766aa76f0ebbcaebe6f6eef93192</id>
<content type='text'>
Resolves #8932 and:
2. Not storing cache when new path is different from old in `store_to()` and
3. Detecting same path when new path contains entire string of old path in `store_to()` and
4. Changing your password / decrypting your keys (in this method or others) and providing a bad original password and getting no error and
5. Changing your password and storing to a new file
</content>
</entry>
</feed>
