index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-07-11
Merge #10543: Change API to estimaterawfee
Wladimir J. van der Laan
2017-07-11
Merge #10651: Verify binaries from bitcoincore.org and bitcoin.org
Wladimir J. van der Laan
2017-07-11
Merge #10792: Replace MAX_OPCODE for OP_NOP10.
Wladimir J. van der Laan
2017-07-11
Merge #10190: [tests] mining functional tests (including regression test for ...
Wladimir J. van der Laan
2017-07-11
Merge #10589: More economical fee estimates for RBF and RPC options to control
Wladimir J. van der Laan
2017-07-11
Merge #10676: document script-based return fields for validateaddress
Wladimir J. van der Laan
2017-07-11
Replace MAX_OPCODE for OP_NOP10.
Mark Friedenbach
2017-07-11
Merge #10179: Give CValidationInterface Support for calling notifications on ...
Wladimir J. van der Laan
2017-07-10
Expose if CScheduler is being serviced, assert its not in EmptyQueue
Matt Corallo
2017-07-10
Improve error reporting for estimaterawfee
Alex Morcos
2017-07-10
Add function to report highest estimate target tracked per horizon
Alex Morcos
2017-07-10
Change API to estimaterawfee
Alex Morcos
2017-07-10
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-07-10
Merge #10747: [rpc] fix verbose argument for getblock in bitcoin-cli
Wladimir J. van der Laan
2017-07-07
Flush CValidationInterface callbacks prior to destruction
Matt Corallo
2017-07-07
Support more than one CScheduler thread for serial clients
Matt Corallo
2017-07-07
Add default arg to CScheduler to schedule() a callback now
Matt Corallo
2017-07-07
Give CMainSignals a reference to the global scheduler
Matt Corallo
2017-07-07
Merge #10759: Fix multi_rpc test for hosts that dont default to utf8
MarcoFalke
2017-07-07
Merge #10761: [tests] fix replace_by_fee.py
MarcoFalke
2017-07-07
Merge #10744: Use method name via __func__ macro
MarcoFalke
2017-07-07
[tests] fix replace_by_fee.py
John Newbery
2017-07-06
Change default fee estimation mode.
Alex Morcos
2017-07-06
remove default argument from estimateSmartFee
Alex Morcos
2017-07-06
Introduce a fee estimate mode.
Alex Morcos
2017-07-06
remove default argument from GetMinimumFee
Alex Morcos
2017-07-06
Fix multi_rpc test for hosts that dont default to utf8
Matt Corallo
2017-07-06
Merge #10698: Be consistent in calling transactions "replaceable" for Opt-In RBF
Wladimir J. van der Laan
2017-07-06
Merge #10710: REST/RPC example update
Wladimir J. van der Laan
2017-07-06
Merge #10743: [test] don't run dbcrash.py on Travis
Wladimir J. van der Laan
2017-07-06
Merge branch qt-translations into master
Wladimir J. van der Laan
2017-07-06
qt: First translations update for 0.15
Wladimir J. van der Laan
2017-07-05
Use "replaceable" instead of "rbfoptin" in bitcoin-tx.
Matt Corallo
2017-07-05
Use "replaceable" instead of "optIntoRbf" in fundrawtransaction.
Matt Corallo
2017-07-05
Use "replaceable" instead of "optintorbf" in createrawtransaction.
Matt Corallo
2017-07-05
[rpc] fix verbose argument for getblock in bitcoin-cli
John Newbery
2017-07-04
Use method name from __func__ macro
darksh1ne
2017-07-04
[test] don't run dbcrash.py on Travis
John Newbery
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-03
Make ValidationInterface signals-type-agnostic
Matt Corallo
2017-07-03
Use TestingSetup to DRY qt rpcnestedtests
Matt Corallo
2017-07-03
Merge #10728: fix typo in help text for removeprunedfunds
Jonas Schnelli
2017-07-03
Merge #10683: rpc: Move the `generate` RPC call to rpcwallet
Wladimir J. van der Laan
2017-07-03
Merge #10704: [tests] nits in dbcrash.py
MarcoFalke
2017-07-03
fix typo in help text for removeprunedfunds
Akio Nakamura
2017-07-02
[tests] nits in dbcrash.py
John Newbery
2017-06-30
document script-based return fields for validateaddress
Gregory Sanders
2017-06-30
REST/RPC example update
Michael Rotarius
2017-06-29
Merge #10192: Cache full script execution results in addition to signatures
Wladimir J. van der Laan
2017-06-29
Merge #10660: Allow to cancel the txdb upgrade via splashscreen keypress 'q'
Wladimir J. van der Laan
[next]