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
2020-12-07
Merge #20561: p2p: periodically clear m_addr_known
Wladimir J. van der Laan
2020-12-07
Merge #20568: doc: Use FeeModes doc helper in estimatesmartfee
Wladimir J. van der Laan
2020-12-07
Merge #18766: Disable fee estimation in blocksonly mode (by removing the fee ...
MarcoFalke
2020-12-07
Merge #20138: net: Assume that SetCommonVersion is called at most once per peer
MarcoFalke
2020-12-07
Merge #20468: build: warn when generating man pages for binaries built from a...
Wladimir J. van der Laan
2020-12-07
rpc: Use FeeModes doc helper in estimatesmartfee
MarcoFalke
2020-12-07
Merge #19847: rpc, refactor: Avoid duplicate set lookup in gettxoutproof
Jonas Schnelli
2020-12-07
Merge #19832: p2p: Put disconnecting logs into BCLog::NET category
MarcoFalke
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-04
rpc: Reject empty txids in gettxoutproof
João Barbosa
2020-12-04
rpc, refactor: Avoid duplicate set lookup in gettxoutproof
João Barbosa
2020-12-04
Merge #20566: refactor: Use C++17 std::array where possible
MarcoFalke
2020-12-04
net: Assume that SetCommonVersion is called at most once per peer
MarcoFalke
2020-12-04
Merge #20255: util: Add Assume() identity function
MarcoFalke
2020-12-04
refactor: Use C++17 std::array where possible
MarcoFalke
2020-12-03
Clear m_addr_known before our periodic self-advertisement
Suhas Daftuar
2020-12-03
Merge #20221: net: compat.h related cleanup
Wladimir J. van der Laan
2020-12-03
feestimator: encapsulate estimation file logic
Antoine Poinsot
2020-12-03
init: don't create a CBlockPolicyEstimator if we don't relay transactions
Antoine Poinsot
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-12-03
interface: remove unused estimateSmartFee method from node
Antoine Poinsot
2020-12-02
Merge #20530: lint, refactor: Update cppcheck linter to c++17 and improve exp...
fanquake
2020-12-02
Merge #18948: qt: Call setParent() in the parent's context
Jonas Schnelli
2020-12-02
Merge #20507: sync: print proper lock order location when double lock is dete...
MarcoFalke
2020-12-02
Merge #20461: rpc: Validate -rpcauth arguments
MarcoFalke
2020-12-02
Merge #19980: refactor: Some wallet cleanups
fanquake
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-12-01
Merge #20207: Follow-up extra comments on taproot code and tests
MarcoFalke
2020-12-01
Merge #20425: fuzz: Make CAddrMan fuzzing harness deterministic
MarcoFalke
2020-12-01
Merge #20496: build: Drop unneeded macOS framework dependencies
Jonas Schnelli
2020-12-01
Merge bitcoin-core/gui#137: refactor: Replace deprecated Qt::SystemLocale{Sho...
Jonas Schnelli
2020-12-01
Merge #20222: refactor: CTxMempool constructor clean up
MarcoFalke
2020-12-01
Merge #20494: refactor: Move node and wallet code out of src/interfaces
MarcoFalke
2020-12-01
Merge #20519: Handle rename failure in DumpMempool(...) by using the RenameOv...
MarcoFalke
2020-11-30
Merge #20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17).
MarcoFalke
2020-11-30
Merge #20491: refactor: Drop noop gcc version checks
fanquake
2020-11-28
Warn when binaries are built from a dirty branch.
Tyler Chambers
2020-11-28
Merge bitcoin-core/gui#138: unlock encrypted wallet "OK" button bugfix
MarcoFalke
2020-11-28
Merge #20448: RPC/Wallet: unloadwallet: Allow specifying wallet_name param ma...
MarcoFalke
2020-11-27
qt: unlock wallet "OK" button bugfix
Michael Dietz
2020-11-27
Add [[nodiscard]] to RenameOver(...)
practicalswift
2020-11-27
Handle rename failure in DumpMempool(...) by using RenameOver(...) return value
practicalswift
2020-11-27
refactor: Replace deprecated Qt::SystemLocale{Short,Long}Date
Hennadii Stepanov
2020-11-26
Mention units of MAX_STANDARD_ policy constants
Pieter Wuille
2020-11-26
Mention in validation that IsWitnessStandard tests for P2TR
Pieter Wuille
2020-11-26
Clean up assets test minimizer LDFLAGS
Pieter Wuille
2020-11-26
Document additional IsWitnessStandard behavior
Pieter Wuille
2020-11-26
Add comments on CPubKey::IsValid
Pieter Wuille
2020-11-26
Add comments to VerifyTaprootCommitment
Pieter Wuille
2020-11-26
sync: use HasReason() in double lock tests
Vasil Dimov
[next]