<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet_rpc_server.cpp, branch v0.13.0.0-RC1</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.13.0.0-RC1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.13.0.0-RC1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-09-25T10:12:14Z</updated>
<entry>
<title>Merge pull request #4433</title>
<updated>2018-09-25T10:12:14Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-25T10:12:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cd8c7f6e782c2a5c57cc9c4ae2a7bd356561f152'/>
<id>urn:sha1:cd8c7f6e782c2a5c57cc9c4ae2a7bd356561f152</id>
<content type='text'>
b35beaa8 wallet_rpc_server: include account index in incoming_transfers RPC (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet_rpc_server: include account index in incoming_transfers RPC</title>
<updated>2018-09-24T19:42:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-20T13:03:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b35beaa8d657aabce3e6567c2db6b52bc73a56a8'/>
<id>urn:sha1:b35beaa8d657aabce3e6567c2db6b52bc73a56a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet_rpc_server: fix --run-as-service on Windows</title>
<updated>2018-09-22T11:56:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-22T11:55:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=83907f88293584b3c38490cccbc31ef17713108c'/>
<id>urn:sha1:83907f88293584b3c38490cccbc31ef17713108c</id>
<content type='text'>
Thanks iDunk for the windows testing
</content>
</entry>
<entry>
<title>wallet_rpc_server: fix build for windows</title>
<updated>2018-09-21T18:50:05Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-21T18:49:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e03402b0c7a0da9822ac17b079c3872fac511496'/>
<id>urn:sha1:e03402b0c7a0da9822ac17b079c3872fac511496</id>
<content type='text'>
Thanks iDunk for building patches on windows
</content>
</entry>
<entry>
<title>Merge pull request #4401</title>
<updated>2018-09-21T18:46:22Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-21T18:46:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=85110b42ab5941ab8e71592dfa432d4b0cc99055'/>
<id>urn:sha1:85110b42ab5941ab8e71592dfa432d4b0cc99055</id>
<content type='text'>
66901901 README: harmonize command formatting inside README.md (Andrea)
8cd98408 disable AES on s390x architecture (Tuan M. Hoang)
4ed30bab wallet: implement coin splitting for sweep_* 'outputs' option (whythat)
24f52396 wallet: add 'outputs' option for sweep_* commands (whythat)
52e19d69 README: Compile boost with cxxflags=-fPIC cflags=-fPIC (Italocoin Project)
0c77523d README: fill in libsodium package name for Arch (phloatingman)
</content>
</entry>
<entry>
<title>Merge pull request #4306</title>
<updated>2018-09-18T15:32:11Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-18T15:32:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=580497d5f93df0c6f1358e087e8c97079fd7dfa0'/>
<id>urn:sha1:580497d5f93df0c6f1358e087e8c97079fd7dfa0</id>
<content type='text'>
56b50faa wallet: use wipeable_string in more places where a secret is used (moneromooo-monero)
07ec748c wipeable_string: add hex_to_pod function (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet: add 'outputs' option for sweep_* commands</title>
<updated>2018-09-18T11:01:59Z</updated>
<author>
<name>whythat</name>
<email>whythat@protonmail.com</email>
</author>
<published>2018-05-06T08:38:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=24f52396935f7d0624afaf88c6a4b5f2bf5e6932'/>
<id>urn:sha1:24f52396935f7d0624afaf88c6a4b5f2bf5e6932</id>
<content type='text'>
'outputs' option allows to specify the number of
separate outputs of smaller denomination that will
be created by sweep operation.

rebased by moneromooo
</content>
</entry>
<entry>
<title>add daemonizer to rpc wallet</title>
<updated>2018-09-14T20:24:27Z</updated>
<author>
<name>jcktm</name>
<email>kitten@protonmail.com</email>
</author>
<published>2018-09-14T14:03:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c336d0f217bbb8a8417ebcb362abc9359fcc5d43'/>
<id>urn:sha1:c336d0f217bbb8a8417ebcb362abc9359fcc5d43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4337</title>
<updated>2018-09-14T11:06:22Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-14T11:06:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7850541074f6e6ed51db6dde59e60274a25e6543'/>
<id>urn:sha1:7850541074f6e6ed51db6dde59e60274a25e6543</id>
<content type='text'>
97764bae wallet_rpc_server: error out if wallet-file and wallet-dir are both used (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet: use wipeable_string in more places where a secret is used</title>
<updated>2018-09-12T09:26:11Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-27T08:44:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=56b50faab20166fc77e67d12bcd9f424c621f875'/>
<id>urn:sha1:56b50faab20166fc77e67d12bcd9f424c621f875</id>
<content type='text'>
</content>
</entry>
</feed>
