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
2019-11-12
Merge #17437: rpc: Expose block height of wallet transactions
MarcoFalke
2019-11-12
Merge #17450: util: Add missing headers to util/fees.cpp
MarcoFalke
2019-11-12
util: Add missing headers to util/fees.cpp
Hennadii Stepanov
2019-11-11
rpc: Expose block height of wallet transactions
João Barbosa
2019-11-12
fix Typo: "merkelRoot" -> "merkleRoot"
ianliu
2019-11-10
Merge #17427: qt: Fix missing qRegisterMetaType for size_t
Wladimir J. van der Laan
2019-11-10
Merge #17431: Remove unnecessary forward declaration
Wladimir J. van der Laan
2019-11-10
refactor: Styling w/ clang-format, comment update
Hennadii Stepanov
2019-11-10
qt: Fix missing qRegisterMetaType for size_t
Hennadii Stepanov
2019-11-10
Merge #17410: Rename `db` log category to `walletdb` (like `coindb`)
Wladimir J. van der Laan
2019-11-09
Remove unnecessary forward declaration
Mark Erhardt
2019-11-08
Merge #15934: Merge settings one place instead of five places
Wladimir J. van der Laan
2019-11-08
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
Wladimir J. van der Laan
2019-11-08
Rename `db` log category to `walletdb` (like `coindb`)
Wladimir J. van der Laan
2019-11-08
Merge #17405: wallet: Remove unused boost::this_thread::interruption_point
fanquake
2019-11-08
Merge #17354: wallet: Tidy CWallet::SetUsedDestinationState
fanquake
2019-11-08
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-07
Add settings_tests
Russell Yanofsky
2019-11-07
Deduplicate settings merge code
Russell Yanofsky
2019-11-07
Add util::Settings struct and helper functions.
Russell Yanofsky
2019-11-07
Remove includeconf nested scope
Russell Yanofsky
2019-11-07
Rename includeconf variables for clarity
Russell Yanofsky
2019-11-07
Clarify emptyIncludeConf logic
Russell Yanofsky
2019-11-07
wallet: Remove unused boost::this_thread::interruption_point
MarcoFalke
2019-11-07
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-07
Merge #17342: refactor: Clean up nScriptCheckThreads
MarcoFalke
2019-11-07
Merge #17384: test: Create new test library
MarcoFalke
2019-11-06
[refactor] Replace global int nScriptCheckThreads with bool
John Newbery
2019-11-06
[tests] Don't use TestingSetup in the checkqueue_tests
John Newbery
2019-11-06
Remove getBlockDepth method from Chain::interface
Antoine Riard
2019-11-06
Remove locked_chain from GetDepthInMainChain and its callers
Antoine Riard
2019-11-06
Use CWallet::m_last_block_processed_height in GetDepthInMainChain
Antoine Riard
2019-11-06
Only return early from BlockUntilSyncedToCurrentChain if current tip
Antoine Riard
2019-11-06
Refactor some importprunedfunds checks with guard clause
Antoine Riard
2019-11-06
Add block_height field in struct Confirmation
Antoine Riard
2019-11-06
doc: Add documentation for new test/lib
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
Replace CWalletTx::SetConf by Confirmation initialization list
Antoine Riard
2019-11-06
Merge #17381: LegacyScriptPubKeyMan code cleanups
Wladimir J. van der Laan
2019-11-06
Merge #17390: test: Add util_ArgParsing test
Wladimir J. van der Laan
2019-11-06
Merge #17368: cli: fix -getinfo output when compiled with no wallet
Wladimir J. van der Laan
2019-11-06
Merge #17388: Add missing newline in util_ChainMerge test
Wladimir J. van der Laan
2019-11-05
Add util_ArgParsing test
Russell Yanofsky
2019-11-06
Merge #17382: rpc: Remove unused boost::this_thread::interruption_point
Wladimir J. van der Laan
2019-11-05
Merge #16805: logs: add timing information to FlushStateToDisk()
Wladimir J. van der Laan
2019-11-05
Add missing newline in util_ChainMerge test
Russell Yanofsky
2019-11-05
Merge #17360: gui: Improve "Hide" button tool-tip message
Wladimir J. van der Laan
2019-11-05
Merge #16540: test: Add ASSERT_DEBUG_LOG to unit test framework
MarcoFalke
2019-11-05
Improve "Hide" button tool-tip message
Danny-Scott
2019-11-05
rpc: Remove unused boost::this_thread::interruption_point
MarcoFalke
[next]