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-02-28
serialization: use internal endian conversion functions
Cory Fields
2024-02-28
serialization: detect byteswap builtins without autoconf tests
Cory Fields
2024-02-26
crypto: replace CountBits with std::bit_width
Cory Fields
2024-02-26
crypto: replace non-standard CLZ builtins with c++20's bit_width
Cory Fields
2024-02-26
Merge bitcoin/bitcoin#29467: test: Fix intermittent issue in interface_rest.py
fanquake
2024-02-26
Merge bitcoin/bitcoin#29443: depends: fix BDB compilation on OpenBSD
fanquake
2024-02-26
Merge bitcoin/bitcoin#29471: doc: Fix CI-detected codespell warnings
fanquake
2024-02-26
Merge bitcoin/bitcoin#29345: rpc: Do not wait for headers inside loadtxoutset
fanquake
2024-02-26
Merge bitcoin/bitcoin#29469: doc: document preference for list-initialization
fanquake
2024-02-26
Merge bitcoin/bitcoin#29470: test: Add option to skip python unit tests
fanquake
2024-02-26
Merge bitcoin/bitcoin#29408: lint: Check for missing bitcoin-config.h includes
fanquake
2024-02-26
Merge bitcoin/bitcoin#29461: ci: avoid running git diff after patching
fanquake
2024-02-23
test: Add option to skip unit tests for the test runner
Martin Zumsande
2024-02-23
Fix CI-detected codespell warnings
LÅ‘rinc
2024-02-23
doc: document preference for list-initialization
Andrew Toth
2024-02-22
test: Fix intermittent issue in interface_rest.py
MarcoFalke
2024-02-22
Merge bitcoin/bitcoin#29462: [fuzz] Avoid partial negative result
Ava Chow
2024-02-21
[fuzz] Avoid partial negative result
Murch
2024-02-21
Merge bitcoin/bitcoin#29400: test: Fix SegwitV0SignatureMsg nLockTime signedness
Ava Chow
2024-02-21
ci: avoid running git diff after patching
Ryan Ofsky
2024-02-21
Merge bitcoin/bitcoin#29460: test: assert rpc error for addnode v2transport n...
fanquake
2024-02-21
Merge bitcoin/bitcoin#29456: docs: ci multi-arch requires qemu
fanquake
2024-02-20
test: assert rpc error for addnode v2transport not enabled
kevkevin
2024-02-20
refactor: Add missing include for USE_BDB, USE_SQLITE to bench/wallet_ismine.cpp
MarcoFalke
2024-02-20
lint: Check for missing or redundant bitcoin-config.h includes
MarcoFalke
2024-02-20
lint: Make lint error easier to spot in output
MarcoFalke
2024-02-20
doc: Add missing RUST_BACKTRACE=1
MarcoFalke
2024-02-20
lint: Add get_subtrees() helper
MarcoFalke
2024-02-20
Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup
fanquake
2024-02-20
Merge bitcoin-core/gui#797: test: Recognize dialog object by name
Hennadii Stepanov
2024-02-20
docs: ci multi-arch requires qemu
Max Edwards
2024-02-20
Merge bitcoin/bitcoin#29441: ci: Avoid CI failures from temp env file reuse
fanquake
2024-02-20
Merge bitcoin/bitcoin#26008: wallet: cache IsMine scriptPubKeys to improve pe...
fanquake
2024-02-19
Merge bitcoin/bitcoin#29434: rpc: Fixed signed integer overflow for large fee...
Ava Chow
2024-02-19
Merge bitcoin/bitcoin#29452: doc: document that BIP324 on by default for v27.0
glozow
2024-02-19
doc: document that BIP324 on by default for v27.0
fanquake
2024-02-19
qt, test: Recognize dialog object by name
Hennadii Stepanov
2024-02-18
depends: fix BDB compilation on OpenBSD
Sebastian Falbesoner
2024-02-16
wallet: Retrieve ID from loaded DescSPKM directly
Ava Chow
2024-02-16
wallet: Use scriptPubKeyCache in GetSolvingProvider
Ava Chow
2024-02-16
wallet: Use scriptPubKey cache in GetScriptPubKeyMans
Ava Chow
2024-02-16
wallet: Use scriptPubKey cache in IsMine
Ava Chow
2024-02-16
wallet: Cache scriptPubKeys for all DescriptorSPKMs
Ava Chow
2024-02-16
wallet: Introduce a callback called after TopUp completes
Ava Chow
2024-02-16
bench: Add a benchmark for ismine
Ava Chow
2024-02-16
ci: Skip git install if it is already installed
MarcoFalke
2024-02-16
Merge bitcoin/bitcoin#28037: rpc: Drop migratewallet experimental warning
fanquake
2024-02-16
Merge bitcoin/bitcoin#29414: doc: Update translation process guide
fanquake
2024-02-15
doc: Clarify maxfeerate help
MarcoFalke
2024-02-15
rpc: Fixed signed integer overflow for large feerates
MarcoFalke
[next]