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-06-10
tests: add fuzz tests for BitSet
Pieter Wuille
2024-06-10
Merge bitcoin/bitcoin#30235: build: warn on self-assignment
merge-script
2024-06-08
Merge bitcoin/bitcoin#30238: json-rpc 2.0 followups: docs, tests, cli
merge-script
2024-06-07
Merge bitcoin/bitcoin#29496: policy: bump TX_MAX_STANDARD_VERSION to 3
Ava Chow
2024-06-07
minor: remove unnecessary semicolons from RPC content type examples
Matthew Zipkin
2024-06-06
tests: add fuzz tests for VecDeque
Pieter Wuille
2024-06-06
refactor: disable self-assign warning for tests
Cory Fields
2024-06-04
Merge bitcoin/bitcoin#30218: refactor: remove unused `CKey::Negate` method
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#29997: rpc: Remove index-based Arg accessor
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#30211: fuzz: Make FuzzedSock fuzz friendlier
merge-script
2024-06-03
refactor: remove unused `CKey::Negate` method
Sebastian Falbesoner
2024-06-03
Merge bitcoin/bitcoin#30215: doc: JSON-RPC request Content-Type is applicatio...
merge-script
2024-06-03
[fuzz] Avoid endless waiting in FuzzedSock::{Wait,WaitMany}
marcofleon
2024-06-03
[fuzz] Make peeking through FuzzedSock::Recv fuzzer friendly
dergoegge
2024-06-03
Merge bitcoin/bitcoin#30167: doc, rpc: Release notes and follow-ups for #29612
merge-script
2024-05-31
doc: JSON-RPC request Content-Type is application/json
Luke Dashjr
2024-05-31
[fuzz] Use fuzzer friendly ConsumeRandomLengthByteVector in FuzzedSock::Recv
dergoegge
2024-05-31
[refactor] use TRUC_VERSION in place of 3
glozow
2024-05-29
Merge bitcoin/bitcoin#30156: fuzz: More accurate coverage reports
merge-script
2024-05-24
assumeutxo: Add network magic ctor param to SnapshotMetadata
Fabian Jahr
2024-05-23
Merge bitcoin/bitcoin#29612: rpc: Optimize serialization and enhance metadata...
Ava Chow
2024-05-23
[fuzz] Avoid collecting initialization coverage
dergoegge
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
rpc: Optimize serialization disk space of dumptxoutset
Fabian Jahr
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
rpc: Remove index-based Arg accessor
MarcoFalke
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
[next]