index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-11-10
Merge #17431: Remove unnecessary forward declaration
Wladimir J. van der Laan
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
Merge #17422: doc: add historical 0.19.0 release notes
Wladimir J. van der Laan
2019-11-08
doc: Add relase note for db→walletdb rename
Wladimir J. van der Laan
2019-11-08
doc: add historical 0.19.0 release notes
fanquake
2019-11-08
Merge #17367: ci: Run non-cross-compile builds natively
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 #17404: Remove redundant class file include from test_bitcoin msvc project
fanquake
2019-11-07
Remove redundant class file includes from test_bitcoin project.
Aaron Clauson
2019-11-07
ci: Guess the native host when not cross compiling
MarcoFalke
2019-11-07
Merge #17362: test: speed up wallet_avoidreuse, add logging
fanquake
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 #17364: Updates to appveyor config for VS2019 and Qt5.9.8 + msvc projec...
MarcoFalke
2019-11-07
Merge #17384: test: Create new test library
MarcoFalke
2019-11-07
test: speed up wallet_avoidreuse.py
Jon Atack
2019-11-07
test: add logging to wallet_avoidreuse.py
Jon Atack
2019-11-06
Updated appveyor config:
Aaron Clauson
2019-11-06
Merge #17340: Tests: speed up fundrawtransaction test
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
[tests] Don't stop-start unnecessarily in rpc_fundrawtransaction.py
John Newbery
2019-11-06
[tests] Use -whitelist in rpc_fundrawtransaction.py
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 #17339: doc: Add template for good first issues
Wladimir J. van der Laan
2019-11-06
Merge #17353: doc: Add ShellCheck to lint tests dependencies
MarcoFalke
2019-11-06
build: Remove install command samples
Hennadii Stepanov
[next]