<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests/node_server.cpp, branch v0.18.4.2</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.4.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.4.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2025-03-10T16:20:00Z</updated>
<entry>
<title>Merge pull request #9740</title>
<updated>2025-03-10T16:20:00Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2025-03-10T16:20:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3da68db9789697d30dc309df2f1da5d348bc4ce2'/>
<id>urn:sha1:3da68db9789697d30dc309df2f1da5d348bc4ce2</id>
<content type='text'>
008ba966d blockchain sync: reduce disk writes from 2 to 1 per tx (jeffro256)
</content>
</entry>
<entry>
<title>blockchain sync: reduce disk writes from 2 to 1 per tx</title>
<updated>2025-03-10T06:32:08Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2024-01-17T23:17:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=008ba966da88f073f226b299533faca905ceabf8'/>
<id>urn:sha1:008ba966da88f073f226b299533faca905ceabf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build with boost ASIO 0.87. Support boost 1.66+</title>
<updated>2025-02-14T18:29:57Z</updated>
<author>
<name>Lee *!* Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2024-12-17T21:40:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=01bcd52924244ec8d2a24c10fcef8959289d09ff'/>
<id>urn:sha1:01bcd52924244ec8d2a24c10fcef8959289d09ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #9460</title>
<updated>2025-01-22T22:47:10Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2025-01-22T22:47:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=00e582a2b1bc6872dd8bddb31bd95bab79185ce6'/>
<id>urn:sha1:00e582a2b1bc6872dd8bddb31bd95bab79185ce6</id>
<content type='text'>
0cd74568d Cleanup TCP throttling code (performance) + move connection checks (Lee *!* Clagett)
</content>
</entry>
<entry>
<title>Cleanup TCP throttling code (performance) + move connection checks</title>
<updated>2024-12-20T01:54:22Z</updated>
<author>
<name>Lee *!* Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2024-08-27T18:07:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0cd74568d6a7709c82cb12012ec952c8d00d6c96'/>
<id>urn:sha1:0cd74568d6a7709c82cb12012ec952c8d00d6c96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>p2p: allow comments in banlist files</title>
<updated>2024-12-13T19:37:39Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2024-11-07T06:34:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a1b545a2f7b2ac48d66e7fd846ca5093286525c7'/>
<id>urn:sha1:a1b545a2f7b2ac48d66e7fd846ca5093286525c7</id>
<content type='text'>
In-line comments explicitly explaining banned hosts/subnets might help assuage fears of some good banlists' arbitaryiness.
</content>
</entry>
<entry>
<title>Move update_checkpoints() to a later stage</title>
<updated>2022-09-22T11:06:39Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2022-09-22T11:06:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=802c4bb0e4e7a94c07e5c06a3e993e104b529e52'/>
<id>urn:sha1:802c4bb0e4e7a94c07e5c06a3e993e104b529e52</id>
<content type='text'>
update_checkpoints() makes a few DNS requests and can take up to 20-30 seconds to complete (3-6 seconds on average). It is currently called from core::handle_incoming_block() which holds m_incoming_tx_lock, so it blocks all incoming transactions and blocks processing while update_checkpoints() is running. This PR moves it to until after a new block has been processed and relayed, to avoid full monerod locking.
</content>
</entry>
<entry>
<title>Don't exclusively drop tor/i2p outgoing cxns in idle loop</title>
<updated>2022-05-18T16:54:21Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-05-15T03:11:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2dab31f62f3e7aff14afd7897848143456b0c47d'/>
<id>urn:sha1:2dab31f62f3e7aff14afd7897848143456b0c47d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7874</title>
<updated>2021-10-11T17:56:14Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-10-11T17:56:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=45920c36f1945b19df66678d53146c91e044f418'/>
<id>urn:sha1:45920c36f1945b19df66678d53146c91e044f418</id>
<content type='text'>
9154883 node_server: fix race condition (anon)
8922f96 node_server: add race condition demo (anon)
</content>
</entry>
</feed>
