<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/ringct/rctSigs.cpp, branch v0.18.2.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.2.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.2.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-12-20T21:19:00Z</updated>
<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>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>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>
<entry>
<title>wallet2: speedup large tx construction: no pointless clsag generation</title>
<updated>2022-05-13T17:43:21Z</updated>
<author>
<name>Crypto City</name>
<email>cryptocity@example.com</email>
</author>
<published>2021-11-05T18:10:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=353cd5355e4935ccff8e9e6c83385f81d3ce67e8'/>
<id>urn:sha1:353cd5355e4935ccff8e9e6c83385f81d3ce67e8</id>
<content type='text'>
4.1 seconds -&gt; 3.3 seconds on a test case
</content>
</entry>
<entry>
<title>Preserve commitment format inside transactions</title>
<updated>2022-04-21T22:58:47Z</updated>
<author>
<name>Luke Parker</name>
<email>lukeparker5132@gmail.com</email>
</author>
<published>2022-04-21T22:58:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=baee2c06ec6178ceb7f3dfd85585eeb2bd65366c'/>
<id>urn:sha1:baee2c06ec6178ceb7f3dfd85585eeb2bd65366c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>store outPk/8 in the tx for speed</title>
<updated>2022-04-05T18:50:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-02-14T17:45:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4c94cfecfcb96c218b37234eda2f9c262821cf7c'/>
<id>urn:sha1:4c94cfecfcb96c218b37234eda2f9c262821cf7c</id>
<content type='text'>
It avoids dividing by 8 when deserializing a tx, which is a slow
operation, and multiplies by 8 when verifying and extracing the
amount, which is much faster as well as less frequent
</content>
</entry>
<entry>
<title>plug bulletproofs plus into consensus</title>
<updated>2022-04-05T18:50:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-17T11:57:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a0d80b1f95cee64edfeba799f4fe9b8fb2ef4f43'/>
<id>urn:sha1:a0d80b1f95cee64edfeba799f4fe9b8fb2ef4f43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused variables in monero codebase</title>
<updated>2021-02-09T07:05:05Z</updated>
<author>
<name>Kevin Barbour</name>
<email>kevinbarbourd@gmail.com</email>
</author>
<published>2021-01-23T09:38:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=85db1734e7dd456c1edb095a2c829527262b96c7'/>
<id>urn:sha1:85db1734e7dd456c1edb095a2c829527262b96c7</id>
<content type='text'>
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.

In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
</content>
</entry>
<entry>
<title>Merge pull request #6757</title>
<updated>2020-09-03T17:25:59Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-09-03T17:25:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ee0b02d0dbdafebd28aa535baae086f8d481d191'/>
<id>urn:sha1:ee0b02d0dbdafebd28aa535baae086f8d481d191</id>
<content type='text'>
6a37da8 threadpool: guard against exceptions in jobs, and armour plating (moneromooo-monero)
</content>
</entry>
<entry>
<title>threadpool: guard against exceptions in jobs, and armour plating</title>
<updated>2020-09-01T14:33:33Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-08-12T22:13:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6a37da837e1c936200f8d71a142973cc60b17b32'/>
<id>urn:sha1:6a37da837e1c936200f8d71a142973cc60b17b32</id>
<content type='text'>
Those would, if uncaught, exit run and leave the waiter to wait
indefinitely for the number of active jobs to reach 0
</content>
</entry>
</feed>
