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
2020-06-29
Merge #19333: refactor: Fix clang compile failure
Wladimir J. van der Laan
2020-06-29
Merge #19403: build: improve __builtin_clz* detection
Wladimir J. van der Laan
2020-06-29
Merge #19204: p2p: Reduce inv traffic during IBD
MarcoFalke
2020-06-29
Merge #19394: build: Remove unused RES_IMAGES
MarcoFalke
2020-06-29
Merge #19367: doc: Span pitfalls
Wladimir J. van der Laan
2020-06-29
[build] Remove unused RES_IMAGES
Bushstar
2020-06-29
build: improve builtin_clz* detection
fanquake
2020-06-28
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-27
Merge bitcoin-core/gui#6: Do not truncate node flag strings in debugwindow pe...
MarcoFalke
2020-06-26
doc: Document Span pitfalls
Pieter Wuille
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 #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 #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
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
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
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-22
qt: Fix regression in TransactionTableModel
Hennadii Stepanov
2020-06-22
test: add two edge case tests for CSubNet
Vasil Dimov
2020-06-22
qt: Do not truncate node flag strings in debugwindow.ui peers details tab.
saibato
2020-06-21
doc: Remove -whitelistforcerelay from comment
MarcoFalke
2020-06-21
Merge #18027: "PSBT Operations" dialog
Samuel Dobson
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
doc: Update outdated txnouttype documentation
MarcoFalke
2020-06-21
rpc: Properly use underlying type in GetAllOutputTypes
MarcoFalke
2020-06-21
rpc: Simplify GetAllOutputTypes with the Join helper
MarcoFalke
2020-06-21
Merge #19133: rpc, cli, test: add bitcoin-cli -generate command
Samuel Dobson
2020-06-21
clang-format scheduler
MarcoFalke
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-20
rpc/wallet: add conf_target as alias to confTarget in bumpfee
Karl-Johan Alm
2020-06-20
added CURRENCY_ATOM to express minimum indivisible unit
Karl-Johan Alm
2020-06-19
refactor: Fix clang compile failure
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
[next]