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-03-16
[Trivial] Simplify if-else blocks and more descriptive variable naming
Jeff Rade
2018-03-15
test: Use os.path.join consistently in feature_pruning tests
Ben Woosley
2018-03-15
test: Use wait_until in tests where time was used for polling
Ben Woosley
2018-03-15
Merge #12683: Fix more constness violations in serialization code
Pieter Wuille
2018-03-15
Add static_assert to prevent VARINT(<signed value>)
Russell Yanofsky
2018-03-15
Merge #12621: Avoid querying unnecessary model data when filtering transactions
Pieter Wuille
2018-03-15
Merge #12693: Remove unused variable in SortForBlock
Pieter Wuille
2018-03-15
Document RPC method aliasing
Russell Yanofsky
2018-03-15
Test that BnB is not used when there are preset inputs
Andrew Chow
2018-03-15
Remove redundant checks for MSG_* from configure.ac
Vasil Dimov
2018-03-15
Do not check for main() in libminiupnpc
Vasil Dimov
2018-03-15
ax_boost_{chrono,unit_test_framework}.m4: take changes from upstream
Vasil Dimov
2018-03-15
Merge #12431: Only call NotifyBlockTip when chainActive changes
Wladimir J. van der Laan
2018-03-15
Actually disable BnB when there are preset inputs
Andrew Chow
2018-03-14
Remove unused variable in SortForBlock
Drew Rasmussen
2018-03-14
Provide relevant error message if datadir is not writable.
murrayn
2018-03-14
Merge #10637: Coin Selection with Murch's algorithm
Wladimir J. van der Laan
2018-03-14
Merge #12586: docs: Update osx brew install instruction
Wladimir J. van der Laan
2018-03-14
Merge #12668: Doc: do update before fetching packages in WSL build guide
Wladimir J. van der Laan
2018-03-14
Merge #12080: Add support to search the address book
Wladimir J. van der Laan
2018-03-14
Merge #12666: configure: UniValue 1.0.4 is required for pushKV(, bool)
Wladimir J. van der Laan
2018-03-14
Merge #12102: Apply hardening measures in bitcoind systemd service file
Wladimir J. van der Laan
2018-03-14
Merge #12625: depends: biplist 1.0.3
Wladimir J. van der Laan
2018-03-14
Merge #12638: qa: Cache only chain and wallet for regtest datadir
Wladimir J. van der Laan
2018-03-14
Merge #12682: travis: Clone depth 1 unless $CHECK_DOC
Wladimir J. van der Laan
2018-03-14
Merge #12680: Add missing virtual destructor in PeerLogicValidation
Wladimir J. van der Laan
2018-03-14
Polish interfaces around PeerLogicValidation
Vasil Dimov
2018-03-14
Apply hardening measurements in bitcoind systemd service file
Florian Schmaus
2018-03-13
Merge #9680: Unify CWalletTx construction
Pieter Wuille
2018-03-13
Merge #12681: Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER
MarcoFalke
2018-03-13
Support deserializing into temporaries
Pieter Wuille
2018-03-13
Merge READWRITEMANY into READWRITE
Pieter Wuille
2018-03-13
Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER
Russell Yanofsky
2018-03-13
travis: Clone depth 1 unless $CHECK_DOC
MarcoFalke
2018-03-13
Merge #11772: [tests] Change invalidblockrequest to use BitcoinTestFramework
MarcoFalke
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
Merge #12658: Sanitize some wallet serialization
Wladimir J. van der Laan
2018-03-13
Merge #11872: [rpc] createrawtransaction: Accept sorted outputs
Wladimir J. van der Laan
2018-03-13
Merge #12643: [qa] util: Remove unused sync_chain
Wladimir J. van der Laan
2018-03-13
Add a test to make sure that negative effective values are filtered
Andrew Chow
2018-03-13
Benchmark BnB in the worst case where it exhausts
Andrew Chow
2018-03-13
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
Add a GetMinimumFeeRate function which is wrapped by GetMinimumFee
Andrew Chow
2018-03-13
Move original knapsack solver tests to coinselector_tests.cpp
Andrew Chow
2018-03-13
Move current coin selection algorithm to coinselection.{cpp,h}
Andrew Chow
2018-03-13
Add tests for the Branch and Bound algorithm
Andrew Chow
2018-03-13
Remove coinselection.h -> wallet.h circular dependency
Andrew Chow
2018-03-13
Use a struct for output eligibility
Andrew Chow
2018-03-13
Move output eligibility to a separate function
Andrew Chow
2018-03-13
Implement Branch and Bound coin selection in a new file
Andrew Chow
[prev]
[next]