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
2021-02-26
Merge #21277: wallet: listdescriptors uses normalized descriptor form
Wladimir J. van der Laan
2021-02-25
Merge bitcoin-core/gui#226: Add "Last Block" and "Last Tx" rows to peer detai...
MarcoFalke
2021-02-25
Merge #21264: fuzz: Two scripted diff renames
MarcoFalke
2021-02-25
gui: add "Last Block" (CNodeStats::nLastBlockTime) to peer details
Jon Atack
2021-02-25
gui: add "Last Tx" (CNodeStats::nLastTXTime) to peer details
Jon Atack
2021-02-25
qt: add RPCConsole::TimeDurationField helper, call systime only once
Jon Atack
2021-02-25
Merge bitcoin-core/gui#223: qt: Re-add and rename transaction "Edit Label" ac...
MarcoFalke
2021-02-25
Merge bitcoin-core/gui#214: qt: Disable requests context menu actions when ap...
MarcoFalke
2021-02-25
Merge bitcoin-core/gui#219: qt: Prevent the main window popup menu
MarcoFalke
2021-02-24
test: Replace accidentally placed bit-OR with logical-OR
Hennadii Stepanov
2021-02-24
Merge #18017: txmempool: split epoch logic into class
Wladimir J. van der Laan
2021-02-24
qt: Rename "Edit label" to "Edit address label"
Wladimir J. van der Laan
2021-02-24
Revert "qt: Remove Transactionview Edit Label Action"
Wladimir J. van der Laan
2021-02-23
wallet: fix doc typo in signer option
William Casarin
2021-02-23
Merge #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix)
Wladimir J. van der Laan
2021-02-23
Merge #21053: rpc, test: document {previous,next}blockhash as optional
MarcoFalke
2021-02-23
Merge #16546: External signer support - Wallet Box edition
Wladimir J. van der Laan
2021-02-23
qt: Disable requests context menu actions when appropriate
Jarol Rodriguez
2021-02-23
Merge #21222: log: Clarify log message when file does not exist
MarcoFalke
2021-02-23
rpc: send: support external signer
Sjors Provoost
2021-02-23
rpc: signerdisplayaddress
Sjors Provoost
2021-02-23
wallet: ExternalSigner: add GetDescriptors method
Sjors Provoost
2021-02-23
wallet: add GetExternalSigner()
Sjors Provoost
2021-02-23
rpc: add external_signer option to createwallet
Sjors Provoost
2021-02-23
rpc: signer: add enumeratesigners to list external signers
Sjors Provoost
2021-02-23
rpc: add external signer RPC files
Sjors Provoost
2021-02-23
wallet: add ExternalSignerScriptPubKeyMan
Sjors Provoost
2021-02-23
wallet: add external_signer flag
Sjors Provoost
2021-02-23
wallet: add -signer argument for external signer command
Sjors Provoost
2021-02-23
Merge #21274: assumptions: Assume C++17
MarcoFalke
2021-02-23
qt: Prevent the main window popup menu
Hennadii Stepanov
2021-02-23
Merge #19698: test: apply strict verification flags for transaction tests and...
Wladimir J. van der Laan
2021-02-23
Merge bitcoin-core/gui#213: qt: Add Copy Address Action to Payment Requests
MarcoFalke
2021-02-23
wallet: listdescriptors uses normalized descriptor form
Ivan Metlushko
2021-02-23
assumptions: check C++17 assumption with MSVC
fanquake
2021-02-23
assumptions: assume a C++17 compiler
fanquake
2021-02-22
qt: Add Copy Address Action to Payment Requests
Jarol Rodriguez
2021-02-22
init: only use pipe2 if availabile, check in configure
Sebastian Falbesoner
2021-02-22
Merge #79: Embed monospaced font
Wladimir J. van der Laan
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-02-22
scripted-diff: Rename PROVIDE_MAIN_FUNCTION -> PROVIDE_FUZZ_MAIN_FUNCTION
MarcoFalke
2021-02-22
Merge #21202: [validation] Two small clang lock annotation improvements
MarcoFalke
2021-02-22
Merge #20845: net: Log to net debug in MaybeDiscourageAndDisconnect except fo...
MarcoFalke
2021-02-22
Merge bitcoin-core/gui#211: qt: Remove Transactionview Edit Label Action
MarcoFalke
2021-02-22
Merge bitcoin-core/gui#206: Display fRelayTxes and bip152_highbandwidth_{to, ...
MarcoFalke
2021-02-22
Merge bitcoin-core/gui#205: Save/restore TransactionView and recentRequestsVi...
MarcoFalke
2021-02-22
Merge bitcoin-core/gui#204: Drop buggy TableViewLastColumnResizingFixer class
MarcoFalke
2021-02-22
Merge bitcoin-core/gui#202: peers-tab: bug fix right panel toggle
MarcoFalke
2021-02-22
Merge bitcoin-core/gui#179: Add `Type` column to peers window, update peer de...
MarcoFalke
2021-02-21
gui: Add monospaced font settings
Hennadii Stepanov
[next]