<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/simplewallet/simplewallet.h, branch v0.18.1.2</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.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.1.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-09-21T17:51:19Z</updated>
<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>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>Fix segfault restoring encrypted multisig seed</title>
<updated>2022-09-07T05:21:25Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-09-07T05:21:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=848a0c05b0c52c2c08fcd346d7f821b496f2d044'/>
<id>urn:sha1:848a0c05b0c52c2c08fcd346d7f821b496f2d044</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve consistency between on_money_received and on_money_received_unconfirmed</title>
<updated>2022-06-01T22:20:11Z</updated>
<author>
<name>Luke Parker</name>
<email>lukeparker5132@gmail.com</email>
</author>
<published>2022-06-01T22:20:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da0715e503f5a5a5f9c8fcf4f81c01a423aab6ab'/>
<id>urn:sha1:da0715e503f5a5a5f9c8fcf4f81c01a423aab6ab</id>
<content type='text'>
unconfirmed solely uses a - b, and received now accepts b so it can 
provide more detailed logs on what occurred (printing a - b, yet with a 
and b).
</content>
</entry>
<entry>
<title>disable multisig by default</title>
<updated>2022-05-17T19:52:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2022-05-14T19:49:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=29794742211b7fbd35b1c7b0b707cb495001b3e8'/>
<id>urn:sha1:29794742211b7fbd35b1c7b0b707cb495001b3e8</id>
<content type='text'>
There are vulnerabilities in multisig protocol if the parties do not
trust each other, and while there is a patch for it, it has not been
throroughly reviewed yet, so it is felt safer to disable multisig by
default for now.
If all parties in a multisig setup trust each other, then it is safe
to enable multisig.
</content>
</entry>
<entry>
<title>Bump ring size to 16 for v15 &amp; remove set default in wallet cli</title>
<updated>2022-04-18T21:36:28Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-02-12T01:01:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5d388eb74d8095b0757e77b47a0da53ec54eb972'/>
<id>urn:sha1:5d388eb74d8095b0757e77b47a0da53ec54eb972</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8197</title>
<updated>2022-04-06T04:08:53Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-04-06T04:08:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0eb1b570b65103ca11bdacb1f87a76a64763cfea'/>
<id>urn:sha1:0eb1b570b65103ca11bdacb1f87a76a64763cfea</id>
<content type='text'>
da9aa1f Copyright: Update to 2022 (mj-xmr)
</content>
</entry>
<entry>
<title>Make the wallet name optional when locked.</title>
<updated>2022-03-10T08:16:14Z</updated>
<author>
<name>Norman Moeschter</name>
<email>norman.moeschter@gmail.com</email>
</author>
<published>2022-03-10T08:16:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=354e1d9c65af26b4dca68ae8818f8b9ad01a5b2e'/>
<id>urn:sha1:354e1d9c65af26b4dca68ae8818f8b9ad01a5b2e</id>
<content type='text'>
</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>
</feed>
