aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-08-23Merge bitcoin/bitcoin#27829: rpc: fix data optionality for RPC calls.Andrew Chow
2023-08-23Merge bitcoin/bitcoin#26291: Update MANDATORY_SCRIPT_VERIFY_FLAGSAndrew Chow
2023-08-22Update help text for spend and rawtransaction rpcsMichael Tidwell
2023-08-22Merge bitcoin/bitcoin#28284: refactor: Remove confusing static_cast in addres...fanquake
2023-08-22Merge bitcoin/bitcoin#28200: refactor: Remove unused includes from wallet.cppfanquake
2023-08-22Merge bitcoin/bitcoin#28157: test doc: tests `acceptstalefeeestimates` option...glozow
2023-08-18assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...Ryan Ofsky
2023-08-18Merge bitcoin/bitcoin#28237: refactor: Enforce C-str fmt strings in WalletLog...fanquake
2023-08-18Merge bitcoin/bitcoin#28100: crypto: more `Span<std::byte>` modernization & f...fanquake
2023-08-18Remove unused includes from wallet.cppMarcoFalke
2023-08-17rpc: remove one more quote from non-string oneline descriptionMartin Zumsande
2023-08-17crypto: make ChaCha20::SetKey wipe bufferPieter Wuille
2023-08-17tests: miscellaneous hex / std::byte improvementsPieter Wuille
2023-08-17fuzz: support std::byte in Consume{Fixed,Variable}LengthByteVectorPieter Wuille
2023-08-17crypto: require key on ChaCha20 initializationPieter Wuille
2023-08-17random: simplify FastRandomContext::randbytes using fillrandPieter Wuille
2023-08-17crypto: refactor ChaCha20 classes to use Span<std::byte> interfacePieter Wuille
2023-08-17Remove unused includes from blockfilter.hMarcoFalke
2023-08-18Make post-p2sh consensus rules mandatory for tx relayAnthony Towns
2023-08-18doc, policy: Clarify comment on STANDARD_SCRIPT_VERIFY_FLAGSAnthony Towns
2023-08-17move-only: Create src/kernel/mempool_removal_reason.hMarcoFalke
2023-08-17Remove unused includes from txmempool.hMarcoFalke
2023-08-17Refactor: Remove confusing static_castMarcoFalke
2023-08-17refactor: Add missing includesMarcoFalke
2023-08-17Merge bitcoin/bitcoin#28123: Bugfix: RPC: Remove quotes from non-string oneli...fanquake
2023-08-17Merge bitcoin/bitcoin#27981: Fix potential network stalling bugfanquake
2023-08-17Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp}fanquake
2023-08-17tx fees, policy: doc: update and delete unnecessary commentismaelsadeeq
2023-08-17Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filterfanquake
2023-08-16refactor: Enable all clang-tidy plugin bitcoin testsMarcoFalke
2023-08-15Merge bitcoin/bitcoin#28240: refactor: Remove unused boost signals2 from torc...Andrew Chow
2023-08-15Merge bitcoin/bitcoin#27460: rpc: Add importmempool RPCAndrew Chow
2023-08-15Merge bitcoin/bitcoin#28267: crypto: BIP324 ciphersuite follow-upfanquake
2023-08-15Merge bitcoin/bitcoin#28215: fuzz: fix a couple incorrect assertions in the `...fanquake
2023-08-15refactor: add missing headers for BIP324 ciphersuitestratospher
2023-08-14Rename script/standard.{cpp/h} to script/solver.{cpp/h}Andrew Chow
2023-08-14Clean up script/standard.{h/cpp} includesAndrew Chow
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-08-14MOVEONLY: Move datacarrier defaults to policy.hAndrew Chow
2023-08-14Move CTxDestination to its own fileAndrew Chow
2023-08-14Move Taproot{SpendData/Builder} to signingprovider.{h/cpp}Andrew Chow
2023-08-14Move CScriptID to script.{h/cpp}Andrew Chow
2023-08-14Remove ScriptHash from CScriptID constructorAndrew Chow
2023-08-14Move MANDATORY_SCRIPT_VERIFY_FLAGS from script/standard.h to policy/policy.hAnthony Towns
2023-08-14crypto: BIP324 ciphersuite follow-upstratospher
2023-08-11fuzz: coins_view: remove an incorrect assertionAntoine Poinsot
2023-08-10Merge bitcoin/bitcoin#28008: BIP324 ciphersuitefanquake
2023-08-09Merge bitcoin/bitcoin#28149: net processing: clamp PeerManager::Options user ...glozow
2023-08-08Sort includes in compat.hMarcoFalke
2023-08-08remove unused limits.h include in compat.hMarcoFalke