aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-29Merge bitcoin/bitcoin#29329: fuzz: Print coverage summary after run_oncefanquake
2024-01-29fuzz: Print coverage summary after run_onceMarcoFalke
2024-01-29Merge bitcoin/bitcoin#29298: depends: patch libool out of libnatpmp/miniupnpcfanquake
2024-01-29doc: update `BroadcastTransaction` commentismaelsadeeq
2024-01-29test: fix wallet_import_rescan unrounded minimum amountstickies-v
2024-01-29test: Remove struct import from messages.pyMarcoFalke
2024-01-29scripted-diff: test: Use int from_bytes and to_bytes over struct packingMarcoFalke
2024-01-29test: Use int from_bytes and to_bytes over struct packingMarcoFalke
2024-01-29test: Treat msg_version.relay as unsignedMarcoFalke
2024-01-26Merge bitcoin/bitcoin#29180: crypto: remove use of BUILD_BITCOIN_INTERNAL mac...Ava Chow
2024-01-26Merge bitcoin/bitcoin#29283: test: ensure output is large enough to pay for i...Ava Chow
2024-01-26Merge bitcoin-core/gui#789: Avoid non-self-contained Windows headerHennadii Stepanov
2024-01-26depends: remove (darwin) libtool now that it's no longer usedCory Fields
2024-01-26depends: use ar rather than libtool for miniupnpc/libnatpmpCory Fields
2024-01-26Merge bitcoin/bitcoin#29327: fuzz: also set MSAN_SYMBOLIZER_PATHfanquake
2024-01-26[rpc] return full string for package_msg and package-errorglozow
2024-01-26fuzz: also set MSAN_SYMBOLIZER_PATHfanquake
2024-01-26ci: Use DEBUG=1 in depends for MSAN jobsfanquake
2024-01-26ci: use LLVM 17.0.6 in MSAN jobsfanquake
2024-01-26Merge bitcoin/bitcoin#28875: build: Pass sanitize flags to instrument `libsec...fanquake
2024-01-25Merge bitcoin/bitcoin#29315: refactor: Compile unreachable walletdb codeAva Chow
2024-01-25Merge bitcoin/bitcoin#20827: During IBD, prune as much as possible until we g...Ava Chow
2024-01-25Merge bitcoin/bitcoin#29287: depends: Do not override `CFLAGS` when building ...fanquake
2024-01-25refactor: Compile unreachable codeMarcoFalke
2024-01-25Merge bitcoin/bitcoin#29313: ci: Update cache actionfanquake
2024-01-25depends: Do not override CFLAGS when building SQLite with DEBUG=1Hennadii Stepanov
2024-01-25depends: Ensure definitions are passed when building SQLite with DEBUG=1Hennadii Stepanov
2024-01-25ci: Update cache actionHennadii Stepanov
2024-01-25qt: Avoid non-self-contained Windows headerHennadii Stepanov
2024-01-25Merge bitcoin/bitcoin#29205: build: always set `-g -O2` in `CORE_CXXFLAGS`fanquake
2024-01-25[test] Add functional test to test early key response behaviour in BIP 324stratospher
2024-01-25[test] Check whether v2 TestNode performs downgradingstratospher
2024-01-25[test] Add functional tests to test v2 P2P behaviourstratospher
2024-01-25[test] Ignore BIP324 decoy messagesstratospher
2024-01-25[test] Allow inbound and outbound connections supporting v2 P2P protocolstratospher
2024-01-25 [test] Reconnect using v1 P2P when v2 P2P terminates due to magic byte mismatchstratospher
2024-01-25[test] Build v2 P2P messagesstratospher
2024-01-25[test] Use lock for sending P2P messages in test frameworkstratospher
2024-01-25[test] Read v2 P2P messagesstratospher
2024-01-25[test] Perform initial v2 handshakestratospher
2024-01-25[test] Introduce EncryptedP2PState object in P2PConnectionstratospher
2024-01-24Merge bitcoin/bitcoin#29302: wallet: clarify replaced_by_txid and replaces_tx...Ava Chow
2024-01-24Merge bitcoin/bitcoin#29304: fuzz: Exit and log stderr for parse_test_list er...fanquake
2024-01-24fuzz: Exit and log stderr for parse_test_list errorsdergoegge
2024-01-24[test] Construct class to handle v2 P2P protocol functionsstratospher
2024-01-23wallet: clarify replaced_by_txid and replaces_txid in help outputmarco
2024-01-23init: settings, do not load auto-generated warning msgfurszy
2024-01-23validation: move nChainTx assert down in CheckBlockIndexMartin Zumsande
2024-01-23doc: fix checkblockindex commentsMartin Zumsande
2024-01-23Merge bitcoin/bitcoin#28560: wallet, rpc: `FundTransaction` refactorAva Chow