aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-12-03check that a separator is found for psbt inputs, outputs, and global mapAndrew Chow
2018-12-01Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...MarcoFalke
2018-11-30CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders
2018-11-30Remove stale comment in CalculateMaximumSignedInputSizeGregory Sanders
2018-11-29Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)practicalswift
2018-11-29rpc: Make HTTP RPC debug logging more informativepracticalswift
2018-11-29add test demonstrating addrLocal UBKaz Wesley
2018-11-29fix uninitialized read when stringifying an addrLocalKaz Wesley
2018-11-29Throw error if CPubKey is invalid during PSBT keypath serializationGregory Sanders
2018-11-29Bugfix: RPC: Add address_type named param for createmultisigLuke Dashjr
2018-11-28Fix listreceivedbyaddress not taking address as a stringEric Scrivner
2018-11-28wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...practicalswift
2018-11-28disallow oversized CBlockHeaderAndShortTxIDsKaz Wesley
2018-11-28fix a deserialization overflow edge caseKaz Wesley
2018-11-28add a test demonstrating an overflow in a deserialization edge caseKaz Wesley
2018-11-28[wallet] Ensure wallet is unlocked before signinggustavonalle
2018-11-10Merge #14441: [wallet] Backport(0.17): Restore ability to list incoming trans...Wladimir J. van der Laan
2018-11-06qt: Revert "Force TLS1.0+ for SSL connections"Tim Ruffing
2018-10-28Merge #14566: 0.17: qa backportsMarcoFalke
2018-10-24Disable wallet and address book Qt tests on macOS minimal platformRussell Yanofsky
2018-10-18[doc] getblocktemplate: use SegWit in exampleSjors Provoost
2018-10-10[wallet] Restore ability to list incoming transactions by labelRussell Yanofsky
2018-09-17Fix crash bug with duplicate inputs within a transactionSuhas Daftuar
2018-09-11Convert non-witness UTXOs to witness if witness sig createdAndrew Chow
2018-09-11Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...Andrew Chow
2018-09-06Replace duplcate reference with reference to reference docv0.17.0rc3Pieter Wuille
2018-09-06Adjust TODO linkPieter Wuille
2018-09-06util: Report parse errors in configuration fileWladimir J. van der Laan
2018-09-05doc: Change documentation for =0 for non-boolean optionsWladimir J. van der Laan
2018-08-28fix walletcreatefundedpsbt deriv paths, add testGregory Sanders
2018-08-27Use assert when running from multithreaded code as BOOST_CHECK_* are not thre...Jesse Cohen
2018-08-27qa: Stop txindex thread before calling destructorMarcoFalke
2018-08-27Docs: Fix help message typo optiona -> optionalBen Woosley
2018-08-21RPCTypeCheck bip32derivs arg in walletcreatefundedGregory Sanders
2018-08-21walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders
2018-08-21Allow ConstructTransaction to not throw error with 0-input txnGregory Sanders
2018-08-16qt: Pre-rc1 translations updatev0.17.0rc1Wladimir J. van der Laan
2018-08-15Only wipe wrong UTXO type data if overwritten by walletPieter Wuille
2018-08-15Additional sanity checks in SignPSBTInputPieter Wuille
2018-08-15Serialize non-witness utxo as a non-witness tx but always deserialize as witnessAndrew Chow
2018-08-15Fix PSBT deserialization of 0-input transactionsAndrew Chow
2018-08-13net: Update hardcoded seedsWladimir J. van der Laan
2018-08-13Merge #13905: docs: fixed bitcoin-cli -help output for help2manMarcoFalke
2018-08-13Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...MarcoFalke
2018-08-13Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan
2018-08-13Merge #13808: wallet: shuffle coins before grouping, where warrantedWladimir J. van der Laan
2018-08-13docs: fixed bitcoin-cli -help output for help2manHennadii Stepanov
2018-08-13qt: Translations update before 0.17 branchWladimir J. van der Laan
2018-08-11Replace median fee rate with feerate percentilesMarcin Jachymiak
2018-08-10Merge #13908: [Docs] upgrade rescan time warning from minutes to >1 hourMarcoFalke