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
/
node
Age
Commit message (
Expand
)
Author
2021-11-22
refactor: cast bool to int to silence compiler warning
Jon Atack
2021-11-16
Merge bitcoin/bitcoin#23491: scripted-diff: Move minisketchwrapper to src/node
fanquake
2021-11-16
Merge bitcoin/bitcoin#23499: multiprocess: Add interfaces::Node::broadCastTra...
MarcoFalke
2021-11-15
Merge bitcoin/bitcoin#23005: multiprocess: Delay wallet client construction
W. J. van der Laan
2021-11-15
Merge bitcoin/bitcoin#23004: multiprocess: add interfaces::ExternalSigner class
W. J. van der Laan
2021-11-12
multiprocess: Add interfaces::Node::broadCastTransaction method
Russell Yanofsky
2021-11-12
Sort file list after rename
MarcoFalke
2021-11-12
scripted-diff: Move minisketchwrapper to src/node
MarcoFalke
2021-11-03
[refactor] Don't call AcceptToMemoryPool() from outside validation.cpp
John Newbery
2021-10-21
[mempool] delete exists(uint256) function
glozow
2021-10-15
Merge bitcoin/bitcoin#22937: refactor: Forbid calling unsafe fs::path(std::st...
W. J. van der Laan
2021-10-14
Merge #23235: Reduce unnecessary default logging
Samuel Dobson
2021-10-13
Merge bitcoin/bitcoin#23003: multiprocess: Make interfaces::Chain::isTaprootA...
MarcoFalke
2021-10-11
blockstorage: use debug log category
Anthony Towns
2021-10-05
multiprocess: add interfaces::ExternalSigner class
Russell Yanofsky
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-10-05
Merge bitcoin/bitcoin#22950: [p2p] Pimpl AddrMan to abstract implementation d...
MarcoFalke
2021-10-05
Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus
MarcoFalke
2021-10-04
Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ...
W. J. van der Laan
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-09-30
Replace use of locale dependent atoi(…) with locale-independent std::from_c...
practicalswift
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-28
scripted-diff: Rename CAddrMan to AddrMan
Amiti Uttarwar
2021-09-16
multiprocess: Delay wallet client construction
Russell Yanofsky
2021-09-16
multiprocess: Make interfaces::Chain::isTaprootActive non-const
Russell Yanofsky
2021-09-16
Merge bitcoin/bitcoin#22895: consensus: don't call GetBlockPos in ReadBlockFr...
W. J. van der Laan
2021-09-16
Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha...
fanquake
2021-09-05
consensus: don't call GetBlockPos in ReadBlockFromDisk without lock
Jon Atack
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-09-20
Merge bitcoin/bitcoin#12677: RPC: Add ancestor{count,size,fees} to listunspen...
W. J. van der Laan
2021-08-19
Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting...
Samuel Dobson
2021-08-17
Start using init makeNode, makeChain, etc methods
Russell Yanofsky
2021-08-18
Merge bitcoin/bitcoin#22215: refactor: Add FoundBlock.found member
fanquake
2021-08-02
[GetTransaction] remove unneeded `cs_main` lock acquire
Sebastian Falbesoner
2021-08-01
Expose ancestorsize and ancestorfees via getTransactionAncestry
Luke Dashjr
2021-07-28
Merge bitcoin/bitcoin#22528: refactor: move GetTransaction to node/transactio...
MarcoFalke
2021-07-28
Merge bitcoin/bitcoin#22047: index, rpc: Coinstatsindex follow-ups
W. J. van der Laan
2021-07-25
coinstats: Add comments for new coinstatsindex values
Fabian Jahr
2021-07-22
doc: GetTransaction()/getrawtransaction follow-ups to #22383
John Newbery
2021-07-22
refactor: move `GetTransaction(...)` to node/transaction.cpp
Sebastian Falbesoner
2021-07-20
Merge bitcoin/bitcoin#22371: Move pblocktree global to BlockManager
MarcoFalke
2021-07-15
Move pblocktree global to BlockManager
MarcoFalke
2021-07-09
[style] Clean up BroadcastTransaction()
John Newbery
2021-07-09
[mempool] Allow rebroadcast for same-txid-different-wtxid transactions
John Newbery
2021-07-09
[mempool] Only add a transaction to the unbroadcast set when it's added to th...
John Newbery
2021-06-30
[refactor] Add versionbits deployments to deploymentstatus.h
Anthony Towns
2021-06-29
Merge bitcoin/bitcoin#21789: refactor: Remove ::Params() global from CChainState
fanquake
2021-06-23
script, doc: spelling update
Jon Atack
2021-06-22
add missing atomic include
MarcoFalke
2021-06-18
Merge bitcoin/bitcoin#21365: Basic Taproot signing support for descriptor wal...
Samuel Dobson
[next]