aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Add descriptors to listunspent and getaddressinfo + testsPieter Wuille2018-11-141-0/+13
* | | | | | qa: Add wallet_encryption error testsMarcoFalke2018-11-261-31/+12
| |_|_|_|/ |/| | | |
* | | | | Merge #14726: Use RPCHelpMan for all RPCsWladimir J. van der Laan2018-11-232-189/+489
|\ \ \ \ \
| * | | | | Use RPCHelpMan for all RPCsMarcoFalke2018-11-142-189/+489
| | |_|/ / | |/| | |
* | | | | Merge #14552: wallet: detecting duplicate wallet by comparing the db filename.Wladimir J. van der Laan2018-11-203-21/+54
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | wallet: Create IsDatabaseLoaded functionChun Kuan Lee2018-11-082-2/+2
| * | | | wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...Chun Kuan Lee2018-11-063-7/+25
| * | | | Refactor: Move m_db pointers into BerkeleyDatabaseRussell Yanofsky2018-11-062-14/+29
* | | | | Merge #14411: [wallet] Restore ability to list incoming transactions by labelMarcoFalke2018-11-141-17/+27
|\ \ \ \ \
| * | | | | Rename ListTransactions filter variableRussell Yanofsky2018-11-131-9/+9
| * | | | | [wallet] Restore ability to list incoming transactions by labelRussell Yanofsky2018-11-131-10/+20
* | | | | | Merge #14478: Show error to user when corrupt wallet unlock failsMarcoFalke2018-11-141-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Better error message for user when corrupt wallet unlock failsMeshCollider2018-11-101-1/+1
* | | | | | Merge #14720: rpc: Correctly name argumentsMarcoFalke2018-11-132-5/+5
|\ \ \ \ \ \
| * | | | | | rpc: Correctly name argumentsJon Layton2018-11-132-5/+5
* | | | | | | Merge #14679: importmulti: Don't add internal addresses to address bookWladimir J. van der Laan2018-11-131-3/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | importmulti: Don't add internal addresses to address bookGregory Sanders2018-11-071-3/+4
| | |/ / / / | |/| | | |
* | | | | | Merge #14530: Use RPCHelpMan to generate RPC doc stringsMarcoFalke2018-11-132-7/+107
|\ \ \ \ \ \
| * | | | | | rpc: Add RPCHelpMan for machine-generated helpMarcoFalke2018-11-121-4/+103
| * | | | | | rpc: Include rpc/util.h where needed for RPCHelpManMarcoFalke2018-11-091-3/+4
* | | | | | | Merge #13381: RPC: creates possibility to preserve labels on importprivkeyJonas Schnelli2018-11-131-3/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | rpc: creates possibility to preserve labels on importprivkeymarcoagner2018-10-051-3/+8
* | | | | | | Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...Pieter Wuille2018-11-093-41/+32
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Refactor PSBTInput signing to enforce invariantGlenn Willen2018-11-011-9/+19
| * | | | | | Simplify arguments to SignPSBTInputGlenn Willen2018-11-013-3/+3
| * | | | | | New PartiallySignedTransaction constructor from CTransctionGlenn Willen2018-11-011-8/+1
| * | | | | | Remove redundant txConst parameter to FillPSBTGlenn Willen2018-11-013-21/+9
| * | | | | | More concise conversion of CDataStream to stringGlenn Willen2018-11-011-2/+2
* | | | | | | Pass chain locked variables where neededRussell Yanofsky2018-11-066-131/+137
* | | | | | | Remove uses of cs_main in wallet codeRussell Yanofsky2018-11-065-74/+146
* | | | | | | Remove direct node->wallet calls in init.cppRussell Yanofsky2018-11-065-53/+47
* | | | | | | Pass chain and client variables where neededRussell Yanofsky2018-11-0610-40/+64
* | | | | | | trivial: Don't translate in help textken28122212018-11-051-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge #14350: Add WalletLocation classWladimir J. van der Laan2018-11-059-53/+81
|\ \ \ \ \ \
| * | | | | | wallet: Refactor to use WalletLocationJoão Barbosa2018-10-257-53/+50
| * | | | | | wallet: Add WalletLocation utility classJoão Barbosa2018-10-252-0/+31
* | | | | | | Merge #14555: Move util files to directoryWladimir J. van der Laan2018-11-0516-23/+23
|\ \ \ \ \ \ \
| * | | | | | | scripted-diff: Move util files to separate directory.Jim Posen2018-11-0416-23/+23
| | |/ / / / / | |/| | | | |
* | | | | | | Merge #14410: rpcwallet: 'ischange' field for 'getaddressinfo' RPCMarcoFalke2018-11-043-2/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | rpcwallet: add 'ischange' field to 'getaddressinfo' responsewhythat2018-10-133-2/+10
| | |/ / / / | |/| | | |
* | | | | | Merge #14454: Add SegWit support to importmultiWladimir J. van der Laan2018-10-312-151/+120
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Make getaddressinfo return solvabilityMeshCollider2018-10-251-0/+2
| * | | | | Add SegWit support to importmulti with some ProcessImport cleanupMeshCollider2018-10-251-151/+118
| | |_|/ / | |/| | |
* | | | | Remove fs::relative call and fix listwalletdir testsJoão Barbosa2018-10-251-3/+8
| |_|/ / |/| | |
* | | | Merge #14320: [bugfix] wallet: Fix duplicate fileid detectionWladimir J. van der Laan2018-10-242-12/+26
|\ \ \ \
| * | | | wallet: Fix duplicate fileidChun Kuan Lee2018-10-242-12/+26
* | | | | Merge #14453: rpc: Fix wallet unload during walletpassphrase timeoutWladimir J. van der Laan2018-10-241-8/+12
|\ \ \ \ \
| * | | | | rpc: Fix wallet unload during walletpassphrase timeoutJoão Barbosa2018-10-181-8/+12
| | |_|/ / | |/| | |
* | | | | Merge #14296: [wallet] Remove addwitnessaddressMarcoFalke2018-10-241-126/+0
|\ \ \ \ \
| * | | | | [wallet] Remove deprecated addwitnessaddress RPC methodJohn Newbery2018-09-231-126/+0