<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src, 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-04-06T17:21:28Z</updated>
<entry>
<title>Merge pull request #7350</title>
<updated>2021-04-06T17:21:28Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-04-06T17:21:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=298208d92b68205957188b85fb96049fdba7ec45'/>
<id>urn:sha1:298208d92b68205957188b85fb96049fdba7ec45</id>
<content type='text'>
4a9ae3e fix serialization being different on mac (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #7638</title>
<updated>2021-03-30T02:00:40Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-03-30T02:00:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f719b74cd1b4eab79e4b25fa67a11bb38fb179f8'/>
<id>urn:sha1:f719b74cd1b4eab79e4b25fa67a11bb38fb179f8</id>
<content type='text'>
c18cdd3 build: prepare v0.17.2.0 (selsta)
</content>
</entry>
<entry>
<title>Merge pull request #7621</title>
<updated>2021-03-30T01:56:07Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-03-30T01:56:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=daa1376370da97a3e850ae4309eb953aeebae31a'/>
<id>urn:sha1:daa1376370da97a3e850ae4309eb953aeebae31a</id>
<content type='text'>
21ab1de cryptonote_protocol_handler: fix race condition (anon)
699e82c cryptonote_protocol_handler: add race condition demo (anon)
</content>
</entry>
<entry>
<title>Merge pull request #7615</title>
<updated>2021-03-30T01:54:25Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-03-30T01:54:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eed63cef36b8d7ee012c72b07db700452e026200'/>
<id>urn:sha1:eed63cef36b8d7ee012c72b07db700452e026200</id>
<content type='text'>
9ca9f12 Fixed issues found by static analysis (SChernykh)
</content>
</entry>
<entry>
<title>build: prepare v0.17.2.0</title>
<updated>2021-03-26T00:53:45Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-03-26T00:52:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c18cdd36231553447ac3e0d388d81ca42d0bff13'/>
<id>urn:sha1:c18cdd36231553447ac3e0d388d81ca42d0bff13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cryptonote_protocol_handler: fix race condition</title>
<updated>2021-03-22T19:42:45Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-03-22T19:42:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=21ab1de89fb62e066185c1cc37ea89da73130b9c'/>
<id>urn:sha1:21ab1de89fb62e066185c1cc37ea89da73130b9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7419</title>
<updated>2021-03-20T05:54:52Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-03-20T05:54:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9ec4ce36c7b46034933ec8a1eee70c49a0cb8afc'/>
<id>urn:sha1:9ec4ce36c7b46034933ec8a1eee70c49a0cb8afc</id>
<content type='text'>
25588de trezor: simplify recognition of integrated addresses (Dusan Klinec)
</content>
</entry>
<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 serialization being different on mac</title>
<updated>2021-03-05T23:41:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-01-12T18:24:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4a9ae3eb8b9a6d7a2e64f360fda2d5790c8e3321'/>
<id>urn:sha1:4a9ae3eb8b9a6d7a2e64f360fda2d5790c8e3321</id>
<content type='text'>
On Mac, size_t is a distinct type from uint64_t, and some
types (in wallet cache as well as cold/hot wallet transfer
data) use pairs/containers with size_t as fields. Mac would
save those as full size, while other platforms would save
them as varints. Might apply to other platforms where the
types are distinct.

There's a nasty hack for backward compatibility, which can
go after a couple forks.
</content>
</entry>
<entry>
<title>Merge pull request #7336</title>
<updated>2021-03-05T18:53:00Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-03-05T18:53:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=af46a291adbd7d9152c2134cf1845972cae2d89f'/>
<id>urn:sha1:af46a291adbd7d9152c2134cf1845972cae2d89f</id>
<content type='text'>
d8137dc device_trezor: add redundant check (anon)
c6e1d7b device_trezor: wipe string fields properly (anon)
</content>
</entry>
</feed>
