<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/blockchain.cpp, branch v0.18.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.18.1.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.1.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-09-26T20:41:36Z</updated>
<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>
<entry>
<title>build: prepare v0.18.1.1</title>
<updated>2022-09-06T18:22:29Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2022-08-23T21:50:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=09ee78197c7e35be145f16dc085ada7a1b1bed89'/>
<id>urn:sha1:09ee78197c7e35be145f16dc085ada7a1b1bed89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: prepare v0.18.1.0</title>
<updated>2022-07-28T21:14:02Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2022-07-28T21:14:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=309f6ba3f5bc0e6b39a0ba709d585a56113169dd'/>
<id>urn:sha1:309f6ba3f5bc0e6b39a0ba709d585a56113169dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: prepare v0.18.0.0</title>
<updated>2022-07-13T20:07:31Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2022-07-06T21:49:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fe5d1bef560b046a5f7eafc348ce7b1261ef4dea'/>
<id>urn:sha1:fe5d1bef560b046a5f7eafc348ce7b1261ef4dea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8178</title>
<updated>2022-04-25T15:18:26Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-04-25T15:18:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e13244ea9c315031cc385c6e785b79f1c341029f'/>
<id>urn:sha1:e13244ea9c315031cc385c6e785b79f1c341029f</id>
<content type='text'>
5d388eb Bump ring size to 16 for v15 &amp; remove set default in wallet cli (j-berman)
</content>
</entry>
<entry>
<title>Bump ring size to 16 for v15 &amp; remove set default in wallet cli</title>
<updated>2022-04-18T21:36:28Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-02-12T01:01:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5d388eb74d8095b0757e77b47a0da53ec54eb972'/>
<id>urn:sha1:5d388eb74d8095b0757e77b47a0da53ec54eb972</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add view tags to outputs to reduce wallet scanning time</title>
<updated>2022-04-18T07:49:53Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2021-11-15T13:23:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ea87b30f8907ee11252433811e7a7d0c46758cca'/>
<id>urn:sha1:ea87b30f8907ee11252433811e7a7d0c46758cca</id>
<content type='text'>
Implements view tags as proposed by @UkoeHB in MRL issue
https://github.com/monero-project/research-lab/issues/73

At tx construction, the sender adds a 1-byte view tag to each
output. The view tag is derived from the sender-receiver
shared secret. When scanning for outputs, the receiver can
check the view tag for a match, in order to reduce scanning
time. When the view tag does not match, the wallet avoids the
more expensive EC operations when deriving the output public
key using the shared secret.
</content>
</entry>
<entry>
<title>Fee changes from ArticMine</title>
<updated>2022-04-10T18:13:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-07-29T12:02:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b030f207517f59a5122409398549a02ac23829ae'/>
<id>urn:sha1:b030f207517f59a5122409398549a02ac23829ae</id>
<content type='text'>
https://github.com/ArticMine/Monero-Documents/blob/master/MoneroScaling2021-02.pdf

with a change to use 1.7 instead of 2.0 for the max long term increase rate
</content>
</entry>
<entry>
<title>Merge pull request #8212</title>
<updated>2022-04-06T04:14:44Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-04-06T04:14:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=627f04c19a94340a60e77f7276ca9df722a85894'/>
<id>urn:sha1:627f04c19a94340a60e77f7276ca9df722a85894</id>
<content type='text'>
591c174 Remove footgun doc comment in miner TX validation (Luke Parker)
</content>
</entry>
</feed>
