summaryrefslogtreecommitdiff
path: root/src/simplewallet
Commit message (Expand)AuthorAgeFilesLines
* Checking and handling for deterministic vs non-deterministic walletwarptangent2014-12-061-18/+34
* indentationwarptangent2014-12-061-1/+1
* replace lines with call to recently added print_seed()warptangent2014-12-061-4/+1
* Merge pull request #186Riccardo Spagni2014-12-021-3/+0
|\
| * remove unused display variablewarptangent2014-12-011-3/+0
* | prompt for seed language and error handlingwarptangent2014-12-011-0/+7
|/
* Merge pull request #1Riccardo Spagni2014-12-012-21/+54
|\
| * Prints seed after wallet upgrade. Removed iostream include.Oran Juice2014-10-192-4/+26
| * Rewrites to old wallet file correctlyOran Juice2014-10-191-1/+1
| * Writes seed language while generating wallet. Wallet open fix.Oran Juice2014-10-181-17/+28
| * Stores seed language in wallet file. added rapidjson. Yet to test backward co...Oran Juice2014-10-181-2/+2
* | Merge pull request #188Riccardo Spagni2014-11-261-3/+2
|\ \
| * | Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...iamsmooth2014-11-091-3/+2
| |/
* | cmake: fix up link linesBen Boeckel2014-10-241-1/+1
* | cmake: support 2.8.7Ben Boeckel2014-10-241-1/+1
* | cmake: handle private vs. public headersBen Boeckel2014-10-231-2/+7
* | cmake: refactor common code with executablesBen Boeckel2014-10-231-18/+1
* | cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+70
|/
* split mnemonic printout over 3 linesRiccardo Spagni2014-10-051-0/+4
* fixed conflict in CMakeListsRiccardo Spagni2014-10-052-14/+100
|\
| * Don't show Old English as an available optionOran Juice2014-10-031-1/+1
| * Restructured language sources to be singletonsOran Juice2014-10-022-36/+16
| * Change seed message to '25' words from '24' wordsOran Juice2014-09-301-2/+2
| * Merge with origin/masterOran Juice2014-09-281-2/+56
| |\
| * | Minor comment changes and code clean-upOran Juice2014-09-281-3/+3
| * | CRC Checksum for word seed. Gives a new 25 word seed with checksum if one wit...Oran Juice2014-09-281-6/+10
| * | Doxygen comments inOran Juice2014-09-272-6/+36
| * | Informs about old style mnemonics from older wallet and provides a new one. C...Oran Juice2014-09-271-2/+8
| * | Throw error when word list file is empty and quick bug fixOran Juice2014-09-271-7/+31
| * | Supports wallet restorationOran Juice2014-09-261-4/+6
| * | Accepts seed language choice from user.Oran Juice2014-09-252-0/+39
| * | Copies word lists directory to the location of the executableOran Juice2014-09-241-0/+1
| * | Moved mnemonics code to src/mnemonicsOran Juice2014-09-231-1/+1
* | | cleaned up OpenAlias messages in simplewalletRiccardo Spagni2014-10-031-6/+6
* | | simplewallet ignoring testnet port in RPC modeRiccardo Spagni2014-10-011-1/+1
| |/ |/|
* | Fixed artifacts from cherry-picking devel->masterThomas Winget2014-09-231-2/+2
* | change to allow (at least a bit) for multiple TXT recordsThomas Winget2014-09-231-7/+10
* | Simplewallet should now resolve urls to addressesThomas Winget2014-09-231-2/+53
|/
* Separate testnet address prefixZachary Michaels2014-09-151-6/+9
* Separate rpc port for testnetZachary Michaels2014-09-151-3/+7
* Reorganize testnet constantsZachary Michaels2014-09-151-2/+2
* Add testnet flagZachary Michaels2014-09-152-9/+14
* versioning now includes the commit hash, or -final for tagged releasesRiccardo Spagni2014-09-121-3/+3
* added viewkey command to CLIJakob Lind2014-08-052-0/+9
* refactoring. get seed code in wallet2Jakob Lind2014-08-031-12/+3
* check its deterministic wallet before printing seedJakob Lind2014-08-031-3/+19
* remove help text about seed only displayed onceJakob Lind2014-08-031-2/+2
* added seed command to get deterministic seed.Jakob Lind2014-08-032-0/+12
* #36 simplewallet refresh include optional height paramJakob Lind2014-08-011-1/+14
* License updated to BSD 3-clausefluffypony2014-07-234-13/+116