<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet, branch v0.12.2.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.12.2.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.12.2.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-05-31T15:45:43Z</updated>
<entry>
<title>wallet2: don't ask for pruned txes yet, we still parse the entire tx</title>
<updated>2018-05-31T15:45:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-31T15:45:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9e96873f87dd2af47115e384f16035792cecd9b5'/>
<id>urn:sha1:9e96873f87dd2af47115e384f16035792cecd9b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3833</title>
<updated>2018-05-21T18:38:58Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-05-21T18:38:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9bde29cb236bf4968eafa423f5dce6cd8b96b15f'/>
<id>urn:sha1:9bde29cb236bf4968eafa423f5dce6cd8b96b15f</id>
<content type='text'>
aabe3eed Fix output shuffling for multisig (stoffu)
</content>
</entry>
<entry>
<title>Merge pull request #3796</title>
<updated>2018-05-21T18:37:58Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-05-21T18:37:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=252e8348002edc31e4fa59aba0aa03294fa19e0b'/>
<id>urn:sha1:252e8348002edc31e4fa59aba0aa03294fa19e0b</id>
<content type='text'>
fac173d8 Wallet API: allow log path to be non-default &amp; console output to be configurable (stoffu)
</content>
</entry>
<entry>
<title>Fix output shuffling for multisig</title>
<updated>2018-05-20T00:40:32Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-05-20T00:40:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=aabe3eedb8e21528905eb7142706441d6bcdeb00'/>
<id>urn:sha1:aabe3eedb8e21528905eb7142706441d6bcdeb00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wallet API: allow log path to be non-default &amp; console output to be configurable</title>
<updated>2018-05-11T23:57:29Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-05-02T02:46:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fac173d8310352a4d99c7e9103d623d038fa4281'/>
<id>urn:sha1:fac173d8310352a4d99c7e9103d623d038fa4281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet2: consider 6 outputs or less to be unmixable from v7</title>
<updated>2018-05-10T20:19:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-10T20:18:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cc9dd7a64aae7d597232ea2295099d8812949931'/>
<id>urn:sha1:cc9dd7a64aae7d597232ea2295099d8812949931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3686</title>
<updated>2018-04-28T20:38:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-04-28T20:38:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a48658017b0f7bbb14397d0901f091f1cd842f37'/>
<id>urn:sha1:a48658017b0f7bbb14397d0901f091f1cd842f37</id>
<content type='text'>
d003f07c speedup get_output_histogram for all amounts when min_count &gt; 0 (moneromooo-monero)
df9d59ca wallet2: add missing parameters to get_output_histogram (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #3684</title>
<updated>2018-04-28T20:38:15Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-04-28T20:38:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=863659965403965cbadd80216d4531736d0fec39'/>
<id>urn:sha1:863659965403965cbadd80216d4531736d0fec39</id>
<content type='text'>
9670c917 import_multisig_info: fix sanity check crash in detach_blockchain (Mikhail Mitkevichl)
</content>
</entry>
<entry>
<title>Merge pull request #3665</title>
<updated>2018-04-28T20:26:02Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-04-28T20:26:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fde2a31964fce740c9bb1bbef842ce5095412862'/>
<id>urn:sha1:fde2a31964fce740c9bb1bbef842ce5095412862</id>
<content type='text'>
e561a0c3 WalletManagerImpl: reuse existing connection to daemon instead of reconnectivng every time (stoffu)
</content>
</entry>
<entry>
<title>import_multisig_info: fix sanity check crash in detach_blockchain</title>
<updated>2018-04-23T06:20:49Z</updated>
<author>
<name>Mikhail Mitkevichl</name>
<email>mim@exante.eu</email>
</author>
<published>2018-04-21T20:25:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9670c917d1708660ecdbabd4040511b89ebf7a28'/>
<id>urn:sha1:9670c917d1708660ecdbabd4040511b89ebf7a28</id>
<content type='text'>
</content>
</entry>
</feed>
