<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/blockchain.cpp, branch v0.16.0.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.16.0.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.16.0.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-05-17T12:45:06Z</updated>
<entry>
<title>blockchain: detect and log bad difficulty calculations</title>
<updated>2020-05-17T12:45:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-05-16T20:11:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bb4d95c98fcaf0f7aa3abb6d35bd6805e98643b1'/>
<id>urn:sha1:bb4d95c98fcaf0f7aa3abb6d35bd6805e98643b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: prepare v0.16.0.0 release</title>
<updated>2020-05-09T13:23:37Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2020-05-06T18:16:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=08a45c51a078566497a77e79770692df4c0cb3a0'/>
<id>urn:sha1:08a45c51a078566497a77e79770692df4c0cb3a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6358</title>
<updated>2020-04-10T21:01:37Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-04-10T21:01:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7954f8cb180eef88585c6b44a5c0226626352405'/>
<id>urn:sha1:7954f8cb180eef88585c6b44a5c0226626352405</id>
<content type='text'>
8958b4e blockchain_db: faster fetching of consecutive txes (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #6347</title>
<updated>2020-04-04T17:52:46Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-04-04T17:52:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=44547006bfcac4f807d28016d597b7e5d3693dfd'/>
<id>urn:sha1:44547006bfcac4f807d28016d597b7e5d3693dfd</id>
<content type='text'>
fcb06f7 cryptonote_core: skip block notify on blockchain switching rollback (xiphon)
</content>
</entry>
<entry>
<title>Merge pull request #6339</title>
<updated>2020-04-04T17:47:31Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-04-04T17:47:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c4f75fe898992d502e2ef3b6c9d88bc523690403'/>
<id>urn:sha1:c4f75fe898992d502e2ef3b6c9d88bc523690403</id>
<content type='text'>
c61abf8 remove empty statements (shopglobal)
</content>
</entry>
<entry>
<title>Merge pull request #6284</title>
<updated>2020-03-27T19:21:26Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-03-27T19:21:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=aa982a51daf4911b4df2d7e859d68ad077645f5c'/>
<id>urn:sha1:aa982a51daf4911b4df2d7e859d68ad077645f5c</id>
<content type='text'>
02224e71 Fix check_fee() discrepancy. (UkoeHB)
</content>
</entry>
<entry>
<title>Merge pull request #6211</title>
<updated>2020-02-29T03:36:16Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-02-29T03:36:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4da37daf67976e48d6fc75f2a5a6f5858d227815'/>
<id>urn:sha1:4da37daf67976e48d6fc75f2a5a6f5858d227815</id>
<content type='text'>
5985c5af rpc: add bad-blocks to flush_cache RPC (moneromooo-monero)
</content>
</entry>
<entry>
<title>blockchain_db: faster fetching of consecutive txes</title>
<updated>2020-02-27T15:05:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-02-26T18:06:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8958b4e7aa24d7f7de6667360b3558e52780e66f'/>
<id>urn:sha1:8958b4e7aa24d7f7de6667360b3558e52780e66f</id>
<content type='text'>
Useful for wallet refresh or node sync
</content>
</entry>
<entry>
<title>cryptonote_core: skip block notify on blockchain switching rollback</title>
<updated>2020-02-19T16:19:29Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2020-02-19T15:17:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fcb06f7a820f6a1efc6982a2f4b08571c4c28cf9'/>
<id>urn:sha1:fcb06f7a820f6a1efc6982a2f4b08571c4c28cf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove empty statements</title>
<updated>2020-02-17T16:55:15Z</updated>
<author>
<name>Interchained</name>
<email>president@worldvaporexpo.com</email>
</author>
<published>2020-02-14T23:35:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c61abf87c0aa4157824326ff80670ad3ccc9e470'/>
<id>urn:sha1:c61abf87c0aa4157824326ff80670ad3ccc9e470</id>
<content type='text'>
Cleaning up a little around the code base.
</content>
</entry>
</feed>
