<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/message_store.cpp, branch v0.18.4.4</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.4</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.4.4'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-03-04T05:59:20Z</updated>
<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>Reduce compilation time of epee/portable_storage_template_helper.h</title>
<updated>2021-03-28T13:41:48Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2020-11-10T17:18:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=673c6d2d11a4ae639c43bbf40e31e808932fd625'/>
<id>urn:sha1:673c6d2d11a4ae639c43bbf40e31e808932fd625</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused variables in monero codebase</title>
<updated>2021-02-09T07:05:05Z</updated>
<author>
<name>Kevin Barbour</name>
<email>kevinbarbourd@gmail.com</email>
</author>
<published>2021-01-23T09:38:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=85db1734e7dd456c1edb095a2c829527262b96c7'/>
<id>urn:sha1:85db1734e7dd456c1edb095a2c829527262b96c7</id>
<content type='text'>
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.

In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
</content>
</entry>
<entry>
<title>replace most boost serialization with existing monero serialization</title>
<updated>2020-08-17T16:23:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-06-24T23:26:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7175dcb1078abbdaa130a8c5f5fd2b93fa7b3086'/>
<id>urn:sha1:7175dcb1078abbdaa130a8c5f5fd2b93fa7b3086</id>
<content type='text'>
This reduces the attack surface for data that can come from
malicious sources (exported output and key images, multisig
transactions...) since the monero serialization is already
exposed to the outside, and the boost lib we were using had
a few known crashers.

For interoperability, a new load-deprecated-formats wallet
setting is added (off by default). This allows loading boost
format data if there is no alternative. It will likely go
at some point, along with the ability to load those.

Notably, the peer lists file still uses the boost serialization
code, as the data it stores is define in epee, while the new
serialization code is in monero, and migrating it was fairly
hairy. Since this file is local and not obtained from anyone
else, the marginal risk is minimal, but it could be migrated
later if needed.

Some tests and tools also do, this will stay as is for now.
</content>
</entry>
<entry>
<title>[master] MMS: New 'config_checksum' subcommand</title>
<updated>2020-05-24T08:23:55Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2020-05-04T09:31:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7d0b7e83efff1a29f730dfb65fa79cb72cc92d48'/>
<id>urn:sha1:7d0b7e83efff1a29f730dfb65fa79cb72cc92d48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>message_store: don't print an error when there is no mms file</title>
<updated>2020-04-27T15:44:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-04-27T15:43:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e7d01056f4b50dd20bf61fa535047d91efddd23a'/>
<id>urn:sha1:e7d01056f4b50dd20bf61fa535047d91efddd23a</id>
<content type='text'>
It confuses people
</content>
</entry>
<entry>
<title>Allow wallet2.h to run in WebAssembly</title>
<updated>2020-04-15T17:22:46Z</updated>
<author>
<name>woodser</name>
<email>woodser@protonmail.com</email>
</author>
<published>2020-04-15T17:22:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=87d75584e8df95ff53a354438760088e061a6de5'/>
<id>urn:sha1:87d75584e8df95ff53a354438760088e061a6de5</id>
<content type='text'>
- Add abstract_http_client.h which http_client.h extends.
- Replace simple_http_client with abstract_http_client in wallet2,
message_store, message_transporter, and node_rpc_proxy.
- Import and export wallet data in wallet2.
- Use #if defined __EMSCRIPTEN__ directives to skip incompatible code.</content>
</entry>
<entry>
<title>Changed the use of boost:value_initialized for C++ list initializer</title>
<updated>2019-09-02T12:16:29Z</updated>
<author>
<name>Jesus Ramirez</name>
<email>jesus.rami.serra@gmail.com</email>
</author>
<published>2019-06-26T14:39:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2cd4fd8972620737956aeeb4262209f8a446e3ee'/>
<id>urn:sha1:2cd4fd8972620737956aeeb4262209f8a446e3ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MMS: Use chans instead of normal addresses for auto-config</title>
<updated>2019-08-20T17:55:31Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2019-07-25T17:51:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8703aa59db18918d6d6687c25a5461be3521adcf'/>
<id>urn:sha1:8703aa59db18918d6d6687c25a5461be3521adcf</id>
<content type='text'>
</content>
</entry>
</feed>
