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
2021-12-02
Merge bitcoin/bitcoin#23643: rpc: remove info about mallocinfo needing glibc ...
MarcoFalke
2021-12-02
Merge bitcoin/bitcoin#23637: miner: Remove uncompiled MTP code
fanquake
2021-12-01
Merge bitcoin/bitcoin#22677: cut the validation <-> txmempool circular depend...
MarcoFalke
2021-12-01
Remove calls to global Params() in tx_pool test
lsilva01
2021-12-01
Remove AcceptToMemoryPoolWithTime
lsilva01
2021-12-01
Merge bitcoin/bitcoin#23639: doc: Extract CreateTxDoc in rawtransaction
MarcoFalke
2021-12-01
doc: use BIP125-replaceable
fanquake
2021-12-01
doc: Extract CreateTxDoc in rawtransaction
fanquake
2021-12-01
rpc: remove info about mallocinfo needing glibc 2.10+
fanquake
2021-12-01
Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ nam...
fanquake
2021-12-01
Merge bitcoin/bitcoin#23601: Don't check if the listening socket is valid
MarcoFalke
2021-12-01
miner: Remove uncompiled MTP code
MarcoFalke
2021-12-01
style: Add {} to if-bodies in node/miner
MarcoFalke
2021-12-01
Merge bitcoin/bitcoin#23590: Crash debug builds when mempool ConsensusScriptC...
MarcoFalke
2021-11-30
Merge bitcoin/bitcoin#21327: net_processing: ignore transactions while in IBD
W. J. van der Laan
2021-11-30
Break validation <-> txmempool circular dependency
glozow
2021-11-30
[mempool] always assert coin spent
glozow
2021-11-30
[refactor] put finality and maturity checking into a lambda
glozow
2021-11-30
[mempool] only update lockpoints for non-removed entries
glozow
2021-11-30
Merge bitcoin/bitcoin#23602: wallet: Split stuff from rpcwallet
MarcoFalke
2021-11-30
MOVEONLY: TestLockPointValidity to txmempool
glozow
2021-11-29
Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin...
W. J. van der Laan
2021-11-29
Merge bitcoin/bitcoin#22902: tracing: utxocache tracepoints
W. J. van der Laan
2021-11-29
Merge bitcoin/bitcoin#23591: refactor: Use underlying type of isminetype for ...
W. J. van der Laan
2021-11-29
Merge bitcoin/bitcoin#23397: Avoid excessive lock contention in CCheckQueue::Add
MarcoFalke
2021-11-28
[tracing] tracepoints to utxocache add, spent and uncache
Arnab Sen
2021-11-28
[tracing] tracepoint for utxocache flushes
Arnab Sen
2021-11-28
Merge bitcoin/bitcoin#23600: doc: Tidy up nMinDiskSpace comment
fanquake
2021-11-27
Merge bitcoin/bitcoin#22868: wallet: Call load handlers without cs_wallet locked
Samuel Dobson
2021-11-26
wallet: Split signmessage from rpcwallet
MarcoFalke
2021-11-26
net: don't check if the listening socket is valid
Vasil Dimov
2021-11-26
doc: Tidy up nMinDiskSpace comment
MarcoFalke
2021-11-26
Merge bitcoin/bitcoin#23517: scripted-diff: Move miner to src/node
MarcoFalke
2021-11-25
Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safe
W. J. van der Laan
2021-11-25
refactor: Use underlying type of isminetype for isminefilter
MarcoFalke
2021-11-25
Merge bitcoin/bitcoin#23152: build: add `--enable-lto` configuration option
fanquake
2021-11-25
Merge bitcoin/bitcoin#22829: refactor: various RecursiveMutex replacements in...
MarcoFalke
2021-11-25
Crash debug builds when mempool ConsensusScriptChecks fails
MarcoFalke
2021-11-25
Merge bitcoin/bitcoin#23538: Remove strtol in torcontrol
W. J. van der Laan
2021-11-25
Merge bitcoin-core/gui#477: Monospaced output in Console on macOS
Hennadii Stepanov
2021-11-25
Merge bitcoin/bitcoin#23512: policy: Treat taproot as always active
MarcoFalke
2021-11-24
refactor: replace RecursiveMutex m_added_nodes_mutex with Mutex
Sebastian Falbesoner
2021-11-24
refactor: replace RecursiveMutex m_addr_fetches_mutex with Mutex
Sebastian Falbesoner
2021-11-24
scripted-diff: rename node vector/mutex members in CConnman
Sebastian Falbesoner
2021-11-24
refactor: remove RecursiveMutex cs_totalBytesRecv, use std::atomic instead
Sebastian Falbesoner
2021-11-24
Merge bitcoin/bitcoin#21943: Dedup and RAII-fy the creation of a copy of CCon...
W. J. van der Laan
2021-11-24
Merge bitcoin/bitcoin#23451: span: Add std::byte helpers
MarcoFalke
2021-11-24
Merge bitcoin/bitcoin#23249: util: ParseByteUnits - Parse a string with suffi...
MarcoFalke
2021-11-23
Merge bitcoin/bitcoin#23573: refactor: cast bool operands to int to silence c...
fanquake
2021-11-22
refactor: cast bool to int to silence compiler warning
Jon Atack
[next]