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
2018-01-13
Use mempool's ancestor sort in transaction selection
Suhas Daftuar
2018-01-12
Add test for new ancestor feerate sort behavior
Suhas Daftuar
2018-01-09
Sort mempool by min(feerate, ancestor_feerate)
Suhas Daftuar
2018-01-09
Refactor CompareTxMemPoolEntryByDescendantScore
Suhas Daftuar
2018-01-03
Merge #12075: [scripts] Add missing univalue file to copyright_header.py
MarcoFalke
2018-01-03
Merge #12062: Increment MIT Licence copyright header year on files modified i...
Wladimir J. van der Laan
2018-01-03
Merge #11965: qa: Note on test order in test_runner
MarcoFalke
2018-01-03
Merge #12077: [Docs] Correct `sendmany` curl example
Wladimir J. van der Laan
2018-01-02
Fixes issue #12067 `sendmany` curl example is wrong.
251
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-02
[scripts] Add missing univalue file to copyright_header.py
fanquake
2017-12-30
Merge #12027: [Docs] Remove boost --c++ flag from osx build instructions
Wladimir J. van der Laan
2017-12-30
Merge #11984: doc: Update OpenBSD build instructions for 6.2 (cont'd)
Wladimir J. van der Laan
2017-12-30
Merge #11291: Fix string concatenation to os.path.join and add exception case
MarcoFalke
2017-12-29
Merge #11824: Block ActivateBestChain to empty validationinterface queue
Pieter Wuille
2017-12-26
remove brew c++ flag
Pablo Fernandez
2017-12-26
Add helper to wait for validation interface queue to catch up
Matt Corallo
2017-12-26
Block ActivateBestChain to empty validationinterface queue
Matt Corallo
2017-12-26
Add an interface to get the queue depth out of CValidationInterface
Matt Corallo
2017-12-26
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
2017-12-24
Avoid cs_main in net_processing ActivateBestChain calls
Matt Corallo
2017-12-24
Refactor ProcessGetData in anticipation of avoiding cs_main for ABC
Matt Corallo
2017-12-23
Merge #11517: Tests: Improve benchmark precision
Wladimir J. van der Laan
2017-12-23
Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.
Wladimir J. van der Laan
2017-12-23
Removed CCheckQueueSpeed benchmark
Martin Ankerl
2017-12-23
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-12-23
Merge #11475: [rpc] mempoolinfo should take ::minRelayTxFee into account
Wladimir J. van der Laan
2017-12-22
Merge #11903: [trivial] Add required package dependencies for depends cross c...
Jonas Schnelli
2017-12-22
Merge #11605: [Wallet] Enable RBF by default in QT
Wladimir J. van der Laan
2017-12-22
doc: Update OpenBSD build instructions for 6.2
Wladimir J. van der Laan
2017-12-22
Merge #11981: Fix gitian build after libzmq bump
Wladimir J. van der Laan
2017-12-22
[Wallet] Use RBF by default in QT only
Sjors Provoost
2017-12-21
depends: fix libzmq's needless linking against libstdc++
Cory Fields
2017-12-21
qa: Note on test order in test_runner
MarcoFalke
2017-12-21
Merge #11667: Add scripts to dumpwallet RPC
Wladimir J. van der Laan
2017-12-21
Merge #11945: Improve BSD compatibility of contrib/install_db4.sh
Wladimir J. van der Laan
2017-12-20
Merge #11726: Cleanups + nit fixes for walletdir PR
MarcoFalke
2017-12-20
Merge #10657: Utils: Improvements to ECDSA key-handling code
Wladimir J. van der Laan
2017-12-20
Merge #11917: Add testnet DNS seed: seed.testnet.bitcoin.sprovoost.nl
Wladimir J. van der Laan
2017-12-20
Merge #11879: [tests] remove redundant univalue_tests.cpp
Wladimir J. van der Laan
2017-12-20
Merge #11952: [qa] univalue: Bump subtree
Wladimir J. van der Laan
2017-12-20
doc: Update FreeBSD build instructions to use bdb4
Wladimir J. van der Laan
2017-12-20
contrib: FreeBSD compatibility in install_db4.sh
Wladimir J. van der Laan
2017-12-20
Merge #11960: [Doc] Fix link to installation script
Wladimir J. van der Laan
2017-12-20
[Doc] Fix link to installation script
laudaa
2017-12-20
Merge #11951: Remove dead feeest-file read code for old versions
Wladimir J. van der Laan
2017-12-20
Merge #11883: Add configuration file/argument testing
Wladimir J. van der Laan
2017-12-20
Add script birthtime metadata to dump and import wallet
MeshCollider
2017-12-20
Add script dump note to RPC help text and release notes
MeshCollider
2017-12-20
Add test for importwallet
MeshCollider
[next]