aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-24[net processing] Fixup TryLowWorkHeadersSync commentdergoegge
2022-10-24Merge bitcoin/bitcoin#26355: p2p: Handle IsContinuationOfLowWorkHeadersSync r...glozow
2022-10-24test: Make `system_tests/run_command` locale agnosticHennadii Stepanov
2022-10-24Merge bitcoin-core/gui#676: Update peers window "Transaction Relay" label and...MacroFake
2022-10-24Merge bitcoin-core/gui#673: Use fallback value for Version and User Agent dur...MacroFake
2022-10-24Merge bitcoin/bitcoin#26302: refactor: Use type-safe time point for CWallet::...fanquake
2022-10-23Update minisketch subtree to latest upstreamHennadii Stepanov
2022-10-23Squashed 'src/minisketch/' changes from 47f0a2d26f..a571ba20f9Hennadii Stepanov
2022-10-21[net processing] Handle IsContinuationOfLowWorkHeadersSync return value corre...dergoegge
2022-10-21Merge bitcoin/bitcoin#26248: net: Set relay in version msg to peers with rela...MacroFake
2022-10-21build: remove threadinterrupt from libbitcoinkernelfanquake
2022-10-21Merge bitcoin/bitcoin#25727: util, config: error on startup if `conf` or `rei...fanquake
2022-10-21Merge bitcoin/bitcoin#26344: wallet: Fix sendall with watchonly wallets and s...fanquake
2022-10-20wallet: Check utxo prevout index out of bounds in sendallAndrew Chow
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-19wallet: Correctly check ismine for sendallAndrew Chow
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-18gui: update peers window "Transaction Relay" label and tooltipJon Atack
2022-10-18test: Use C++11 member initializers for TestMemPoolEntryHelperMacroFake
2022-10-18iwyu: Add missing includesMacroFake
2022-10-18Remove g_parallel_script_checksMacroFake
2022-10-18Move ::fCheckBlockIndex into ChainstateManagerMacroFake
2022-10-18Move ::fCheckpointsEnabled into ChainstateManagerMacroFake
2022-10-18Move ::nMinimumChainWork into ChainstateManagerMacroFake
2022-10-18Move ::hashAssumeValid into ChainstateManagerMacroFake
2022-10-18Move ::nMaxTipAge into ChainstateManagerMacroFake
2022-10-18test: Remove unused txmempool include from testsMacroFake
2022-10-18Merge bitcoin/bitcoin#26313: doc: consolidate library documentation to librar...MacroFake
2022-10-17Verify PSBT inputs rather than check for fields being emptyGreg Sanders
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-14doc: remove library commentary from src/Makefile.amfanquake
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#25526: wallet: avoid double keypool TopUp() call on des...Andrew Chow