aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to walletMarcoFalke2018-10-244-27/+38
|\ \ \ \ \ \
| * | | | | | Add GUARDED_BY(cs_wallet) for setExternalKeyPool, mapKeyMetadata, m_script_me...practicalswift2018-10-091-5/+5
| * | | | | | Add GUARDED_BY(cs_wallet) for encrypted_batch, nWalletMaxVersion, m_max_keypo...practicalswift2018-10-091-4/+4
| * | | | | | wallet: Add Clang thread safety analysis annotationspracticalswift2018-10-092-16/+26
| * | | | | | wallet: Add missing lockspracticalswift2018-10-092-2/+3
| | |/ / / / | |/| | | |
* | | | | | Merge #14468: [wallet] Deprecate generate RPC methodMarcoFalke2018-10-231-0/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | [wallet] Deprecate the generate RPC methodJohn Newbery2018-10-181-0/+6
| | |_|/ / | |/| | |
* | | | | Merge #14291: wallet: Add ListWalletDir utility functionWladimir J. van der Laan2018-10-193-2/+89
|\ \ \ \ \
| * | | | | rpc: Add listwalletdir RPCJoão Barbosa2018-10-181-0/+33
| * | | | | wallet: Add ListWalletDir utilityJoão Barbosa2018-10-182-2/+56
| | |_|/ / | |/| | |
* | | | | Merge #14146: wallet: Remove trailing separators from -walletdir argWladimir J. van der Laan2018-10-184-1/+147
|\ \ \ \ \
| * | | | | wallet: Remove trailing separators from -walletdir argPierre Rochard2018-09-122-1/+26
| * | | | | wallet: Add walletdir arg unit testsPierre Rochard2018-09-123-0/+121
* | | | | | Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...Wladimir J. van der Laan2018-10-181-5/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Move boost/std fstream to fsbridgeChun Kuan Lee2018-09-261-5/+4
* | | | | | [rpc] Descriptions: Textual consistency fixesJon Layton2018-10-091-15/+15
| |_|_|/ / |/| | | |
* | | | | Merge #14244: amount: Move CAmount CENT to unit test headerMarcoFalke2018-09-271-1/+1
|\ \ \ \ \
| * | | | | amount: Move CAmount CENT to unit test headerMarcoFalke2018-09-171-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge #14282: [wallet] Remove -usehdMarcoFalke2018-09-261-14/+0
|\ \ \ \ \
| * | | | | [wallet] Remove -usehdJohn Newbery2018-09-201-14/+0
| |/ / / /
* | | | | Merge #14310: [wallet] Ensure wallet is unlocked before signingMarcoFalke2018-09-261-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [wallet] Ensure wallet is unlocked before signinggustavonalle2018-09-241-0/+2
* | | | | Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke2018-09-242-16/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Consistently use ParseHashV to validate hash inputs in rpcBen Woosley2018-08-072-16/+7
* | | | | Merge #13546: wallet: Fix use of uninitialized value bnb_used in CWallet::Cre...MarcoFalke2018-09-241-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...practicalswift2018-09-191-0/+2
* | | | | Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrsMarcoFalke2018-09-191-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift2018-09-211-1/+1
| | |_|/ | |/| |
* | | | Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting downWladimir J. van der Laan2018-09-144-8/+49
|\ \ \ \
| * | | | No longer shutdown after encrypting the walletAndrew Chow2018-08-091-6/+1
| * | | | After encrypting the wallet, reload the database environmentAndrew Chow2018-08-091-0/+5
| * | | | Add function to close all Db's and reload the databae environmentAndrew Chow2018-08-092-0/+38
| * | | | Move BerkeleyEnvironment deletion from internal method to callsiteAndrew Chow2018-08-091-2/+5
* | | | | Merge #14192: utils: Convert fs::filesystem_error messages from local multiby...Wladimir J. van der Laan2018-09-132-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | utils: Convert fs error messages from multibyte to utf-8Chun Kuan Lee2018-09-112-2/+2
* | | | | Merge #14168: Remove ENABLE_WALLET from libbitcoin_server.aMarcoFalke2018-09-111-0/+3
|\ \ \ \ \
| * | | | | [build] remove ENABLE_WALLET ifdef from httprpc.cppJohn Newbery2018-09-101-0/+3
* | | | | | Merge #13419: [tests] Speed up knapsack_solver_test by not recreating wallet ...Wladimir J. van der Laan2018-09-111-25/+36
|\ \ \ \ \ \
| * | | | | | Speed up knapsack_solver_test by not recreating wallet 100 times.[email protected]2018-08-101-25/+36
| | |_|/ / / | |/| | | |
* | | | | | Merge #13558: Drop unused GetType() from CSizeComputerWladimir J. van der Laan2018-09-111-2/+2
|\ \ \ \ \ \
| * | | | | | Drop unused GetType() from CSizeComputerBen Woosley2018-09-111-2/+2
* | | | | | | Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeysWladimir J. van der Laan2018-09-101-34/+8
|\ \ \ \ \ \ \
| * | | | | | | Let wallet importmulti RPC accept labels for standard scriptPubKeysRussell Yanofsky2018-02-221-34/+8
* | | | | | | | Merge #14008: Preserve a format of RPC command definitionsWladimir J. van der Laan2018-09-101-0/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Preserve a format of RPC command definitionsKostiantyn Stepaniuk2018-08-201-0/+2
* | | | | | | | Merge #14138: wallet: Set encrypted_batch to nullptr after delete. Avoid doub...Wladimir J. van der Laan2018-09-101-0/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | wallet: Set encrypted_batch to nullptr after delete. Avoid double free in the...practicalswift2018-09-031-0/+2
* | | | | | | | Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...MarcoFalke2018-09-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix typos reported by codespellpracticalswift2018-09-041-1/+1
| |/ / / / / / /
* | | | | | | | Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan2018-09-046-20/+20
|\ \ \ \ \ \ \ \