aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-12clusterlin: include topological pot subsets automatically (optimization)Pieter Wuille
2024-09-12clusterlin: reduce computation of unnecessary pot sets (optimization)Pieter Wuille
2024-09-12clusterlin bench: add example hard cluster benchmarksPieter Wuille
2024-09-12clusterlin: track upper bound potential set for work items (optimization)Pieter Wuille
2024-09-12clusterlin: use feerate-sorted depgraph in SearchCandidateFinderPieter Wuille
2024-09-12clusterlin: add reordering support for DepGraphPieter Wuille
2024-09-12clusterlin: separate initial search entries per component (optimization)Pieter Wuille
2024-09-12clusterlin bench: have low/high iter benchmarks instead of per-iterPieter Wuille
2024-09-12doc: move-only logging warningMarcoFalke
2024-09-12Merge bitcoin/bitcoin#30546: util: Use consteval checked format string in Fat...Ryan Ofsky
2024-09-12Merge bitcoin/bitcoin#30618: test: support std::optional in BOOST_CHECK_* and...Ryan Ofsky
2024-09-12Merge bitcoin/bitcoin#30814: kernel: Create usable static kernel librarymerge-script
2024-09-12refactor: move m_is_inbound out of CNodeStateSergi Delgado Segura
2024-09-12build: Skip secp256k1 ctime tests when tests are not being builtHennadii Stepanov
2024-09-12util: Use compile-time check for LogConnectFailureMarcoFalke
2024-09-12util: Use compile-time check for FatalErrorfMarcoFalke
2024-09-12util: Add ConstevalFormatStringMarcoFalke
2024-09-12Merge bitcoin/bitcoin#30847: test: Drop no longer needed workaroundsmerge-script
2024-09-12Merge bitcoin/bitcoin#30835: build: Introduce "Kernel" installation componentmerge-script
2024-09-12Merge bitcoin/bitcoin#30803: build: Minor build system fixes and amendmentsmerge-script
2024-09-11Merge bitcoin/bitcoin#30807: Fix peers abruptly disconnecting from AssumeUTXO...Ava Chow
2024-09-11chain: simplify `deleteRwSettings` code and improve it's docismaelsadeeq
2024-09-11chain: dont check for null settings value in `overwriteRwSetting`ismaelsadeeq
2024-09-11chain: ensure `updateRwSetting` doesn't update to a null settingsismaelsadeeq
2024-09-11Replace CScript _hex_v_u8 appends with _hexLőrinc
2024-09-11Allow CScript's operator<< to accept spans, not just vectorsLőrinc
2024-09-11prevector: avoid GCC bogus warnings in insert methodLőrinc
2024-09-11Compare FromUserHex result against other hex validators and parsersLőrinc
2024-09-11Use BOOST_CHECK_EQUAL for optional, arith_uint256, uint256, uint160Lőrinc
2024-09-10assumeUTXO: fix peers disconnection during syncfurszy
2024-09-10Merge bitcoin/bitcoin#30773: Remove unsafe uint256S() and test-only uint160S()Ryan Ofsky
2024-09-10Merge bitcoin/bitcoin#30065: init: fixes file descriptor accountingRyan Ofsky
2024-09-10net: call `Select` with reachable networks in `ThreadOpenConnections`brunoerg
2024-09-10addrman: change `Select` to support multiple networksbrunoerg
2024-09-10net: add `All()` in `ReachableNets`brunoerg
2024-09-10fuzz: Add harness for p2p headers syncmarcofleon
2024-09-10Merge bitcoin/bitcoin#30791: build: Use correct variable namemerge-script
2024-09-09Merge bitcoin/bitcoin#30509: multiprocess: Add -ipcbind option to bitcoin-nodeAva Chow
2024-09-09Add std::optional support to Boost's equality checkLőrinc
2024-09-09Merge bitcoin/bitcoin#30817: test: Add coverage for dumptxoutset failure robu...Ava Chow
2024-09-09Merge bitcoin/bitcoin#30684: init: fix init fatal error on invalid negated op...Ava Chow
2024-09-09Merge bitcoin/bitcoin#30401: fix: increase consistency of rpcauth parsingAva Chow
2024-09-09build: Use correct variables when passing `-fsanitize` to libsecp256k1Hennadii Stepanov
2024-09-09Merge bitcoin/bitcoin#30845: Update libsecp256k1 subtree to latest mastermerge-script
2024-09-09Merge bitcoin/bitcoin#30823: cmake: add `USE_SOURCE_PERMISSIONS` to all `conf...merge-script
2024-09-08chain: uniformly use `SettingsAction` enum in settings methodsismaelsadeeq
2024-09-08test: Drop no longer needed workaroundsHennadii Stepanov
2024-09-07Update secp256k1 subtree to latest masterHennadii Stepanov
2024-09-07Squashed 'src/secp256k1/' changes from 642c885b61..2f2ccc4695Hennadii Stepanov
2024-09-06build, test: Add missed log optionsHennadii Stepanov