aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-23Merge #16546: External signer support - Wallet Box editionWladimir J. van der Laan
2021-02-23Merge #21222: log: Clarify log message when file does not existMarcoFalke
2021-02-23rpc: send: support external signerSjors Provoost
2021-02-23rpc: signerdisplayaddressSjors Provoost
2021-02-23wallet: ExternalSigner: add GetDescriptors methodSjors Provoost
2021-02-23wallet: add GetExternalSigner()Sjors Provoost
2021-02-23rpc: add external_signer option to createwalletSjors Provoost
2021-02-23rpc: signer: add enumeratesigners to list external signersSjors Provoost
2021-02-23rpc: add external signer RPC filesSjors Provoost
2021-02-23wallet: add ExternalSignerScriptPubKeyManSjors Provoost
2021-02-23wallet: add external_signer flagSjors Provoost
2021-02-23wallet: add -signer argument for external signer commandSjors Provoost
2021-02-23Merge #21274: assumptions: Assume C++17MarcoFalke
2021-02-23Merge #19698: test: apply strict verification flags for transaction tests and...Wladimir J. van der Laan
2021-02-23Merge bitcoin-core/gui#213: qt: Add Copy Address Action to Payment RequestsMarcoFalke
2021-02-23assumptions: check C++17 assumption with MSVCfanquake
2021-02-23assumptions: assume a C++17 compilerfanquake
2021-02-22qt: Add Copy Address Action to Payment RequestsJarol Rodriguez
2021-02-22Merge #79: Embed monospaced fontWladimir J. van der Laan
2021-02-22Merge #21202: [validation] Two small clang lock annotation improvementsMarcoFalke
2021-02-22Merge #20845: net: Log to net debug in MaybeDiscourageAndDisconnect except fo...MarcoFalke
2021-02-22Merge bitcoin-core/gui#211: qt: Remove Transactionview Edit Label ActionMarcoFalke
2021-02-22Merge bitcoin-core/gui#206: Display fRelayTxes and bip152_highbandwidth_{to, ...MarcoFalke
2021-02-22Merge bitcoin-core/gui#205: Save/restore TransactionView and recentRequestsVi...MarcoFalke
2021-02-22Merge bitcoin-core/gui#204: Drop buggy TableViewLastColumnResizingFixer classMarcoFalke
2021-02-22Merge bitcoin-core/gui#202: peers-tab: bug fix right panel toggleMarcoFalke
2021-02-22Merge bitcoin-core/gui#179: Add `Type` column to peers window, update peer de...MarcoFalke
2021-02-21gui: Add monospaced font settingsHennadii Stepanov
2021-02-21qt: Choose monospaced font in C++ code rather in `*.ui` fileHennadii Stepanov
2021-02-21qt: Make GUIUtil::fixedPitchFont aware of embedded fontHennadii Stepanov
2021-02-21gui: Add Roboto Mono fontHennadii Stepanov
2021-02-21configure: add --enable-external-signerSjors Provoost
2021-02-20Merge #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validati...MarcoFalke
2021-02-19Merge #21211: test: Move P2WSH_OP_TRUE to shared test libraryMarcoFalke
2021-02-19Merge #21187: Net processing: Only call PushAddress() from net_processingMarcoFalke
2021-02-19Merge #21226: build: Fix fuzz binary compilation under windowsMarcoFalke
2021-02-19Merge #21221: [tools] Allow argument/parameter bin packing in clang-formatMarcoFalke
2021-02-19Merge #21228: test: Avoid comparision of integers with different signsfanquake
2021-02-19Merge #21201: rpc: Disallow sendtoaddress and sendmany when private keys disa...Samuel Dobson
2021-02-18Fix fuzz binary compilation under windowsDan Benjamin
2021-02-18style-only: Make AcceptToMemoryPool signature readableCarl Dong
2021-02-18style-only: Make CheckSequenceLock signature readableCarl Dong
2021-02-18validation: Use *this in CChainState::LoadMempoolCarl Dong
2021-02-18validation: Pass in chainstate to UpdateMempoolForReorgCarl Dong
2021-02-18validation: Pass in chainstate to CTxMemPool::removeForReorgCarl Dong
2021-02-18validation: Pass in chain to ::TestLockPointValidityCarl Dong
2021-02-18tree-wide: Fix erroneous AcceptToMemoryPool replacementsCarl Dong
2021-02-18validation: Remove old AcceptToMemoryPool w/o chainstate paramCarl Dong
2021-02-18scripted-diff: Invoke ::AcceptToMemoryPool with chainstateCarl Dong
2021-02-18validation: Pass in chainstate to ::AcceptToMemoryPoolCarl Dong