aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-14Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell
2017-07-12Merge #10780: Simplify "!foo || (foo && bar)" as "!foo || bar"Pieter Wuille
2017-07-12Merge #9804: Fixes subscript 0 (&var[0]) where should use (var.data()) instead.Pieter Wuille
2017-07-12Merge #10714: Avoid printing incorrect block indexing time due to uninitializ...Pieter Wuille
2017-07-11Merge #10712: Add change output if necessary to reduce excess feeWladimir J. van der Laan
2017-07-11Fix rare edge case of paying too many fees when transaction has no change.Alex Morcos
2017-07-11Only reserve key for scriptChange once in CreateTransactionAlex Morcos
2017-07-11Merge #10786: Add PR description to merge commit in github-merge.pyWladimir J. van der Laan
2017-07-11Merge #10543: Change API to estimaterawfeeWladimir J. van der Laan
2017-07-11Merge #10651: Verify binaries from bitcoincore.org and bitcoin.orgWladimir J. van der Laan
2017-07-11Merge #10792: Replace MAX_OPCODE for OP_NOP10.Wladimir J. van der Laan
2017-07-11Merge #10190: [tests] mining functional tests (including regression test for ...Wladimir J. van der Laan
2017-07-11Merge #10589: More economical fee estimates for RBF and RPC options to controlWladimir J. van der Laan
2017-07-11Merge #10676: document script-based return fields for validateaddressWladimir J. van der Laan
2017-07-11Replace MAX_OPCODE for OP_NOP10.Mark Friedenbach
2017-07-11Merge #10179: Give CValidationInterface Support for calling notifications on ...Wladimir J. van der Laan
2017-07-10Expose if CScheduler is being serviced, assert its not in EmptyQueueMatt Corallo
2017-07-10Improve error reporting for estimaterawfeeAlex Morcos
2017-07-10Add function to report highest estimate target tracked per horizonAlex Morcos
2017-07-10Change API to estimaterawfeeAlex Morcos
2017-07-10Add PR description to merge commit in github-merge.pyPieter Wuille
2017-07-10Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos
2017-07-10Merge #10747: [rpc] fix verbose argument for getblock in bitcoin-cliWladimir J. van der Laan
2017-07-09Simplify "!foo || (foo && bar)" as "!foo || bar"practicalswift
2017-07-08Fix subscript[0] potential bugs in key.cppJeremy Rubin
2017-07-08Remove unnecessary branches in utilstrencodings string constructors.Jeremy Rubin
2017-07-08Fix subscript[0] in utilstrencodings.cppJeremy Rubin
2017-07-08Fix subscript[0] in streams.hJeremy Rubin
2017-07-08Fix subscript[0] in validation.cppJeremy Rubin
2017-07-08Fix subscript[0] in torcontrolJeremy Rubin
2017-07-08Fix subscript[0] in netaddress.cppJeremy Rubin
2017-07-08Fix subscript[0] in base58.cppJeremy Rubin
2017-07-08Cleanup (safe, it was checked) subscript[0] in MurmurHash3 (and cleanup Murmu...Jeremy Rubin
2017-07-08Fix subscript[0] in compressor.cppJeremy Rubin
2017-07-08Fix 2 subscript[0] bugs in pubkey.cpp, and eliminate one extra size checkJeremy Rubin
2017-07-08Fix subscript[0] bug in net.cpp if GetGroup returns a 0-sized vectorJeremy Rubin
2017-07-07Flush CValidationInterface callbacks prior to destructionMatt Corallo
2017-07-07Support more than one CScheduler thread for serial clientsMatt Corallo
2017-07-07Add default arg to CScheduler to schedule() a callback nowMatt Corallo
2017-07-07Give CMainSignals a reference to the global schedulerMatt Corallo
2017-07-07Merge #10759: Fix multi_rpc test for hosts that dont default to utf8MarcoFalke
2017-07-07Merge #10761: [tests] fix replace_by_fee.pyMarcoFalke
2017-07-07Merge #10744: Use method name via __func__ macroMarcoFalke
2017-07-07[tests] fix replace_by_fee.pyJohn Newbery
2017-07-06Change default fee estimation mode.Alex Morcos
2017-07-06remove default argument from estimateSmartFeeAlex Morcos
2017-07-06Introduce a fee estimate mode.Alex Morcos
2017-07-06remove default argument from GetMinimumFeeAlex Morcos
2017-07-06Fix multi_rpc test for hosts that dont default to utf8Matt Corallo
2017-07-06Merge #10698: Be consistent in calling transactions "replaceable" for Opt-In RBFWladimir J. van der Laan