<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_basic/cryptonote_format_utils.cpp, branch v0.15.0.1</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.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.15.0.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-10-11T12:08:36Z</updated>
<entry>
<title>cryptonote: add function to get weight from a pruned tx</title>
<updated>2019-10-11T12:08:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-10-10T10:45:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9447e7276dbcaf37e5fe81738db3d62b5a443839'/>
<id>urn:sha1:9447e7276dbcaf37e5fe81738db3d62b5a443839</id>
<content type='text'>
The weight of the prunable data is deterministic from the
unpruned data, so it can be determined from a pruned tx
</content>
</entry>
<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>cryptonote: throw on tx hash calculation error</title>
<updated>2019-06-14T08:47:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-19T01:07:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f2152192529a6e307ac2befeaa8c4887544697da'/>
<id>urn:sha1:f2152192529a6e307ac2befeaa8c4887544697da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5380</title>
<updated>2019-04-11T11:02:59Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-04-11T11:02:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=915d9e5a1f795ff619691a30f81b30b5f780967a'/>
<id>urn:sha1:915d9e5a1f795ff619691a30f81b30b5f780967a</id>
<content type='text'>
113e4877 blockchain_stats: fix sign in formatting function (moneromooo-monero)
adaea3ea various: remove unused variables (moneromooo-monero)
631ef00e blockchain: some debug info when adding txes-from-block fails (moneromooo-monero)
</content>
</entry>
<entry>
<title>various: remove unused variables</title>
<updated>2019-04-01T19:24:41Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-07T15:46:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=adaea3ea3c17a0bcb63909a2f4cc5e8c948fbb4d'/>
<id>urn:sha1:adaea3ea3c17a0bcb63909a2f4cc5e8c948fbb4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cryptonote_basic: some more minor speedups</title>
<updated>2019-03-25T13:43:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-14T00:22:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c84ea2993faf94537adbe2cb187a9d4de8d98ef1'/>
<id>urn:sha1:c84ea2993faf94537adbe2cb187a9d4de8d98ef1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cryptonote_basic: speedup calculate_block_hash</title>
<updated>2019-03-25T13:43:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-13T19:58:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e40eb2ad9d18dd57fb369b2e161a9b0abf6340ca'/>
<id>urn:sha1:e40eb2ad9d18dd57fb369b2e161a9b0abf6340ca</id>
<content type='text'>
The block 202612 fix can be left tested at the end, if we
already know we're not in the general case
</content>
</entry>
<entry>
<title>cryptonote: block parsing + hash calculation speedup</title>
<updated>2019-03-25T13:43:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-13T19:47:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=547a9708de91c175ceab0ddde93785ba93c9efca'/>
<id>urn:sha1:547a9708de91c175ceab0ddde93785ba93c9efca</id>
<content type='text'>
This saves a duplicate serialization step
</content>
</entry>
</feed>
