aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* year updated in licenseRiccardo Spagni2015-01-028-8/+8
* Merge pull request #203Riccardo Spagni2014-12-132-0/+17
|\
| * Document existing functionwarptangent2014-12-111-0/+6
| * Repeat prompt for wallet path if invalidwarptangent2014-12-112-0/+11
* | Merge pull request #202Riccardo Spagni2014-12-131-2/+0
|\ \
| * | wallet2::rewrite update to not require bin filewarptangent2014-12-101-2/+0
| |/
* | Merge pull request #201Riccardo Spagni2014-12-131-7/+9
|\ \
| * | wallet2::load correctly initialize m_blockchain for wallet loaded without bin...warptangent2014-12-101-7/+9
| |/
* / Add wallet2::verify_password methodwarptangent2014-12-082-0/+53
|/
* Merge pull request #196Riccardo Spagni2014-12-082-10/+30
|\
| * wallet JSON update for non-deterministic wallet datawarptangent2014-12-061-4/+10
| * Extract check for deterministic keys to wallet2::is_deterministic()warptangent2014-12-062-6/+20
* | Merge pull request #183Riccardo Spagni2014-12-081-1/+5
|\ \ | |/ |/|
| * Exception handling while refreshing in rpc wallet (credits to QCN)Sammy Libre2014-11-011-1/+5
* | prompt for seed language and error handlingwarptangent2014-12-012-0/+17
* | Merge pull request #1Riccardo Spagni2014-12-012-9/+121
|\ \
| * | Prints seed after wallet upgrade. Removed iostream include.Oran Juice2014-10-191-2/+0
| * | Doxygen commentsOran Juice2014-10-192-21/+40
| * | Rewrites to old wallet file correctlyOran Juice2014-10-192-2/+17
| * | Doxygen comments inOran Juice2014-10-182-5/+37
| * | Writes seed language while generating wallet. Wallet open fix.Oran Juice2014-10-182-5/+10
| * | Stores seed language in wallet file. added rapidjson. Yet to test backward co...Oran Juice2014-10-182-2/+45
| |/
* | Merge pull request #188Riccardo Spagni2014-11-261-2/+2
|\ \
| * | Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...iamsmooth2014-11-091-2/+2
* | | Merge pull request #180Riccardo Spagni2014-11-251-0/+56
|\ \ \ | |/ / |/| |
| * | cmake: support 2.8.7Ben Boeckel2014-10-241-2/+2
| * | cmake: handle private vs. public headersBen Boeckel2014-10-231-2/+7
| * | cmake: refactor common code with librariesBen Boeckel2014-10-231-9/+1
| * | cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+59
| |/
* | per kb fees not passing correct fee to transfer()Thomas Winget2014-11-061-2/+1
* | Should now properly do per-kb feeThomas Winget2014-11-061-1/+2
* | per kb feesThomas Winget2014-11-061-1/+16
|/
* fixed conflict in CMakeListsRiccardo Spagni2014-10-052-3/+14
|\
| * Restructured language sources to be singletonsOran Juice2014-10-022-2/+13
| * Merge with origin/masterOran Juice2014-09-283-9/+75
| |\
| * | Moved mnemonics code to src/mnemonicsOran Juice2014-09-231-1/+1
* | | updated DNSResolver/things that use it for DNSSECThomas Winget2014-09-301-4/+9
| |/ |/|
* | change to allow (at least a bit) for multiple TXT recordsThomas Winget2014-09-232-7/+16
* | Monero addres from DNS TXT record implemented, tests passThomas Winget2014-09-232-0/+57
* | Give up on brace initializers in initializer lists (MSVC bug)Zachary Michaels2014-09-151-9/+9
|/
* Separate testnet address prefixZachary Michaels2014-09-154-17/+34
* Pass tx and nonce to genesis block constructorZachary Michaels2014-09-151-4/+8
* Separate rpc port for testnetZachary Michaels2014-09-151-1/+5
* Reorganize testnet constantsZachary Michaels2014-09-151-1/+1
* Add testnet flagZachary Michaels2014-09-152-9/+35
* Change wallet to not try to extract tx public key when tx has no outputs (fix...iamsmooth2014-09-131-43/+47
* added view_key to wallet RPC command query_keyJakob Lind2014-08-051-0/+4
* query_key command in wallet rpc.Jakob Lind2014-08-053-0/+44
* refactoring. get seed code in wallet2Jakob Lind2014-08-032-0/+20
* #36 make it compile and work properlyJakob Lind2014-08-011-4/+2