<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/blockchain.cpp, branch v0.14.1.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.14.1.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.1.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-07-18T14:54:25Z</updated>
<entry>
<title>update checkpoints.dat hash</title>
<updated>2019-07-18T14:54:25Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-07-18T14:54:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f4f00accdb09dae4e5cd297ca37143fea8eed571'/>
<id>urn:sha1:f4f00accdb09dae4e5cd297ca37143fea8eed571</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain: silence an error getting blocks for pruned nodes</title>
<updated>2019-06-16T11:03:14Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-06-16T10:57:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c382677ee3a4db6b4f665b0d7118e1993989773b'/>
<id>urn:sha1:c382677ee3a4db6b4f665b0d7118e1993989773b</id>
<content type='text'>
This happens often when a pre-pruning node asks a pruned node
for data it does not have
</content>
</entry>
<entry>
<title>prep for 0.14.1 release</title>
<updated>2019-06-13T15:36:41Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-06-13T15:36:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6ed1679bf86849687cf01135827818f54fca8ddc'/>
<id>urn:sha1:6ed1679bf86849687cf01135827818f54fca8ddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5572</title>
<updated>2019-06-01T18:31:55Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-06-01T18:31:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3f2c82326efaa60a836be293b96793d9290a57e7'/>
<id>urn:sha1:3f2c82326efaa60a836be293b96793d9290a57e7</id>
<content type='text'>
a663ccba blockchain: do not try to pop blocks down to the genesis block (moneromooo-monero)
8f2a99d8 core: do not commit half constructed batch db txn (moneromooo-monero)
</content>
</entry>
<entry>
<title>blockchain: do not try to pop blocks down to the genesis block</title>
<updated>2019-05-26T17:11:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-26T16:50:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a663ccba71e66e51d43fbe5097c98b0f5dc9d8ea'/>
<id>urn:sha1:a663ccba71e66e51d43fbe5097c98b0f5dc9d8ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: do not commit half constructed batch db txn</title>
<updated>2019-05-25T16:25:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-24T08:33:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8f2a99d8ab1d3ea23c1968d6b3f1b43fd7faff89'/>
<id>urn:sha1:8f2a99d8ab1d3ea23c1968d6b3f1b43fd7faff89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix #5553</title>
<updated>2019-05-19T02:02:33Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2019-05-19T02:02:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b6830db2d419850601dd45757e0f954fd7520882'/>
<id>urn:sha1:b6830db2d419850601dd45757e0f954fd7520882</id>
<content type='text'>
Make sure the tip hash still matches the cached block
</content>
</entry>
<entry>
<title>Merge pull request #5510</title>
<updated>2019-05-07T15:36:27Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-05-07T15:36:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f64f59627dddd65a6a99cc057586f6460b5154e1'/>
<id>urn:sha1:f64f59627dddd65a6a99cc057586f6460b5154e1</id>
<content type='text'>
e9809382 fix wide difficulty conversion with some versions of boost (moneromooo-monero)
</content>
</entry>
<entry>
<title>blockchain: keep a rolling long term block weight median</title>
<updated>2019-05-02T09:47:01Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-15T00:33:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a4c4a2d8aa921b6eba0ac4c57b7a55a1e895a6e3'/>
<id>urn:sha1:a4c4a2d8aa921b6eba0ac4c57b7a55a1e895a6e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix wide difficulty conversion with some versions of boost</title>
<updated>2019-05-01T19:58:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-01T19:57:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e9809382109765ce53fcbd95e1fc593d9b19e184'/>
<id>urn:sha1:e9809382109765ce53fcbd95e1fc593d9b19e184</id>
<content type='text'>
</content>
</entry>
</feed>
