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
2020-02-28
Make AnalyzePSBT next role calculation simple, correct
Gregory Sanders
2020-02-27
Merge #18211: test: Disable mockforward scheduler unit test for now
fanquake
2020-02-26
Merge #18167: Fix a violation of C++ standard rules where unions are used for...
Wladimir J. van der Laan
2020-02-26
Merge #17985: net: Remove forcerelay of rejected txs
Wladimir J. van der Laan
2020-02-27
test: Disable mockforward scheduler unit test for now
MarcoFalke
2020-02-26
Merge #18206: tests: Add fuzzing harness for bloom filter classes (CBloomFilt...
MarcoFalke
2020-02-25
tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilter
practicalswift
2020-02-25
tests: Add fuzzing harness for bloom filter class CBloomFilter
practicalswift
2020-02-25
Merge #17264: rpc: set default bip32derivs to true for psbt methods
Samuel Dobson
2020-02-25
Merge #17577: refactor: deduplicate the message sign/verify code
Samuel Dobson
2020-02-25
Merge #18162: util: Avoid potential uninitialized read in FormatISO8601DateTi...
fanquake
2020-02-24
Merge #18193: scripted-diff: Wallet: Rename incorrectly named *UsedDestination
MarcoFalke
2020-02-22
Merge #18181: test: Remove incorrect assumptions in validation_flush_tests
MarcoFalke
2020-02-21
Merge #18183: test: Set catch_system_errors=no on boost unit tests
MarcoFalke
2020-02-21
scripted-diff: Wallet: Rename incorrectly named *UsedDestination
Luke Dashjr
2020-02-22
Merge #18034: Get the OutputType for a descriptor
Samuel Dobson
2020-02-21
Merge #18172: test: Transaction expiry from mempool
MarcoFalke
2020-02-20
Merge #18070: doc: add note about `brew doctor`
fanquake
2020-02-20
Merge #18122: rpc: update validateaddress RPCExamples to bech32
fanquake
2020-02-19
test: Set catch_system_errors=no on boost unit tests
MarcoFalke
2020-02-19
util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t nTi...
practicalswift
2020-02-19
test: Remove incorrect assumptions in validation_flush_tests
MarcoFalke
2020-02-19
test: Tabs to spaces in all tests
MarcoFalke
2020-02-19
Add static_asserts to ser_X_to_Y() methods
Samer Afach
2020-02-19
Merge #18166: ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under ...
MarcoFalke
2020-02-19
tests: Improve test runner output in case of target errors
practicalswift
2020-02-19
tests: Add --exclude integer,parse_iso8601 (temporarily) to make Travis pass ...
practicalswift
2020-02-19
tests: Add support for excluding fuzz targets using -x/--exclude
practicalswift
2020-02-19
tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer needed
practicalswift
2020-02-19
add: test that transactions expire from mempool
0xb10c
2020-02-19
Merge #18067: wallet: Improve LegacyScriptPubKeyMan::CanProvide script recogn...
Samuel Dobson
2020-02-18
ci: Run fuzz testing test cases under valgrind
practicalswift
2020-02-17
Merge #18037: Util: Allow scheduler to be mocked
MarcoFalke
2020-02-17
[rpc] expose ability to mock scheduler via the rpc
Amiti Uttarwar
2020-02-17
[lib] add scheduler to node context
Amiti Uttarwar
2020-02-17
Fix a violation of C++ standard rules that unions cannot be switched.
Samer Afach
2020-02-17
Merge #17948: build: pass -fno-ident in Windows gitian descriptor
Wladimir J. van der Laan
2020-02-17
Merge #13339: wallet: Replace %w by wallet name in -walletnotify script
Wladimir J. van der Laan
2020-02-16
Merge #18098: scripted-diff: Add missing spaces in RPCResult, Normalize type ...
MarcoFalke
2020-02-16
Merge #18159: tests: Add --valgrind option to test/fuzz/test_runner.py for ru...
MarcoFalke
2020-02-16
Merge #18145: build: add Wreturn-type to Werror flags, check on more Travis m...
MarcoFalke
2020-02-16
tests: Add --valgrind option to test/fuzz/test_runner.py for running fuzzing ...
practicalswift
2020-02-15
Merge #18108: Fix .gitignore policy in build_msvc directory
MarcoFalke
2020-02-14
Refactor message hashing into a utility function
Jeffrey Czyz
2020-02-14
Deduplicate the message signing code
Vasil Dimov
2020-02-14
Deduplicate the message verifying code
Vasil Dimov
2020-02-14
ci: use --enable-werror on more hosts
Sjors Provoost
2020-02-14
build: add Wreturn-type to Werror flags
Sjors Provoost
2020-02-13
Merge #17746: refactor: rpc: Remove vector copy from listtransactions
Wladimir J. van der Laan
2020-02-13
[test] add chainparams property to indicate chain allows time mocking
Amiti Uttarwar
[next]