<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/blockchain.cpp, branch v0.10.0</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.10.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-09-18T18:13:47Z</updated>
<entry>
<title>fix v5 height</title>
<updated>2016-09-18T18:13:47Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-18T18:13:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c2faab5e1a46ac8a8f1d6af58eca300c07e212f2'/>
<id>urn:sha1:c2faab5e1a46ac8a8f1d6af58eca300c07e212f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix v5 fork date description</title>
<updated>2016-09-18T17:35:36Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-18T17:35:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cebbcf0f640f3b9c1fb2cf4abe0651035ff24477'/>
<id>urn:sha1:cebbcf0f640f3b9c1fb2cf4abe0651035ff24477</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated fork heights for v4 and v5</title>
<updated>2016-09-18T17:18:16Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-18T17:18:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c41098aacf86d4fe06958bde2b4f5093dcd59011'/>
<id>urn:sha1:c41098aacf86d4fe06958bde2b4f5093dcd59011</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compile errors fixed when PER_BLOCK_CHECKPOINT not defined</title>
<updated>2016-09-15T20:55:07Z</updated>
<author>
<name>rckngOpossum</name>
<email>rckngOpossum@@users.noreply.github.com</email>
</author>
<published>2016-09-15T20:55:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e29e8b1b991e878c1629c04572d4a5ef8e7b9b67'/>
<id>urn:sha1:e29e8b1b991e878c1629c04572d4a5ef8e7b9b67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined</title>
<updated>2016-09-15T20:36:16Z</updated>
<author>
<name>rckngOpossum</name>
<email>rckngOpossum@@users.noreply.github.com</email>
</author>
<published>2016-09-15T20:36:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e49c161987d6f9c8fecc8e5f96f065d8686e53a7'/>
<id>urn:sha1:e49c161987d6f9c8fecc8e5f96f065d8686e53a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1022</title>
<updated>2016-09-01T09:32:27Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-01T09:32:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e0d78858e485b3cb393a4aec0873f80ce1e24e23'/>
<id>urn:sha1:e0d78858e485b3cb393a4aec0873f80ce1e24e23</id>
<content type='text'>
b8c03a5 Remove blocks_per_sync limits (Howard Chu)
</content>
</entry>
<entry>
<title>core: faster find_blockchain_supplement</title>
<updated>2016-08-31T09:03:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-30T15:39:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6cf8ca2a7f3e11ca5559018dfc9b20869c07cdce'/>
<id>urn:sha1:6cf8ca2a7f3e11ca5559018dfc9b20869c07cdce</id>
<content type='text'>
Since this queries block heights for blocks that may or may not
exist, queries for non existing blocks would throw an exception,
and that would slow down the loop a lot. 7 seconds to go through
a 30 hash list.

Fix this by adding an optional return block height to block_exists
and using this instead. Actual errors will still throw an
exception.

This also cuts down on log exception spam.
</content>
</entry>
<entry>
<title>Remove blocks_per_sync limits</title>
<updated>2016-08-30T23:00:19Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-08-29T15:42:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b8c03a5f1035ca147eb52425bce9336909864296'/>
<id>urn:sha1:b8c03a5f1035ca147eb52425bce9336909864296</id>
<content type='text'>
The code used to cap at 5000 blocks per sync. It also treated 0 as 1.
Remove these checks; if specified as 0 do no periodic syncs at all.
Then the user is responsible for syncing in some external process.
</content>
</entry>
<entry>
<title>core: allow empty global indices for txes with empty vout</title>
<updated>2016-08-29T08:28:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-29T08:09:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=91ca0b4065597b16b72a172f9f40993de588e026'/>
<id>urn:sha1:91ca0b4065597b16b72a172f9f40993de588e026</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain: testnet heights for v3, v4, and v5</title>
<updated>2016-08-28T20:30:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-28T20:20:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=887db9f93670da8c1eb28c9d53d6d4f055486e3b'/>
<id>urn:sha1:887db9f93670da8c1eb28c9d53d6d4f055486e3b</id>
<content type='text'>
</content>
</entry>
</feed>
