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-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-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
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
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
2020-06-21
Merge #19133: rpc, cli, test: add bitcoin-cli -generate command
Samuel Dobson
2020-06-21
Merge #19095: [tools] Update clang-format config for multi-line function decl...
MarcoFalke
2020-06-21
Merge #19200: rpc: remove deprecated getaddressinfo fields
Samuel Dobson
2020-06-21
Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbt
Samuel Dobson
2020-06-21
Merge #17938: Disallow automatic conversion between disparate hash types
Samuel Dobson
2020-06-20
Merge #19018: docs: fixing description of the field sequence in walletcreatef...
MarcoFalke
2020-06-19
Merge #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd seeds
MarcoFalke
2020-06-19
Disallow automatic conversion between hash types
Ben Woosley
2020-06-19
Remove an apparently unnecessary conversion
Ben Woosley
2020-06-19
Explicitly support conversion between equivalent hash types
Ben Woosley
2020-06-19
Use explicit conversion from WitnessV0KeyHash -> CKeyID
Ben Woosley
2020-06-19
Use explicit conversion from PKHash -> CKeyID
Ben Woosley
2020-06-19
Convert CPubKey to WitnessV0KeyHash directly
Ben Woosley
2020-06-19
Prefer explicit CScriptID construction
Ben Woosley
2020-06-19
Prefer explicit uint160 conversion
Ben Woosley
2020-06-19
Merge #19309: refactor: Fix link error with --enable-debug
MarcoFalke
2020-06-19
contrib: macdeploy: Correctly generate macOS SDK
Carl Dong
2020-06-19
Merge #19267: ci: Upgrade most ci configs to focal
MarcoFalke
2020-06-19
ci: Upgrade most ci configs to focal
MarcoFalke
2020-06-19
doc: move doc to ci readme
MarcoFalke
2020-06-19
ci: Have one config run in xenial to test against python3.5
MarcoFalke
[next]