aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-30Merge bitcoin-core/gui#336: Do not exit and re-enter main event loop during s...W. J. van der Laan
2021-09-30Merge bitcoin-core/gui#439: Do not show unused widgets at startupHennadii Stepanov
2021-09-29qt: Do not show unused widgets at startupHennadii Stepanov
2021-09-29Merge bitcoin/bitcoin#23064: fuzz: Fix memory leak in system fuzz targetMarcoFalke
2021-09-29Merge bitcoin-core/gui#436: Include vout when copying transaction ID from coi...Hennadii Stepanov
2021-09-29qt, refactor: Drop intermediate BitcoinApplication::shutdownResult slotHennadii Stepanov
2021-09-29qt: Do not exit and re-enter main event loop during shutdownHennadii Stepanov
2021-09-29Merge bitcoin/bitcoin#23115: bloom: use Span instead of std::vector for `inse...MarcoFalke
2021-09-29fuzz: Fix memory leak in system fuzz targetMarcoFalke
2021-09-29Merge bitcoin-core/gui#430: Improvements to the open up transaction in third-...Hennadii Stepanov
2021-09-29Merge bitcoin-core/gui#416: Add RPC settingHennadii Stepanov
2021-09-29Merge bitcoin-core/gui#345: Connection Type Translator CommentsHennadii Stepanov
2021-09-29bloom: cleanup includesfanquake
2021-09-29bloom: use constexpr where appropriatefanquake
2021-09-29bloom: use Span instead of std::vector for `insert` and `contains`William Casarin
2021-09-29Merge bitcoin/bitcoin#23122: doc: Remove un-actionable TODO from chainparams.cppfanquake
2021-09-29Merge bitcoin/bitcoin#20591: wallet, bugfix: fix ComputeTimeSmart function du...Samuel Dobson
2021-09-29Include vout when copying transaction ID from coin selectionSamuel Dobson
2021-09-29Merge bitcoin/bitcoin#22722: rpc: update estimatesmartfee to return max of CB...Samuel Dobson
2021-09-29Merge bitcoin/bitcoin#22650: Remove -deprecatedrpc=addresses flag and corresp...Samuel Dobson
2021-09-28Merge bitcoin-core/gui#434: Keep InitExecutor in main gui threadHennadii Stepanov
2021-09-28doc: update doxygen documention of ComputeTimeSmart() and AddToWalletIfInvolv...BitcoinTsunami
2021-09-28wallet: fix ComputeTimeSmart algorithm to use blocktime during old block resc...BitcoinTsunami
2021-09-28doc: Remove un-actionable TODO from chainparams.cppMarcoFalke
2021-09-28update estimatesmartfee rpc to return max of estimateSmartFee, mempoolMinFee ...pranabp-bit
2021-09-28Merge bitcoin/bitcoin#23106: Ensure wallet is unlocked before signing PSBT wi...MarcoFalke
2021-09-28Merge bitcoin/bitcoin#22938: test: Add remaining scenarios of 0 waste, in wal...Samuel Dobson
2021-09-28Merge bitcoin/bitcoin#22942: fuzz: Cleanup muhash fuzz targetMarcoFalke
2021-09-28GUI: Ask user to unlock wallet before signing psbtSamuel Dobson
2021-09-28Ensure wallet is unlocked before signing in walletprocesspsbtSamuel Dobson
2021-09-27qt: Keep InitExecutor in main gui threadJoão Barbosa
2021-09-27qt: hyphenate usage of third-party modifierJarol Rodriguez
2021-09-26Merge bitcoin/bitcoin#23065: Allow UTXO locks to be written to wallet DBW. J. van der Laan
2021-09-25Make GUI UTXO lock/unlock persistentSamuel Dobson
2021-09-25Allow lockunspent to store the lock in the wallet DBSamuel Dobson
2021-09-25Allow locked UTXOs to be store in the wallet databaseSamuel Dobson
2021-09-24refactor: minor styling, prefer snake case and same line ifMichael Dietz
2021-09-24refactor: share logic between ScriptPubKeyToUniv and ScriptToUnivMichael Dietz
2021-09-24rpc: remove deprecated addresses and reqSigs from rpc outputsMichael Dietz
2021-09-24Merge bitcoin/bitcoin#23025: bench: update nanobench add `-min_time`W. J. van der Laan
2021-09-24Merge bitcoin/bitcoin#22818: test: Activate all regtest softforks at height 1...merge-script
2021-09-24test: Add remaining scenarios of 0 wasterajarshimaitra
2021-09-24qt: ensure seperator when adding third-party transaction linksJarol Rodriguez
2021-09-23qt: improve text for open third-party tx url actionJarol Rodriguez
2021-09-23Merge bitcoin/bitcoin#21526: validation: UpdateTip/CheckBlockIndex assumeutxo...W. J. van der Laan
2021-09-23Merge bitcoin/bitcoin#23057: log: Consolidate timedata loggingW. J. van der Laan
2021-09-23Merge bitcoin/bitcoin#23072: log: Remove unnecessary timing of Callbacks benchmerge-script
2021-09-23log: Remove unnecessary timing logs for Callbacks benchDouglas Chimento
2021-09-23Merge bitcoin/bitcoin#22855: RBF move 3/3: move followups + improve RBF docum...fanquake
2021-09-23Merge bitcoin/bitcoin#23054: Use C++11 member initializer in CTxMemPoolEntryfanquake