<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet_rpc_server.cpp, branch v0.17.2.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.17.2.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.2.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2021-08-12T13:13:09Z</updated>
<entry>
<title>support freeze, thaw, and frozen in wallet rpc</title>
<updated>2021-08-12T13:13:09Z</updated>
<author>
<name>woodser</name>
<email>woodser@protonmail.com</email>
</author>
<published>2021-08-12T13:13:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6ec9fd6c08ce363ca9994ab8ffc98da526c227e8'/>
<id>urn:sha1:6ec9fd6c08ce363ca9994ab8ffc98da526c227e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>provide key images of spent outputs in wallet rpc</title>
<updated>2021-08-07T13:36:45Z</updated>
<author>
<name>woodser</name>
<email>woodser@protonmail.com</email>
</author>
<published>2021-08-07T13:36:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=925c6b60e3e731dcfb79e0c94cc597942b17267c'/>
<id>urn:sha1:925c6b60e3e731dcfb79e0c94cc597942b17267c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix serialization being different on mac</title>
<updated>2021-03-05T23:41:19Z</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=4a9ae3eb8b9a6d7a2e64f360fda2d5790c8e3321'/>
<id>urn:sha1:4a9ae3eb8b9a6d7a2e64f360fda2d5790c8e3321</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>Bind signature to full address and signing mode</title>
<updated>2020-08-28T23:38:00Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2020-08-28T23:38:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fa06c39d9731b90dfd58ecd6cdfd3c936ee139a7'/>
<id>urn:sha1:fa06c39d9731b90dfd58ecd6cdfd3c936ee139a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: allow signing a message with spend or view key</title>
<updated>2020-08-28T23:25:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-05-20T21:43:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=743608ec16e27a3c1ca2febd4e80391a32c23efd'/>
<id>urn:sha1:743608ec16e27a3c1ca2febd4e80391a32c23efd</id>
<content type='text'>
</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>Merge pull request #6546</title>
<updated>2020-08-16T19:40:51Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-08-16T19:40:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0f5eb0e70cadf5f427154b3f1c5223cdc429d5f2'/>
<id>urn:sha1:0f5eb0e70cadf5f427154b3f1c5223cdc429d5f2</id>
<content type='text'>
eda167585 wallet_rpc_server: use unlock_time in suggested confirmations calc (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet_rpc_server: use unlock_time in suggested confirmations calc</title>
<updated>2020-05-17T01:03:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-05-17T01:02:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eda1675858dec0efcc86d4a33763f245cfd84479'/>
<id>urn:sha1:eda1675858dec0efcc86d4a33763f245cfd84479</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>simplewallet: report timestamp based expected unlock time on balance</title>
<updated>2020-04-22T13:34:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-04-19T15:57:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8b655de8eda6e634c264963912395173de202513'/>
<id>urn:sha1:8b655de8eda6e634c264963912395173de202513</id>
<content type='text'>
</content>
</entry>
</feed>
