<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p/p2p_protocol_defs.h, branch main</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-04-18T14:55:20Z</updated>
<entry>
<title>Add Include statements</title>
<updated>2022-04-18T14:55:20Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-03-08T00:34:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=40f02f9d739a207f124bf07c590b9e7c94244eaf'/>
<id>urn:sha1:40f02f9d739a207f124bf07c590b9e7c94244eaf</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>
<entry>
<title>p2p: make REQUEST_SUPPORT_FLAGS optional, pass flags in node data</title>
<updated>2021-01-04T13:33:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-01-03T15:07:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f8157404033fc39257ed456cba4640b7e157e02d'/>
<id>urn:sha1:f8157404033fc39257ed456cba4640b7e157e02d</id>
<content type='text'>
removes a back and forth on connect, and the RPC can be removed
once all peers have updated
</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>p2p: remove old debug commands</title>
<updated>2020-03-21T05:09:44Z</updated>
<author>
<name>Aaron Hook</name>
<email>ahook@protonmail.com</email>
</author>
<published>2020-03-21T05:09:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=aa93e3886211621e8c3367954b35260df731fc72'/>
<id>urn:sha1:aa93e3886211621e8c3367954b35260df731fc72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6243</title>
<updated>2020-03-12T07:32:46Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-03-12T07:32:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=092a57df996be75e3a45e9dc69d15138093f503b'/>
<id>urn:sha1:092a57df996be75e3a45e9dc69d15138093f503b</id>
<content type='text'>
4771a7ae p2p: remove obsolete local time in handshake (moneromooo-monero)
2fbbc4a2 p2p: avoid sending the same peer list over and over (moneromooo-monero)
3004835b epee: remove backward compatible endian specific address serialization (moneromooo-monero)
39a343d7 p2p: remove backward compatible peer list (moneromooo-monero)
60631802 p2p: simplify last_seen serialization now we have optional stores (moneromooo-monero)
9467b2e4 cryptonote_protocol: omit top 64 bits of difficulty when 0 (moneromooo-monero)
b595583f serialization: do not write optional fields with default value (moneromooo-monero)
5f98b46d p2p: remove obsolete local time from TIMED_SYNC (moneromooo-monero)
</content>
</entry>
<entry>
<title>p2p: remove obsolete local time in handshake</title>
<updated>2020-01-29T14:39:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-12-05T12:27:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4771a7aec198421fd6c7875b88f496b6c689ade8'/>
<id>urn:sha1:4771a7aec198421fd6c7875b88f496b6c689ade8</id>
<content type='text'>
Also removes a potential fingerprinting vector
</content>
</entry>
<entry>
<title>p2p: remove backward compatible peer list</title>
<updated>2020-01-26T18:37:33Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-12-04T21:21:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=39a343d76ed984ef03a4d2b57777b207b85fb461'/>
<id>urn:sha1:39a343d76ed984ef03a4d2b57777b207b85fb461</id>
<content type='text'>
</content>
</entry>
<entry>
<title>p2p: simplify last_seen serialization now we have optional stores</title>
<updated>2020-01-26T18:37:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-12-04T21:20:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=606318026e0a21fa77a2dac33510c01ff14f5522'/>
<id>urn:sha1:606318026e0a21fa77a2dac33510c01ff14f5522</id>
<content type='text'>
</content>
</entry>
</feed>
