<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet2.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-25T11:28:39Z</updated>
<entry>
<title>wallet2: fix duplicate output making it to the RPC</title>
<updated>2018-09-25T11:28:39Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-19T09:08:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e350cc5ad557eba67790551f96bbbcfc97173480'/>
<id>urn:sha1:e350cc5ad557eba67790551f96bbbcfc97173480</id>
<content type='text'>
</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>query backing device</title>
<updated>2018-09-19T16:25:38Z</updated>
<author>
<name>m2049r</name>
<email>m2049r@monerujo.io</email>
</author>
<published>2018-08-16T08:31:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bce474be7d9cfa80d9f0970047bfd508db60424f'/>
<id>urn:sha1:bce474be7d9cfa80d9f0970047bfd508db60424f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4360</title>
<updated>2018-09-18T15:58:14Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-18T15:58:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=08f0c60ffc60b5f79b3a529c73072e90af8bda20'/>
<id>urn:sha1:08f0c60ffc60b5f79b3a529c73072e90af8bda20</id>
<content type='text'>
7a76354c wallet2: import_multisig forward refresh exception (naughtyfox)
</content>
</entry>
<entry>
<title>Merge pull request #4302</title>
<updated>2018-09-18T15:31:35Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-18T15:31:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b174527f1d7c9f352da3c849d62cc12ec1e0b92d'/>
<id>urn:sha1:b174527f1d7c9f352da3c849d62cc12ec1e0b92d</id>
<content type='text'>
ba8dd347 api/wallet: properly disable key encryption (stoffu)
</content>
</entry>
<entry>
<title>wallet: implement coin splitting for sweep_* 'outputs' option</title>
<updated>2018-09-18T11:02:03Z</updated>
<author>
<name>whythat</name>
<email>whythat@protonmail.com</email>
</author>
<published>2018-05-06T08:45:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4ed30bab500dbe2ad94dcb44a0f198f94615836a'/>
<id>urn:sha1:4ed30bab500dbe2ad94dcb44a0f198f94615836a</id>
<content type='text'>
Implemented strategy splits total amount into N equal parts,
where N is a specified number of outputs. If N &gt; 1, dummy
change output is NOT created.

rebased by moneromooo
</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>api/wallet: properly disable key encryption</title>
<updated>2018-09-17T13:15:29Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-08-25T05:22:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ba8dd3479d56ff084fbc4b631548ff8cf05f60d1'/>
<id>urn:sha1:ba8dd3479d56ff084fbc4b631548ff8cf05f60d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw_device: support for multiple devices added [for review]</title>
<updated>2018-09-14T14:02:00Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2018-08-23T22:50:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f9b22a7b01994f444185f38fe1f645593590c943'/>
<id>urn:sha1:f9b22a7b01994f444185f38fe1f645593590c943</id>
<content type='text'>
- device name is a new wallet property
- full device name is now a bit more structured so we can address particular device vendor + device path. Example: 'Ledger', 'Trezor:udp', 'Trezor:udp:127.0.0.1:21324', 'Trezor:bridge:usb01'. The part before ':' identifies HW device implementation, the optional part after ':' is device path to look for.
- new --hw-device parameter added to the wallet, can name the hardware device
- device reconnect added
</content>
</entry>
<entry>
<title>Merge pull request #4324</title>
<updated>2018-09-14T11:15:41Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-14T11:15:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d74399408687e91f9ef272c47ca3661e02df715e'/>
<id>urn:sha1:d74399408687e91f9ef272c47ca3661e02df715e</id>
<content type='text'>
44259e56 wallet: ask-password can now ask without encrypting the secret spend key (moneromooo-monero)
</content>
</entry>
</feed>
