<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core, branch v0.18.1.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.18.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-08-09T22:43:32Z</updated>
<entry>
<title>Merge pull request #8467</title>
<updated>2022-08-09T22:43:32Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-08-09T22:43:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b9e8504cfb0cc539abf1d27057ff567df86d2e37'/>
<id>urn:sha1:b9e8504cfb0cc539abf1d27057ff567df86d2e37</id>
<content type='text'>
fac7c43 continue pool pruning even if a tx can't be found (j-berman)
</content>
</entry>
<entry>
<title>Merge pull request #8470</title>
<updated>2022-08-09T20:00:16Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-08-09T20:00:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dc2f548a68801538918eb1181d7dada6bd0286a4'/>
<id>urn:sha1:dc2f548a68801538918eb1181d7dada6bd0286a4</id>
<content type='text'>
309f6ba build: prepare v0.18.1.0 (selsta)
</content>
</entry>
<entry>
<title>Merge pull request #8455</title>
<updated>2022-08-09T01:29:56Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-08-09T01:29:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5c33f40cd8b75ad6f486fa1738df1f3462ca1ac1'/>
<id>urn:sha1:5c33f40cd8b75ad6f486fa1738df1f3462ca1ac1</id>
<content type='text'>
099fc1f Fixed get_block_template_backlog performance (SChernykh)
</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>continue pool pruning even if a tx can't be found</title>
<updated>2022-07-27T00:28:02Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-07-01T15:30:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fac7c4364427eacbf513ae7ab813179995722920'/>
<id>urn:sha1:fac7c4364427eacbf513ae7ab813179995722920</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed get_block_template_backlog performance</title>
<updated>2022-07-22T11:50:21Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2022-07-22T11:50:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=099fc1f8a9cd897b10ebfa280cd62a99f5666fa8'/>
<id>urn:sha1:099fc1f8a9cd897b10ebfa280cd62a99f5666fa8</id>
<content type='text'>
Before the fix, it processed all transactions in the mempool which could be very slow when mempool grows to several MBs in size. I observed `get_block_template_backlog` taking up to 15 seconds of CPU time under high mempool load.

After the fix, only transactions that can potentially be mined in the next block will be processed (a bit more than the current block median weight).
</content>
</entry>
<entry>
<title>Publish submitted txs via zmq</title>
<updated>2022-07-21T18:53:31Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-07-09T22:08:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8cc3c9af4dde7a32d675c4297d673dee4a9c2514'/>
<id>urn:sha1:8cc3c9af4dde7a32d675c4297d673dee4a9c2514</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8425</title>
<updated>2022-07-15T15:23:54Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-07-15T15:23:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f982163fc91a0a5eb964abbb3f8334b2bf58b204'/>
<id>urn:sha1:f982163fc91a0a5eb964abbb3f8334b2bf58b204</id>
<content type='text'>
fe5d1be build: prepare v0.18.0.0 (selsta)
</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>multisig: fix critical vulnerabilities in signing</title>
<updated>2022-06-30T17:56:40Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-12-06T10:25:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c7b2944f8960c208ceddeb3075a673630ae000cd'/>
<id>urn:sha1:c7b2944f8960c208ceddeb3075a673630ae000cd</id>
<content type='text'>
</content>
</entry>
</feed>
