<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet_rpc_server.h, branch v0.10.0</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.10.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-09-18T19:32:02Z</updated>
<entry>
<title>epee: optionally restrict HTTP service to a configurable user agent</title>
<updated>2016-09-18T19:32:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-07T20:38:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eeb2bbc0fcc9c5afa2c3aa12915b4d3f31115e56'/>
<id>urn:sha1:eeb2bbc0fcc9c5afa2c3aa12915b4d3f31115e56</id>
<content type='text'>
This is intended to catch traffic coming from a web browser,
so we avoid issues with a web page sending a transfer RPC to
the wallet. Requiring a particular user agent can act as a
simple password scheme, while we wait for 0MQ and proper
authentication to be merged.
</content>
</entry>
<entry>
<title>wallet: new {ex,im}port_key_images commands and RPC calls</title>
<updated>2016-07-24T08:23:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-15T11:11:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ebf97d76f0020eb027175818ebbdafd6d578aa77'/>
<id>urn:sha1:ebf97d76f0020eb027175818ebbdafd6d578aa77</id>
<content type='text'>
They are used to export a signed set of key images from a wallet
with a private spend key, so an auditor with the matching view key
may see which of those are spent, and which are not.
</content>
</entry>
<entry>
<title>wallet: add command and RPC to sign/verify data</title>
<updated>2016-07-19T19:39:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-04-23T20:46:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=89d9f382a03235338bae65661e66d2d5ffa736d5'/>
<id>urn:sha1:89d9f382a03235338bae65661e66d2d5ffa736d5</id>
<content type='text'>
Signing is done using the spend key, since the view key may
be shared. This could be extended later, to let the user choose
which key (even a per tx key).
simplewallet's sign/verify API uses a file. The RPC uses a
string (simplewallet can't easily do strings since commands
receive a tokenized set of arguments).
</content>
</entry>
<entry>
<title>wallet: add get_transfers rpc call</title>
<updated>2016-04-26T21:39:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-04-26T21:39:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=48ab3f93ff26769ee5b686562d768c547ff6478d'/>
<id>urn:sha1:48ab3f93ff26769ee5b686562d768c547ff6478d</id>
<content type='text'>
Allows getting in, out, pending, and failed transfers, similarly
to the show_transfers command.
</content>
</entry>
<entry>
<title>wallet: allow attaching notes to txids</title>
<updated>2016-04-26T18:07:33Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-04-20T17:19:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7baed9bd8986d33d5892536f081eac284015372f'/>
<id>urn:sha1:7baed9bd8986d33d5892536f081eac284015372f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: add a new sweep_all command and RPC command</title>
<updated>2016-04-19T20:20:27Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-04-19T20:20:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b0850a9beacb3d6d89003ac38d46e859c45124c6'/>
<id>urn:sha1:b0850a9beacb3d6d89003ac38d46e859c45124c6</id>
<content type='text'>
This sends all outputs in a wallet to a given address, alleviating
the difficulty people have had trying to send all monero but
being left with some small amount left.
</content>
</entry>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: add a rescan_bc command and rescan_blockchain RPC</title>
<updated>2015-12-30T15:06:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-30T12:58:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bc8a52efd8dcda4544856e724a17c9cba161d4a2'/>
<id>urn:sha1:bc8a52efd8dcda4544856e724a17c9cba161d4a2</id>
<content type='text'>
Blockchain hashes and key images are flushed, and blocks are
pulled anew from the daemon.
The console command is shortened to match bc_height.
This should make it a lot easier on users who are currently
told to remove this particular cache file but keep the keys
one, etc, etc.
</content>
</entry>
<entry>
<title>wallet_rpc_server: exit async, so we reply to stop_wallet RPC</title>
<updated>2015-12-28T23:38:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-28T23:38:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=61ce8d6fde69795568804b619f086d1824406e92'/>
<id>urn:sha1:61ce8d6fde69795568804b619f086d1824406e92</id>
<content type='text'>
Reported by saddam
</content>
</entry>
<entry>
<title>added RPC wallet command getheight</title>
<updated>2015-12-23T16:04:04Z</updated>
<author>
<name>Brendan Telzrow</name>
<email>telzrowb@gmail.com</email>
</author>
<published>2015-12-23T16:04:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4cd7913a047b799728d6b04289c45c300c0ff613'/>
<id>urn:sha1:4cd7913a047b799728d6b04289c45c300c0ff613</id>
<content type='text'>
</content>
</entry>
</feed>
