aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-24build: Drop redundant `sys/sysctl.h` header checkHennadii Stepanov
2024-06-24Merge bitcoin/bitcoin#30310: ci: add option for running tests without volumemerge-script
2024-06-23doc: Add note to getblockfrompeer on missing undo dataFabian Jahr
2024-06-23rpc: Make pruneheight also reflect undo data presenceFabian Jahr
2024-06-21wallet: notify when preset + automatic inputs exceed max weightfurszy
2024-06-21ci: increase available ccache size to 300MBMax Edwards
2024-06-21test: Check that non empty version packet is ignored and no disconnection hap...stratospher
2024-06-21test: Check that disconnection happens when AAD isn't filledstratospher
2024-06-21test: Check that disconnection happens when garbage sent/received are differentstratospher
2024-06-21test: Check that disconnection happens when wrong garbage terminator is sentstratospher
2024-06-21test: Check that disconnection happens when >4095 garbage bytes is sentstratospher
2024-06-21refactor, blockstorage: Generalize GetFirstStoredBlockFabian Jahr
2024-06-21Merge bitcoin/bitcoin#30314: doc: clarify Cirrus self-hosted workers setupmerge-script
2024-06-21Merge bitcoin/bitcoin#30316: refactor: remove extraneous lock annotations fro...merge-script
2024-06-21build: add -Wundeffanquake
2024-06-21refactor: use #ifdef HAVE_SOCKADDR_UNfanquake
2024-06-21randomenv: use ifdef over iffanquake
2024-06-21zmq: use #ifdef ENABLE_ZMQfanquake
2024-06-21build: Suppress warnings from boost and capnproto in multiprocess codeRyan Ofsky
2024-06-21test: Remove unnecessary restart in assumeutxo testFabian Jahr
2024-06-21assumeutxo: Check snapshot base block is not marked invalidFabian Jahr
2024-06-21ci: clarify Cirrus self-hosted workers setupSjors Provoost
2024-06-20refactor: remove extraneous lock annotations from function definitionsCory Fields
2024-06-20Merge bitcoin/bitcoin#30202: netbase: extend CreateSock() to support creating...Ava Chow
2024-06-20Merge bitcoin/bitcoin#29862: test: Validate oversized transactions or without...Ava Chow
2024-06-20Merge bitcoin/bitcoin#29575: net_processing: make any misbehavior trigger imm...Ava Chow
2024-06-20ci: add option for running tests without volumeMax Edwards
2024-06-20gui: show maximum mempool size in information windowSebastian Falbesoner
2024-06-20add node interface method for getting maximum mempool sizeSebastian Falbesoner
2024-06-20contrib: add R(UN)PATH check to ELF symbol-checkfanquake
2024-06-20Merge bitcoin/bitcoin#30307: fuzz: Fix wallet_bdb_parser 32-bit unhandled fse...merge-script
2024-06-20Merge bitcoin/bitcoin#30248: refactor: Add explicit cast to expected_last_pag...merge-script
2024-06-19test: Make blockencodings_tests deterministicAngusP
2024-06-19refactor: Move early loadtxoutset checks into ActiveSnapshotFabian Jahr
2024-06-19QA: Expect PACKAGE_NAME rather than constant "Bitcoin Core"Luke Dashjr
2024-06-19Merge bitcoin/bitcoin#30300: fuzz: have package_rbf always make small txnsglozow
2024-06-19fuzz: Fix wallet_bdb_parser 32-bit unhandled fseek errorMarcoFalke
2024-06-19Don't use iterator addresses in IteratorComparatordergoegge
2024-06-19Merge bitcoin/bitcoin#30283: upnp: fix build with miniupnpc 2.2.8merge-script
2024-06-18rpc: call IsInitialBlockDownload via miner interfaceSjors Provoost
2024-06-18Replace hard-coded constant in testLőrinc
2024-06-18Validate oversized transactionLőrinc
2024-06-18Validate transaction without inputsLőrinc
2024-06-18Use SCRIPT_VERIFY_NONE instead of hard-coded 0 in transaction_testsLőrinc
2024-06-18rpc: minize getTipHash() calls in gbtSjors Provoost
2024-06-18rpc: call processNewBlock via miner interfaceSjors Provoost
2024-06-18rpc: getTransactionsUpdated via miner interfaceSjors Provoost
2024-06-18Always pass options to BlockAssembler constructorSjors Provoost
2024-06-18rpc: call CreateNewBlock via miner interfaceSjors Provoost
2024-06-18rpc: getblocktemplate getTipHash() via Miner interfaceSjors Provoost