aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-16remove unneeded cwd option from cpp-subprocessSebastian Falbesoner
2024-04-16remove unneeded bufsize option from cpp-subprocessSebastian Falbesoner
2024-04-16remove unneeded close_fds option from cpp-subprocessSebastian Falbesoner
2024-04-16remove unneeded session_leader option from cpp-subprocessSebastian Falbesoner
2024-04-16remove unneeded defer_spawn option from cpp-subprocessSebastian Falbesoner
2024-04-16remove unneeded preexec function option from cpp-subprocessSebastian Falbesoner
2024-04-16remove unneeded shell option from cpp-subprocessSebastian Falbesoner
2024-04-16[doc] restore comment about why we check if ptx HasWitness before caching rej...glozow
2024-04-16guard against MempoolAcceptResult::m_replaced_transactionsglozow
2024-04-15Merge bitcoin/bitcoin#29869: rpc, bugfix: Enforce maximum value for setmocktimeglozow
2024-04-15chore: fix some typos in commentsStevenMia
2024-04-15Merge bitcoin/bitcoin#28874: doc: fixup help output for -upnp and -natpmpmerge-script
2024-04-15refactor: Use chrono type for g_mock_timeMarcoFalke
2024-04-15test: Add missing Assert(mock_time_in >= 0s) to SetMockTimeMarcoFalke
2024-04-15[rpc, bugfix] Enforce maximum value for setmocktimedergoegge
2024-04-15rpc: Reword SighashFromStr error messageMarcoFalke
2024-04-12build: remove minisketch clz checkfanquake
2024-04-12Squashed 'src/minisketch/' changes from a571ba20f9..3472e2f5ecfanquake
2024-04-12Update minisketch subtree to latest masterfanquake
2024-04-11psbt: Check non witness utxo outpoint earlyAva Chow
2024-04-11Merge bitcoin/bitcoin#29849: Fix typos in `subprocess.hpp`merge-script
2024-04-11Merge bitcoin/bitcoin#29735: AcceptMultipleTransactions: Fix workspace not be...glozow
2024-04-11net: Decrease nMaxIPs when learning from DNS seedslaanwj
2024-04-11Fix typos in `subprocess.hpp`Hennadii Stepanov
2024-04-10Remove timedatastickies-v
2024-04-10[net processing] Move IgnoresIncomingTxs to PeerManagerInfodergoegge
2024-04-10[net processing] Introduce PeerManagerInfodergoegge
2024-04-10Add TimeOffsets helper classstickies-v
2024-04-10[net processing] Use std::chrono for type-safe time offsetsstickies-v
2024-04-10[net processing] Move nTimeOffset to net_processingdergoegge
2024-04-10Merge bitcoin/bitcoin#28981: Replace Boost.Process with cpp-subprocessmerge-script
2024-04-09Merge bitcoin/bitcoin#29820: refactor, bench, fuzz: Drop unneeded `UCharCast`...merge-script
2024-04-09gui: Hide peers details@RandyMcMillan
2024-04-09Merge bitcoin/bitcoin#29834: build: Change MAC_OSX macro to __APPLE__ in cryptomerge-script
2024-04-09fuzz: Add coverage for client_maxfeerateGreg Sanders
2024-04-09AcceptMultipleTransactions: Fix workspace client_maxfeerateGreg Sanders
2024-04-09Merge bitcoin/bitcoin#29752: refactor: Use typesafe Wtxid in compact block en...glozow
2024-04-09Change MAC_OSX macro to __APPLE__ in crypto packageLÅ‘rinc
2024-04-09Merge bitcoin/bitcoin#29786: Drop Windows Socket dependency for `randomenv.cpp`fanquake
2024-04-08Merge bitcoin/bitcoin#29691: Change Luke Dashjr seed to dashjr-list-of-p2p-no...fanquake
2024-04-07[clang-tidy] Enable the misc-no-recursion checkdergoegge
2024-04-06Merge bitcoin/bitcoin#29815: crypto: chacha20: always use our fallback timing...fanquake
2024-04-06refactor: Simplify `extra_txn` to be a vec of CTransactionRef instead of a ve...AngusP
2024-04-06refactor, bench, fuzz: Drop unneeded `UCharCast` callsHennadii Stepanov
2024-04-06Merge bitcoin/bitcoin#29803: Update libsecp256k1 subtree to latest masterfanquake
2024-04-05Merge bitcoin/bitcoin#29805: test: Fix debug recommendation in argsman_testsfanquake
2024-04-05Merge bitcoin/bitcoin#29081: refactor: Remove gmtime*fanquake
2024-04-05crypto: chacha20: always use our fallback timingsafe_bcmp rather than libc'sCory Fields
2024-04-04gui: don't permit port in proxy IP optionwillcl-ark
2024-04-04Merge bitcoin/bitcoin#29776: ThreadSanitizer: Fix #29767Ryan Ofsky