danicoin/src
warptangent 4c6230d6cf Checking and handling for deterministic vs non-deterministic wallet
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.
2014-12-06 02:24:11 -08:00
..
common moved rapidjson to external folder, fixed CMake 2014-12-01 21:15:50 +02:00
connectivity_tool cmake: support 2.8.7 2014-10-24 15:29:51 -04:00
crypto cmake: handle private vs. public headers 2014-10-23 16:42:34 -04:00
cryptonote_core ensure that keccak is called on view spend key, not a possibly pre-sc_reduce32 version of it 2014-12-01 13:35:09 -08:00
cryptonote_protocol moved non-critical warnings and errors to log level 1 2014-09-09 11:32:00 +02:00
daemon cmake: fix up link lines 2014-10-24 15:30:57 -04:00
miner cmake: fix up link lines 2014-10-24 15:30:57 -04:00
mnemonics return true on success 2014-12-01 13:35:09 -08:00
p2p remove dangling upnp port mappings, updated miniupnpc 2014-10-02 18:54:55 +02:00
platform License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
rpc cmake: support 2.8.7 2014-10-24 15:29:51 -04:00
serialization fixed errant > 2014-10-15 12:21:09 +02:00
simplewallet Checking and handling for deterministic vs non-deterministic wallet 2014-12-06 02:24:11 -08:00
wallet Extract check for deterministic keys to wallet2::is_deterministic() 2014-12-06 02:05:50 -08:00
CMakeLists.txt cmake: place binaries together in the build tree 2014-11-18 17:02:28 -05:00
cryptonote_config.h Disable legacy fees for now 2014-11-11 02:03:00 +00:00
version.cmake fixed CMake version matching 2014-12-02 08:36:01 +02:00
version.h.in increased version number for tagged release 2014-12-02 11:42:40 +02:00