<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_config.h, branch v0.18.3.3</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.3.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2023-10-23T19:53:58Z</updated>
<entry>
<title>cryptonote_config: include cstdint</title>
<updated>2023-10-23T19:53:58Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-10-22T23:02:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=14ae81246d2eb8200ddb2869f2d381ac3f84fbad'/>
<id>urn:sha1:14ae81246d2eb8200ddb2869f2d381ac3f84fbad</id>
<content type='text'>
Header was using `uint64_t` without including `&lt;cstdint&gt;` which caused some issues downstream for windows builds
</content>
</entry>
<entry>
<title>Merge pull request #8784</title>
<updated>2023-03-18T22:23:14Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-03-18T22:23:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=225e5ba571264eb9ceb1e7defa732d8ea28ab5cb'/>
<id>urn:sha1:225e5ba571264eb9ceb1e7defa732d8ea28ab5cb</id>
<content type='text'>
5900ed3 Add a size limit for tx_extra in tx pool (tevador)
</content>
</entry>
<entry>
<title>Add a size limit for tx_extra in tx pool</title>
<updated>2023-03-18T19:01:58Z</updated>
<author>
<name>tevador</name>
<email>tevador@gmail.com</email>
</author>
<published>2023-02-05T20:53:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5900ed3706caa1beeef88738e7b62194280af5d9'/>
<id>urn:sha1:5900ed3706caa1beeef88738e7b62194280af5d9</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>derive multisig tx secret keys from an entropy source plus the tx inputs' key images</title>
<updated>2022-07-13T17:40:34Z</updated>
<author>
<name>koe</name>
<email>ukoe@protonmail.com</email>
</author>
<published>2022-04-30T21:54:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=edcc094558779a25811f2736beca97d78a26bff5'/>
<id>urn:sha1:edcc094558779a25811f2736beca97d78a26bff5</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>Merge pull request #8275</title>
<updated>2022-04-25T15:22:03Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-04-25T15:22:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=67e5ca9ad6f1c861ad315476a88f9d36c38a0abb'/>
<id>urn:sha1:67e5ca9ad6f1c861ad315476a88f9d36c38a0abb</id>
<content type='text'>
9209880 add a sanity check to RPC input data size (moneromooo-monero)
</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>add a sanity check to RPC input data size</title>
<updated>2022-04-21T22:22:56Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2022-03-16T22:16:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9209880e9cd90762f344dbfeb3464c9f7e758a4b'/>
<id>urn:sha1:9209880e9cd90762f344dbfeb3464c9f7e758a4b</id>
<content type='text'>
reported by m31007
</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>
</feed>
