<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/core_tests, 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-31T01:25:07Z</updated>
<entry>
<title>cryptonote: untangle dependency from miner to blockchain</title>
<updated>2019-10-31T01:25:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-10-31T01:05:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d31024c2e1634d32cfbf750ce5713b52a1e67707'/>
<id>urn:sha1:d31024c2e1634d32cfbf750ce5713b52a1e67707</id>
<content type='text'>
It causes link errors at least on mac
</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>Merge pull request #5882</title>
<updated>2019-09-24T15:27:22Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-09-24T15:27:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=44aa7d543941c0e79e59046591d7ca0cd3b4383a'/>
<id>urn:sha1:44aa7d543941c0e79e59046591d7ca0cd3b4383a</id>
<content type='text'>
a444f06 blockchain: enforce 10 block age for spending outputs (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #5877</title>
<updated>2019-09-24T15:08:44Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-09-24T15:08:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ee6e84962721b0a47e2aea4f9cbdb6e796332441'/>
<id>urn:sha1:ee6e84962721b0a47e2aea4f9cbdb6e796332441</id>
<content type='text'>
2cd4fd8 Changed the use of boost:value_initialized for C++ list initializer (JesusRami)
4ad191f Removed unused boost/value_init header (whyamiroot)
928f4be Make null hash constants constexpr (whyamiroot)
</content>
</entry>
<entry>
<title>blockchain: enforce 10 block age for spending outputs</title>
<updated>2019-09-17T11:39:25Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-09-04T13:59:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a444f06e53b218cc8bd091e5283828beb3e7d9af'/>
<id>urn:sha1:a444f06e53b218cc8bd091e5283828beb3e7d9af</id>
<content type='text'>
Some custom wallet code apparently ignores this, which causes users
of that code to be fingerprinted
</content>
</entry>
<entry>
<title>Changed the use of boost:value_initialized for C++ list initializer</title>
<updated>2019-09-02T12:16:29Z</updated>
<author>
<name>Jesus Ramirez</name>
<email>jesus.rami.serra@gmail.com</email>
</author>
<published>2019-06-26T14:39:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2cd4fd8972620737956aeeb4262209f8a446e3ee'/>
<id>urn:sha1:2cd4fd8972620737956aeeb4262209f8a446e3ee</id>
<content type='text'>
</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>add a few checks where it seems appropriate</title>
<updated>2019-04-29T20:52:40Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-29T16:51:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=25a7cfdb4a4e652c7d0a0f93333d60b0b9d186d1'/>
<id>urn:sha1:25a7cfdb4a4e652c7d0a0f93333d60b0b9d186d1</id>
<content type='text'>
</content>
</entry>
</feed>
