| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Add descriptors to listunspent and getaddressinfo + tests | Pieter Wuille | 2018-11-14 | 1 | -0/+13 | |
| * | | | | | | qa: Add wallet_encryption error tests | MarcoFalke | 2018-11-26 | 1 | -31/+12 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Merge #14726: Use RPCHelpMan for all RPCs | Wladimir J. van der Laan | 2018-11-23 | 2 | -189/+489 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Use RPCHelpMan for all RPCs | MarcoFalke | 2018-11-14 | 2 | -189/+489 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge #14552: wallet: detecting duplicate wallet by comparing the db filename. | Wladimir J. van der Laan | 2018-11-20 | 3 | -21/+54 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | wallet: Create IsDatabaseLoaded function | Chun Kuan Lee | 2018-11-08 | 2 | -2/+2 | |
| | * | | | | wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir... | Chun Kuan Lee | 2018-11-06 | 3 | -7/+25 | |
| | * | | | | Refactor: Move m_db pointers into BerkeleyDatabase | Russell Yanofsky | 2018-11-06 | 2 | -14/+29 | |
| * | | | | | Merge #14411: [wallet] Restore ability to list incoming transactions by label | MarcoFalke | 2018-11-14 | 1 | -17/+27 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Rename ListTransactions filter variable | Russell Yanofsky | 2018-11-13 | 1 | -9/+9 | |
| | * | | | | | [wallet] Restore ability to list incoming transactions by label | Russell Yanofsky | 2018-11-13 | 1 | -10/+20 | |
| * | | | | | | Merge #14478: Show error to user when corrupt wallet unlock fails | MarcoFalke | 2018-11-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Better error message for user when corrupt wallet unlock fails | MeshCollider | 2018-11-10 | 1 | -1/+1 | |
| * | | | | | | Merge #14720: rpc: Correctly name arguments | MarcoFalke | 2018-11-13 | 2 | -5/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | rpc: Correctly name arguments | Jon Layton | 2018-11-13 | 2 | -5/+5 | |
| * | | | | | | | Merge #14679: importmulti: Don't add internal addresses to address book | Wladimir J. van der Laan | 2018-11-13 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | importmulti: Don't add internal addresses to address book | Gregory Sanders | 2018-11-07 | 1 | -3/+4 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge #14530: Use RPCHelpMan to generate RPC doc strings | MarcoFalke | 2018-11-13 | 2 | -7/+107 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | rpc: Add RPCHelpMan for machine-generated help | MarcoFalke | 2018-11-12 | 1 | -4/+103 | |
| | * | | | | | | rpc: Include rpc/util.h where needed for RPCHelpMan | MarcoFalke | 2018-11-09 | 1 | -3/+4 | |
| * | | | | | | | Merge #13381: RPC: creates possibility to preserve labels on importprivkey | Jonas Schnelli | 2018-11-13 | 1 | -3/+8 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | rpc: creates possibility to preserve labels on importprivkey | marcoagner | 2018-10-05 | 1 | -3/+8 | |
| * | | | | | | | Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin... | Pieter Wuille | 2018-11-09 | 3 | -41/+32 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Refactor PSBTInput signing to enforce invariant | Glenn Willen | 2018-11-01 | 1 | -9/+19 | |
| | * | | | | | | Simplify arguments to SignPSBTInput | Glenn Willen | 2018-11-01 | 3 | -3/+3 | |
| | * | | | | | | New PartiallySignedTransaction constructor from CTransction | Glenn Willen | 2018-11-01 | 1 | -8/+1 | |
| | * | | | | | | Remove redundant txConst parameter to FillPSBT | Glenn Willen | 2018-11-01 | 3 | -21/+9 | |
| | * | | | | | | More concise conversion of CDataStream to string | Glenn Willen | 2018-11-01 | 1 | -2/+2 | |
| * | | | | | | | Pass chain locked variables where needed | Russell Yanofsky | 2018-11-06 | 6 | -131/+137 | |
| * | | | | | | | Remove uses of cs_main in wallet code | Russell Yanofsky | 2018-11-06 | 5 | -74/+146 | |
| * | | | | | | | Remove direct node->wallet calls in init.cpp | Russell Yanofsky | 2018-11-06 | 5 | -53/+47 | |
| * | | | | | | | Pass chain and client variables where needed | Russell Yanofsky | 2018-11-06 | 10 | -40/+64 | |
| * | | | | | | | trivial: Don't translate in help text | ken2812221 | 2018-11-05 | 1 | -1/+1 | |
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | Merge #14350: Add WalletLocation class | Wladimir J. van der Laan | 2018-11-05 | 9 | -53/+81 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet: Refactor to use WalletLocation | João Barbosa | 2018-10-25 | 7 | -53/+50 | |
| | * | | | | | | wallet: Add WalletLocation utility class | João Barbosa | 2018-10-25 | 2 | -0/+31 | |
| * | | | | | | | Merge #14555: Move util files to directory | Wladimir J. van der Laan | 2018-11-05 | 16 | -23/+23 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | scripted-diff: Move util files to separate directory. | Jim Posen | 2018-11-04 | 16 | -23/+23 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge #14410: rpcwallet: 'ischange' field for 'getaddressinfo' RPC | MarcoFalke | 2018-11-04 | 3 | -2/+10 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | rpcwallet: add 'ischange' field to 'getaddressinfo' response | whythat | 2018-10-13 | 3 | -2/+10 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge #14454: Add SegWit support to importmulti | Wladimir J. van der Laan | 2018-10-31 | 2 | -151/+120 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | Make getaddressinfo return solvability | MeshCollider | 2018-10-25 | 1 | -0/+2 | |
| | * | | | | | Add SegWit support to importmulti with some ProcessImport cleanup | MeshCollider | 2018-10-25 | 1 | -151/+118 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Remove fs::relative call and fix listwalletdir tests | João Barbosa | 2018-10-25 | 1 | -3/+8 | |
| | |_|/ / |/| | | | ||||||
| * | | | | Merge #14320: [bugfix] wallet: Fix duplicate fileid detection | Wladimir J. van der Laan | 2018-10-24 | 2 | -12/+26 | |
| |\ \ \ \ | ||||||
| | * | | | | wallet: Fix duplicate fileid | Chun Kuan Lee | 2018-10-24 | 2 | -12/+26 | |
| * | | | | | Merge #14453: rpc: Fix wallet unload during walletpassphrase timeout | Wladimir J. van der Laan | 2018-10-24 | 1 | -8/+12 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | rpc: Fix wallet unload during walletpassphrase timeout | João Barbosa | 2018-10-18 | 1 | -8/+12 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge #14296: [wallet] Remove addwitnessaddress | MarcoFalke | 2018-10-24 | 1 | -126/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [wallet] Remove deprecated addwitnessaddress RPC method | John Newbery | 2018-09-23 | 1 | -126/+0 | |