<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests, branch v0.11.0.1</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.11.0.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.11.0.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-09-03T10:15:57Z</updated>
<entry>
<title>Add a --fluffy-blocks option to relay blocks as fluffy blocks</title>
<updated>2017-09-03T10:15:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-09-02T16:11:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=585e6b35e624d2739d9e06eefefea5c4909a0fa2'/>
<id>urn:sha1:585e6b35e624d2739d9e06eefefea5c4909a0fa2</id>
<content type='text'>
Defaults to off, but fluffy blocks are forced enabled on testnet
</content>
</entry>
<entry>
<title>Cleanup test impact of adding safesyncmode() method</title>
<updated>2017-08-22T14:11:09Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-08-22T13:54:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c22d22e2db9af50c926f623718b814d041b89c8e'/>
<id>urn:sha1:c22d22e2db9af50c926f623718b814d041b89c8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Toggle SAFE syncmode on and off automatically</title>
<updated>2017-08-20T15:30:28Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-08-19T18:36:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9a859844f496158b8237bbd08ff0f608dc5a6385'/>
<id>urn:sha1:9a859844f496158b8237bbd08ff0f608dc5a6385</id>
<content type='text'>
If monerod is started with default sync mode, set it to SAFE after
synchronization completes. Set it back to FAST if synchronization
restarts (e.g. because another peer has a longer blockchain).

If monerod is started with an explicit sync mode, none of this
automation takes effect.
</content>
</entry>
<entry>
<title>DB cleanup</title>
<updated>2017-08-19T17:11:38Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-08-19T14:27:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4c7f8ac04f8693c321f4143e61e7511f200cab1d'/>
<id>urn:sha1:4c7f8ac04f8693c321f4143e61e7511f200cab1d</id>
<content type='text'>
Hide LMDB-specific stuff behind blockchain_db.h. Nobody besides blockchain_db.cpp
should ever be including DB-specific headers any more.
</content>
</entry>
<entry>
<title>Merge pull request #2303</title>
<updated>2017-08-17T19:39:44Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-17T19:39:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4466b6d1b08d827f3bdddb1cab8ca05833b65437'/>
<id>urn:sha1:4466b6d1b08d827f3bdddb1cab8ca05833b65437</id>
<content type='text'>
5a283078 cryptonote_protocol: large block sync size before v4 (moneromooo-monero)
7b747607 cryptonote_protocol: kick idle synchronizing peers (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #2287</title>
<updated>2017-08-17T19:35:02Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-17T19:35:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4b2cc123ff48fdd2c62dbffc24c604c45c6fbf1d'/>
<id>urn:sha1:4b2cc123ff48fdd2c62dbffc24c604c45c6fbf1d</id>
<content type='text'>
827afcb7 protocol: pass blockchain cumulative difficulty when syncing (moneromooo-monero)
</content>
</entry>
<entry>
<title>cryptonote_protocol: large block sync size before v4</title>
<updated>2017-08-17T12:11:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-16T20:19:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5a283078ec3cf276dd085219f4ead51ced969224'/>
<id>urn:sha1:5a283078ec3cf276dd085219f4ead51ced969224</id>
<content type='text'>
</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>Merge pull request #2292</title>
<updated>2017-08-15T18:56:49Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-15T18:56:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=124cbe3cf307e23b8cc1500811aa83274df1e42d'/>
<id>urn:sha1:124cbe3cf307e23b8cc1500811aa83274df1e42d</id>
<content type='text'>
cb2d5ac7 mnemonics: new Esperanto word list (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #2276</title>
<updated>2017-08-15T18:53:41Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-15T18:53:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=53dde37ceb7af7d9a43937ba4c26499df26f5934'/>
<id>urn:sha1:53dde37ceb7af7d9a43937ba4c26499df26f5934</id>
<content type='text'>
a1891ebe tests: fix tests build (moneromooo-monero)
</content>
</entry>
</feed>
