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-06-26
Merge bitcoin-core/gui#8: Fix regression in TransactionTableModel
MarcoFalke
2020-06-26
Merge #19366: tests: Provide main(...) function in fuzzer. Allow building uni...
MarcoFalke
2020-06-25
tests: Provide main(...) function in fuzzer
practicalswift
2020-06-25
Merge #11413: [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option
Wladimir J. van der Laan
2020-06-25
Merge #19348: test: Bump linter versions
MarcoFalke
2020-06-25
Merge #19378: refactor: Use Mutex type for g_cs_recent_confirmed_transactions
MarcoFalke
2020-06-25
Merge #19286: tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,2...
MarcoFalke
2020-06-25
Merge #19090: refactor: Misc scheduler cleanups
MarcoFalke
2020-06-25
Merge #18912: ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under ...
MarcoFalke
2020-06-25
Merge #19237: wallet: Check size after unserializing a pubkey
MarcoFalke
2020-06-25
refactor: Use Mutex type for g_cs_recent_confirmed_transactions
Hennadii Stepanov
2020-06-24
Merge #19272: net, test: invalid p2p messages and test framework improvements
MarcoFalke
2020-06-24
Merge #19373: refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
MarcoFalke
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
Merge #19357: doc: add release note for bitcoin-cli -generate
Wladimir J. van der Laan
2020-06-24
Merge bitcoin-core/gui#11: Remove needless headers from qt/walletview.cpp
MarcoFalke
2020-06-24
qt: Remove needless headers
Hennadii Stepanov
2020-06-24
doc: add release notes for explicit fee estimators and bumpfee change
Karl-Johan Alm
2020-06-24
tests for bumpfee / estimate_modes
Karl-Johan Alm
2020-06-24
policy: optional FeeEstimateMode param to CFeeRate::ToString
Karl-Johan Alm
2020-06-24
rpc/wallet: add two explicit modes to estimate_mode
Karl-Johan Alm
2020-06-24
MOVEONLY: Make FeeEstimateMode available to CFeeRate
Karl-Johan Alm
2020-06-24
fees: add FeeModes doc helper function
Karl-Johan Alm
2020-06-23
Merge #19240: build: macOS toolchain simplification and bump
fanquake
2020-06-23
doc: add release note for bitcoin-cli -generate
Jon Atack
2020-06-22
darwin: pass mlinker-version so that clang enables new features
Cory Fields
2020-06-22
qt: Fix regression in TransactionTableModel
Hennadii Stepanov
2020-06-22
test: Bump linter versions
Duncan Dean
2020-06-22
Merge #19305: doc: add C++17 release note for 0.21.0
Wladimir J. van der Laan
2020-06-22
Merge #19350: test: Refactor tests using restart_node
Wladimir J. van der Laan
2020-06-22
Merge #19351: test: add two edge case tests for CSubNet
Wladimir J. van der Laan
2020-06-22
macos: Bump to xcode 11.3.1 and 10.15 SDK
Cory Fields
2020-06-22
depends: bump MacOS toolchain
Cory Fields
2020-06-22
contrib: macdeploy: Remove historical extraction notes
Carl Dong
2020-06-22
contrib: macdeploy: Use apple-sdk-tools instead of xar+pbzx
Carl Dong
2020-06-22
native_cctools: Don't use libc++ from pinned clang
Carl Dong
2020-06-22
Adapt rest of tooling to new SDK naming scheme
Carl Dong
2020-06-22
test: add two edge case tests for CSubNet
Vasil Dimov
2020-06-22
test: refactor functional tests to use restart_node
Christopher Coverdale
2020-06-21
ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to ca...
practicalswift
2020-06-21
Merge #19198: test: Check that peers with forcerelay permission are not asked...
MarcoFalke
2020-06-21
doc: Remove -whitelistforcerelay from comment
MarcoFalke
2020-06-21
test: Check that peers with forcerelay permission do not get a feefilter message
MarcoFalke
2020-06-21
test: Add connect_nodes method
MarcoFalke
2020-06-21
test: Add test for no net permission
MarcoFalke
2020-06-21
test: Replace self.nodes[0].p2p with conn
MarcoFalke
2020-06-21
test: remove redundant generate
MarcoFalke
2020-06-21
test: pep-8 p2p_feefilter.py
MarcoFalke
2020-06-21
Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...
MarcoFalke
2020-06-21
Merge #18027: "PSBT Operations" dialog
Samuel Dobson
[next]