<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/simplewallet/simplewallet.h, branch v0.17.1.5</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.17.1.5</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.1.5'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-08-17T16:23:58Z</updated>
<entry>
<title>replace most boost serialization with existing monero serialization</title>
<updated>2020-08-17T16:23:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-06-24T23:26:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7175dcb1078abbdaa130a8c5f5fd2b93fa7b3086'/>
<id>urn:sha1:7175dcb1078abbdaa130a8c5f5fd2b93fa7b3086</id>
<content type='text'>
This reduces the attack surface for data that can come from
malicious sources (exported output and key images, multisig
transactions...) since the monero serialization is already
exposed to the outside, and the boost lib we were using had
a few known crashers.

For interoperability, a new load-deprecated-formats wallet
setting is added (off by default). This allows loading boost
format data if there is no alternative. It will likely go
at some point, along with the ability to load those.

Notably, the peer lists file still uses the boost serialization
code, as the data it stores is define in epee, while the new
serialization code is in monero, and migrating it was fairly
hairy. Since this file is local and not obtained from anyone
else, the marginal risk is minimal, but it could be migrated
later if needed.

Some tests and tools also do, this will stay as is for now.
</content>
</entry>
<entry>
<title>Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command</title>
<updated>2020-07-24T05:12:11Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2020-06-01T08:20:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fb31167b12caccdac071bdbe5ad58f235cdb82fe'/>
<id>urn:sha1:fb31167b12caccdac071bdbe5ad58f235cdb82fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6512</title>
<updated>2020-07-19T10:32:59Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-07-19T10:32:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a0d179e528220137885fee0817dc792127aec18c'/>
<id>urn:sha1:a0d179e528220137885fee0817dc792127aec18c</id>
<content type='text'>
5ef0607da Update copyright year to 2020 (SomaticFanatic)
</content>
</entry>
<entry>
<title>Merge pull request #6488</title>
<updated>2020-07-16T13:14:30Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-07-16T13:14:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5041de8a3b48f4db5b1a7b8f454d14bd2e3759c9'/>
<id>urn:sha1:5041de8a3b48f4db5b1a7b8f454d14bd2e3759c9</id>
<content type='text'>
99684e3e simplewallet: add show_qr_code command (selsta)
</content>
</entry>
<entry>
<title>simplewallet: add show_qr_code command</title>
<updated>2020-06-21T18:15:10Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2020-04-29T15:53:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=99684e3ec3c613186a5c2fcc9844e817457d806d'/>
<id>urn:sha1:99684e3ec3c613186a5c2fcc9844e817457d806d</id>
<content type='text'>
Thanks to iDunk for helping with Windows.
</content>
</entry>
<entry>
<title>repo: update donation fund address</title>
<updated>2020-06-09T10:19:39Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2020-06-09T07:52:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=58e1c8b031a7e2ab41b6958b3c0a2498f631fe28'/>
<id>urn:sha1:58e1c8b031a7e2ab41b6958b3c0a2498f631fe28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6549</title>
<updated>2020-06-08T19:12:08Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-06-08T19:12:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e17c864ba2136d9d777773715a493a78f94ad670'/>
<id>urn:sha1:e17c864ba2136d9d777773715a493a78f94ad670</id>
<content type='text'>
82d21f5 easylogging++: sanitize log payload (moneromooo-monero)
7d0b7e8 [master] MMS: New 'config_checksum' subcommand (rbrunner7)
</content>
</entry>
<entry>
<title>[master] MMS: New 'config_checksum' subcommand</title>
<updated>2020-05-24T08:23:55Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2020-05-04T09:31:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7d0b7e83efff1a29f730dfb65fa79cb72cc92d48'/>
<id>urn:sha1:7d0b7e83efff1a29f730dfb65fa79cb72cc92d48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplewallet: don't complain about incoming payment ids on change</title>
<updated>2020-05-13T23:28:31Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-05-13T00:25:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=86cf811a3971750f704afbf282a449e418505659'/>
<id>urn:sha1:86cf811a3971750f704afbf282a449e418505659</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
</feed>
