<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_protocol/cryptonote_protocol_defs.h, branch crash-pl</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=crash-pl</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=crash-pl'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-01-26T15:03:20Z</updated>
<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>
<entry>
<title>cryptonote_protocol: fix size_t used in wire format</title>
<updated>2018-01-11T17:31:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-01-11T17:31:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b56f46457c5553cae91e5dc13ca7cdd5bbc5e597'/>
<id>urn:sha1:b56f46457c5553cae91e5dc13ca7cdd5bbc5e597</id>
<content type='text'>
This is 32 bits on 32 bit platforms, but 64 bits on 64 bit platforms.
</content>
</entry>
<entry>
<title>move includes around to lessen overall load</title>
<updated>2017-12-16T22:46:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-25T22:25:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=09ce03d612e54231694eee2fb9e5c807b2bfc341'/>
<id>urn:sha1:09ce03d612e54231694eee2fb9e5c807b2bfc341</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make connection_id a string in RPC</title>
<updated>2017-11-18T00:13:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-17T23:52:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=310b790a64648b088badeb5cbedaddce7fe8c35b'/>
<id>urn:sha1:310b790a64648b088badeb5cbedaddce7fe8c35b</id>
<content type='text'>
It's sent as JSON, so raw binary is not appropriate
</content>
</entry>
<entry>
<title>protocol: remove hop count on block propagation</title>
<updated>2017-09-17T09:26:12Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-09-17T09:26:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7f2f6ee1c974d7d4cd58fae257f072f7d8d77e43'/>
<id>urn:sha1:7f2f6ee1c974d7d4cd58fae257f072f7d8d77e43</id>
<content type='text'>
It is unused, as it was apparently a future optimization,
and it leaks some information (though since pools publish
thei blocks they find, that amount seems small).
</content>
</entry>
<entry>
<title>protocol: pass blockchain cumulative difficulty when syncing</title>
<updated>2017-08-15T20:03:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-12T14:24:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=827afcb7ea10eb2bf03ffb7ad2520f29cd53019f'/>
<id>urn:sha1:827afcb7ea10eb2bf03ffb7ad2520f29cd53019f</id>
<content type='text'>
Not used yet.
</content>
</entry>
<entry>
<title>daemon: print peers' top height in sync_info</title>
<updated>2017-08-12T19:36:31Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-12T09:59:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2ec15a693165db96dd7e75ee060ea4622a47ab7a'/>
<id>urn:sha1:2ec15a693165db96dd7e75ee060ea4622a47ab7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>protocol: add checks for top block hard fork version</title>
<updated>2017-08-09T09:28:41Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-09T08:31:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=635929eaca6b376708d7c5fabf9b743b8a706981'/>
<id>urn:sha1:635929eaca6b376708d7c5fabf9b743b8a706981</id>
<content type='text'>
We won't even talk to a peer which claims a wrong version
for its top block. This will avoid syncing to known bad
peers in the first place.
Also add IP fails when failing to verify a block.
</content>
</entry>
<entry>
<title>cryptonote_protocol_handler: sync speedup</title>
<updated>2017-08-07T08:33:04Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-02T21:41:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5be43fcdbad5ed034b07831473e07f47b7b10947'/>
<id>urn:sha1:5be43fcdbad5ed034b07831473e07f47b7b10947</id>
<content type='text'>
A block queue is now placed between block download and
block processing. Blocks are now requested only from one
peer (unless starved).

Includes a new sync_info coommand.
</content>
</entry>
<entry>
<title>abstracted nework addresses</title>
<updated>2017-05-27T10:35:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-05-27T10:35:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=072102cfd23c47d36f4d51875026339a767f22ae'/>
<id>urn:sha1:072102cfd23c47d36f4d51875026339a767f22ae</id>
<content type='text'>
All code which was using ip and port now uses a new IPv4 object,
subclass of a new network_address class. This will allow easy
addition of I2P addresses later (and also IPv6, etc).
Both old style and new style peer lists are now sent in the P2P
protocol, which is inefficient but allows peers using both
codebases to talk to each other. This will be removed in the
future. No other subclasses than IPv4 exist yet.
</content>
</entry>
</feed>
