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
/
test
/
interfaces_tests.cpp
Age
Commit message (
Expand
)
Author
2021-06-13
refactor: Remove chainparams arg from CChainState member functions
MarcoFalke
2021-06-10
scripted-diff: test: Use existing chainman in unit tests
Carl Dong
2020-12-07
test: Remove no longer needed MakeChain calls
Russell Yanofsky
2020-12-07
refactor: Replace uses ChainActive() in interfaces/chain.cpp
Russell Yanofsky
2020-12-07
refactor: Get rid of more redundant chain methods
Russell Yanofsky
2020-04-15
test: Verify findCommonAncestor always initializes outputs
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in rescanblockchain
Russell Yanofsky
2020-03-31
wallet refactor: Avoid use of Chain::Lock in CWallet::RescanFromTime
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in listsinceblock
Russell Yanofsky
2020-03-31
wallet: Avoid use of Chain::Lock in importprunedfunds
Russell Yanofsky
2020-03-31
refactor: Add interfaces::FoundBlock class to selectively return block data
Russell Yanofsky