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-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
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: 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
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-06-16
refactor: clean up external_signer.h includes
Sjors Provoost
2021-06-13
refactor: Remove chainparams arg from CChainState member functions
MarcoFalke
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-06-12
Merge bitcoin/bitcoin#22156: Allow tr() import only when Taproot is active
W. J. van der Laan
2021-06-10
Allow tr() import only when Taproot is active
Andrew Chow
2021-06-10
validation: Farewell, global Chainstate!
Carl Dong
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-06-10
tree-wide: Remove stray review-only assertion
Carl Dong
2021-06-10
Avoid wallet code writing node settings file
Russell Yanofsky
2021-06-10
Add FoundBlock.found member
Russell Yanofsky
[next]