summaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* 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
* #36 simplewallet refresh include optional height paramJakob Lind2014-08-012-12/+10
* Merge pull request #70 from fluffypony/masterRiccardo Spagni2014-07-237-23/+203
|\
| * License updated to BSD 3-clausefluffypony2014-07-237-23/+203
* | wallet rpc: actually populate the extra while assembling a transactionErik Kimmo2014-07-232-2/+2
|/
* Add get_bulk_payments rpc callZachary Michaels2014-07-225-5/+81
* Merge pull request #63 from mikezackles/bytecoin_for_mergemikezackles2014-07-171-5/+5
|\
| * Explicit error constructorsZachary Michaels2014-07-011-5/+5
* | wallet RPC converted to use new transaction semanticsThomas Winget2014-06-305-19/+273
* | missed removing a debug printThomas Winget2014-06-301-2/+0
* | Transaction splitting *seems* to be working!!!tom2014-06-301-0/+3
* | final changes to get transaction splitting building. needs testing.Thomas Winget2014-06-303-26/+54
* | Added comments to wallet functionsThomas Winget2014-06-302-0/+13
|/
* Revert "Do not fall over when refreshing balance fails"Thomas Winget2014-06-301-2/+1
* Do not fall over when refreshing balance failsMatthew Little2014-06-291-1/+2