<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/simplewallet/simplewallet.cpp, 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-06T10:24:11Z</updated>
<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>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>Merge pull request #186</title>
<updated>2014-12-02T05:34:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-12-02T05:34:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ef2a2b42c9e710d1455fd2983e82bfe930c7101f'/>
<id>urn:sha1:ef2a2b42c9e710d1455fd2983e82bfe930c7101f</id>
<content type='text'>
3300ae5 remove unused display variable (warptangent)
0e0e557 return true on success (warptangent)
2e11eb1 deterministic wallet use of twelve words fixed (warptangent)
21a3c46 ensure that keccak is called on view spend key, not a possibly pre-sc_reduce32 version of it - for deriving view secret key (warptangent)
</content>
</entry>
<entry>
<title>prompt for seed language and error handling</title>
<updated>2014-12-01T22:36:24Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@inbox.com</email>
</author>
<published>2014-11-06T22:36:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3dd19c4cd426c06a1dfb5d631174cb3b038f1f4c'/>
<id>urn:sha1:3dd19c4cd426c06a1dfb5d631174cb3b038f1f4c</id>
<content type='text'>
- "seed" simplewallet command was only displaying seed if wallet was newly generated
</content>
</entry>
<entry>
<title>remove unused display variable</title>
<updated>2014-12-01T22:08:26Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@inbox.com</email>
</author>
<published>2014-11-06T22:36:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3300ae5f4e0f9b1b09515bc9b291150c0bc65146'/>
<id>urn:sha1:3300ae5f4e0f9b1b09515bc9b291150c0bc65146</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1</title>
<updated>2014-12-01T18:15:06Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-12-01T18:14:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4cd15cdde58c00bfcde5af1c9f57779e62a76f2f'/>
<id>urn:sha1:4cd15cdde58c00bfcde5af1c9f57779e62a76f2f</id>
<content type='text'>
f1eaf88 Prints seed after wallet upgrade. Removed iostream include. (Oran Juice)
70971be Doxygen comments (Oran Juice)
031ca23 Rewrites to old wallet file correctly (Oran Juice)
1f833dc Doxygen comments in (Oran Juice)
0bd88ff Writes seed language while generating wallet. Wallet open fix. (Oran Juice)
09a659e Stores seed language in wallet file. added rapidjson. Yet to test backward compatibility (Oran Juice)
</content>
</entry>
<entry>
<title>Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee &gt;= 0.1, denominations based on DEFAULT_DUST_THRESHOLD, document fee arg to create_transactions as unused, se DEFAULT_DUST_THRESHOLD for wallet dust collection instead of calcualted tx fee</title>
<updated>2014-11-09T10:53:29Z</updated>
<author>
<name>iamsmooth</name>
<email>iamjaviersmooth@gmail.com</email>
</author>
<published>2014-11-09T10:53:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cc74b43651710fd37284b0c33e6c5423e5ab8537'/>
<id>urn:sha1:cc74b43651710fd37284b0c33e6c5423e5ab8537</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prints seed after wallet upgrade. Removed iostream include.</title>
<updated>2014-10-19T09:09:45Z</updated>
<author>
<name>Oran Juice</name>
<email>oranjuices@hotmail.com</email>
</author>
<published>2014-10-19T09:09:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f1eaf88ba691fc37c07b664af9ebb6fb342b4c23'/>
<id>urn:sha1:f1eaf88ba691fc37c07b664af9ebb6fb342b4c23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrites to old wallet file correctly</title>
<updated>2014-10-18T19:30:18Z</updated>
<author>
<name>Oran Juice</name>
<email>oranjuices@hotmail.com</email>
</author>
<published>2014-10-18T19:30:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=031ca23ce9adcdb802097f93017e4acab87d4b37'/>
<id>urn:sha1:031ca23ce9adcdb802097f93017e4acab87d4b37</id>
<content type='text'>
</content>
</entry>
</feed>
