<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git, branch v0.10.3</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.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-03-25T15:36:23Z</updated>
<entry>
<title>Merge pull request #1925</title>
<updated>2017-03-25T15:36:23Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-25T15:36:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b1313aefd8bb619d8818dd009f3c93ee01cb4c0e'/>
<id>urn:sha1:b1313aefd8bb619d8818dd009f3c93ee01cb4c0e</id>
<content type='text'>
93b32892 Silence warning about possibly uninitialized pointer (Guillaume LE VAILLANT)
</content>
</entry>
<entry>
<title>Merge pull request #1917</title>
<updated>2017-03-25T15:35:52Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-25T15:35:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f64a0f2243dff291f277bfd2460ad2474d0b63a0'/>
<id>urn:sha1:f64a0f2243dff291f277bfd2460ad2474d0b63a0</id>
<content type='text'>
6e679478 mnemonics: sanity checks for word lists (moneromooo-monero)
e98f1114 mnemonics: misc cleanup (moneromooo-monero)
</content>
</entry>
<entry>
<title>Silence warning about possibly uninitialized pointer</title>
<updated>2017-03-25T12:53:14Z</updated>
<author>
<name>Guillaume LE VAILLANT</name>
<email>guillaume.le.vaillant@openmailbox.org</email>
</author>
<published>2017-03-25T12:47:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=93b32892f72ecb77f5d9daa2fbb9d0cc6e53abc4'/>
<id>urn:sha1:93b32892f72ecb77f5d9daa2fbb9d0cc6e53abc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mnemonics: sanity checks for word lists</title>
<updated>2017-03-25T12:14:01Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-10-21T22:28:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6e6794786ae6f9a81281dd4467c834f70040b77c'/>
<id>urn:sha1:6e6794786ae6f9a81281dd4467c834f70040b77c</id>
<content type='text'>
and a test to go with it

Remember to run the test when changing word lists, or simplewallet
will throw uncaught if that word list is used.
</content>
</entry>
<entry>
<title>mnemonics: misc cleanup</title>
<updated>2017-03-25T11:51:04Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-10-21T19:59:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e98f1114a04564771d5475ca46127a3bd7fe7265'/>
<id>urn:sha1:e98f1114a04564771d5475ca46127a3bd7fe7265</id>
<content type='text'>
Pass relevant information to the base class instead of overwriting
default values later, use objects instead of pointers to objects
to avoid having to new objects unnecessarily.
</content>
</entry>
<entry>
<title>Merge pull request #1920</title>
<updated>2017-03-25T11:48:28Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-25T11:48:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a0af28ceba71384e6fe40f79d238dafc18ac50e3'/>
<id>urn:sha1:a0af28ceba71384e6fe40f79d238dafc18ac50e3</id>
<content type='text'>
a50c4a4f wallet: option to merge destinations (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet: option to merge destinations</title>
<updated>2017-03-25T11:44:04Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-24T21:56:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a50c4a4fad9856262638210091d7ce72c547d885'/>
<id>urn:sha1:a50c4a4fad9856262638210091d7ce72c547d885</id>
<content type='text'>
With the change from the original transfer method to the new
algorithm, payments to the same destination were merged. It
seemed like a good idea, optimizing space. However, it is a
useful tool for people who want to split large outputs into
several smaller ones (ie, service providers making frequent
payments, and who do not like a large chunk of their balance
being locked for 10 blocks after each payment).

Default to off, which is a change from the previous behavior.
</content>
</entry>
<entry>
<title>Merge pull request #1924</title>
<updated>2017-03-25T11:29:36Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-25T11:29:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e3d2b135e79b1284c07d27f7a23cb334bcfffe84'/>
<id>urn:sha1:e3d2b135e79b1284c07d27f7a23cb334bcfffe84</id>
<content type='text'>
6d315459 core: avoid possible reordering bugs wth tx/bloch hash cache (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #1921</title>
<updated>2017-03-25T11:29:11Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-25T11:29:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=119803f26e8c5ea0cfaf36cc3227f06159d25581'/>
<id>urn:sha1:119803f26e8c5ea0cfaf36cc3227f06159d25581</id>
<content type='text'>
2bee92db Fixed typo in v5 hard fork finalized date (Derek Zhang)
d17179d1 Fixed typo in CLI wallet help message (Derek Zhang)
</content>
</entry>
<entry>
<title>Merge pull request #1919</title>
<updated>2017-03-25T11:28:19Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-25T11:28:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4737f61c81ad1f3d8a7767e6b9a38c2fec9dca98'/>
<id>urn:sha1:4737f61c81ad1f3d8a7767e6b9a38c2fec9dca98</id>
<content type='text'>
0ad87db0 wallet: try to save large outputs when using an unneeded second input (moneromooo-monero)
</content>
</entry>
</feed>
