aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-132-44/+77
* Correct build and test net seedRoss Nicoll2019-04-281-1/+1
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-031-12/+15
* rpc: Fix wallet unload during walletpassphrase timeoutJoão Barbosa2018-12-051-8/+12
* Refactor PSBTInput signing to enforce invariantGlenn Willen2018-12-031-18/+19
* Simplify arguments to SignPSBTInputGlenn Willen2018-12-033-4/+4
* New PartiallySignedTransaction constructor from CTransctionGlenn Willen2018-12-031-8/+1
* Remove redundant txConst parameter to FillPSBTGlenn Willen2018-12-033-21/+9
* More concise conversion of CDataStream to stringGlenn Willen2018-12-031-2/+2
* Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...MarcoFalke2018-12-011-2/+9
|\
| * Convert non-witness UTXOs to witness if witness sig createdAndrew Chow2018-09-111-0/+7
| * Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...Andrew Chow2018-09-111-2/+2
* | CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders2018-11-303-1/+55
* | Remove stale comment in CalculateMaximumSignedInputSizeGregory Sanders2018-11-301-2/+0
* | wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...practicalswift2018-11-281-0/+2
* | [wallet] Ensure wallet is unlocked before signinggustavonalle2018-11-281-0/+2
* | [wallet] Restore ability to list incoming transactions by labelRussell Yanofsky2018-10-101-8/+15
|/
* fix walletcreatefundedpsbt deriv paths, add testGregory Sanders2018-08-281-1/+1
* Docs: Fix help message typo optiona -> optionalBen Woosley2018-08-271-2/+2
* RPCTypeCheck bip32derivs arg in walletcreatefundedGregory Sanders2018-08-211-1/+2
* walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders2018-08-211-9/+7
* Only wipe wrong UTXO type data if overwritten by walletPieter Wuille2018-08-151-6/+9
* Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan2018-08-132-30/+32
|\
| * Use 72 byte dummy signatures when watching only inputs may be usedAndrew Chow2018-08-092-27/+29
| * Use 71 byte signature for DUMMY_SIGNATURE_CREATORAndrew Chow2018-08-092-3/+3
* | Merge #13808: wallet: shuffle coins before grouping, where warrantedWladimir J. van der Laan2018-08-131-1/+9
|\ \
| * | wallet: shuffle coins before grouping, where warrantedKarl-Johan Alm2018-08-101-1/+9
* | | Merge #13908: [Docs] upgrade rescan time warning from minutes to >1 hourMarcoFalke2018-08-101-4/+4
|\ \ \
| * | | [Docs] upgrade rescan time warning from minutes to >1 hourMason Simon2018-08-071-4/+4
| | |/ | |/|
* | | Use pushKV in some new PSBT RPCs.Daniel Kraft2018-08-091-2/+2
| |/ |/|
* | Merge #13911: doc: Revert translated string change, clarify wallet log messagesMarcoFalke2018-08-091-3/+3
|\ \
| * | Trivial: Revert translated string change, clarify wallet log messagesPierre Rochard2018-08-081-3/+3
* | | Merge #13876: wallet: Catch filesystem_error and raise InitErrorMarcoFalke2018-08-091-1/+6
|\ \ \ | |/ / |/| |
| * | wallet: Catch filesystem_error and raise InitErrorMarcoFalke2018-08-041-1/+6
* | | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-0827-27/+27
|\ \ \ | |_|/ |/| |
| * | Update copyright headers to 2018DrahtBot2018-07-2727-27/+27
* | | Merge #13812: wallet: sum ancestors rather than taking max in output groupsWladimir J. van der Laan2018-08-071-6/+6
|\ \ \
| * | | wallet: sum ancestors rather than taking max in output groupsKarl-Johan Alm2018-07-311-6/+6
* | | | Merge #13843: [trivial] Add doxygen-compatible comments to CAffectedKeysVisitorWladimir J. van der Laan2018-08-071-0/+11
|\ \ \ \
| * | | | [trivial] add doxygen-compatible comments to CAffectedKeysVisitorPierre Rochard2018-08-031-0/+11
| | |_|/ | |/| |
* | | | Merge #13657: wallet: assert to ensure accuracy of CMerkleTx::GetBlocksToMatu...Wladimir J. van der Laan2018-08-071-1/+3
|\ \ \ \
| * | | | wallet: assert to ensure accuracy of CMerkleTx::GetBlocksToMaturityBen Woosley2018-07-131-1/+3
* | | | | Merge #13667: wallet: Fix backupwallet for multiwalletsWladimir J. van der Laan2018-08-071-1/+1
|\ \ \ \ \
| * | | | | wallet: Fix backupwallet for multiwalletsDaniel Kraft2018-07-151-1/+1
* | | | | | [wallet] Add wallet name to log messagesPierre Rochard2018-08-025-54/+66
| |_|/ / / |/| | | |
* | | | | trivial: correct typosVarunram2018-08-021-1/+1
* | | | | Merge #13805: [wallet] Correctly limit output group sizeMarcoFalke2018-08-011-1/+4
|\ \ \ \ \
| * | | | | [wallet] correctly limit output group sizeSuhas Daftuar2018-07-301-1/+4
| | |_|/ / | |/| | |
* / | | | refactor: Avoid locking tx pool cs thriceMarcoFalke2018-07-291-1/+2
|/ / / /
* | | | Merge #13774: Return void instead of bool for functions that cannot failMarcoFalke2018-07-293-44/+20
|\ \ \ \