<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/api/wallet.cpp, branch v0.11.0.1</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.11.0.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.11.0.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-08-09T10:38:29Z</updated>
<entry>
<title>WalletAPI: add getDefaultDataDir()</title>
<updated>2017-08-09T10:38:29Z</updated>
<author>
<name>Jaquee</name>
<email>jaquee.monero@gmail.com</email>
</author>
<published>2017-08-09T10:38:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1307e3cc12ae85a68805bcdbb474ee4944084c1f'/>
<id>urn:sha1:1307e3cc12ae85a68805bcdbb474ee4944084c1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change mixin to ring size in user visible places</title>
<updated>2017-08-07T20:12:27Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-31T06:50:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=61770ec2dab6c959cf5c320eff49f3f4c01a30af'/>
<id>urn:sha1:61770ec2dab6c959cf5c320eff49f3f4c01a30af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix wallet callback signatures</title>
<updated>2017-08-01T23:23:53Z</updated>
<author>
<name>m2049r</name>
<email>30435443+m2049r@users.noreply.github.com</email>
</author>
<published>2017-08-01T23:23:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=600353e2b222d69da2a0ca9505c2db0fb19415d9'/>
<id>urn:sha1:600353e2b222d69da2a0ca9505c2db0fb19415d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet_api: fix missing transaction parameter in callback</title>
<updated>2017-06-13T18:34:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-06-13T18:34:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4e13ab306a1d5a06f75263bfca1577e301472018'/>
<id>urn:sha1:4e13ab306a1d5a06f75263bfca1577e301472018</id>
<content type='text'>
It was unused, so harmless

Reported by erikd on IRC
</content>
</entry>
<entry>
<title>Wallet API: Set seed lang when recovering form keys</title>
<updated>2017-05-23T12:01:23Z</updated>
<author>
<name>Jaquee</name>
<email>jaquee.monero@gmail.com</email>
</author>
<published>2017-05-23T12:01:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=740bc24c9548f3b40cfc375521b334debabf03cb'/>
<id>urn:sha1:740bc24c9548f3b40cfc375521b334debabf03cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2012</title>
<updated>2017-05-05T09:35:03Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-05-05T09:35:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=81b370d5a13c798ca22f8c5c889f0e3b26da20d3'/>
<id>urn:sha1:81b370d5a13c798ca22f8c5c889f0e3b26da20d3</id>
<content type='text'>
bbf4c210 Wallet API: add spend/view key getters (Jaquee)
</content>
</entry>
<entry>
<title>Wallet API: add spend/view key getters</title>
<updated>2017-05-02T14:48:38Z</updated>
<author>
<name>Jaquee</name>
<email>jaquee.monero@gmail.com</email>
</author>
<published>2017-05-02T14:48:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bbf4c21048f47d419a2e09e9d58c95328e1ee980'/>
<id>urn:sha1:bbf4c21048f47d419a2e09e9d58c95328e1ee980</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: add sweep_below function</title>
<updated>2017-04-24T18:50:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-04-16T16:46:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6df83b3efb31337ba832697783f6c6940b4fec6b'/>
<id>urn:sha1:6df83b3efb31337ba832697783f6c6940b4fec6b</id>
<content type='text'>
It sweeps all outputs below the given threshold

This is available via the existing sweep_all RPC, by setting
amount_threshold the desired amount (in atomic units)
</content>
</entry>
<entry>
<title>Wallet API: add hard fork info functions</title>
<updated>2017-03-24T08:59:26Z</updated>
<author>
<name>Jaquee</name>
<email>jaquee.monero@gmail.com</email>
</author>
<published>2017-03-24T08:59:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a8646b0957aa60ffb8f3c2db820db16e40398c4e'/>
<id>urn:sha1:a8646b0957aa60ffb8f3c2db820db16e40398c4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use const references in catch blocks</title>
<updated>2017-03-18T12:56:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-18T12:56:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d0238313278206e505473cef4d4bed88b75b96fd'/>
<id>urn:sha1:d0238313278206e505473cef4d4bed88b75b96fd</id>
<content type='text'>
</content>
</entry>
</feed>
