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-03-04
seeds: Update testnet seeds
Ava Chow
2024-03-04
seeds: Update mainnet seeds
Ava Chow
2024-03-01
build: move sha256_sse4 into libbitcoin_crypto_base
fanquake
2024-03-01
Merge bitcoin/bitcoin#29263: serialization: c++20 endian/byteswap/clz moderni...
fanquake
2024-03-01
Merge bitcoin/bitcoin#29495: fuzz: add target for local address stuff
fanquake
2024-02-29
Merge bitcoin/bitcoin#29407: build: remove confusing and inconsistent disable...
fanquake
2024-02-29
Merge bitcoin/bitcoin#29516: test: removes unnecessary check from validation_...
fanquake
2024-02-29
build: remove confusing and inconsistent disable-asm option
Cory Fields
2024-02-29
Merge bitcoin/bitcoin#29510: wallet: `getrawchangeaddress` and `getnewaddress...
Ava Chow
2024-02-29
fuzz: add target for local addresses
brunoerg
2024-02-29
test: removes unnecessary check from validation_tests
Sergi Delgado Segura
2024-02-28
Merge bitcoin/bitcoin#29412: p2p: Don't process mutated blocks
Ava Chow
2024-02-28
Merge bitcoin/bitcoin#29489: test: Remove Windows-specific code from `system_...
fanquake
2024-02-28
Merge bitcoin/bitcoin#29493: subtree: update crc32c subtree
fanquake
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
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-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
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-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
[next]