aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-022-2/+2
* really s/Doge/Dis/g this timeTomo Ueda2021-09-024-21/+21
* really s/doge/dis/g this timeTomo Ueda2021-09-024-34/+34
* fees: remove careless override of -paytxfee in GetMinimumFeePatrick Lodder2021-08-161-8/+13
* Adding startup logic where -paytxfee if lower than default, implies -mintxfee...michilumin2021-08-111-0/+7
* Use CAmount for constant amounts tooRoss Nicoll2021-08-081-1/+1
* Use CAmount for amountsRoss Nicoll2021-08-081-1/+1
* [fees] introduce configurable hard dust limitPatrick Lodder2021-08-051-0/+14
* p2p: Reduce BIP125 replace by fee increment valueMichi Lumin2021-08-042-3/+7
* Initial back end framework to separate wallet and relay fees + dust.Michi Lumin2021-07-302-9/+17
* Switch `bitcoinprivkey` to `dogecoinprivkey`chromatic2021-04-181-1/+1
* Add query options to listunspent rpc callPedro Branco2021-02-223-18/+80
* [wallet] fix typo in rpcwallet.cppIkko Ashimine2021-02-061-1/+1
* fix cents->coins in comment in wallet_tests.cppPatrick Lodder2020-07-221-1/+1
* tests: fix non-qt tests that spend dustPatrick Lodder2020-07-221-98/+98
* Merge pull request #1615 from rnicoll/1.14/dust-feesMax K2019-11-031-2/+2
|\
| * Correct dust and changeRoss Nicoll2019-11-031-2/+2
* | Introduce basic Dogecoin brandingRoss Nicoll2019-03-253-73/+73
|/
* Drop use of smart feesRoss Nicoll2019-03-171-1/+3
* Clean up RPC tests (#1465)Ross Nicoll2018-09-191-2/+0
* Update test cases at 1000-byte boundaries (#1439)Ross Nicoll2018-09-191-4/+4
* Bring 1.14 fees in line with 1.10 (#1425)Ross Nicoll2018-09-192-8/+4
* Add Dogecoin current fee calculation logic (#1413)Ross Nicoll2018-09-194-16/+68
* Verify when doing 'backupwallet' that destination is not the same path of the...Lola Dam2018-09-191-5/+10
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-192-2/+2
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-192-121/+1
* Replace test data with Dogecoin valuesRoss Nicoll2018-09-191-3/+3
* [wallet] Securely erase potentially sensitive keys/valuesThomas Snider2017-06-051-21/+22
* [wallet] Make sure pindex is non-null before possibly referencing in LogPrint...Karl-Johan Alm2017-06-051-4/+4
* Return correct error codes in fundrawtransaction().John Newbery2017-06-051-1/+1
* Return correct error codes in removeprunedfunds().John Newbery2017-06-051-2/+2
* Return correct error codes in bumpfee().John Newbery2017-06-051-12/+12
* [Wallet] unset change position when there is no change on exact matchGregory Sanders2017-05-311-2/+3
* Fix importwallet edge case rescan bugRussell Yanofsky2017-05-232-6/+65
* Clarify importprivkey help text with example of blank label without rescanWarren Togami2017-04-201-0/+2
* Fix importmulti returning rescan errors for wrong keysRussell Yanofsky2017-02-282-3/+15
* Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga2017-02-281-15/+15
* Update sendfrom RPC help to correct coin selection misconceptionRussell Yanofsky2017-02-281-0/+3
* tests: Fix dangling pwalletMain pointer in wallet testsWladimir J. van der Laan2017-02-281-0/+2
* Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-224-11/+99
* [wallet] Remove importmulti always-true checkRussell Yanofsky2017-02-201-1/+1
* Use 2 hour grace period for key timestamps in importmulti rescansRussell Yanofsky2017-02-161-2/+3
* Merge #9771: Add missing cs_wallet lock that triggers new lock held assertionWladimir J. van der Laan2017-02-161-1/+1
|\
| * Add missing cs_wallet lock that triggers new lock held assertionRussell Yanofsky2017-02-151-1/+1
* | Merge #9764: wallet: Prevent "overrides a member function but is not marked '...Wladimir J. van der Laan2017-02-161-11/+11
|\ \ | |/ |/|
| * wallet: Prevent "overrides a member function but is not marked 'override'" wa...Wladimir J. van der Laan2017-02-151-11/+11
* | Merge #9756: Return error when importmulti called with invalid address.Wladimir J. van der Laan2017-02-151-0/+3
|\ \ | |/ |/|
| * Return error when importmulti called with invalid address.Russell Yanofsky2017-02-131-0/+3
* | Use importmulti timestamp when importing watch only keysRussell Yanofsky2017-02-105-34/+72
* | Dedup nTimeFirstKey update logicRussell Yanofsky2017-02-104-23/+24