aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-276-20/+20
* | | | | | | | | Merge #14094: refactoring: Remove unreferenced local variablesWladimir J. van der Laan2018-09-041-1/+0
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift2018-09-031-1/+0
* | | | | | | | | Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoinsMarcoFalke2018-08-313-14/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add EXCLUSIVE_LOCKS_REQUIRED to CWallet::ListCoinsRussell Yanofsky2018-08-311-1/+1
| * | | | | | | | | Add AssertLockHeld assertions in CWallet::ListCoinsRussell Yanofsky2018-04-112-13/+15
* | | | | | | | | | Merge #13825: [wallet] Kill accountsWladimir J. van der Laan2018-08-308-441/+41
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [wallet] Kill accountsJohn Newbery2018-08-308-441/+41
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge #14103: docs: Fix broken Doxygen commentsWladimir J. van der Laan2018-08-301-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Fix incorrect Doxygen commentspracticalswift2018-08-081-1/+1
* | | | | | | | | | Merge #14055: fix walletcreatefundedpsbt deriv paths, add testWladimir J. van der Laan2018-08-281-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | fix walletcreatefundedpsbt deriv paths, add testGregory Sanders2018-08-241-1/+1
* | | | | | | | | | Merge #13723: PSBT key path cleanupsWladimir J. van der Laan2018-08-284-94/+35
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Make SignPSBTInput operate on a private SignatureData objectPieter Wuille2018-08-131-11/+1
| * | | | | | | | | Pass HD path data through SignatureDataPieter Wuille2018-08-131-16/+2
| * | | | | | | | | Implement key origin lookup in CWalletPieter Wuille2018-08-133-19/+30
| * | | | | | | | | [MOVEONLY] Move ParseHDKeypath to utilstrencodingsPieter Wuille2018-08-132-43/+0
| * | | | | | | | | Generalize PublicOnlySigningProvider into HidingSigningProviderPieter Wuille2018-08-131-5/+1
| * | | | | | | | | Introduce KeyOriginInfo for fingerprint + pathPieter Wuille2018-08-131-7/+8
* | | | | | | | | | [wallet] Re-sort wallet RPC commandsJohn Newbery2018-08-271-19/+16
* | | | | | | | | | [wallet] Remove wallet account RPCsJohn Newbery2018-08-273-667/+68
* | | | | | | | | | [tests] Remove wallet accounts testJohn Newbery2018-08-271-136/+0
* | | | | | | | | | Merge #13861: test: Add testing of value_ret for SelectCoinsBnBWladimir J. van der Laan2018-08-271-0/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test: Add testing of value_ret for SelectCoinsBnBBen Woosley2018-08-031-0/+10
* | | | | | | | | | | Merge #14056: Docs: Fix help message typo optiona -> optionalWladimir J. van der Laan2018-08-271-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Docs: Fix help message typo optiona -> optionalBen Woosley2018-08-241-2/+2
* | | | | | | | | | | | Move cs_main locking annotations from .cpp to .hpracticalswift2018-08-261-1/+1
* | | | | | | | | | | | Add compile time checking for all cs_main runtime locking assertionspracticalswift2018-08-264-22/+22
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Merge #13961: util: Replace boost::signals2 with std::functionWladimir J. van der Laan2018-08-251-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | util: Replace boost::signals2 with std::functionMarcoFalke2018-08-241-0/+3
* | | | | | | | | | | | Merge #13429: Return the script type from SolverWladimir J. van der Laan2018-08-251-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Return the script type from SolverBen Woosley2018-07-221-2/+1
* | | | | | | | | | | | | Merge #13631: Add CMerkleTx::IsImmatureCoinBase methodWladimir J. van der Laan2018-08-253-11/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Add CMerkleTx::IsImmatureCoinBase methodBen Woosley2018-07-293-11/+21
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #12559: Avoid locking cs_main in some wallet RPCWladimir J. van der Laan2018-08-231-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | rpc: Avoid locking cs_main in some wallet RPCJoão Barbosa2018-08-231-3/+3
* | | | | | | | | | | | Merge #13988: Add checks for settxfee reasonablenessWladimir J. van der Laan2018-08-221-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add checks for settxfee reasonablenessAnthony Towns2018-08-161-1/+9
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #13967: [walletdb] don't report minversion wallet entry as unknownWladimir J. van der Laan2018-08-221-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | don't report minversion wallet entry as unknownGregory Sanders2018-08-141-1/+2
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #13968: [wallet] couple of walletcreatefundedpsbt fixesWladimir J. van der Laan2018-08-211-10/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | RPCTypeCheck bip32derivs arg in walletcreatefundedGregory Sanders2018-08-201-1/+2
| * | | | | | | | | | | walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders2018-08-201-9/+7
* | | | | | | | | | | | refactor: use fs:: over boost::filesystem::fanquake2018-08-151-3/+3
|/ / / / / / / / / / /
* | | | | | | | | | | Merge #13917: Additional safety checks in PSBT signerWladimir J. van der Laan2018-08-141-6/+9
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Only wipe wrong UTXO type data if overwritten by walletPieter Wuille2018-08-131-6/+9
| |/ / / / / / / / /
* / / / / / / / / / Remove unused dummy_tx variable from FillPSBTCarl Dong2018-08-131-5/+0
|/ / / / / / / / /
* | | | | | | | | Merge #13899: build: Enable -Wredundant-decls where available. Remove redunda...MarcoFalke2018-08-131-11/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove redundant externpracticalswift2018-08-071-10/+10
| * | | | | | | | | Remove redundant redeclaration of rescanblockchain(...) in same scopepracticalswift2018-08-061-1/+0