<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/blockchain.cpp, branch v0.18.2.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.18.2.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.2.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2023-03-27T16:52:04Z</updated>
<entry>
<title>build: prepare v0.18.2.2</title>
<updated>2023-03-27T16:52:04Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2023-03-27T16:52:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4f1262bae9a02201b7ac91893dd4bb68dfb82b37'/>
<id>urn:sha1:4f1262bae9a02201b7ac91893dd4bb68dfb82b37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8785</title>
<updated>2023-03-25T02:55:49Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-03-25T02:55:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=25645e5d2384d922ef20758ac8cf19296ee4b11e'/>
<id>urn:sha1:25645e5d2384d922ef20758ac8cf19296ee4b11e</id>
<content type='text'>
cdeb286 build: prepare v0.18.2.1 (selsta)
</content>
</entry>
<entry>
<title>build: prepare v0.18.2.1</title>
<updated>2023-03-18T20:23:42Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2023-03-18T20:23:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cdeb286359e37e47eb3c67181914fd92d059108c'/>
<id>urn:sha1:cdeb286359e37e47eb3c67181914fd92d059108c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>verRctNonSemanticsSimpleCached: fix fragility</title>
<updated>2023-03-17T23:46:34Z</updated>
<author>
<name>Jeffrey Ryan</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-01-14T02:53:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c59e0096b671528036563c1c30f31763a615aa75'/>
<id>urn:sha1:c59e0096b671528036563c1c30f31763a615aa75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: prepare v0.18.2.0</title>
<updated>2023-02-08T21:18:30Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2023-02-08T21:18:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dc18efa3d7647f38772135617e6ef9627a2361ad'/>
<id>urn:sha1:dc18efa3d7647f38772135617e6ef9627a2361ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8676</title>
<updated>2023-01-11T17:28:08Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-01-11T17:28:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c48f572e46cb7802fbb02ada94f88a69f217bc95'/>
<id>urn:sha1:c48f572e46cb7802fbb02ada94f88a69f217bc95</id>
<content type='text'>
29208a3 Cache successful erRctNonSemanticsSimple calls (SChernykh)
</content>
</entry>
<entry>
<title>Cache successful `verRctNonSemanticsSimple` calls</title>
<updated>2022-12-20T21:19:00Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2022-12-11T19:30:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=29208a33cb6a1bb20d90a390eef4629a46aec886'/>
<id>urn:sha1:29208a33cb6a1bb20d90a390eef4629a46aec886</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactored rx-slow-hash.c</title>
<updated>2022-12-14T06:21:00Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2022-12-10T17:30:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f698f2b708be742afa286c65868a48f7ef80b0ba'/>
<id>urn:sha1:f698f2b708be742afa286c65868a48f7ef80b0ba</id>
<content type='text'>
- Straight-forward call interface: `void rx_slow_hash(const char *seedhash, const void *data, size_t length, char *result_hash)`
- Consensus chain seed hash is now updated by calling `rx_set_main_seedhash` whenever a block is added/removed or a reorg happens
- `rx_slow_hash` will compute correct hash no matter if `rx_set_main_seedhash` was called or not (the only difference is performance)
- New environment variable `MONERO_RANDOMX_FULL_MEM` to force use the full dataset for PoW verification (faster block verification)
- When dataset is used for PoW verification, dataset updates don't stall other threads (verification is done in light mode then)
- When mining is running, PoW checks now also use dataset for faster verification
</content>
</entry>
<entry>
<title>build: prepare v0.18.1.2</title>
<updated>2022-09-26T20:41:36Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2022-09-26T20:41:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=853171bbf0099b86e8c219ce13abff79166f9389'/>
<id>urn:sha1:853171bbf0099b86e8c219ce13abff79166f9389</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Second thread pool for IO</title>
<updated>2022-09-20T08:22:12Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2022-06-14T19:23:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6adf03cdc516a9236aac6dbd6f289750761b8d24'/>
<id>urn:sha1:6adf03cdc516a9236aac6dbd6f289750761b8d24</id>
<content type='text'>
</content>
</entry>
</feed>
