<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/simplewallet, branch v0.13.0.2</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.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.13.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-10-07T18:04:10Z</updated>
<entry>
<title>Merge pull request #4036</title>
<updated>2018-10-07T18:04:10Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-07T17:57:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=84cc3b916e45ef9c2f3b71abc9f36808095adac8'/>
<id>urn:sha1:84cc3b916e45ef9c2f3b71abc9f36808095adac8</id>
<content type='text'>
9acf42d3 Multisig M/N functionality core tests added (naughtyfox)
9f3963e8 Arbitrary M/N multisig schemes: * support in wallet2 * support in monero-wallet-cli * support in monero-wallet-rpc * support in wallet api * support in monero-gen-trusted-multisig * unit tests for multisig wallets creation (naughtyfox)
</content>
</entry>
<entry>
<title>Merge pull request #4505</title>
<updated>2018-10-07T18:04:09Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-07T16:57:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b63f1ea6372c7f8d6665e53715da607cad877d77'/>
<id>urn:sha1:b63f1ea6372c7f8d6665e53715da607cad877d77</id>
<content type='text'>
977df631 Fix some calls to the translation function (Guillaume LE VAILLANT)
</content>
</entry>
<entry>
<title>Merge pull request #4390</title>
<updated>2018-10-06T09:15:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-05T21:12:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9556ba0d66bd1ec76d15feaadee8e10355912497'/>
<id>urn:sha1:9556ba0d66bd1ec76d15feaadee8e10355912497</id>
<content type='text'>
a0613532 secure_pwd_reader: Add proper Unicode handling [Ryo contribution] (fireice-uk)
579383c2 simplewallet: Add Unicode input_line [Ryo backport] (fireice-uk)
</content>
</entry>
<entry>
<title>Merge pull request #4482</title>
<updated>2018-10-02T20:45:50Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-02T20:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e0fa7fa38488784efd1cbb87922b3079370e0b55'/>
<id>urn:sha1:e0fa7fa38488784efd1cbb87922b3079370e0b55</id>
<content type='text'>
25e5890d wallet: fix --generate-from-json using wrong password (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #4459</title>
<updated>2018-09-29T20:17:00Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:17:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f0b3bbf808ec598ec191326767e0779a4a4037e4'/>
<id>urn:sha1:f0b3bbf808ec598ec191326767e0779a4a4037e4</id>
<content type='text'>
bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero)
3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero)
a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero)
1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero)
fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero)
2e2139ff epee: do not propagate exception through dtor (moneromooo-monero)
0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero)
1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero)
418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero)
ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero)
6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero)
53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero)
e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero)
661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero)
5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero)
7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero)
a085da32 unit_tests: add check for page size &gt; 0 before dividing (moneromooo-monero)
d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero)
02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero)
c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
</content>
</entry>
<entry>
<title>simplewallet: top level exception catcher to print nicer messages</title>
<updated>2018-09-27T10:56:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T10:56:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=02563bf4b9bb6addd19d600835ae0a2699cc5049'/>
<id>urn:sha1:02563bf4b9bb6addd19d600835ae0a2699cc5049</id>
<content type='text'>
Coverity 188408
</content>
</entry>
<entry>
<title>simplewallet: don't complain about payment id on pool mined blocks</title>
<updated>2018-09-25T12:34:42Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-25T12:33:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=174f31bf7d53b032523f89cfe3ac78e9df2f784e'/>
<id>urn:sha1:174f31bf7d53b032523f89cfe3ac78e9df2f784e</id>
<content type='text'>
Those use the extra nonce without a payment id
</content>
</entry>
<entry>
<title>Merge pull request #4405</title>
<updated>2018-09-21T18:46:54Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-21T18:46:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b65e236fdad07648204a71812fcf4e97293ef227'/>
<id>urn:sha1:b65e236fdad07648204a71812fcf4e97293ef227</id>
<content type='text'>
8db2d8d4 simplewallet: fix --generate-from-json setting wrong wallet filename (moneromooo-monero)
</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 #4388</title>
<updated>2018-09-21T18:44:19Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-21T18:44:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=37a306370d030a708386df5d20620232acce3f01'/>
<id>urn:sha1:37a306370d030a708386df5d20620232acce3f01</id>
<content type='text'>
05edc969 simplewallet: remove obsolete transfer_original command (moneromooo-monero)
</content>
</entry>
</feed>
