<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests/node_server.cpp, 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>2022-09-22T11:06:39Z</updated>
<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>
<entry>
<title>node_server: add race condition demo</title>
<updated>2021-09-20T20:58:23Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-09-20T20:58:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8922f96e61e660bcfe084f346229c6c2fb6ae6f9'/>
<id>urn:sha1:8922f96e61e660bcfe084f346229c6c2fb6ae6f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mac: UT node server fix IP localhost by aliasing</title>
<updated>2021-09-12T13:51:14Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2021-08-20T14:17:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1b7a708fa3e1350ed402c3dc9a4bc563761c8ac7'/>
<id>urn:sha1:1b7a708fa3e1350ed402c3dc9a4bc563761c8ac7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unit_tests: fix broken tests</title>
<updated>2021-07-28T13:38:24Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-07-28T13:38:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9c8e3e832e0da86403cbf2716b08a24898d5fce0'/>
<id>urn:sha1:9c8e3e832e0da86403cbf2716b08a24898d5fce0</id>
<content type='text'>
boosted_tcp_server: check condition before sleep too
cryptonote_protocol_handler: each instance of BlockchainLMDB requires separate thread due to private thread local fields
</content>
</entry>
<entry>
<title>Remove payload copy in all outgoing p2p messages</title>
<updated>2021-01-19T02:22:32Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2021-01-19T02:22:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=679d05567d1b69b4d51ca80ddc3e58de877814df'/>
<id>urn:sha1:679d05567d1b69b4d51ca80ddc3e58de877814df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unit_tests: fix boost 1.58 compatibility</title>
<updated>2021-04-08T11:45:27Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-04-08T11:45:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=73d3b00b35a6fd10aedbde58453173e3087c7a1c'/>
<id>urn:sha1:73d3b00b35a6fd10aedbde58453173e3087c7a1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tests: Fix test node_server.bind_same_p2p_port from randomly crashing</title>
<updated>2021-04-05T15:36:13Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2021-04-05T15:36:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=176cea0ec6ca2f16f9dc9f4280a9c4513828139e'/>
<id>urn:sha1:176cea0ec6ca2f16f9dc9f4280a9c4513828139e</id>
<content type='text'>
</content>
</entry>
</feed>
