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-01-05
Ensure we meet the BIP 152 old-relay-types response requirements
Matt Corallo
2017-01-05
Cache most-recently-connected compact block
Matt Corallo
2017-01-05
Cache most-recently-announced block's shared_ptr
Matt Corallo
2017-01-05
Relay compact block messages prior to full block connection
Matt Corallo
2017-01-05
Add a CValidationInterface::NewPoWValidBlock callback
Matt Corallo
2017-01-05
[Qt] Do proper shutdown
Jonas Schnelli
2017-01-05
Merge #8747: [rpc] Fix transaction size comments and RPC help text.
Wladimir J. van der Laan
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-05
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for rawtransaction calls
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for wallet calls
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for mining calls
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for net calls
Wladimir J. van der Laan
2017-01-05
test: Add test for RPC named arguments
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for misc calls
Wladimir J. van der Laan
2017-01-05
rpc: Add 'echo' call for testing
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for blockchain calls
Wladimir J. van der Laan
2017-01-05
rpc: Support named arguments
Wladimir J. van der Laan
2017-01-05
authproxy: Add support for RPC named arguments
Wladimir J. van der Laan
2017-01-05
Merge #9373: Linearize script update (hash byte reversal and Python 3 support)
Wladimir J. van der Laan
2017-01-05
Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters
Wladimir J. van der Laan
2017-01-05
Merge #9417: Do not evaluate hidden LogPrint arguments
Wladimir J. van der Laan
2017-01-05
Merge #9474: Mark the minconf parameter to move as ignored
Wladimir J. van der Laan
2017-01-05
Merge #9475: Let autoconf detect presence of EVP_MD_CTX_new
Wladimir J. van der Laan
2017-01-05
Make linearize scripts Python 3-compatible.
Doug
2017-01-05
Allow linearization scripts to support hash byte reversal
Doug
2017-01-04
Remove SIGCHECK_VERIFICATION_FACTOR
Pieter Wuille
2017-01-04
Move tx estimation data out of CCheckPointData
Pieter Wuille
2017-01-04
[MOVEONLY] Move progress estimation out of checkpoints
Pieter Wuille
2017-01-04
Call AcceptBlock with the block's shared_ptr instead of CBlock&
Matt Corallo
2017-01-04
[qa] Avoid race in preciousblock test.
Matt Corallo
2017-01-04
[qa] Make compact blocks test construction using fetch methods
Matt Corallo
2017-01-04
Make CBlockIndex*es in net_processing const
Matt Corallo
2017-01-04
Check FRESH validity in CCoinsViewCache::BatchWrite
Russell Yanofsky
2017-01-04
Merge #9107: Safer modify new coins
Pieter Wuille
2017-01-04
Merge #9395: Add test for -walletrejectlongchains
MarcoFalke
2017-01-04
Let autoconf detect presence of EVP_MD_CTX_new
Luke Dashjr
2017-01-04
add test for -walletrejectlongchains
Alex Morcos
2017-01-04
Introduce -blockmintxfee
Alex Morcos
2017-01-04
Fix edge case with stale fee estimates
Alex Morcos
2017-01-04
Add clarifying comments to fee estimation
Alex Morcos
2017-01-04
Add extra logging to processBlock in fee estimation.
Alex Morcos
2017-01-04
Add IsCurrentForFeeEstimatation
Alex Morcos
2017-01-04
Pass pointers to existing CTxMemPoolEntries to fee estimation
Alex Morcos
2017-01-04
Always update fee estimates on new blocks.
Alex Morcos
2017-01-04
rename bool to validFeeEstimate
Alex Morcos
2017-01-04
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2017-01-04
Don't track transactions at all during IBD.
Alex Morcos
2017-01-04
Remove extraneous LogPrint from fee estimation
Alex Morcos
2017-01-04
Mark the minconf parameter to move as ignored
Pieter Wuille
[prev]
[next]