<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src, branch v0.8.8.6</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.8.8.6</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.8.8.6'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2014-12-08T20:55:28Z</updated>
<entry>
<title>version bump to 0.8.8.6</title>
<updated>2014-12-08T20:55:28Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-12-08T20:55:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=efad7351451659e70f32bffb588ebe103c472ca9'/>
<id>urn:sha1:efad7351451659e70f32bffb588ebe103c472ca9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #196</title>
<updated>2014-12-08T19:29:28Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-12-08T18:39:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ebb117c7b6b0bf04afc169e93db71b1d87becaeb'/>
<id>urn:sha1:ebb117c7b6b0bf04afc169e93db71b1d87becaeb</id>
<content type='text'>
f9822c4 wallet JSON update for non-deterministic wallet data (warptangent)
4c6230d Checking and handling for deterministic vs non-deterministic wallet (warptangent)
1beedb9 Extract check for deterministic keys to wallet2::is_deterministic() (warptangent)
359ede3 indentation (warptangent)
2290eff replace lines with call to recently added print_seed() (warptangent)
</content>
</entry>
<entry>
<title>Merge pull request #183</title>
<updated>2014-12-08T18:03:39Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-12-08T18:01:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1925eeffa8e51548b1e4f2b9a8ef05883254cbd5'/>
<id>urn:sha1:1925eeffa8e51548b1e4f2b9a8ef05883254cbd5</id>
<content type='text'>
250254c Exception handling while refreshing in rpc wallet (credits to QCN) (Sammy Libre)
</content>
</entry>
<entry>
<title>wallet JSON update for non-deterministic wallet data</title>
<updated>2014-12-06T11:15:18Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@inbox.com</email>
</author>
<published>2014-12-06T11:09:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f9822c483ead4c392fdf1f1317af31a1bfa9e228'/>
<id>urn:sha1:f9822c483ead4c392fdf1f1317af31a1bfa9e228</id>
<content type='text'>
wallet2::store_keys() and wallet2::load_keys() should only use the JSON
attribute "seed_language" when applicable. That is only for
deterministic wallets.

 - store_keys()  don't add JSON attribute "seed_language" if
   seed_language is empty

 - load_keys()  don't call set_seed_language if JSON attribute
   "seed_language" not present
</content>
</entry>
<entry>
<title>Checking and handling for deterministic vs non-deterministic wallet</title>
<updated>2014-12-06T10:24:11Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@inbox.com</email>
</author>
<published>2014-12-06T09:48:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4c6230d6cfc9c147202b634ee7ebbacaebb9901c'/>
<id>urn:sha1:4c6230d6cfc9c147202b634ee7ebbacaebb9901c</id>
<content type='text'>
simple_wallet::seed()

 - Check that wallet is deterministic.

simple_wallet::new_wallet()

 - Prompt for seed language only if it's a non-deterministic wallet,
   along with previous conditions.

simple_wallet::open_wallet()

 - Fixed check for deterministic wallet (flag based on command line
   non-deterministic argument was used before, but it's inapplicable to
   opening an existing wallet).

 - As with deterministic wallet, non-deterministic also included to be
   rewritten to new JSON format file. That's what's done for newly
   generated non-deterministic wallets, so old versions should be
   updated to same format.
</content>
</entry>
<entry>
<title>Extract check for deterministic keys to wallet2::is_deterministic()</title>
<updated>2014-12-06T10:05:50Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@inbox.com</email>
</author>
<published>2014-12-06T09:59:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1beedb9dd4633f7e365f470f9dbddc8596b1ee75'/>
<id>urn:sha1:1beedb9dd4633f7e365f470f9dbddc8596b1ee75</id>
<content type='text'>
It's cleaner for wallet2.cpp and it also allows deterministic check by
simplewallet.cpp.
</content>
</entry>
<entry>
<title>indentation</title>
<updated>2014-12-06T09:47:59Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@inbox.com</email>
</author>
<published>2014-12-06T09:47:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=359ede395809d9dc7916489be0ce8d7cf2f21931'/>
<id>urn:sha1:359ede395809d9dc7916489be0ce8d7cf2f21931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace lines with call to recently added print_seed()</title>
<updated>2014-12-06T09:47:05Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@inbox.com</email>
</author>
<published>2014-12-06T09:46:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2290eff6d61db63b93d38d4fad15ab0524afd926'/>
<id>urn:sha1:2290eff6d61db63b93d38d4fad15ab0524afd926</id>
<content type='text'>
</content>
</entry>
<entry>
<title>increased version number for tagged release</title>
<updated>2014-12-02T09:42:40Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-12-02T09:42:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9f74cc8e19501c0bf2535e41b683cd72a55af57f'/>
<id>urn:sha1:9f74cc8e19501c0bf2535e41b683cd72a55af57f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed CMake version matching</title>
<updated>2014-12-02T06:36:01Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-12-02T06:36:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a144997c489ed354168c50820a46fbc003db6f6e'/>
<id>urn:sha1:a144997c489ed354168c50820a46fbc003db6f6e</id>
<content type='text'>
</content>
</entry>
</feed>
