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
2024-05-17
test: remove unneeded `-maxorphantx=1000` settings
Sebastian Falbesoner
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-16
Merge bitcoin/bitcoin#30097: crypto: disable asan for sha256_sse4 with clang ...
merge-script
2024-05-15
Merge bitcoin/bitcoin#28929: serialization: Support for multiple parameters
Ava Chow
2024-05-15
Merge bitcoin-core/gui#722: wallet: Allow user to navigate options while encr...
merge-script
2024-05-15
Merge bitcoin/bitcoin#30000: p2p: index TxOrphanage by wtxid, allow entries w...
Ryan Ofsky
2024-05-15
crypto: disable asan for sha256_sse4 with clang and -O0
Cory Fields
2024-05-15
Merge bitcoin/bitcoin#30060: ci: Roll clang in test-each-commit task
merge-script
2024-05-15
ci: Roll test-each-commit Ubuntu
MarcoFalke
2024-05-15
ci: Remove clang version pin in test-each-commit
MarcoFalke
2024-05-15
Merge bitcoin/bitcoin#30098: refactor: simplify `FormatSubVersion` using strp...
merge-script
2024-05-15
Merge bitcoin/bitcoin#30074: contrib: use ENV flags in get_arch
merge-script
2024-05-14
Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options in ...
Ava Chow
2024-05-14
blockstorage: Don't move cursor backwards in UpdateBlockInfo
Ryan Ofsky
2024-05-14
blockstorage: Rename FindBlockPos and have it return a FlatFilePos
Martin Zumsande
2024-05-14
validation, blockstorage: Separate code paths for reindex and saving new blocks
Martin Zumsande
2024-05-14
blockstorage: split up FindBlockPos function
Martin Zumsande
2024-05-14
doc: Improve doc for functions involved in saving blocks to disk
Martin Zumsande
2024-05-14
doc: add comments and release-notes for JSON-RPC 2.0
Matthew Zipkin
2024-05-14
rpc: JSON-RPC 2.0 should not respond to "notifications"
Matthew Zipkin
2024-05-14
Merge bitcoin/bitcoin#30083: kernel: Remove batchpriority from kernel library
Ryan Ofsky
2024-05-14
rpc: Avoid returning HTTP errors for JSON-RPC 2.0 requests
Matthew Zipkin
2024-05-14
rpc: Add "jsonrpc" field and drop null "result"/"error" fields
Matthew Zipkin
2024-05-14
rpc: identify JSON-RPC 2.0 requests
Matthew Zipkin
2024-05-14
tests, fuzz: use new NUMS_H const
josibake
2024-05-14
[log] updates in TxOrphanage
glozow
2024-05-14
[functional test] attackers sending mutated orphans
glozow
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-14
[p2p] don't query orphanage by txid
glozow
2024-05-14
kernel: Remove batchpriority from kernel library
TheCharlatan
2024-05-14
crypto: add NUMS_H const
josibake
2024-05-14
Merge bitcoin/bitcoin#30078: depends: set AR & RANLIB for CMake
merge-script
2024-05-13
refactor: simplify `FormatSubVersion` using strprintf/Join
Sebastian Falbesoner
2024-05-13
Merge bitcoin/bitcoin#28233: validation: don't clear cache on periodic flush:...
Ava Chow
2024-05-13
Merge bitcoin/bitcoin#30094: rpc: move UniValue in blockToJSON
Ryan Ofsky
2024-05-13
Merge bitcoin/bitcoin#29974: fuzz: txorphan tests fixups
glozow
2024-05-13
Merge bitcoin/bitcoin#29994: doc: removed help text saying that peers may not...
glozow
2024-05-13
rpc: move UniValue in blockToJSON
willcl-ark
2024-05-13
depends: set RANLIB for CMake
fanquake
2024-05-13
depends: set NM for CMake
fanquake
2024-05-13
depends: set AR for CMake
fanquake
2024-05-12
Merge bitcoin-core/gui#812: Fix create unsigned transaction fee bump
merge-script
[next]