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-25
qt: add RPCConsole::TimeDurationField helper, call systime only once
Jon Atack
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-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
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
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
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
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
2021-02-21
qt: Choose monospaced font in C++ code rather in `*.ui` file
Hennadii Stepanov
2021-02-21
qt: Make GUIUtil::fixedPitchFont aware of embedded font
Hennadii Stepanov
2021-02-21
gui: Add Roboto Mono font
Hennadii Stepanov
2021-02-21
configure: add --enable-external-signer
Sjors Provoost
2021-02-20
Merge #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validati...
MarcoFalke
2021-02-19
Merge #21211: test: Move P2WSH_OP_TRUE to shared test library
MarcoFalke
2021-02-19
Merge #21187: Net processing: Only call PushAddress() from net_processing
MarcoFalke
2021-02-19
Merge #21226: build: Fix fuzz binary compilation under windows
MarcoFalke
2021-02-19
Merge #21221: [tools] Allow argument/parameter bin packing in clang-format
MarcoFalke
2021-02-19
Merge #21228: test: Avoid comparision of integers with different signs
fanquake
2021-02-19
Merge #21201: rpc: Disallow sendtoaddress and sendmany when private keys disa...
Samuel Dobson
2021-02-18
Fix fuzz binary compilation under windows
Dan Benjamin
2021-02-18
style-only: Make AcceptToMemoryPool signature readable
Carl Dong
2021-02-18
style-only: Make CheckSequenceLock signature readable
Carl Dong
2021-02-18
validation: Use *this in CChainState::LoadMempool
Carl Dong
[next]