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
2023-11-16
serialize: Drop useless version param from GetSerializeSize()
Anthony Towns
2023-11-16
serialize: drop GetSerializeSizeMany
Anthony Towns
2023-11-16
serialize: Drop nVersion from [C]SizeComputer
Anthony Towns
2023-11-15
Merge bitcoin/bitcoin#28859: guix: update signapple (drop macho & altgraph)
fanquake
2023-11-15
Merge bitcoin/bitcoin#28438: Use serialization parameters for CTransaction
fanquake
2023-11-15
Merge bitcoin/bitcoin#28865: test: migrate to some per-symbol ubsan suppressions
fanquake
2023-11-14
test: migrate to some per-symbol ubsan suppressions
fanquake
2023-11-14
Merge bitcoin/bitcoin#28858: doc: rewrite explanation for `-par=`
fanquake
2023-11-14
Merge bitcoin/bitcoin#28857: test, refactor: Magic bytes array followup
fanquake
2023-11-14
Merge bitcoin/bitcoin#28783: build: remove `-bind_at_load` usage
fanquake
2023-11-14
Merge bitcoin/bitcoin#28781: depends: latest config.guess & config.sub
fanquake
2023-11-14
Drop CHashWriter
Anthony Towns
2023-11-14
Drop OverrideStream
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-13
guix: remove python-macholib
fanquake
2023-11-13
guix: update signapple
fanquake
2023-11-13
Merge bitcoin/bitcoin#28580: guix: update time-machine
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
doc: rewrite explanation for -par=
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-13
Merge bitcoin/bitcoin#28831: test: Avoid intermittent failures in feature_init
fanquake
2023-11-13
Merge bitcoin/bitcoin#28777: doc: update docs for `CHECK_ATOMIC` macro
fanquake
2023-11-13
guix: update time-machine to 77386bdbfe6b0c649c05ab37f08051d1ab3e5074
fanquake
2023-11-13
Merge bitcoin/bitcoin#28786: guix: switch to 6.1 kernel headers over 5.15
fanquake
2023-11-11
Merge bitcoin/bitcoin#28849: test: fix node index bug when comparing peerinfo
fanquake
2023-11-10
test: fix node index bug when comparing peerinfo
Kashif Smith
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-10
Merge bitcoin/bitcoin#28835: test: Check error details with assert_debug_log ...
fanquake
2023-11-09
test, assumeutxo: Use assert_debug_log for error details
pablomartin4btc
2023-11-09
mempool: persist with XOR
MarcoFalke
2023-11-09
build: Add an old hack to remove bind_at_load from libtool.
Cory Fields
[next]