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
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-28
Accept "in" and "out" flags to -whitelist to allow whitelisting manual connec...
Luke Dashjr
2024-02-28
net_processing: Move extra service flag into InitializeNode
Luke Dashjr
2024-02-28
net: Move `NetPermissionFlags::Implicit` verification to `AddWhitelistPermiss...
Luke Dashjr
2024-02-28
net: store `-whitelist{force}relay` values in `CConnman`
brunoerg
2024-02-28
wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDestinat...
UdjinM6
2024-02-27
serialization: replace char-is-int8_t autoconf detection with c++20 concept
Cory Fields
2024-02-27
Update crc32c subtree to latest upstream master
fanquake
2024-02-27
Squashed 'src/crc32c/' changes from 0bac72c455..b60d2b7334
fanquake
2024-02-27
test: Remove Windows-specific code from `system_tests/run_command`
Hennadii Stepanov
2024-02-27
[test] IsBlockMutated unit tests
dergoegge
2024-02-27
Add transaction_identifier::size to allow Span conversion
dergoegge
2024-02-27
[validation] Cache merkle root and witness commitment checks
dergoegge
2024-02-27
[net processing] Don't process mutated blocks
dergoegge
2024-02-27
[validation] Merkle root malleation should be caught by IsBlockMutated
dergoegge
2024-02-27
[validation] Introduce IsBlockMutated
dergoegge
2024-02-27
[refactor] Cleanup merkle root checks
dergoegge
2024-02-27
[validation] Isolate merkle root checks
dergoegge
2024-02-26
Merge bitcoin/bitcoin#29357: test: Drop `x` modifier in `fsbridge::fopen` cal...
fanquake
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
test: Drop `x` modifier in `fsbridge::fopen` call for mingw builds
Hennadii Stepanov
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#29408: lint: Check for missing bitcoin-config.h includes
fanquake
2024-02-23
Fix CI-detected codespell warnings
LÅ‘rinc
2024-02-21
[fuzz] Avoid partial negative result
Murch
2024-02-21
[refactor] return pair from SingleV3Checks
glozow
2024-02-21
serialization: Add ParamsStream GetStream() method
Ryan Ofsky
2024-02-21
net: Simplify ParamsStream usage
Ryan Ofsky
2024-02-21
serialization: Accept multiple parameters in ParamsStream constructor
Ryan Ofsky
2024-02-21
serialization: Reverse ParamsStream constructor order
Ryan Ofsky
2024-02-21
serialization: Drop unnecessary ParamsStream references
Ryan Ofsky
2024-02-21
serialization: Drop references to GetVersion/GetType
Ryan Ofsky
2024-02-20
descriptor: Be able to get the pubkeys involved in a descriptor
Ava Chow
2024-02-20
key: Add constructor for CExtKey that takes CExtPubKey and CKey
Ava Chow
2024-02-20
refactor: Add missing include for USE_BDB, USE_SQLITE to bench/wallet_ismine.cpp
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
serfloat: improve/simplify tests
Pieter Wuille
2024-02-20
serfloat: do not test encode(bits)=bits anymore
Pieter Wuille
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
qt, test: Recognize dialog object by name
Hennadii Stepanov
2024-02-17
qt: keep focus on "Hide" while ModalOverlay is visible
Jadi
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
[prev]
[next]