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
2021-12-05
Use SelectionResult for waste calculation
Andrew Chow
2021-12-05
Make an OutputGroup for preset inputs
Andrew Chow
2021-12-05
Return SelectionResult from SelectCoinsSRD
Andrew Chow
2021-12-05
Return SelectionResult from KnapsackSolver
Andrew Chow
2021-12-05
Return SelectionResult from SelectCoinsBnB
Andrew Chow
2021-12-05
Make member variables of SelectionResult private
Andrew Chow
2021-12-05
scripted-diff: Use SelectionResult in coin selector tests
Andrew Chow
2021-12-05
Introduce SelectionResult struct
Andrew Chow
2021-10-22
Fix bnb_search_test to use set equivalence for
Andrew Chow
2021-10-22
Merge bitcoin/bitcoin#23336: refactor: Make GenTxid boolean constructor private
MarcoFalke
2021-10-22
Merge bitcoin/bitcoin#23139: rpc: fix "trusted" field in TransactionDescripti...
W. J. van der Laan
2021-10-22
Merge bitcoin/bitcoin#22789: external_signer: improve fingerprint matching lo...
W. J. van der Laan
2021-10-22
Merge bitcoin/bitcoin#23181: refactor: remove references to deprecated values...
W. J. van der Laan
2021-10-22
Merge bitcoin/bitcoin#23288: tests: remove usage of LegacyScriptPubKeyMan fro...
W. J. van der Laan
2021-10-22
Merge bitcoin/bitcoin#23333: wallet: fix segfault by avoiding invalid default...
fanquake
2021-10-22
Merge bitcoin/bitcoin#23140: Make CAddrman::Select_ select buckets, not posit...
W. J. van der Laan
2021-10-22
Merge bitcoin/bitcoin#23002: Make descriptor wallets by default
MarcoFalke
2021-10-22
Merge bitcoin/bitcoin#23042: net: Avoid logging AlreadyHaveTx when disconnect...
fanquake
2021-10-22
Make GenTxid boolean constructor private
MarcoFalke
2021-10-22
remove unused CTxMemPool::info(const uint256& txid)
MarcoFalke
2021-10-22
Merge bitcoin/bitcoin#23325: mempool: delete exists(uint256) function
MarcoFalke
2021-10-22
Merge bitcoin/bitcoin#23335: refactor: include a missing <limits> header in f...
MarcoFalke
2021-10-22
Merge bitcoin/bitcoin#23323: doc: Add note on deleting past-EOL release branches
MarcoFalke
2021-10-22
Merge bitcoin/bitcoin#23329: ci: Define cases when invalidate vcpkg binary cache
fanquake
2021-10-22
refactor: include a missing <limits> header in fs.cpp
Joan Karadimov
2021-10-21
Merge bitcoin/bitcoin#23331: test: Replace log with assert_equal in wallet_ab...
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23293: doc: Add comment to COIN constant.
W. J. van der Laan
2021-10-21
Merge bitcoin/bitcoin#23218: p2p: Use mocktime for ping timeout
W. J. van der Laan
2021-10-21
Merge bitcoin/bitcoin#23271: crypto: Fix K1/K2 use in the comments in ChaCha2...
W. J. van der Laan
2021-10-21
Merge bitcoin/bitcoin#23324: Print peer counts for all reachable networks in ...
W. J. van der Laan
2021-10-21
[mempool] delete exists(uint256) function
glozow
2021-10-21
create explicit GenTxid::{Txid, Wtxid} ctors
glozow
2021-10-21
wallet: fix segfault by avoiding invalid default-ctored `external_spk_manager...
Sebastian Falbesoner
2021-10-21
test: Replace log with assert_equal in wallet_abandonconflict
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23267: test: bip125-replaceable in listsinceblock
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23281: test: check that bumpfee RPC fails for txs with ...
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23287: test: get and decode tx with a single `gettransa...
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23328: ci: Disable syscall sandbox in valgrind function...
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23137: Move-only: bloom to src/common
fanquake
2021-10-21
Merge bitcoin/bitcoin#23282: build: remove build stubs for external leveldb
fanquake
2021-10-21
Merge bitcoin/bitcoin#22839: log: improve addrman logging
fanquake
2021-10-20
refactor: remove references to deprecated values under std::allocator
Pasta
2021-10-20
ci: Improve vcpkg binary cache settings
Hennadii Stepanov
2021-10-20
ci, refactor: Rename VCPKG_TAG variable and vcpkg_cache script
Hennadii Stepanov
2021-10-20
ci: Disable syscall sandbox in valgrind functional tests
MarcoFalke
2021-10-20
doc: Add note on deleting past-EOL release branches
MarcoFalke
2021-10-20
Merge bitcoin/bitcoin#23299: util: Add missing gettimeofday to syscall sandbox
MarcoFalke
2021-10-20
Merge bitcoin/bitcoin#23316: test: make the node param explicit in init_wallet()
MarcoFalke
2021-10-20
Merge bitcoin/bitcoin#23314: build: explicitly disable libsecp256k1 openssl b...
W. J. van der Laan
2021-10-20
netinfo: print peer counts for all reachable networks
Jon Atack
[next]