14773 Commits (3e55f13bfc98a6b832697d1d0cfb942dbe2094db)
 

Author SHA1 Message Date
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
Alex Morcos f0bf33da83 Change default fee estimation mode. 7 years ago
Alex Morcos e0738e3d31 remove default argument from estimateSmartFee 7 years ago
Alex Morcos d507c301bc Introduce a fee estimate mode. 7 years ago
Alex Morcos cfaef69ace remove default argument from GetMinimumFee 7 years ago
Matt Corallo bc7d1032f8 Fix multi_rpc test for hosts that dont default to utf8 7 years ago
Wladimir J. van der Laan 5af6572534
Merge #10698: Be consistent in calling transactions "replaceable" for Opt-In RBF 7 years ago
Wladimir J. van der Laan 30bc0f6726
Merge #10710: REST/RPC example update 7 years ago
Suhas Daftuar 4ccc12a54a [qa] Rewrite BIP66 functional tests 7 years ago
Wladimir J. van der Laan be82498462
Merge #10743: [test] don't run dbcrash.py on Travis 7 years ago
Wladimir J. van der Laan a5cd829a0b
Merge branch qt-translations into master 7 years ago
Wladimir J. van der Laan 191d12b073
qt: First translations update for 0.15 7 years ago
Matt Corallo 73c942ecd3 Use "replaceable" instead of "rbfoptin" in bitcoin-tx. 7 years ago
Matt Corallo fb915d5b18 Use "replaceable" instead of "optIntoRbf" in fundrawtransaction. 7 years ago
Matt Corallo 928c6811f2 Use "replaceable" instead of "optintorbf" in createrawtransaction. 7 years ago
John Newbery 58e9864083 [rpc] fix verbose argument for getblock in bitcoin-cli 7 years ago
darksh1ne 9bbf60047e Use method name from __func__ macro 7 years ago
John Newbery bd00fa52a1 [test] don't run dbcrash.py on Travis 7 years ago
Wladimir J. van der Laan 6dbcc74a0e
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> 7 years ago
Matt Corallo 3a19fed9db Make ValidationInterface signals-type-agnostic 7 years ago