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
/
test
Age
Commit message (
Expand
)
Author
2024-05-23
Merge bitcoin/bitcoin#29873: policy: restrict all TRUC (v3) transactions to 1...
Ava Chow
2024-05-23
Merge bitcoin/bitcoin#30115: rpc: avoid copying into UniValue
Ryan Ofsky
2024-05-21
Merge bitcoin/bitcoin#30137: build: Remove `--enable-threadlocal`
merge-script
2024-05-21
Merge bitcoin/bitcoin#29421: net: make the list of known message types a comp...
Ava Chow
2024-05-21
[fuzz] V3_MAX_VSIZE and effective ancestor/descendant size limits
glozow
2024-05-21
build: remove --enable-threadlocal
fanquake
2024-05-21
doc: remove comment about using thread_local
fanquake
2024-05-20
rpc: avoid copying into UniValue
Cory Fields
2024-05-17
Merge bitcoin/bitcoin#29817: kernel: De-globalize fReindex
Ava Chow
2024-05-17
Merge bitcoin/bitcoin#30048: crypto: add `NUMS_H` const
Ava Chow
2024-05-16
Merge bitcoin/bitcoin#29975: blockstorage: Separate reindexing from saving ne...
Ryan Ofsky
2024-05-16
Merge bitcoin/bitcoin#27101: Support JSON-RPC 2.0 when requested by client
Ryan Ofsky
2024-05-16
kernel: De-globalize fReindex
TheCharlatan
2024-05-16
Merge bitcoin/bitcoin#30085: p2p: detect addnode cjdns peers in GetAddedNodeI...
merge-script
2024-05-15
Merge bitcoin/bitcoin#28929: serialization: Support for multiple parameters
Ava Chow
2024-05-15
Merge bitcoin/bitcoin#30000: p2p: index TxOrphanage by wtxid, allow entries w...
Ryan Ofsky
2024-05-14
Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options in ...
Ava Chow
2024-05-14
validation, blockstorage: Separate code paths for reindex and saving new blocks
Martin Zumsande
2024-05-14
doc: add comments and release-notes for JSON-RPC 2.0
Matthew Zipkin
2024-05-14
tests, fuzz: use new NUMS_H const
josibake
2024-05-14
[unit test] TxOrphanage handling of same-txid-different-witness txns
glozow
2024-05-14
[p2p] allow entries with the same txid in TxOrphanage
glozow
2024-05-14
[refactor] TxOrphanage::EraseTx by wtxid
glozow
2024-05-14
[refactor] TxOrphanage::HaveTx only by wtxid
glozow
2024-05-13
Merge bitcoin/bitcoin#29974: fuzz: txorphan tests fixups
glozow
2024-05-10
test: add GetAddedNodeInfo() CJDNS regression unit test
Jon Atack
2024-05-09
kernel: Remove key module from kernel library
TheCharlatan
2024-05-09
test: Use ECC_Context helper in bench and fuzz tests
Ryan Ofsky
2024-05-07
Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...
Ava Chow
2024-05-06
refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...
Luke Dashjr
2024-05-04
Merge bitcoin/bitcoin#28657: miniscript: make operator""_mst consteval
merge-script
2024-05-04
Merge bitcoin/bitcoin#29907: test: Fix `test/streams_tests.cpp` compilation o...
merge-script
2024-05-03
miniscript: make operator_mst consteval
Pieter Wuille
2024-05-03
Merge bitcoin/bitcoin#30026: refactor, test: Always initialize pointer
Ryan Ofsky
2024-05-03
Merge bitcoin/bitcoin#30012: opportunistic 1p1c followups
merge-script
2024-05-02
refactor, test: Always initialize pointer
Hennadii Stepanov
2024-05-02
refactor: Make 64-bit shift explicit
Hennadii Stepanov
2024-05-01
fuzz: txorphan tests fixups
Sergi Delgado Segura
2024-05-01
[refactor] make MempoolAcceptResult::m_replaced_transactions non-optional
glozow
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-30
Merge bitcoin/bitcoin#29623: Simplify network-adjusted time warning logic
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#28970: p2p: opportunistically accept 1-parent-1-child p...
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#29906: Disable util::Result copying and assignment
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#29990: fuzz: don't allow adding duplicate transactions ...
glozow
2024-04-29
Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by name
Ryan Ofsky
2024-04-28
fuzz: don't allow adding duplicate transactions to the mempool
Suhas Daftuar
2024-04-28
Merge bitcoin/bitcoin#29774: build: Enable fuzz binary in MSVC
merge-script
2024-04-26
[fuzz] break out parent functions and add GetChildrenFrom* coverage
glozow
2024-04-26
[unit test] TxOrphanage::GetChildrenFrom*
glozow
2024-04-26
[txpackages] add canonical way to get hash of package
glozow
[next]