| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | Make objects in range declarations immutable by default. Avoid unnecessary co... | practicalswift | 2018-08-27 | 6 | -20/+20 | |
| * | | | | | | | | | Merge #14094: refactoring: Remove unreferenced local variables | Wladimir J. van der Laan | 2018-09-04 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Increase signal to noise in appveyor build output by reducing the MSVC warnin... | practicalswift | 2018-09-03 | 1 | -1/+0 | |
| * | | | | | | | | | Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoins | MarcoFalke | 2018-08-31 | 3 | -14/+16 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Add EXCLUSIVE_LOCKS_REQUIRED to CWallet::ListCoins | Russell Yanofsky | 2018-08-31 | 1 | -1/+1 | |
| | * | | | | | | | | | Add AssertLockHeld assertions in CWallet::ListCoins | Russell Yanofsky | 2018-04-11 | 2 | -13/+15 | |
| * | | | | | | | | | | Merge #13825: [wallet] Kill accounts | Wladimir J. van der Laan | 2018-08-30 | 8 | -441/+41 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | [wallet] Kill accounts | John Newbery | 2018-08-30 | 8 | -441/+41 | |
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge #14103: docs: Fix broken Doxygen comments | Wladimir J. van der Laan | 2018-08-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Fix incorrect Doxygen comments | practicalswift | 2018-08-08 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge #14055: fix walletcreatefundedpsbt deriv paths, add test | Wladimir J. van der Laan | 2018-08-28 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | fix walletcreatefundedpsbt deriv paths, add test | Gregory Sanders | 2018-08-24 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge #13723: PSBT key path cleanups | Wladimir J. van der Laan | 2018-08-28 | 4 | -94/+35 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Make SignPSBTInput operate on a private SignatureData object | Pieter Wuille | 2018-08-13 | 1 | -11/+1 | |
| | * | | | | | | | | | Pass HD path data through SignatureData | Pieter Wuille | 2018-08-13 | 1 | -16/+2 | |
| | * | | | | | | | | | Implement key origin lookup in CWallet | Pieter Wuille | 2018-08-13 | 3 | -19/+30 | |
| | * | | | | | | | | | [MOVEONLY] Move ParseHDKeypath to utilstrencodings | Pieter Wuille | 2018-08-13 | 2 | -43/+0 | |
| | * | | | | | | | | | Generalize PublicOnlySigningProvider into HidingSigningProvider | Pieter Wuille | 2018-08-13 | 1 | -5/+1 | |
| | * | | | | | | | | | Introduce KeyOriginInfo for fingerprint + path | Pieter Wuille | 2018-08-13 | 1 | -7/+8 | |
| * | | | | | | | | | | [wallet] Re-sort wallet RPC commands | John Newbery | 2018-08-27 | 1 | -19/+16 | |
| * | | | | | | | | | | [wallet] Remove wallet account RPCs | John Newbery | 2018-08-27 | 3 | -667/+68 | |
| * | | | | | | | | | | [tests] Remove wallet accounts test | John Newbery | 2018-08-27 | 1 | -136/+0 | |
| * | | | | | | | | | | Merge #13861: test: Add testing of value_ret for SelectCoinsBnB | Wladimir J. van der Laan | 2018-08-27 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | test: Add testing of value_ret for SelectCoinsBnB | Ben Woosley | 2018-08-03 | 1 | -0/+10 | |
| * | | | | | | | | | | | Merge #14056: Docs: Fix help message typo optiona -> optional | Wladimir J. van der Laan | 2018-08-27 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Docs: Fix help message typo optiona -> optional | Ben Woosley | 2018-08-24 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Move cs_main locking annotations from .cpp to .h | practicalswift | 2018-08-26 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Add compile time checking for all cs_main runtime locking assertions | practicalswift | 2018-08-26 | 4 | -22/+22 | |
| | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge #13961: util: Replace boost::signals2 with std::function | Wladimir J. van der Laan | 2018-08-25 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | util: Replace boost::signals2 with std::function | MarcoFalke | 2018-08-24 | 1 | -0/+3 | |
| * | | | | | | | | | | | | Merge #13429: Return the script type from Solver | Wladimir J. van der Laan | 2018-08-25 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Return the script type from Solver | Ben Woosley | 2018-07-22 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | Merge #13631: Add CMerkleTx::IsImmatureCoinBase method | Wladimir J. van der Laan | 2018-08-25 | 3 | -11/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Add CMerkleTx::IsImmatureCoinBase method | Ben Woosley | 2018-07-29 | 3 | -11/+21 | |
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge #12559: Avoid locking cs_main in some wallet RPC | Wladimir J. van der Laan | 2018-08-23 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | rpc: Avoid locking cs_main in some wallet RPC | João Barbosa | 2018-08-23 | 1 | -3/+3 | |
| * | | | | | | | | | | | | Merge #13988: Add checks for settxfee reasonableness | Wladimir J. van der Laan | 2018-08-22 | 1 | -1/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Add checks for settxfee reasonableness | Anthony Towns | 2018-08-16 | 1 | -1/+9 | |
| | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge #13967: [walletdb] don't report minversion wallet entry as unknown | Wladimir J. van der Laan | 2018-08-22 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | don't report minversion wallet entry as unknown | Gregory Sanders | 2018-08-14 | 1 | -1/+2 | |
| | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge #13968: [wallet] couple of walletcreatefundedpsbt fixes | Wladimir J. van der Laan | 2018-08-21 | 1 | -10/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | RPCTypeCheck bip32derivs arg in walletcreatefunded | Gregory Sanders | 2018-08-20 | 1 | -1/+2 | |
| | * | | | | | | | | | | | walletcreatefundedpsbt: remove duplicate replaceable arg | Gregory Sanders | 2018-08-20 | 1 | -9/+7 | |
| * | | | | | | | | | | | | refactor: use fs:: over boost::filesystem:: | fanquake | 2018-08-15 | 1 | -3/+3 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge #13917: Additional safety checks in PSBT signer | Wladimir J. van der Laan | 2018-08-14 | 1 | -6/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | Only wipe wrong UTXO type data if overwritten by wallet | Pieter Wuille | 2018-08-13 | 1 | -6/+9 | |
| | |/ / / / / / / / / | ||||||
| * / / / / / / / / / | Remove unused dummy_tx variable from FillPSBT | Carl Dong | 2018-08-13 | 1 | -5/+0 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge #13899: build: Enable -Wredundant-decls where available. Remove redunda... | MarcoFalke | 2018-08-13 | 1 | -11/+10 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Remove redundant extern | practicalswift | 2018-08-07 | 1 | -10/+10 | |
| | * | | | | | | | | | Remove redundant redeclaration of rescanblockchain(...) in same scope | practicalswift | 2018-08-06 | 1 | -1/+0 | |