aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* wallet: use mutex protected random generation apimoneromooo-monero2015-08-261-1/+1
* wallet: only return tx keys via RPC if requestedmoneromooo-monero2015-08-244-9/+27
* Merge pull request #381Riccardo Spagni2015-08-242-2/+76
|\
| * wallet: encrypt the cache filemoneromooo-monero2015-08-222-2/+76
* | make tx keys available to the usermoneromooo-monero2015-08-194-8/+41
|/
* wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero2015-08-113-0/+51
* encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero2015-08-095-34/+81
* Encrypted payment IDsmoneromooo-monero2015-08-094-7/+32
* wallet: set watch-only flag to false when creating a new walletmoneromooo-monero2015-08-041-0/+1
* wallet: new transaction construction algorithmmoneromooo-monero2015-07-224-3/+419
* wallet: add boolean to always confirm transactions with the usermoneromooo-monero2015-07-182-1/+11
* Merge pull request #324Riccardo Spagni2015-06-202-2/+45
|\
| * simplewallet: allow creating a wallet from a public address and view secret keymoneromooo-monero2015-06-202-0/+43
| * wallet2: fix write_watch_only_wallet comment descriptionmoneromooo-monero2015-06-201-2/+2
* | wallet2: use the same exponential splitting for normal txesmoneromooo-monero2015-06-171-2/+4
* | wallet2: try to split dust sweep txs exponentiallymoneromooo-monero2015-06-171-2/+3
|/
* Add RPC commands to manipulate integrated addressesmoneromooo-monero2015-06-133-0/+113
* Integrated addresses (standard address plus payment id)moneromooo-monero2015-06-121-2/+16
* wallet: add watch only wallet supportmoneromooo-monero2015-05-312-6/+44
* wallet_rpc_server: add a sweep_dust RPC command as wellmoneromooo-monero2015-05-303-0/+64
* wallet: add a sweep_dust commandmoneromooo-monero2015-05-302-0/+215
* wallet: add consts where appropriatemoneromooo-monero2015-05-272-18/+19
* Allow name@domain.tld for OpenAlias lookupswarptangent2015-05-191-1/+2
* Restore daemon interactive modeThomas Winget2015-03-272-18/+18
* added tx size to incoming_transfers RPC CallRiccardo Spagni2015-02-202-0/+4
* Merge pull request #215Riccardo Spagni2015-01-153-1/+32
|\
| * Add a --restricted-rpc flag to simplewalletmoneromooo-monero2015-01-113-1/+32
* | Allow get_bulk_payments to return all payments regardless of payment IDmoneromooo-monero2015-01-113-12/+45
|/
* 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
| |/