aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-26wallet: SelectCoins, return early if target is covered by preset-inputsfurszy
2022-10-26wallet: simplify preset inputs selection target checkfurszy
2022-10-26wallet: remove fetch pre-selected-inputs responsibility from SelectCoinsfurszy
2022-10-26wallet: encapsulate pre-selected-inputs lookup into its own functionfurszy
2022-10-26wallet: skip manually selected coins from 'AvailableCoins' resultfurszy
2022-10-26wallet: skip available coins fetch if "other inputs" are disallowedfurszy
2022-10-20Merge bitcoin/bitcoin#26158: bench: add "priority level" to the benchmark fra...Andrew Chow
2022-10-20build: only run high priority benchmarks in 'make check'furszy
2022-10-20bench: surround main() execution with try/catchfurszy
2022-10-20bench: explicitly make all current benchmarks "high" priorityfurszy
2022-10-20bench: add "priority level" to the benchmark frameworkfurszy
2022-10-20Merge bitcoin/bitcoin#25595: Verify PSBT inputs rather than check for fields ...fanquake
2022-10-19Merge bitcoin/bitcoin#25830: refactor: Replace m_params with chainman.GetPara...MacroFake
2022-10-19Merge bitcoin/bitcoin#26286: test: Remove unused txmempool include from testsMacroFake
2022-10-19Merge bitcoin/bitcoin#26142: Use `PACKAGE_NAME` in messages rather than hardc...MacroFake
2022-10-19Merge bitcoin/bitcoin#26179: bench: Add missed `ECCVerifyHandle` instanceMacroFake
2022-10-19Merge bitcoin/bitcoin#26206: test: check importing wallets when blocks are pr...MacroFake
2022-10-18test: Use C++11 member initializers for TestMemPoolEntryHelperMacroFake
2022-10-18test: Remove unused txmempool include from testsMacroFake
2022-10-18Merge bitcoin/bitcoin#26321: Adjust `.tx/config` for new Transifex CLIfanquake
2022-10-18Merge bitcoin/bitcoin#26313: doc: consolidate library documentation to librar...MacroFake
2022-10-17Merge bitcoin/bitcoin#23443: p2p: Erlay support signalingglozow
2022-10-17Add test for PSBT input verificationGreg Sanders
2022-10-17Verify PSBT inputs rather than check for fields being emptyGreg Sanders
2022-10-17Merge bitcoin/bitcoin#25985: Revert "build: Use Homebrew's sqlite package if ...Andrew Chow
2022-10-17test: Add functional tests for sendtxrcncl message from outboundGleb Naumenko
2022-10-17test: Add functional tests for sendtxrcncl from inboundGleb Naumenko
2022-10-17test: Add unit tests for reconciliation negotiationGleb Naumenko
2022-10-17p2p: clear txreconciliation state for non-wtxid peersGleb Naumenko
2022-10-17p2p: Finish negotiating reconciliation supportGleb Naumenko
2022-10-17Add helper to see if a peer is registered for reconciliationsGleb Naumenko
2022-10-17p2p: Forget peer's reconciliation state on disconnectGleb Naumenko
2022-10-17p2p: Announce reconciliation supportGleb Naumenko
2022-10-17log: Add tx reconciliation log categoryGleb Naumenko
2022-10-15Merge bitcoin/bitcoin#26319: add 0xb10c builder keyAndrew Chow
2022-10-15Adjust `.tx/config` for new Transifex CLIHennadii Stepanov
2022-10-15add 0xb10c builder key0xb10c
2022-10-14doc: fix typo in doc/libraries.mdfanquake
2022-10-14doc: remove library commentary from src/Makefile.amfanquake
2022-10-14Merge bitcoin/bitcoin#26307: test: use MiniWallet for rpc_scanblocks.pyMacroFake
2022-10-14Merge bitcoin/bitcoin#26297: ci: Use all available CPUs for functional tests ...fanquake
2022-10-13test: use MiniWallet for rpc_scanblocks.pySebastian Falbesoner
2022-10-13Merge bitcoin/bitcoin#26306: add lock annotation for FeeFilterRounder::round()Andrew Chow
2022-10-13add lock annotation for FeeFilterRounder::round()glozow
2022-10-13Merge bitcoin/bitcoin#24851: init: ignore BIP-30 verification in DisconnectBl...Andrew Chow
2022-10-13Merge bitcoin/bitcoin#25412: rest: add `/deploymentinfo` endpointAndrew Chow
2022-10-13Merge bitcoin/bitcoin#24407: fees: make the class FeeFilterRounder thread-safeAndrew Chow
2022-10-13Merge bitcoin/bitcoin#24269: test: add functional test for `-discover`Andrew Chow
2022-10-13Merge bitcoin/bitcoin#25526: wallet: avoid double keypool TopUp() call on des...Andrew Chow
2022-10-13Merge bitcoin/bitcoin#26109: rpc, doc: getpeerinfo updatesAndrew Chow