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-05
p2p: Don't consider blocks mutated if they don't connect to known prev block
Greg Sanders
2024-03-05
[test] IsBlockMutated unit tests
dergoegge
2024-03-05
[validation] Cache merkle root and witness commitment checks
dergoegge
2024-03-05
[net processing] Don't process mutated blocks
dergoegge
2024-03-05
[validation] Merkle root malleation should be caught by IsBlockMutated
dergoegge
2024-03-05
[validation] Introduce IsBlockMutated
dergoegge
2024-03-05
[validation] Isolate merkle root checks
dergoegge
2024-03-01
wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDestinat...
UdjinM6
2024-02-21
wallet: Fix use-after-free in WalletBatch::EraseRecords
MarcoFalke
2024-02-21
Use only Span{} constructor for byte-like types where possible
MarcoFalke
2024-02-21
util: Allow std::byte and char Span serialization
MarcoFalke
2024-01-15
rpc: fix getrawtransaction segfault
Martin Zumsande
2023-12-11
gui: fix crash on selecting "Mask values" in transaction view
Sebastian Falbesoner
2023-10-04
http: bugfix: track closed connection
stickies-v
2023-10-04
http: log connection instead of request count
stickies-v
2023-10-04
http: refactor: use encapsulated HTTPRequestTracker
stickies-v
2023-10-03
gui: macOS, make appMenuBar part of the main app window
furszy
2023-10-03
gui: macOS, do not process dock icon actions during shutdown
furszy
2023-10-02
wallet: Check last block and conflict height are valid in MarkConflicted
Andrew Chow
2023-10-02
tx fees, policy: read stale fee estimates with a regtest-only option
ismaelsadeeq
2023-10-02
tx fees, policy: do not read estimates of old fee_estimates.dat
ismaelsadeeq
2023-10-02
tx fees, policy: periodically flush fee estimates to fee_estimates.dat
ismaelsadeeq
2023-10-02
wallet: disallow migration of invalid or not-watched scripts
furszy
2023-10-02
Do not use std::vector = {} to release memory
Pieter Wuille
2023-09-28
qt: 25.1rc1 translations update
Hennadii Stepanov
2023-07-21
descriptor: InferScript, do not return top-level only func as sub descriptor
furszy
2023-07-07
wallet: migration bugfix, persist empty labels
furszy
2023-07-07
wallet: migration bugfix, clone 'send' record label to all wallets
furszy
2023-06-16
Unconditionally return when compact block status == READ_STATUS_FAILED
Greg Sanders
2023-06-16
Support up to 3 parallel compact block txn fetchings
Greg Sanders
2023-06-16
Only request full blocks from the peer we thought had the block in-flight
Greg Sanders
2023-06-16
Convert mapBlocksInFlight to a multimap
Greg Sanders
2023-06-16
Remove nBlocksInFlight
Greg Sanders
2023-06-16
alias BlockDownloadMap for mapBlocksInFlight
Greg Sanders
2023-06-15
rest: bugfix, fix crash error when calling `/deploymentinfo`
brunoerg
2023-05-25
rpc: Fix invalid bech32 handling
MarcoFalke
2023-05-11
net_processing: Boost inv trickle rate
Anthony Towns
2023-05-11
txmempool: have CompareDepthAndScore sort missing txs first
Anthony Towns
2023-05-10
p2p: Avoid prematurely clearing download state for other peers
Suhas Daftuar
2023-05-03
qt: 25.0rc2 translations update
Hennadii Stepanov
2023-04-20
p2p: update hardcoded mainnet seeds for 25.x
Jon Atack
2023-04-18
kernel: update m_assumed_* chain params for 25.x
fanquake
2023-04-18
kernel: update chainTxData for 25.x
fanquake
2023-04-18
kernel: update nMinimumChainWork & defaultAssumeValid for 25.x
fanquake
2023-04-18
doc: update references to kernel/chainparams.cpp
fanquake
2023-04-17
Merge bitcoin/bitcoin#27473: bugfix: Properly handle "unknown" Address Type
Andrew Chow
2023-04-17
Merge bitcoin/bitcoin#27468: bugfix: rest: avoid segfault for invalid URI
fanquake
2023-04-17
bugfix: rest: avoid segfault for invalid URI
pablomartin4btc
2023-04-16
Don't return OutputType::UNKNOWN in ParseOutputType
Pttn
2023-04-15
Merge bitcoin/bitcoin#27308: bumpfee: avoid making bumped transactions with t...
fanquake
[next]