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-05
test: refactor: eliminate COINBASE_MATURITY magic number in fill_mempool
Sebastian Falbesoner
2024-05-05
test: refactor: move fill_mempool to new module mempool_util
Sebastian Falbesoner
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-04
Merge bitcoin/bitcoin#25972: build: no-longer disable WARN_CXXFLAGS when CXXF...
merge-script
2024-05-03
Merge bitcoin/bitcoin#30024: doc: replace remaining "520" magic nums with MAX...
Ava Chow
2024-05-03
Merge bitcoin/bitcoin#30029: test: remove duplicate `WITNESS_SCALE_FACTOR` co...
Ava Chow
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
[test]: remove duplicate WITNESS_SCALE_FACTOR
ismaelsadeeq
2024-05-03
build: no-longer disable WARN_CXXFLAGS when CXXFLAGS is set
fanquake
2024-05-03
ci: remove -Wdocumentation from -Werror in multiprocess CI
fanquake
2024-05-03
ci: remove -Warray-bounds from -Werror for win64
fanquake
2024-05-03
ci: disable -Werror=maybe-uninitialized for Windows builds
fanquake
2024-05-03
Merge bitcoin/bitcoin#30012: opportunistic 1p1c followups
merge-script
2024-05-03
Merge bitcoin/bitcoin#30017: refactor, fuzz: Make 64-bit shift explicit
merge-script
2024-05-02
refactor, test: Always initialize pointer
Hennadii Stepanov
2024-05-02
Merge bitcoin/bitcoin#29617: test: Validate UTXO snapshot with coin height > ...
Ava Chow
2024-05-02
Merge bitcoin/bitcoin#29961: refactor: remove remaining unused code from cpp-...
Ava Chow
2024-05-02
Replace remaining "520" magic numbers with MAX_SCRIPT_ELEMENT_SIZE
Jon Atack
2024-05-02
Merge bitcoin/bitcoin#29968: refactor: Avoid unused-variable warning in init.cpp
merge-script
2024-05-02
refactor: Avoid unused-variable warning in init.cpp
MarcoFalke
2024-05-02
[refactor] use reference in for loop through iters
glozow
2024-05-02
Merge bitcoin/bitcoin#29934: doc: add LLVM instruction for macOS < 13
merge-script
2024-05-02
Merge bitcoin/bitcoin#30010: lint: [doc] Clarify Windows line endings (CR LF)...
merge-script
2024-05-02
Merge bitcoin/bitcoin#29707: depends: build miniupnpc with CMake
merge-script
2024-05-02
refactor: Make 64-bit shift explicit
Hennadii Stepanov
2024-05-01
Merge bitcoin/bitcoin#29120: test: Add test case for spending bare multisig
merge-script
2024-05-01
Process every MempoolAcceptResult regardless of PackageValidationResult
glozow
2024-05-01
[refactor] have ProcessPackageResult take a PackageToValidate
glozow
2024-05-01
[doc] remove redundant PackageToValidate comment
glozow
2024-05-01
[txpackages] use std::lexicographical_compare instead of sorting hex strings
glozow
2024-05-01
[refactor] make MempoolAcceptResult::m_replaced_transactions non-optional
glozow
2024-05-01
lint: [doc] Clarify Windows line endings (CR LF) not to be used
MarcoFalke
2024-04-30
Merge bitcoin/bitcoin#29645: doc: update release-process.md
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#29983: msvc: Compile `test\fuzz\bitdeque.cpp`
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#29813: doc: i2p: improve `-i2pacceptincoming` mention
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#28016: p2p: gives seednode priority over dnsseed if bot...
Ava Chow
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#29986: test: Don't rely on incentive incompatible repla...
glozow
2024-04-30
Merge bitcoin/bitcoin#29990: fuzz: don't allow adding duplicate transactions ...
glozow
2024-04-30
Merge bitcoin/bitcoin#29985: depends: Fix build of Qt for 32-bit platforms wi...
merge-script
2024-04-30
depends: fix miniupnpc snprintf usage on Windows
fanquake
2024-04-30
depends: switch miniupnpc to CMake
Cory Fields
2024-04-30
depends: add upstream CMake patch to miniupnpc
fanquake
2024-04-30
depends: miniupnpc 2.2.7
fanquake
2024-04-29
test: Don't rely on incentive incompatible replacement in mempool_accept_v3.py
Suhas Daftuar
2024-04-29
Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by name
Ryan Ofsky
[next]