<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/fuzz, 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-07T06:22:07Z</updated>
<entry>
<title>allow exporting outputs in chunks</title>
<updated>2022-09-07T06:22:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2022-08-16T20:20:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0cbf5571d3ccd07c81d33b05dd23b2ac9c777c3b'/>
<id>urn:sha1:0cbf5571d3ccd07c81d33b05dd23b2ac9c777c3b</id>
<content type='text'>
this will make it easier huge wallets to do so without hitting
random limits (eg, max string size in node).
</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>Improve cryptonote (block and tx) binary read performance</title>
<updated>2021-01-23T06:23:39Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2021-01-24T07:42:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=08e4497c6e3b3f434c0bb255c3942648f153fe66'/>
<id>urn:sha1:08e4497c6e3b3f434c0bb255c3942648f153fe66</id>
<content type='text'>
</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>Revert "Merge pull request #7136"</title>
<updated>2021-04-16T18:52:44Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-04-16T18:52:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e45619e61e4831eea70a43fe6985f4d57ea02e9e'/>
<id>urn:sha1:e45619e61e4831eea70a43fe6985f4d57ea02e9e</id>
<content type='text'>
This reverts commit 63c7ca07fba2f063c760f786a986fb3e02fb040e, reversing
changes made to 2218e23e84a89e9a1e4c0be5d50f891ab836754f.
</content>
</entry>
<entry>
<title>Merge pull request #7136</title>
<updated>2021-04-16T17:45:30Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-04-16T17:45:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=63c7ca07fba2f063c760f786a986fb3e02fb040e'/>
<id>urn:sha1:63c7ca07fba2f063c760f786a986fb3e02fb040e</id>
<content type='text'>
23aae55 Remove payload copy in all outgoing p2p messages (Lee Clagett)
</content>
</entry>
<entry>
<title>fix serialization being different on mac</title>
<updated>2021-03-05T23:42:33Z</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=f9b5b521e82b9dc08325bc65f25f8e4e446270fc'/>
<id>urn:sha1:f9b5b521e82b9dc08325bc65f25f8e4e446270fc</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>Remove payload copy in all outgoing p2p messages</title>
<updated>2021-01-16T22:53:28Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-10-13T09:27:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=23aae5571b1aa7d28290b194189eac24dd3214c5'/>
<id>urn:sha1:23aae5571b1aa7d28290b194189eac24dd3214c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7149</title>
<updated>2021-01-16T04:47:49Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-01-16T04:47:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cb21ec30a4fc94a61d1b72fb99896d0a0e8b2201'/>
<id>urn:sha1:cb21ec30a4fc94a61d1b72fb99896d0a0e8b2201</id>
<content type='text'>
0660db3 fuzz_tests: add a test for utf8canonical (moneromooo-monero)
</content>
</entry>
<entry>
<title>add a max levin packet size by command type</title>
<updated>2021-01-03T14:07:45Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-31T16:51:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b652d598d1ed3215150e970dae9673db96c3e39d'/>
<id>urn:sha1:b652d598d1ed3215150e970dae9673db96c3e39d</id>
<content type='text'>
</content>
</entry>
</feed>
