<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common, branch v0.18.3.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.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2023-07-07T02:33:25Z</updated>
<entry>
<title>Merge pull request #8895</title>
<updated>2023-07-07T02:33:25Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-07-07T02:33:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f173bf6e726654fa1f4a952b35ea98e6cc633ac7'/>
<id>urn:sha1:f173bf6e726654fa1f4a952b35ea98e6cc633ac7</id>
<content type='text'>
26025cb Speed up perf_timer init on x86 (SChernykh)
</content>
</entry>
<entry>
<title>Speed up perf_timer init on x86</title>
<updated>2023-06-08T05:55:47Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2023-06-08T05:55:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=26025cb294724f8f27615121b563d9e58a3de82b'/>
<id>urn:sha1:26025cb294724f8f27615121b563d9e58a3de82b</id>
<content type='text'>
All Monero binaries have 1 second startup delay because of this code. This is especially noticeable and affects UX in Monero GUI wallet with local node where it often starts another monerod instance to run commands and query node status.
</content>
</entry>
<entry>
<title>common: do not use DNS to determine if address is local</title>
<updated>2023-05-25T16:06:34Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2023-05-12T10:39:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8dc4abdafec7985319ba2fd2294ca8f0916d9cea'/>
<id>urn:sha1:8dc4abdafec7985319ba2fd2294ca8f0916d9cea</id>
<content type='text'>
Co-authored-by: j-berman &lt;justinberman@protonmail.com&gt;
</content>
</entry>
<entry>
<title>fix missing &lt;cstdint&gt; includes</title>
<updated>2023-05-08T17:29:54Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2023-05-06T16:13:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f983ac77805a494ea4a05a00398c553e1359aefd'/>
<id>urn:sha1:f983ac77805a494ea4a05a00398c553e1359aefd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8676</title>
<updated>2023-01-11T17:28:08Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-01-11T17:28:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c48f572e46cb7802fbb02ada94f88a69f217bc95'/>
<id>urn:sha1:c48f572e46cb7802fbb02ada94f88a69f217bc95</id>
<content type='text'>
29208a3 Cache successful erRctNonSemanticsSimple calls (SChernykh)
</content>
</entry>
<entry>
<title>Merge pull request #8683</title>
<updated>2023-01-11T17:13:23Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-01-11T17:13:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f73a2b15875e948090ce607095ae93e3a06bed26'/>
<id>urn:sha1:f73a2b15875e948090ce607095ae93e3a06bed26</id>
<content type='text'>
cbc297a common: add missing includes (selsta)
</content>
</entry>
<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>common: add missing includes</title>
<updated>2022-12-18T18:47:01Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2022-12-18T17:30:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cbc297acfb6b0213fe55408a0cc73494559ed8b0'/>
<id>urn:sha1:cbc297acfb6b0213fe55408a0cc73494559ed8b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DNSResolver: fix not handling hostnames without dot characters [release]</title>
<updated>2022-11-22T03:16:16Z</updated>
<author>
<name>Jeffrey Ryan</name>
<email>jeffreyryan@tutanota.com</email>
</author>
<published>2022-11-21T21:54:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2c2432245f40377ee31c21e42d34a473f09601fe'/>
<id>urn:sha1:2c2432245f40377ee31c21e42d34a473f09601fe</id>
<content type='text'>
Unrelated, but similar code-wise to #8643. There is a check in `DNSResolver` which automatically fails to resolve hostnames which do not contain the `.` character. This PR removes that check.
</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>
</feed>
