aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-09-241-2/+2
* 0.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa2019-08-251-5/+5
* 0.18: [wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost2019-08-252-7/+6
* [doc] rpc: remove "fallback to" from RBF default helpSjors Provoost2019-08-171-8/+8
* [rpc] walletcreatefundedpsbt: use wallet default RBFSjors Provoost2019-08-171-1/+7
* Make and get the multisig redeemscript and destination in one function instea...Andrew Chow2019-06-211-2/+2
* scripted-diff: Replace fprintf with tfm::formatMarcoFalke2019-06-181-19/+19
* Exceptions should be caught by reference, not by value.Kristaps Kaupe2019-06-181-1/+1
* rpc: bugfix: Properly use iswitness in converttopsbtMarcoFalke2019-06-181-2/+7
* rpc: Switch touched RPCs to IsValidNumArgsMarcoFalke2019-06-181-4/+6
* Merge #15803: [0.18] Backport 15749: importmulti only imports origin info for...MarcoFalke2019-04-161-6/+8
|\
| * Take non-importing keys into account for spendability warning in descriptor i...Pieter Wuille2019-04-161-0/+3
| * Import all origin info in importmulti; even for non-importing pubkeysPieter Wuille2019-04-161-5/+4
| * Keep full pubkeys in FlatSigningProvider::originsPieter Wuille2019-04-161-2/+2
* | Merge #15800: Backport: [rpc] Remove the addresses field from the getaddressi...MarcoFalke2019-04-151-11/+2
|\ \ | |/ |/|
| * [rpc] Remove the addresses field from the getaddressinfo return objectJohn Newbery2019-04-151-11/+2
* | wallet: Update transactions with current mempool after loadJoão Barbosa2019-04-011-0/+3
* | wallet: Move CWallet::ReacceptWalletTransactions locks to callersJoão Barbosa2019-04-013-10/+23
|/
* wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtreeJoão Barbosa2019-03-141-2/+11
* Use stop/[start,stop] notation in importmulti desc rangePieter Wuille2019-02-281-13/+5
* wallet: Use fsbridge::ifstream to fix Windows path issueChun Kuan Lee2019-02-231-1/+1
* Merge #15408: Remove unused TransactionError constantsMarcoFalke2019-02-224-17/+12
|\
| * Remove unused TransactionError constantsMarcoFalke2019-02-144-17/+12
* | Use a single wallet batch for UpgradeKeyMetadataJonas Schnelli2019-02-171-1/+8
* | Merge #15425: [Doc] add missing newline to listunspent help for witnessScriptWladimir J. van der Laan2019-02-171-1/+1
|\ \
| * | [Doc] add missing newline to witnessScript in listunspent helpDavid A. Harding2019-02-161-1/+1
* | | [Doc] importmulti: add missing description of keypool optionDavid A. Harding2019-02-161-0/+1
|/ /
* | Make descriptor checksums mandatory in deriveaddresses and importmultiPieter Wuille2019-02-151-1/+1
* | Import public keys in orderAndrew Chow2019-02-141-29/+37
* | Add option to importmulti add an imported pubkey to the keypoolAndrew Chow2019-02-141-0/+11
* | Fetch keys from keypool when private keys are disabledAndrew Chow2019-02-142-17/+8
* | Add a method to add a pubkey to the keypoolAndrew Chow2019-02-142-13/+26
* | Merge #14021: Import key origin data through descriptors in importmultiMeshCollider2019-02-157-24/+124
|\ \
| * | Import KeyOriginData when importing descriptorsAndrew Chow2019-02-141-1/+7
| * | Implement a function to add KeyOriginInfo to a walletAndrew Chow2019-02-142-0/+13
| * | Store key origin info in key metadataAndrew Chow2019-02-146-17/+85
| * | Remove hdmasterkeyidAndrew Chow2019-02-141-4/+0
| * | Add a method to CWallet to write just CKeyMetadataAndrew Chow2019-02-142-0/+8
| * | Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow2019-02-143-0/+3
| * | Refactor keymetadata writing to a separate methodAndrew Chow2019-02-142-2/+8
| |/
* | Merge #14481: Add P2SH-P2WSH support to listunspent RPCWladimir J. van der Laan2019-02-141-2/+26
|\ \ | |/ |/|
| * Make listunspent and signrawtransaction RPCs support witnessScriptMeshCollider2019-02-131-2/+26
* | Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider2019-02-145-59/+115
|\ \
| * | Switch away from exceptions in refactored tx codeGlenn Willen2019-02-114-10/+45
| * | Move PSBT definitions and code to separate filesGlenn Willen2019-02-115-55/+76
| * | Split DecodePSBT into Base64 and Raw versionsGlenn Willen2019-02-111-1/+1
* | | Merge #15334: wallet: Log absolute paths for the walletsWladimir J. van der Laan2019-02-131-1/+1
|\ \ \
| * | | Log full paths for walletsHennadii Stepanov2019-02-131-1/+1
* | | | Merge #15390: [wallet-tool] Close bdb when flushing walletMarcoFalke2019-02-131-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | [wallet] Close bdb when flushing wallet.John Newbery2019-02-121-3/+3
| | |/ | |/|