Recent Issues and PRs
badge
title
on
on
issue
Slow unit tests delay functional tests and leave CPU unused
#32770
maflcko on June 18, 2025 Tests
maflcko on June 18, 2025 Tests
pull
test: Fix list index out of range error in feature_bip68_sequence.py
#32765
zaidmstrr on June 17, 2025 Tests
zaidmstrr on June 17, 2025 Tests
pull
wallet: Replace CWalletTx::mapValue and vOrderForm with explicit class members
#32763
achow101 on June 16, 2025 Wallet
achow101 on June 16, 2025 Wallet
pull
rpc, doc: clarify watch-only wallets balances in RPCHelp
#32761
rkrux on June 16, 2025 Docs Wallet RPC/REST/ZMQ
rkrux on June 16, 2025 Docs Wallet RPC/REST/ZMQ
issue
Guix build fails on M4 macOS host with Ubuntu in UTM
#32759
Sjors on June 16, 2025 Build system
Sjors on June 16, 2025 Build system
pull
net: Fix Discover() not running when using -bind=0.0.0.0:port
#32757
b-l-u-e on June 16, 2025 P2P
b-l-u-e on June 16, 2025 P2P
pull
streams: clarify memcpy safety assumptions in serialization code
#32753
Goro2030 on June 15, 2025
Goro2030 on June 15, 2025
pull
crypto: simplify and constexpr-ify hex digit lookup initialization
#32751
Goro2030 on June 15, 2025 Utils/log/libs CI failed
Goro2030 on June 15, 2025 Utils/log/libs CI failed
pull
refactor: CFeeRate encapsulates FeeFrac internally
#32750
polespinasa on June 15, 2025 Refactoring
polespinasa on June 15, 2025 Refactoring
issue
A cryptographic model based on modular inverse and non -colloisive properties
#32749
phmarx on June 14, 2025
phmarx on June 14, 2025
pull
Introduce SockMan (“lite”): low-level socket handling for HTTP
#32747
pinheadmz on June 13, 2025
pinheadmz on June 13, 2025
pull
test: remove unnecessary m_best_header setting hack in feature_assumeutxo.py
#32746
theStack on June 13, 2025 Tests
theStack on June 13, 2025 Tests
pull
scripted-diff: Update DeriveType enum values to mention ranged derivations
#32745
rkrux on June 13, 2025 Refactoring
rkrux on June 13, 2025 Refactoring
pull
refactor: use
romanz on June 13, 2025 Refactoring
std::vector<std::byte>
for BlockManager::ReadRawBlock()
#32743
romanz on June 13, 2025 Refactoring
pull
test: fix catchup loop in outbound eviction functional test
#32742
theStack on June 13, 2025 Tests
theStack on June 13, 2025 Tests
pull
rpc: add optional nodeid param to filter getpeerinfo
#32741
waketraindev on June 12, 2025 RPC/REST/ZMQ
waketraindev on June 12, 2025 RPC/REST/ZMQ
pull
refactor: Header sync optimisations & simplifications
#32740
danielabrozzoni on June 12, 2025 Refactoring
danielabrozzoni on June 12, 2025 Refactoring
issue
getbestblockhash is sometimes taking a very long time
#32733
martinatime on June 12, 2025 Resource usage
martinatime on June 12, 2025 Resource usage
pull
net, rpc, qt: add per-peer blocktxn stats to getpeerinfo and qt debug window
#32732
waketraindev on June 11, 2025
waketraindev on June 11, 2025
pull
test,refactor: extract script template helpers & widen sigop count coverage
#32729
l0rinc on June 11, 2025 Tests
l0rinc on June 11, 2025 Tests
pull
Add initial OpenAPI/Swagger specification for Bitcoin Core RPC and REST interfaces (issue #29912)
#32728
scott-weeden on June 11, 2025 CI failed
scott-weeden on June 11, 2025 CI failed
pull
Add initial OpenAPI/Swagger specification for Bitcoin Core RPC and REST interfaces (issue #29912)
#32726
scott-weeden on June 11, 2025 CI failed
scott-weeden on June 11, 2025 CI failed
pull
Refactor: Redefine CTransaction equality to include witness data
#32723
theuni on June 10, 2025 Refactoring
theuni on June 10, 2025 Refactoring
issue
Christewart on June 10, 2025
signrawtransactionwithkey
doesn’t work with non segwit p2sh scripts
#32722
Christewart on June 10, 2025
pull
wallet, rpc: Remove deprecated balances from getwalletinfo and getunconfirmedbalance
#32721
achow101 on June 10, 2025
achow101 on June 10, 2025
pull
docs: add guidance on initialism capitalisation in PascalCase identifiers.
#32720
Muniru0 on June 10, 2025 Docs
Muniru0 on June 10, 2025 Docs
pull
doc, windows: CompanyName “Bitcoin” => “Bitcoin Core project”
#32719
hodlinator on June 10, 2025 Windows
hodlinator on June 10, 2025 Windows
pull
docs: add guidance on initialism capitalisation in PascalCase identifiers.
#32718
Muniru0 on June 10, 2025 Docs
Muniru0 on June 10, 2025 Docs
pull
depends: Override host compilers for FreeBSD and OpenBSD
#32716
hebasto on June 10, 2025 Build system
hebasto on June 10, 2025 Build system
issue
depends: Cross-compiling using
hebasto on June 10, 2025 Build system
-m64
/-m32
fails on FreeBSD / OpenBSD
#32715
hebasto on June 10, 2025 Build system
pull
init, doc: Replace datacarrier(size) deprecation with non-recommendation text
#32714
achow101 on June 10, 2025 Docs
achow101 on June 10, 2025 Docs
pull
doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md
#32711
theStack on June 9, 2025 Docs
theStack on June 9, 2025 Docs
issue
depends: Windows libevent build broken against mingw-w64 13.x
#32707
fanquake on June 9, 2025 Windows Build system
fanquake on June 9, 2025 Windows Build system
issue
doc: Developer Notes don’t give advice on initialisms in class/function/method names
#32698
JeremyRand on June 7, 2025 Docs
JeremyRand on June 7, 2025 Docs
pull
depends: fix cmake compatibility error for freetype
#32693
josibake on June 6, 2025 Build system
josibake on June 6, 2025 Build system
pull
checkqueue: set MAX_SCRIPTCHECK_THREADS to nCores - 1
#32692
HowHsu on June 6, 2025 Needs Benchmark CI failed
HowHsu on June 6, 2025 Needs Benchmark CI failed
issue
depends: OpenBSD (aarch64) needs gcc (instruction) for libevent
#32691
Sjors on June 6, 2025 Build system
Sjors on June 6, 2025 Build system
pull
depends: fix multiprocess build on OpenBSD (apply capnp patch, correct SHA256SUM command)
#32690
theStack on June 6, 2025 Build system
theStack on June 6, 2025 Build system
pull
wallet: Allow read-only database access for info and dump commands
#32685
PeterWrighten on June 5, 2025 Wallet
PeterWrighten on June 5, 2025 Wallet
pull
wallet: have external signer use PSBT error code EXTERNAL_SIGNER_NOT_FOUND
#32682
Sjors on June 5, 2025 Wallet
Sjors on June 5, 2025 Wallet
issue
ci: libFuzzer disabled leak detection after every mutation
#32681
fanquake on June 5, 2025 Tests
fanquake on June 5, 2025 Tests
pull
guix: warn and abort when SOURCE_DATE_EPOCH is set
#32678
willcl-ark on June 4, 2025 Build system
willcl-ark on June 4, 2025 Build system
pull
test: apply microsecond precision to test framework logging
#32676
mzumsande on June 3, 2025 Tests
mzumsande on June 3, 2025 Tests
issue
guix: nsis (Windows installer creator) is broken upstream
#32674
fanquake on June 3, 2025 Windows Build system Upstream
fanquake on June 3, 2025 Windows Build system Upstream
pull
ci: update pwsh to use custom shell that fails-fast
#32672
m3dwards on June 3, 2025 Windows Tests
m3dwards on June 3, 2025 Windows Tests
issue
upstream: capnp V2 doesn’t support compilation with GCC (yet?)
#32669
fanquake on June 3, 2025 Upstream
fanquake on June 3, 2025 Upstream
pull
refactor: Drop unused
hebasto on June 2, 2025 Refactoring
#include <boost/operators.hpp>
#32668
hebasto on June 2, 2025 Refactoring
Labels
Contributors
tests
refactoring
build system
docs
wallet
rpc/rest/zmq
p2p
gui
bug
utils/log/libs
feature
needs rebase
validation
windows
scripts and tools
macos
ci failed
brainstorming
backport
questions and help
mempool
tx fees and policy
utxo db and indexes
good first issue
upstream
consensus
linux/unix
mining
resource usage
up for grabs
block storage
data corruption
descriptors
needs conceptual review
review club
privacy
android
interfaces
psbt
waiting for author
good first review
settings
needs benchmark
needs release note
Contributors