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-29
Merge bitcoin/bitcoin#29510: wallet: `getrawchangeaddress` and `getnewaddress...
Ava Chow
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
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
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
2024-02-16
bench: Add a benchmark for ismine
Ava Chow
2024-02-16
Merge bitcoin/bitcoin#28037: rpc: Drop migratewallet experimental warning
fanquake
2024-02-15
doc: Clarify maxfeerate help
MarcoFalke
2024-02-15
rpc: Fixed signed integer overflow for large feerates
MarcoFalke
2024-02-15
rpc: Add ParseFeeRate helper
MarcoFalke
2024-02-14
rpc: Implement RPCHelpMan::ArgValue<> for UniValue
MarcoFalke
2024-02-13
Merge bitcoin-core/gui#793: Update translation source file for v27.0 string f...
Hennadii Stepanov
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2024-02-13
Merge bitcoin/bitcoin#29403: wallet: batch erase procedures and improve 'Eras...
Ava Chow
2024-02-13
Merge bitcoin/bitcoin#29413: fuzz: increase length of string used for `NetWhi...
fanquake
2024-02-13
Merge bitcoin/bitcoin#29424: v3 followups
fanquake
2024-02-13
qt: Update translation source file for v27.0 string freeze
Hennadii Stepanov
2024-02-12
wallet: simplify EraseRecords by using 'ErasePrefix'
furszy
2024-02-12
wallet: bdb batch 'ErasePrefix', do not create txn internally
furszy
[next]