<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/serialization/serialization.h, branch v0.18.4.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.4.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.4.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2024-02-08T19:22:33Z</updated>
<entry>
<title>serialization: fix infinite loops and clean up dispatching</title>
<updated>2024-02-08T19:22:33Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-11-17T08:19:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=33e3f72d246ce58336a52c24d5bbb31fdd02600b'/>
<id>urn:sha1:33e3f72d246ce58336a52c24d5bbb31fdd02600b</id>
<content type='text'>
Resolves #8687
</content>
</entry>
<entry>
<title>Remove src/serialization/list.h</title>
<updated>2022-05-02T17:08:05Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-05-02T17:08:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b7978cfd4e1a02202ca4cff99250bf3e3dceebd8'/>
<id>urn:sha1:b7978cfd4e1a02202ca4cff99250bf3e3dceebd8</id>
<content type='text'>
Unused ;)

Also a comment from serialization.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>Improve cryptonote (block and tx) binary read performance</title>
<updated>2021-01-23T06:23:39Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2021-01-24T07:42:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=08e4497c6e3b3f434c0bb255c3942648f153fe66'/>
<id>urn:sha1:08e4497c6e3b3f434c0bb255c3942648f153fe66</id>
<content type='text'>
</content>
</entry>
<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>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>
<entry>
<title>serialization: check stream good flag at the end</title>
<updated>2019-06-14T08:47:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-16T18:48:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1387549e905fc206426d3099b069bd28df0aad71'/>
<id>urn:sha1:1387549e905fc206426d3099b069bd28df0aad71</id>
<content type='text'>
just in case
</content>
</entry>
<entry>
<title>Update 2019 copyright</title>
<updated>2019-03-05T21:05:34Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate@users.noreply.github.com</email>
</author>
<published>2019-03-05T21:05:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f2930ce0bec07e28958c059444151ad4968e1e6'/>
<id>urn:sha1:1f2930ce0bec07e28958c059444151ad4968e1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tx_pool: avoid parsing a whole tx if only the prefix is needed</title>
<updated>2018-10-08T10:18:01Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-16T18:30:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6844ae1b8d6b9fcbe4fda5ac5cb0e5a4242d850a'/>
<id>urn:sha1:6844ae1b8d6b9fcbe4fda5ac5cb0e5a4242d850a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
</feed>
