14638 Commits (fa646369489d5655ac187f2a9e151317829581df)
 

Author SHA1 Message Date
Lawrence Nahum 69a4339ef5
missing white space in function arg 7 years ago
Pieter Wuille 479afa0f84
Merge #9804: Fixes subscript 0 (&var[0]) where should use (var.data()) instead. 7 years ago
Pieter Wuille 2a09a3891f
Merge #10714: Avoid printing incorrect block indexing time due to uninitialized variable 7 years ago
John Newbery fe4fabaf12 [refactor] move SplitHostPort() into utilstrencodings 7 years ago
Gregory Sanders 228987d84c getbalance example covers at least 6 confirms 7 years ago
Matt Corallo 1016dacfac Fix signed/unsigned comparison warning introduced in c8e29d7ff0. 7 years ago
Chris Stewart 8276e70de1 Adding assert to avoid a memory access violation inside of PartialMerkleTree::CalcHash() 7 years ago
Wladimir J. van der Laan e8b95239ee
Merge #10712: Add change output if necessary to reduce excess fee 7 years ago
Alex Morcos 0f402b9263 Fix rare edge case of paying too many fees when transaction has no change. 7 years ago
Alex Morcos 253cd7ec4f Only reserve key for scriptChange once in CreateTransaction 7 years ago
Wladimir J. van der Laan ca4c545cc7
Merge #10786: Add PR description to merge commit in github-merge.py 7 years ago
Wladimir J. van der Laan b27b004532
Merge #10543: Change API to estimaterawfee 7 years ago
Wladimir J. van der Laan cef4b5ccaa
Merge #10651: Verify binaries from bitcoincore.org and bitcoin.org 7 years ago
Wladimir J. van der Laan badd81bd31
Merge #10792: Replace MAX_OPCODE for OP_NOP10. 7 years ago
Wladimir J. van der Laan e4f226a133
Merge #10190: [tests] mining functional tests (including regression test for submitblock) 7 years ago
Wladimir J. van der Laan 104f5f21dc
Merge #10589: More economical fee estimates for RBF and RPC options to control 7 years ago
Wladimir J. van der Laan 379aed0e53
Merge #10676: document script-based return fields for validateaddress 7 years ago
Mark Friedenbach c8e29d7ff0 Replace MAX_OPCODE for OP_NOP10. 7 years ago
Wladimir J. van der Laan 21ed30a314
Merge #10179: Give CValidationInterface Support for calling notifications on the CScheduler Thread 7 years ago
Matt Corallo 1f668b6468 Expose if CScheduler is being serviced, assert its not in EmptyQueue 7 years ago
Alex Morcos 5e3b7b5686 Improve error reporting for estimaterawfee 7 years ago
Alex Morcos 1fafd704da Add function to report highest estimate target tracked per horizon 7 years ago
Alex Morcos 9c85b91dc1 Change API to estimaterawfee 7 years ago
Pieter Wuille 475c08cb44 Add PR description to merge commit in github-merge.py 7 years ago
Alex Morcos f135923ee2 Add RPC options for RBF, confirmation target, and conservative fee estimation. 7 years ago
Wladimir J. van der Laan 9edda0c5f5
Merge #10747: [rpc] fix verbose argument for getblock in bitcoin-cli 7 years ago
practicalswift 1e3a3200af Simplify "!foo || (foo && bar)" as "!foo || bar" 7 years ago
Jeremy Rubin 30ac7688e3 Fix subscript[0] potential bugs in key.cpp 7 years ago
Jeremy Rubin 4b1c0f2e2e Remove unnecessary branches in utilstrencodings string constructors. 7 years ago
Jeremy Rubin e19db7b5ad Fix subscript[0] in utilstrencodings.cpp 7 years ago
Jeremy Rubin bc2e7fd984 Fix subscript[0] in streams.h 7 years ago
Jeremy Rubin 4cac0d1e04 Fix subscript[0] in validation.cpp 7 years ago
Jeremy Rubin ac658e55ff Fix subscript[0] in torcontrol 7 years ago
Jeremy Rubin b6856ebedc Fix subscript[0] in netaddress.cpp 7 years ago
Jeremy Rubin 361d95265a Fix subscript[0] in base58.cpp 7 years ago
Jeremy Rubin 6896dbf169 Cleanup (safe, it was checked) subscript[0] in MurmurHash3 (and cleanup MurmurHash3 to be more clear). 7 years ago
Jeremy Rubin 96f2119e6c Fix subscript[0] in compressor.cpp 7 years ago
Jeremy Rubin 500710bd29 Fix 2 subscript[0] bugs in pubkey.cpp, and eliminate one extra size check 7 years ago
Jeremy Rubin e0451e3e2a Fix subscript[0] bug in net.cpp if GetGroup returns a 0-sized vector 7 years ago
romanornr d9d1bd3267
nCheckDepth chain height fix 7 years ago
Pavel Janík 5618b7d1ad Do not shadow upper local variable `state`. 7 years ago
Pieter Wuille 0aadc11fd8 Avoid dereference-of-casted-pointer 7 years ago
Matt Corallo 3192975f1d Flush CValidationInterface callbacks prior to destruction 7 years ago
Matt Corallo 08096bbbc6 Support more than one CScheduler thread for serial clients 7 years ago
Matt Corallo 2fbf2dbe15 Add default arg to CScheduler to schedule() a callback now 7 years ago
Matt Corallo cda1429d5b Give CMainSignals a reference to the global scheduler 7 years ago
MarcoFalke 1d4805ce04
Merge #10759: Fix multi_rpc test for hosts that dont default to utf8 7 years ago
MarcoFalke d3b58704d1
Merge #10761: [tests] fix replace_by_fee.py 7 years ago
MarcoFalke ed88e3194c
Merge #10744: Use method name via __func__ macro 7 years ago
John Newbery 301fd51b9e [tests] fix replace_by_fee.py 7 years ago