aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-08-16Merge #16383: rpcwallet: default include_watchonly to true for watchonly walletsfanquake
2019-08-16Merge #16587: doc: Improve versionbits.h documentationfanquake
2019-08-15Merge #16060: Bury bip9 deploymentsMarcoFalke
2019-08-15Merge #16443: refactor: have CCoins* data managed under CChainStateMarcoFalke
2019-08-15Cover UTXO set access with lock annotationsJames O'Beirne
2019-08-15refactor: have CCoins* data managed under CChainStateJames O'Beirne
2019-08-15doc: Improve versionbits.h documentationAntoine Riard
2019-08-15Merge #16578: Do not pass in command line arguments to QApplicationfanquake
2019-08-14[Consensus] Bury segwit deploymentJohn Newbery
2019-08-14[Consensus] Bury CSV deployment heightJohn Newbery
2019-08-14Merge #16248: Make whitebind/whitelist permissions more flexibleWladimir J. van der Laan
2019-08-14Merge #16563: test: Add unit test for AddTimeDataWladimir J. van der Laan
2019-08-14Merge #16589: build: Remove unused src/obj-test folderMarcoFalke
2019-08-14Merge #16596: rpc: Fix getblocktemplate CLI examplefanquake
2019-08-14descriptor: fix missed m_script_arg arg renaming in #14934fanquake
2019-08-14Merge #14934: Descriptor expansion cache clarificationsWladimir J. van der Laan
2019-08-13[rpc] Tidy up reporting of buried and ongoing softforksJohn Newbery
2019-08-13rpc: Fix getblocktemplate CLI example (#16594)Emil Engler
2019-08-13Add test for AddTimeDataMartin Zumsande
2019-08-13Merge #16566: util: refactor upper/lowercase functionsfanquake
2019-08-12build: Remove unused src/obj-test folderMarcoFalke
2019-08-12Merge #16557: [wallet] restore coinbase and confirmed/conflicted checks in Su...MarcoFalke
2019-08-12Merge #16349: qt: Remove redundant WalletController::addWallet slotJonas Schnelli
2019-08-11Replace the use of fWhitelisted by permission checksnicolas.dorier
2019-08-11Do not disconnect peer for asking mempool if it has NO_BAN permissionnicolas.dorier
2019-08-11Make whitebind/whitelist permissions more flexiblenicolas.dorier
2019-08-09Give QApplication dummy argumentsAndrew Chow
2019-08-09[wallet] Restore confirmed/conflicted tx check in SubmitMemoryPoolAndRelay()John Newbery
2019-08-08Remove p2pEnabled from Chain interfaceAntoine Riard
2019-08-08util: refactor upper/lowercase functionsKarl-Johan Alm
2019-08-06[wallet] restore coinbase check in SubmitMemoryPoolAndRelay()John Newbery
2019-08-06refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne
2019-08-06test: only include and init openSSL where it's actually usedfanquake
2019-08-06Merge #16497: gui: Generate bech32 addresses by default (take 2, fixup)fanquake
2019-08-05Merge #16197: net: Use mockable time for tx downloadMarcoFalke
2019-08-02Merge #16097: Refactor: Add Flags enum to ArgsManager classMarcoFalke
2019-08-02Merge #15713: refactor: Replace chain relayTransactions/submitMemoryPool by h...MarcoFalke
2019-08-02Merge #15911: Use wallet RBF default for walletcreatefundedpsbtMarcoFalke
2019-08-01Tidy up BroadcastTransaction()John Newbery
2019-08-01Remove unused submitToMemoryPool and relayTransactions Chain interfacesAntoine Riard
2019-08-01Remove duplicate checks in SubmitMemoryPoolAndRelayAntoine Riard
2019-08-01Introduce CWalletTx::SubmitMemoryPoolAndRelayAntoine Riard
2019-08-01Add BroadcastTransaction utility usage in Chain interfaceAntoine Riard
2019-08-01Merge #16277: [Tests] Suppress output in test_bitcoin for expected errorsWladimir J. van der Laan
2019-08-01Merge #16514: gui: Remove unused RPCConsole::tabFocusWladimir J. van der Laan
2019-08-01Merge #16394: Allow createwallet to take empty passwords to make unencrypted ...MeshCollider
2019-08-01Merge #16502: wallet: Drop unused OldKeyfanquake
2019-07-31gui: Remove unused RPCConsole::tabFocusJoão Barbosa
2019-07-31test: Make tests arg type specificHennadii Stepanov
2019-07-31Revamp option negating policyHennadii Stepanov