<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests/net.cpp, branch v0.17.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.17.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.3.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-04-03T01:56:17Z</updated>
<entry>
<title>Use byte_slice for sending zmq messages - removes data copy within zmq</title>
<updated>2020-04-03T01:56:17Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-11-17T06:06:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9915746219482c25b96406d475c6fde9b02a31'/>
<id>urn:sha1:da9915746219482c25b96406d475c6fde9b02a31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix network unit tests after epee changes</title>
<updated>2020-03-28T17:30:22Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-03-28T17:30:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0c29e17581271d8f534858f4ebe67bf8f1d338bb'/>
<id>urn:sha1:0c29e17581271d8f534858f4ebe67bf8f1d338bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6285</title>
<updated>2020-03-27T19:23:00Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-03-27T19:23:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7d4a93fab3f4bfbb19e0f1ff1feeeadde649b116'/>
<id>urn:sha1:7d4a93fab3f4bfbb19e0f1ff1feeeadde649b116</id>
<content type='text'>
d0641b42 net: fix incorrect less operator for top/i2p addresses (Aaron Hook)
</content>
</entry>
<entry>
<title>p2p: remove old debug commands</title>
<updated>2020-03-21T05:09:44Z</updated>
<author>
<name>Aaron Hook</name>
<email>ahook@protonmail.com</email>
</author>
<published>2020-03-21T05:09:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=aa93e3886211621e8c3367954b35260df731fc72'/>
<id>urn:sha1:aa93e3886211621e8c3367954b35260df731fc72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>net: fix incorrect less operator for top/i2p addresses</title>
<updated>2020-01-19T03:18:56Z</updated>
<author>
<name>Aaron Hook</name>
<email>ahook@protonmail.com</email>
</author>
<published>2020-01-19T03:18:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d0641b42fec6d32763729c93718004fba318b051'/>
<id>urn:sha1:d0641b42fec6d32763729c93718004fba318b051</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved performance for epee serialization:</title>
<updated>2019-11-04T01:46:41Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-11-04T01:06:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a9bdc6e4c4e9ec73226e5b4d2261f54bb0b14cf1'/>
<id>urn:sha1:a9bdc6e4c4e9ec73226e5b4d2261f54bb0b14cf1</id>
<content type='text'>
  - Removed copy of field names in binary deserialization
  - Removed copy of array values in binary deserialization
  - Removed copy of string values in json deserialization
  - Removed unhelpful allocation in json string value parsing
  - Removed copy of blob data on binary and json serialization
</content>
</entry>
<entry>
<title>unit_tests: fix build with boost 1.69</title>
<updated>2019-10-11T01:16:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-10-11T01:15:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=77afe91db6f737eadf29d785cfcd3a83fc046337'/>
<id>urn:sha1:77afe91db6f737eadf29d785cfcd3a83fc046337</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5818</title>
<updated>2019-09-14T18:25:14Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-09-14T18:25:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d663e1e3dbda1f12e2b0ea9ed74cfba2a953216e'/>
<id>urn:sha1:d663e1e3dbda1f12e2b0ea9ed74cfba2a953216e</id>
<content type='text'>
f91a06c Dropping cppzmq dependency; adding some zmq utils (vtnerd)
</content>
</entry>
<entry>
<title>unit_tests: fix build with CLANG 8 and boost 1.69</title>
<updated>2019-08-30T11:43:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-08-30T11:34:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a5c7eebaeaa5f3d871923232a742e31303e1e061'/>
<id>urn:sha1:a5c7eebaeaa5f3d871923232a742e31303e1e061</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dropping cppzmq dependency; adding some zmq utils</title>
<updated>2019-07-22T06:37:16Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-08-18T17:49:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f91a06c6d7ec3d649b6bdb7a38bb1e0b8f7293f9'/>
<id>urn:sha1:f91a06c6d7ec3d649b6bdb7a38bb1e0b8f7293f9</id>
<content type='text'>
</content>
</entry>
</feed>
