aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-14[build] Makefile.am: add rule for src/bitcoin-walletSjors Provoost
2019-02-14Merge #15407: msvc: Fix silent merge conflict between #13926 and #14372 part IIMarcoFalke
2019-02-14Merge #15183: [Qt]: fixes m_assumed_blockchain_size variable valueMarcoFalke
2019-02-14fixes m_assumed_blockchain_size variables values:marcoagner
2019-02-14msvc: Fix silent merge conflict between #13926 and #14372 part IIChun Kuan Lee
2019-02-14Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider
2019-02-13Merge #15334: wallet: Log absolute paths for the walletsWladimir J. van der Laan
2019-02-13Merge #15390: [wallet-tool] Close bdb when flushing walletMarcoFalke
2019-02-13Merge #15389: Remove unnecessary const_castWladimir J. van der Laan
2019-02-12Merge #14918: RPCHelpMan: Check default values are given at compile-timeMarcoFalke
2019-02-13Log full paths for walletsHennadii Stepanov
2019-02-12Merge #15238: [QA] remove some magic mining constants in functional testsMarcoFalke
2019-02-12Merge #15216: Scripts and tools: Replace script name with a special parameterMarcoFalke
2019-02-12Replace script name with special parameterHennadii Stepanov
2019-02-12Remove unnecessary const_castJulian Fleischer
2019-02-12Merge #15378: tests: Added missing tests for RPC wallet errorsMarcoFalke
2019-02-12[wallet] Close bdb when flushing wallet.John Newbery
2019-02-12Merge #15153: gui: Add Open Wallet menuJonas Schnelli
2019-02-12Merge #13787: Test for Windows encoding issueMarcoFalke
2019-02-12Merge #14543: [QA] minor p2p_sendheaders fix of height in coinbaseMarcoFalke
2019-02-12Merge #15358: util: Add SetupHelpOptions()Wladimir J. van der Laan
2019-02-11tests: Added missing tests for RPC wallet errorsBen Carman
2019-02-11Factor out combine / finalize / extract PSBT helpersGlenn Willen
2019-02-11Remove op== on PSBTs; check compatibility in MergeGlenn Willen
2019-02-11Switch away from exceptions in refactored tx codeGlenn Willen
2019-02-12appveyor: Remove outdated librariesChun Kuan Lee
2019-02-12tests: accept unicode characters on WindowsChun Kuan Lee
2019-02-11Move PSBT definitions and code to separate filesGlenn Willen
2019-02-11Factor BroadcastTransaction out of sendrawtransactionGlenn Willen
2019-02-11Split DecodePSBT into Base64 and Raw versionsGlenn Willen
2019-02-11Add pf_invalid arg to std::string DecodeBase{32,64}Glenn Willen
2019-02-11Merge #15353: docs: Minor textual improvements in translation_strings_policy.mdMarcoFalke
2019-02-11RPCHelpMan: Check default values are given at compile-timeMarcoFalke
2019-02-11Merge #15373: Move ParseConfirmTarget from rpc/mining to rpc/utilMarcoFalke
2019-02-11Merge #15380: trivial: correct parameter name in commentsMarcoFalke
2019-02-11Merge #15337: rpc: Fix for segfault if combinepsbt called with empty inputsMarcoFalke
2019-02-10trivial: correct parameter name in commentsandrewtoth
2019-02-11Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider
2019-02-10[wallet] Support creating a blank walletAndrew Chow
2019-02-08Move ParseConfirmTarget from rpc/mining to rpc/utilRussell Yanofsky
2019-02-08Merge #15357: rpc: Don't ignore `-maxtxfee` when wallet is disabledMarcoFalke
2019-02-08Merge #15314: [Doc] update release notes for changes up to cb35f1dMarcoFalke
2019-02-08Merge #15370: test_runner: Remove unused --force optionMarcoFalke
2019-02-08Merge #15365: wallet: Add lock annotation for mapAddressBookMarcoFalke
2019-02-08Move maxTxFee initialization to init.cppJordan Baczuk
2019-02-08Merge #15201: net: Add missing locking annotation for vNodes. vNodes is guard...MarcoFalke
2019-02-08qa: Add tool-prefix to functional test readmeMarcoFalke
2019-02-08Merge #14242: Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0...Wladimir J. van der Laan
2019-02-08A few textual improvementsMartin Erlandsson
2019-02-07Merge #14897: randomize GETDATA(tx) request order and introduce bias toward o...Pieter Wuille