<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/blockchain.h, 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-05-25T16:25:10Z</updated>
<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>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>rpc: fix get_block_hashes.bin from wallet on pruned blockchain</title>
<updated>2019-04-15T22:27:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-15T12:29:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d009f6dd6182ee448b12ece226909df21bac45a8'/>
<id>urn:sha1:d009f6dd6182ee448b12ece226909df21bac45a8</id>
<content type='text'>
We want to get all blocks here, even pruned ones
</content>
</entry>
<entry>
<title>functional_tests: add more blockchain related tests</title>
<updated>2019-04-11T11:07:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-23T16:20:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=064ab123401814b755c776d8e53f132f6a151657'/>
<id>urn:sha1:064ab123401814b755c776d8e53f132f6a151657</id>
<content type='text'>
Related to emission, reorgs, getting tx data back, output
distribution and histogram
</content>
</entry>
<entry>
<title>Merge pull request #5373</title>
<updated>2019-04-11T11:00:55Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-04-11T11:00:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=036daa3af9d7bfb288bb49196604cb532cc925df'/>
<id>urn:sha1:036daa3af9d7bfb288bb49196604cb532cc925df</id>
<content type='text'>
aff80e70 blockchain: fix returned height in create_block_template (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #5352</title>
<updated>2019-04-01T15:34:02Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-04-01T15:34:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=29e4e70f3069ab79944b5128c79823d2e6a52309'/>
<id>urn:sha1:29e4e70f3069ab79944b5128c79823d2e6a52309</id>
<content type='text'>
ae6885f6 blockchain: incremental long term block weight cache (moneromooo-monero)
9b687c78 blockchain: simple cache for the long term block weights (moneromooo-monero)
</content>
</entry>
<entry>
<title>blockchain: fix returned height in create_block_template</title>
<updated>2019-03-30T20:27:25Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-30T20:25:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=aff80e70433465a05f066e9da0e82c064f3680bb'/>
<id>urn:sha1:aff80e70433465a05f066e9da0e82c064f3680bb</id>
<content type='text'>
It's now needed for CNv4, and was not retained when cached
</content>
</entry>
<entry>
<title>blockchain: simple cache for the long term block weights</title>
<updated>2019-03-28T18:07:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-26T11:51:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9b687c7873f297b23e643a43b09193d2bdb5e095'/>
<id>urn:sha1:9b687c7873f297b23e643a43b09193d2bdb5e095</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make difficulty 128 bit instead of 64 bit</title>
<updated>2019-03-24T21:03:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-01-31T10:44:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=91f4c7f45f794fc7bee99356e56853369c98c410'/>
<id>urn:sha1:91f4c7f45f794fc7bee99356e56853369c98c410</id>
<content type='text'>
Based on Boolberry work by:
  jahrsg &lt;jahr@jahr.me&gt;
  cr.zoidberg &lt;crypto.zoidberg@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #5256</title>
<updated>2019-03-21T12:48:40Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-03-21T12:48:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ac46c5310d68faf05e2f525a9a0c9e834f4f404'/>
<id>urn:sha1:5ac46c5310d68faf05e2f525a9a0c9e834f4f404</id>
<content type='text'>
4b21d38d blockchain: speed up getting N blocks weights/long term weights (moneromooo-monero)
</content>
</entry>
</feed>
