index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-11-14
Merge bitcoin/bitcoin#28857: test, refactor: Magic bytes array followup
fanquake
2023-11-13
Merge bitcoin/bitcoin#28207: mempool: Persist with XOR
Andrew Chow
2023-11-13
Merge bitcoin/bitcoin#28076: util: Replace std::filesystem with util/fs.h
fanquake
2023-11-13
test: Add test for array serialization
TheCharlatan
2023-11-13
refactor: Initialize magic bytes in constructor initializer
TheCharlatan
2023-11-13
Merge bitcoin/bitcoin#28721: multiprocess compatibility updates
fanquake
2023-11-13
Merge bitcoin/bitcoin#27935: fuzz: call lookup functions before calling `Ban`
fanquake
2023-11-13
Merge bitcoin/bitcoin#28391: refactor: Simplify CTxMempool/BlockAssembler fie...
fanquake
2023-11-10
[refactor] remove access to mapTx in validation_block_tests
TheCharlatan
2023-11-10
[refactor] rewrite BlockAssembler inBlock and failedTx as sets of txids
glozow
2023-11-10
scripted-diff: rename vTxHashes to txns_randomized
TheCharlatan
2023-11-10
[refactor] rewrite vTxHashes as a vector of CTransactionRef
glozow
2023-11-10
[refactor] remove access to mapTx in validation.cpp
glozow
2023-11-10
[txmempool] make CTxMemPoolEntry::lockPoints mutable
glozow
2023-11-10
[refactor] use CheckPackageLimits for checkChainLimits
glozow
2023-11-10
[refactor] remove access to mapTx.find in mempool_tests.cpp
glozow
2023-11-10
[refactor] remove access to mapTx in blockencodings_tests.cpp
glozow
2023-11-10
[refactor] remove access to mapTx from rpc/mempool.cpp
glozow
2023-11-10
[refactor] get wtxid from entry instead of vTxHashes
glozow
2023-11-10
[refactor] use exists() instead of mapTx.find()
glozow
2023-11-10
[refactor] remove access to mapTx from policy/rbf.cpp
glozow
2023-11-10
[refactor] Add helper for retrieving mempool entry
TheCharlatan
2023-11-10
[refactor] Add helper for iterating through mempool entries
stickies-v
2023-11-09
mempool: persist with XOR
MarcoFalke
2023-11-09
fuzz: call lookup functions before calling `Ban`
brunoerg
2023-11-09
Merge bitcoin/bitcoin#28808: refactor: Miniminer package linearization followups
glozow
2023-11-08
[refactor] updating miniminer comments to be more accurate
kevkevin
2023-11-08
Merge bitcoin/bitcoin#28787: init: completely remove `-zapwallettxes` (remain...
Andrew Chow
2023-11-08
Merge bitcoin/bitcoin#28815: fuzz: Avoid timeout and bloat in fuzz targets
fanquake
2023-11-08
Merge bitcoin/bitcoin#28155: net: improves addnode / m_added_nodes logic
glozow
2023-11-08
Merge bitcoin/bitcoin#28785: validation: return more helpful results for reco...
fanquake
2023-11-08
fuzz: Avoid timeout and bloat in fuzz targets
MarcoFalke
2023-11-07
Merge bitcoin/bitcoin#28464: net: improve max-connection limits code
Andrew Chow
2023-11-07
Merge bitcoin/bitcoin#28224: shutdown: Destroy kernel last, make test shutdow...
Andrew Chow
2023-11-07
Merge bitcoin/bitcoin#26839: Add support for RNDR/RNDRRS for AArch64 on Linux
Andrew Chow
2023-11-07
Merge bitcoin/bitcoin#28136: refactor: move GetServicesNames from rpc/util.{h...
Andrew Chow
2023-11-07
Merge bitcoin/bitcoin#28649: Do the SOCKS5 handshake reliably
Andrew Chow
2023-11-07
Merge bitcoin/bitcoin#28546: wallet: prevent bugs from invalid transaction he...
Andrew Chow
2023-11-07
[refactor] Miniminer var cached_descendants to descendants
kevkevin
2023-11-07
[refactor] Change MiniMinerMempoolEntry order
kevkevin
2023-11-07
[validation] change package-fee-too-low, return wtxid(s) and effective feerate
glozow
2023-11-07
[test] use CheckPackageMempoolAcceptResult in previous tests
glozow
2023-11-07
Merge bitcoin/bitcoin#28789: fuzz: Avoid utxo_total_supply timeout (take 2)
fanquake
2023-11-06
Merge bitcoin/bitcoin#28799: wallet: cache descriptor ID to avoid repeated de...
Andrew Chow
2023-11-06
[validation] add TxValidationResult::TX_RECONSIDERABLE, TX_UNKNOWN
glozow
2023-11-06
[refactor] use Wtxid for m_wtxids_fee_calculations
glozow
2023-11-05
wallet: cache descriptor ID to avoid repeated descriptor string creation
Sebastian Falbesoner
2023-11-03
fuzz: Avoid utxo_total_supply timeout
MarcoFalke
2023-11-03
test: bugfix CheckPackageMempoolAcceptResult return all error strings
Greg Sanders
2023-11-03
init: completely remove `-zapwallettxes` (remaining hidden option)
Sebastian Falbesoner
[next]