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-10-29
Merge bitcoin/bitcoin#23354: Introduce new V4 format addrman
MarcoFalke
2021-10-29
Merge bitcoin/bitcoin#23375: test: MiniWallet: more deterministic coin select...
MarcoFalke
2021-10-29
Merge bitcoin/bitcoin#22972: test: fix misleading fee unit in mempool_limit.py
MarcoFalke
2021-10-29
Merge bitcoin/bitcoin#22787: refactor: actual immutable pointing
MarcoFalke
2021-10-27
test: MiniWallet: more deterministic coin selection for coinbase UTXOs (oldes...
Sebastian Falbesoner
2021-10-27
Merge bitcoin/bitcoin#23305: test: refactor: add `script_util` helper for cre...
MarcoFalke
2021-10-26
Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b...
MarcoFalke
2021-10-26
test: add script_util helper for creating bare multisig scripts
Sebastian Falbesoner
2021-10-26
Merge bitcoin/bitcoin#23332: doc: Fix CWalletTx::Confirmation doc
MarcoFalke
2021-10-25
Introduce new V4 format addrman
Pieter Wuille
2021-10-25
Merge bitcoin/bitcoin#23306: Make AddrMan support multiple ports per IP
MarcoFalke
2021-10-25
Merge bitcoin/bitcoin#23312: tests: reduce feature_segwit.py usage of the leg...
MarcoFalke
2021-10-25
Merge bitcoin/bitcoin#23311: wallet: Use PACKAGE_NAME to mention our software
MarcoFalke
2021-10-25
Merge bitcoin/bitcoin#23157: txmempool -/-> validation 1/2: improve performan...
MarcoFalke
2021-10-25
Merge bitcoin/bitcoin#22711: test: check for specific block reject reasons in...
MarcoFalke
2021-10-25
Merge bitcoin/bitcoin#23338: tests: speed up coinselector_tests
MarcoFalke
2021-10-25
refactor: use CWallet const shared pointers when possible
Karl-Johan Alm
2021-10-25
refactor: const shared_ptrs
Karl-Johan Alm
2021-10-23
Merge bitcoin/bitcoin#23215: ci: Add vcpkg tools cache
fanquake
2021-10-22
walletdb: Use SQLiteDatabase for mock wallet databases
Andrew Chow
2021-10-22
tests: Place into mapWallet in coinselector_tests
Andrew Chow
2021-10-22
Merge bitcoin-core/gui#454: Use only Qt translation primitives in GUI code
Hennadii Stepanov
2021-10-22
Make AddrMan support multiple ports per IP
Pieter Wuille
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
ci: Add vcpkg tools cache
Hennadii Stepanov
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
doc: Fix CWalletTx::Confirmation doc
MarcoFalke
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
[next]