<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/ringct, branch v0.17.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.17.2.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.2.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2021-03-18T20:57:13Z</updated>
<entry>
<title>Fixed issues found by static analysis</title>
<updated>2021-03-18T20:57:13Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2021-03-18T20:57:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9ca9f1214a1da15001736246dc1f00b22c930bdd'/>
<id>urn:sha1:9ca9f1214a1da15001736246dc1f00b22c930bdd</id>
<content type='text'>
- rolling_median: tried to free uninitialized pointer in a constructor
- net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv
- bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
</content>
</entry>
<entry>
<title>fix a couple bugs found by OSS-fuzz</title>
<updated>2020-09-24T15:33:40Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-09-24T15:16:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9e6187a736ce8a7284683a42da757715da3b22f8'/>
<id>urn:sha1:9e6187a736ce8a7284683a42da757715da3b22f8</id>
<content type='text'>
- index out of bounds when importing outputs
- accessing invalid CLSAG data
</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>
<entry>
<title>ringct: fix CLSAG serialization after boost/epee changes</title>
<updated>2020-08-28T11:52:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-08-28T11:52:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e6c81c5ea7b06eaf19ce1e4c4294b09f4c6faf50'/>
<id>urn:sha1:e6c81c5ea7b06eaf19ce1e4c4294b09f4c6faf50</id>
<content type='text'>
also fix a an assert message refering t MLSAG
</content>
</entry>
<entry>
<title>CLSAG device support</title>
<updated>2020-08-27T12:44:04Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2020-03-27T19:29:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=703944c4d4faf6ad86a69ec3808a87b20ce76a32'/>
<id>urn:sha1:703944c4d4faf6ad86a69ec3808a87b20ce76a32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CLSAG optimizations</title>
<updated>2020-08-27T12:44:04Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2020-03-10T22:46:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=641b08c920f9c68d957e13147cf9c3e329cf83f1'/>
<id>urn:sha1:641b08c920f9c68d957e13147cf9c3e329cf83f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrate CLSAGs into monero</title>
<updated>2020-08-27T12:44:04Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-06-09T13:02:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=82ee01699c2b910e44fd7362bd47d3a1cc9c26af'/>
<id>urn:sha1:82ee01699c2b910e44fd7362bd47d3a1cc9c26af</id>
<content type='text'>
They are allowed from v12, and MLSAGs are rejected from v13.
</content>
</entry>
<entry>
<title>CLSAG signatures</title>
<updated>2020-08-27T12:43:29Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2019-08-29T11:35:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4b328c66161d11ddb240ca9c10298b0581aaa6b5'/>
<id>urn:sha1:4b328c66161d11ddb240ca9c10298b0581aaa6b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace most boost serialization with existing monero serialization</title>
<updated>2020-08-17T16:23:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-06-24T23:26:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7175dcb1078abbdaa130a8c5f5fd2b93fa7b3086'/>
<id>urn:sha1:7175dcb1078abbdaa130a8c5f5fd2b93fa7b3086</id>
<content type='text'>
This reduces the attack surface for data that can come from
malicious sources (exported output and key images, multisig
transactions...) since the monero serialization is already
exposed to the outside, and the boost lib we were using had
a few known crashers.

For interoperability, a new load-deprecated-formats wallet
setting is added (off by default). This allows loading boost
format data if there is no alternative. It will likely go
at some point, along with the ability to load those.

Notably, the peer lists file still uses the boost serialization
code, as the data it stores is define in epee, while the new
serialization code is in monero, and migrating it was fairly
hairy. Since this file is local and not obtained from anyone
else, the marginal risk is minimal, but it could be migrated
later if needed.

Some tests and tools also do, this will stay as is for now.
</content>
</entry>
</feed>
