<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/rpc/rpc_payment.cpp, branch v0.17.1.8</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.1.8</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.1.8'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-08-17T16:23:58Z</updated>
<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>Merge pull request #6512</title>
<updated>2020-07-19T10:32:59Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-07-19T10:32:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a0d179e528220137885fee0817dc792127aec18c'/>
<id>urn:sha1:a0d179e528220137885fee0817dc792127aec18c</id>
<content type='text'>
5ef0607da Update copyright year to 2020 (SomaticFanatic)
</content>
</entry>
<entry>
<title>Merge pull request #6627</title>
<updated>2020-07-08T22:22:33Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-07-08T22:22:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e8d87fccc28dc4da7fe3284658a80395d9ea262f'/>
<id>urn:sha1:e8d87fccc28dc4da7fe3284658a80395d9ea262f</id>
<content type='text'>
4df8f9c rpc: fix loading rpc payment data from file (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #6611</title>
<updated>2020-07-08T22:21:31Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-07-08T22:21:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=03761950156e8e29963beda5f57add7bf9047171'/>
<id>urn:sha1:03761950156e8e29963beda5f57add7bf9047171</id>
<content type='text'>
dc1a053 rpc: fix comparison of seconds vs microseconds (moneromooo-monero)
</content>
</entry>
<entry>
<title>rpc: fix loading rpc payment data from file</title>
<updated>2020-06-05T11:21:24Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-06-05T11:20:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4df8f9c414f19b1d5f99ac02c0d39347da419973'/>
<id>urn:sha1:4df8f9c414f19b1d5f99ac02c0d39347da419973</id>
<content type='text'>
Got broken after making one of those micro optimizations requested on review..
</content>
</entry>
<entry>
<title>rpc: fix comparison of seconds vs microseconds</title>
<updated>2020-05-31T22:28:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-05-22T22:01:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dc1a0530813b6febadc65a270e793e3ba6b801bc'/>
<id>urn:sha1:dc1a0530813b6febadc65a270e793e3ba6b801bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: lock access to the rpc payment object</title>
<updated>2020-05-19T18:26:28Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-05-19T18:20:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7ebb351c2d6b4f10c83c4996c599d36c31955187'/>
<id>urn:sha1:7ebb351c2d6b4f10c83c4996c599d36c31955187</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
<entry>
<title>Hash domain separation</title>
<updated>2020-04-01T12:31:00Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2020-04-01T12:31:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=80d5320fff9c948f54b4379f3c2f3bc684e7f356'/>
<id>urn:sha1:80d5320fff9c948f54b4379f3c2f3bc684e7f356</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: init a few missing client_info members</title>
<updated>2019-11-27T19:52:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-10-26T08:16:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d0faae2a922effe64706aae95a095d39c9c3e3ee'/>
<id>urn:sha1:d0faae2a922effe64706aae95a095d39c9c3e3ee</id>
<content type='text'>
Coverity 205414
</content>
</entry>
</feed>
