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
2020-01-16
Fix doxygen errors
Ben Woosley
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-16
Merge #17564: rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-10
Merge #17524: psbt: handle unspendable psbts
MarcoFalke
2019-12-05
node: Use mempool from node context instead of global
MarcoFalke
2019-11-19
Mark PSBTs spending unspendable outputs as invalid in analysis
Andrew Chow
2019-11-19
Have a PSBTAnalysis state that indicates invalid PSBT
Andrew Chow
2019-11-15
node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-06
Merge #17382: rpc: Remove unused boost::this_thread::interruption_point
Wladimir J. van der Laan
2019-11-05
rpc: Remove unused boost::this_thread::interruption_point
MarcoFalke
2019-11-05
Merge #16899: UTXO snapshot creation (dumptxoutset)
Wladimir J. van der Laan
2019-11-05
coinstats: add coins_count
James O'Beirne
2019-11-04
doc: Fix some misspellings
randymcmillan
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
add unused SnapshotMetadata class
James O'Beirne
2019-10-28
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
MOVEONLY: Move NodeContext struct to node/context.h
Russell Yanofsky
2019-10-15
Remove unused includes
practicalswift
2019-08-27
move-only: move coins statistics utils out of RPC
James O'Beirne
2019-08-15
Merge #16443: refactor: have CCoins* data managed under CChainState
MarcoFalke
2019-08-08
Remove p2pEnabled from Chain interface
Antoine Riard
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-01
Tidy up BroadcastTransaction()
John Newbery
2019-08-01
Add BroadcastTransaction utility usage in Chain interface
Antoine Riard
2019-07-24
refactor : use RelayTransaction in BroadcastTransaction utility
Antoine Riard
2019-04-09
[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
Russell Yanofsky
2019-04-09
[docs] Document src subdirectories and different libraries
John Newbery
2019-04-09
[build] Add several util units
John Newbery
2019-03-05
Remove use of CCoinsViewMemPool::GetCoin in wallet code
Russell Yanofsky
2019-02-14
Remove unused TransactionError constants
MarcoFalke
2019-02-11
Factor out combine / finalize / extract PSBT helpers
Glenn Willen
2019-02-11
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
Factor BroadcastTransaction out of sendrawtransaction
Glenn Willen