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
2023-07-24
Remove unused function `reliesOnAssumedValid`
Suhas Daftuar
2023-07-24
Cache block index entry corresponding to assumeutxo snapshot base blockhash
Suhas Daftuar
2023-07-24
Move CheckBlockIndex() from Chainstate to ChainstateManager
Suhas Daftuar
2023-07-24
Documentation improvements for assumeutxo
Ryan Ofsky
2023-07-24
Fix initialization of setBlockIndexCandidates when working with multiple chai...
Suhas Daftuar
2023-07-24
Tighten requirements for adding elements to setBlockIndexCandidates
Suhas Daftuar
2023-07-24
[net processing] Move -capturemessages to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -blockreconstructionextratxn to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -maxorphantx to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -txreconciliation to PeerManager::Options
dergoegge
2023-07-24
[net processing] Use ignore_incoming_txs from m_opts
dergoegge
2023-07-24
[net processing] Introduce PeerManager options
dergoegge
2023-07-24
refactor: Use reinterpret_cast where appropriate
MarcoFalke
2023-07-24
refactor: Avoid casting away constness
MarcoFalke
2023-07-24
refactor: Remove unused C-style casts
MarcoFalke
2023-07-22
fuzz: use `ConnmanTestMsg` in `connman`
brunoerg
2023-07-22
refactor: Make more transaction size variables signed
Hennadii Stepanov
2023-07-22
RPC/Mining: Document template_request better for getblocktemplate
Luke Dashjr
2023-07-22
RPC/rpcdoccheck: Error if a oneline_description has a quote for a non-string
Luke Dashjr
2023-07-22
Bugfix: RPC: Remove quotes from non-string oneline descriptions
Luke Dashjr
2023-07-21
fuzz: increase coverage of the descriptor targets
Antoine Poinsot
2023-07-21
fuzz: add a new, more efficient, descriptor parsing target
Antoine Poinsot
2023-07-21
Move block-storage-related logic to ChainstateManager
Suhas Daftuar
2023-07-21
refactor: Use EnsureAnyNodeContext
MarcoFalke
2023-07-21
test: Add SyncWithValidationInterfaceQueue to mockscheduler RPC
MarcoFalke
2023-07-21
fuzz: make the parsed descriptor testing into a function
Antoine Poinsot
2023-07-20
Merge bitcoin/bitcoin#28067: descriptors: do not return top-level only funcs ...
Andrew Chow
2023-07-20
Rework receive buffer pushback
Pieter Wuille
2023-07-20
descriptor: InferScript, do not return top-level only func as sub descriptor
furszy
2023-07-20
Merge bitcoin/bitcoin#26654: util: Show descriptive error messages when FileC...
fanquake
2023-07-20
Merge bitcoin/bitcoin#28066: fuzz: Generate process_message targets individually
fanquake
2023-07-20
Merge bitcoin/bitcoin#26467: bumpfee: Allow the user to choose which output i...
fanquake
2023-07-19
Merge bitcoin/bitcoin#27928: test: Add more tests for the BIP21 implementation
Ryan Ofsky
2023-07-19
Merge bitcoin/bitcoin#28085: refactor: use Span for SipHash::Write
Andrew Chow
2023-07-19
Inline short, often-called, rarely-changed basic CNetAddr getters
Jon Atack
2023-07-19
Convert GetLocal() to std::optional and remove out-param
Jon Atack
2023-07-19
Use higher-level CNetAddr and CNode helpers in net.cpp
Jon Atack
2023-07-19
Add CNetAddr::IsPrivacyNet() and CNode::IsConnectedThroughPrivacyNet()
Jon Atack
2023-07-19
GetLocal() type-safety, naming, const, and formatting cleanups
stickies-v
2023-07-19
Add and use CNetAddr::HasCJDNSPrefix() helper
Jon Atack
2023-07-19
Move GetLocal() declaration from header to implementation
Jon Atack
2023-07-19
Move CaptureMessageToFile() declaration from header to implementation
Jon Atack
2023-07-19
Move IsPeerAddrLocalGood() declaration from header to implementation
Jon Atack
2023-07-19
streams: Teach AutoFile how to XOR
MarcoFalke
2023-07-19
Merge bitcoin/bitcoin#28056: rpc: doc: Added `longpollid` and `data` params t...
fanquake
2023-07-19
Merge bitcoin/bitcoin#28093: subtree: update libsecp256k1 to latest master
fanquake
2023-07-19
Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_c...
fanquake
2023-07-18
init: abort loading of blockindex in case of missing height.
Martin Zumsande
2023-07-18
Squashed 'src/secp256k1/' changes from 705ce7ed8c..c545fdc374
fanquake
2023-07-18
Update secp256k1 subtree to latest upstream master
fanquake
[prev]
[next]