summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* wallet: improve show_transfersmoneromooo-monero2015-11-221-2/+37
* wallet: use incoming blocks to keep track of payments toomoneromooo-monero2015-11-211-0/+19
* wallet: track outgoing payments and add a show_transfers commandmoneromooo-monero2015-11-151-7/+35
* simplewallet: add a set default-mixin commandmoneromooo-monero2015-10-301-0/+5
* wallet2: fix CLANG compile errormoneromooo-monero2015-10-301-1/+1
* Fix a possibly-unused warning, and rationalize typesmoneromooo-monero2015-10-271-5/+5
* Fix leak on real output when using a very recent outputmoneromooo-monero2015-10-251-1/+1
* wallet2: really include non canonical outputs in dust sweepmoneromooo-monero2015-10-141-1/+1
* from hard fork 2, all outputs must be decomposedmoneromooo-monero2015-10-111-15/+19
* wallet: only return tx keys via RPC if requestedmoneromooo-monero2015-08-241-3/+8
* Merge pull request #381Riccardo Spagni2015-08-241-2/+64
|\
| * wallet: encrypt the cache filemoneromooo-monero2015-08-221-2/+64
* | make tx keys available to the usermoneromooo-monero2015-08-191-5/+21
|/
* wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero2015-08-111-0/+41
* encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero2015-08-091-7/+42
* Encrypted payment IDsmoneromooo-monero2015-08-091-2/+20
* wallet: set watch-only flag to false when creating a new walletmoneromooo-monero2015-08-041-0/+1
* wallet: new transaction construction algorithmmoneromooo-monero2015-07-221-2/+407
* wallet: add boolean to always confirm transactions with the usermoneromooo-monero2015-07-181-0/+5
* Merge pull request #324Riccardo Spagni2015-06-201-2/+36
|\
| * simplewallet: allow creating a wallet from a public address and view secret keymoneromooo-monero2015-06-201-0/+34
| * 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
|/
* wallet: add watch only wallet supportmoneromooo-monero2015-05-311-5/+39
* wallet: add a sweep_dust commandmoneromooo-monero2015-05-301-0/+211
* wallet: add consts where appropriatemoneromooo-monero2015-05-271-9/+9
* Allow name@domain.tld for OpenAlias lookupswarptangent2015-05-191-1/+2
* Allow get_bulk_payments to return all payments regardless of payment IDmoneromooo-monero2015-01-111-12/+24
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
* Merge pull request #203Riccardo Spagni2014-12-131-0/+5
|\
| * Repeat prompt for wallet path if invalidwarptangent2014-12-111-0/+5
* | 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-081-0/+48
|/
* wallet JSON update for non-deterministic wallet datawarptangent2014-12-061-4/+10
* Extract check for deterministic keys to wallet2::is_deterministic()warptangent2014-12-061-6/+16
* prompt for seed language and error handlingwarptangent2014-12-011-0/+13
* Merge pull request #1Riccardo Spagni2014-12-011-5/+84
|\
| * Prints seed after wallet upgrade. Removed iostream include.Oran Juice2014-10-191-2/+0
| * Doxygen commentsOran Juice2014-10-191-14/+19
| * Rewrites to old wallet file correctlyOran Juice2014-10-191-1/+13
| * Doxygen comments inOran Juice2014-10-181-3/+24
| * Writes seed language while generating wallet. Wallet open fix.Oran Juice2014-10-181-4/+9
| * Stores seed language in wallet file. added rapidjson. Yet to test backward co...Oran Juice2014-10-181-1/+39
* | Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...iamsmooth2014-11-091-2/+2
* | 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