<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/blockchain.h, branch v0.15.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.15.0.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.15.0.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-10-08T20:55:03Z</updated>
<entry>
<title>Merge pull request #5915</title>
<updated>2019-10-08T20:55:03Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-10-08T20:55:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bf525793c724f62d4716aaca59345ba2e13a2c3c'/>
<id>urn:sha1:bf525793c724f62d4716aaca59345ba2e13a2c3c</id>
<content type='text'>
8330e77 monerod can now sync from pruned blocks (moneromooo-monero)
</content>
</entry>
<entry>
<title>monerod can now sync from pruned blocks</title>
<updated>2019-09-27T00:10:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-09-16T12:18:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8330e772f1ed680a54833d25c4d17d09a99ab8d6'/>
<id>urn:sha1:8330e772f1ed680a54833d25c4d17d09a99ab8d6</id>
<content type='text'>
If the peer (whether pruned or not itself) supports sending pruned blocks
to syncing nodes, the pruned version will be sent along with the hash
of the pruned data and the block weight. The original tx hashes can be
reconstructed from the pruned txes and theur prunable data hash. Those
hashes and the block weights are hashes and checked against the set of
precompiled hashes, ensuring the data we received is the original data.
It is currently not possible to use this system when not using the set
of precompiled hashes, since block weights can not otherwise be checked
for validity.

This is off by default for now, and is enabled by --sync-pruned-blocks
</content>
</entry>
<entry>
<title>RandomX integration</title>
<updated>2019-09-25T20:29:42Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2019-04-23T19:32:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=81c2ad6d5b17cf280a4a55fd6159e8dde423f5a8'/>
<id>urn:sha1:81c2ad6d5b17cf280a4a55fd6159e8dde423f5a8</id>
<content type='text'>
Support RandomX PoW algorithm
</content>
</entry>
<entry>
<title>core: move hardforks into its own lib</title>
<updated>2019-09-19T11:28:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-01-21T12:18:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d0663837d2800948cd51dfd8e2c7f74d293c86ff'/>
<id>urn:sha1:d0663837d2800948cd51dfd8e2c7f74d293c86ff</id>
<content type='text'>
So it can be used by others without encumbrance
</content>
</entry>
<entry>
<title>Merge pull request #5823</title>
<updated>2019-09-14T18:04:41Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-09-14T18:04:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=29e0f1130589e03b2dbc941c4333267798571804'/>
<id>urn:sha1:29e0f1130589e03b2dbc941c4333267798571804</id>
<content type='text'>
26072f1 blockchain: forbid v1 coinbase from v12 (moneromooo-monero)
555dc7c core: from v12, require consistent ring size for mixable txes (moneromooo-monero)
d22dfb7 blockchain: reject rct signatures in coinbase txes from v12 (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #5721</title>
<updated>2019-08-19T22:25:52Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-08-19T22:25:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1010a6503e7279bb17fb3f8cfddffe4d3a66ba34'/>
<id>urn:sha1:1010a6503e7279bb17fb3f8cfddffe4d3a66ba34</id>
<content type='text'>
c164f90 Remove unnecessary m_check_txin_table, fix const correctness (omartijn)
</content>
</entry>
<entry>
<title>blockchain: forbid v1 coinbase from v12</title>
<updated>2019-08-19T16:43:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-24T22:41:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=26072f1393f869b08ba279a3fb5b5e319d90b2ca'/>
<id>urn:sha1:26072f1393f869b08ba279a3fb5b5e319d90b2ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5525</title>
<updated>2019-08-14T20:31:52Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-08-14T20:31:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=564bb1da3a760834e306906a78301e3be93d9836'/>
<id>urn:sha1:564bb1da3a760834e306906a78301e3be93d9836</id>
<content type='text'>
0605406 daemon: sort alt chains by height (moneromooo-monero)
4228ee0  daemon: add optional arguments to alt_chain_info (moneromooo-monero)
880ebfd daemon: add more chain specific info in alt_chain_info (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #5524</title>
<updated>2019-07-24T19:04:16Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-07-24T19:04:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4b76656f5caf7c37825c6db4b916f258fc8a0faf'/>
<id>urn:sha1:4b76656f5caf7c37825c6db4b916f258fc8a0faf</id>
<content type='text'>
06b8f29 blockchain: keep alternative blocks in LMDB (moneromooo-monero)
</content>
</entry>
<entry>
<title>Remove unnecessary m_check_txin_table, fix const correctness</title>
<updated>2019-07-03T12:39:52Z</updated>
<author>
<name>Martijn Otto</name>
<email>git@martijnotto.nl</email>
</author>
<published>2019-07-02T15:18:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c164f9037ec1d6660c17f737831a9eea29a19cf8'/>
<id>urn:sha1:c164f9037ec1d6660c17f737831a9eea29a19cf8</id>
<content type='text'>
</content>
</entry>
</feed>
