aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-09Merge bitcoin/bitcoin#27025: github: Switch to yaml issue templatesglozow
2023-03-09Merge bitcoin-core/gui#717: Use the stored CSubNet entry when unbanningHennadii Stepanov
2023-03-09Use string interpolation for default value of -listenekzyis
2023-03-08Merge bitcoin/bitcoin#25696: build: Re-enable external signer on WindowsAndrew Chow
2023-03-08Update src/secp256k1 subtree to upstream libsecp256k1 v0.3.0Pieter Wuille
2023-03-08Squashed 'src/secp256k1/' changes from 21ffe4b22a9..bdf39000b9cPieter Wuille
2023-03-08wallet: remove coin control arg from AutomaticCoinSelectionfurszy
2023-03-08doc: update broken linkspablomartin4btc
2023-03-08Merge bitcoin/bitcoin#26996: test: Flatten miniwallet array and remove random...fanquake
2023-03-08Merge bitcoin/bitcoin#26194: rpc, wallet: use the same `next_index` key in `l...Andrew Chow
2023-03-08wallet: remove unused methodsfurszy
2023-03-08wallet: GroupOutput, remove unneeded "spendable" checkfurszy
2023-03-08wallet: OutputGroup, remove unused effective_feerate memberfurszy
2023-03-08wallet: APS, don't create empty groupsfurszy
2023-03-08wallet: do not make two COutputs, use shared_ptrfurszy
2023-03-08test: Use self.wait_until over wait_until_helperMarcoFalke
2023-03-08Merge bitcoin/bitcoin#26968: doc: Fixup remove 'omitted...' doc for rpc getr...fanquake
2023-03-08Merge bitcoin/bitcoin#27180: doc: DummySignInput mention external signerfanquake
2023-03-08Merge bitcoin/bitcoin#27189: util: Use steady clock in SeedStrengthen, FindBe...fanquake
2023-03-07Merge bitcoin/bitcoin#25740: assumeutxo: background validation completionAndrew Chow
2023-03-07docs: update assumeutxo.mdJames O'Beirne
2023-03-07test: add snapshot completion unittestsJames O'Beirne
2023-03-07refactor: make MempoolMutex() publicJames O'Beirne
2023-03-07log: add LoadBlockIndex() message for assumedvalid blocksJames O'Beirne
2023-03-07validation: add ChainMan logic for completing UTXO snapshot validationJames O'Beirne
2023-03-07Merge bitcoin/bitcoin#27150: Deduplicate bitcoind and bitcoin-qt init codeAndrew Chow
2023-03-07test: Flatten miniwallet array and remove random fee in longpollMarcoFalke
2023-03-07test: Default timeout factor to 4 under --valgrindMarcoFalke
2023-03-07Merge bitcoin/bitcoin#27218: util: Work around ParseHex gcc cross compiler bugfanquake
2023-03-07util: Work around ParseHex gcc cross compiler bugMarcoFalke
2023-03-07test: add coverage for sigop limit policy (`-bytespersigop` setting)Sebastian Falbesoner
2023-03-06Merge bitcoin/bitcoin#26742: http: Track active requests and wait for last to...Andrew Chow
2023-03-06Merge bitcoin/bitcoin#25806: wallet: group outputs only once, decouple it fro...Andrew Chow
2023-03-06doc: remove 'omitted...' doc for rpc getrawtransaction when verbose is 2dougEfish
2023-03-06Merge bitcoin/bitcoin#27155: doc: Expand scantxoutset help text to cover tr()...Andrew Chow
2023-03-06Merge bitcoin/bitcoin#25491: wallet: use Mutex for g_sqlite_mutex instead of ...Andrew Chow
2023-03-06Expand scantxoutset help text to cover tr() and miniscriptGreg Sanders
2023-03-06gui: fix comments for BanTableModel and BanTablePriv::refreshBanlist()Vasil Dimov
2023-03-06gui: use the stored CSubNet entry when unbanningVasil Dimov
2023-03-06Merge bitcoin/bitcoin#27209: ci: Remove unused EXPECTED_TESTS_DURATION_IN_SEC...glozow
2023-03-06wallet: single output groups filtering and grouping processfurszy
2023-03-06wallet: unify outputs grouping processfurszy
2023-03-06test: coinselector_tests refactor, use CoinsResult instead of plain std::vectorfurszy
2023-03-06wallet: decouple outputs grouping process from each ChooseSelectionResultfurszy
2023-03-06refactor: make OutputGroup::m_outputs field a vector of shared_ptrfurszy
2023-03-06test: wallet, add coverage for outputs grouping processfurszy
2023-03-05test: psbt: check non-witness UTXO removal for segwit v1 inputSebastian Falbesoner
2023-03-05test: speedup rpc_psbt.py by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2023-03-04test: PSBT: eliminate magic numbers for global unsigned tx key (0)Sebastian Falbesoner
2023-03-04Merge bitcoin/bitcoin#27192: util: add missing include and fix function signa...fanquake