aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-27Merge bitcoin/bitcoin#26642: clang-tidy: Add more `performance-*` checks and ...fanquake
2023-03-27Merge bitcoin/bitcoin#27328: depends: fix osx build with clang 16fanquake
2023-03-27Merge bitcoin/bitcoin#27312: depends: qrencode 4.1.1fanquake
2023-03-26clang-tidy: Exclude `performance-*` checks rather including themHennadii Stepanov
2023-03-26clang-tidy: Add `performance-type-promotion-in-math-fn` checkHennadii Stepanov
2023-03-26clang-tidy: Add `performance-inefficient-vector-operation` checkHennadii Stepanov
2023-03-26clang-tidy: Add `performance-faster-string-find` checkHennadii Stepanov
2023-03-24depends: fix osx build with clang 16Cory Fields
2023-03-24guix: combine and document enable_werrorfanquake
2023-03-24Merge bitcoin/bitcoin#27028: ci: Cache more stuff in the ci images: msan, iwy...fanquake
2023-03-24Merge bitcoin/bitcoin#27269: test: Support decoding segwit address in address...fanquake
2023-03-24ci: Cache more stuff in the ci images: msan, iwyu, pip, sdksMarcoFalke
2023-03-23Merge bitcoin/bitcoin#26957: bench: update logging benchmarksAndrew Chow
2023-03-23test: wallet_create_tx.py fix racefurszy
2023-03-23Merge bitcoin/bitcoin#27257: refactor, net: End friendship of CNode, CConnman...fanquake
2023-03-23Merge bitcoin/bitcoin#24845: wallet: return error msg for "too-long-mempool-...glozow
2023-03-23Merge bitcoin/bitcoin#27287: test: Replace threading with concurrent.futuresfanquake
2023-03-23build, qt: Fix handling of `CXX=clang++` when building `qt` packageHennadii Stepanov
2023-03-23Merge bitcoin/bitcoin#18933: rpc: Add submit option to generateblockfanquake
2023-03-23Merge bitcoin/bitcoin#27311: ci: Use clang-15 in "tidy" taskfanquake
2023-03-23test: add bech32 decoding support to address_to_scriptpubkey()ismaelsadeeq
2023-03-23test: test_bech32_decode in address.pyismaelsadeeq
2023-03-23depends: qrencode 4.1.1fanquake
2023-03-23Merge bitcoin/bitcoin#27233: refactor: Replace GetTimeMicros by SystemClockfanquake
2023-03-22Merge bitcoin/bitcoin#27297: test: Remove unused Check* default constructorsfanquake
2023-03-22Merge bitcoin/bitcoin#27271: RPC: Fix fund transaction crash when at 0-value,...Andrew Chow
2023-03-22ci: Use clang-15 in "tidy" taskHennadii Stepanov
2023-03-22[net] Remove CNode friendsdergoegge
2023-03-22[net] Add CNode helper for send byte accountingdergoegge
2023-03-22scripted-diff: [net] Rename CNode process queue membersdergoegge
2023-03-22[net] Make cs_vProcessMsg a non-recursive mutexdergoegge
2023-03-22[net] Make CNode msg process queue members privatedergoegge
2023-03-22[net] Encapsulate CNode message pollingdergoegge
2023-03-22test: Remove unused Check* default constructorsMarcoFalke
2023-03-22Merge bitcoin/bitcoin#26749: refactor: Use move semantics instead of custom s...fanquake
2023-03-22Merge bitcoin/bitcoin#27280: test: Fix TypeError (expected str instance, byte...fanquake
2023-03-22guix: use cmake-minimal for python-lieffanquake
2023-03-22guix: import LIEF from upstream (0.12.3)fanquake
2023-03-22Merge bitcoin/bitcoin#27289: Refactor: Remove unused FlatFilePos::SetNullfanquake
2023-03-21Merge bitcoin/bitcoin#27278: Log new headersAndrew Chow
2023-03-21test: Default initialize `should_freeze` to `true`Hennadii Stepanov
2023-03-21refactor: Drop no longer used `swap` member functionsHennadii Stepanov
2023-03-21clang-tidy: Fix modernize-use-default-member-init in `CScriptCheck`Hennadii Stepanov
2023-03-21refactor: Drop no longer used `CScriptCheck()` default constructorHennadii Stepanov
2023-03-21refactor: Use move semantics in `CCheckQueue::Loop`Hennadii Stepanov
2023-03-21clang-tidy, test: Fix bugprone-use-after-move in `Correct_Queue_range()`Hennadii Stepanov
2023-03-21refactor: Make move semantics explicit for callersHennadii Stepanov
2023-03-21refactor: Use move semantics in `CCheckQueue::Add`Hennadii Stepanov
2023-03-21test, refactor: Avoid `CScriptCheck::swap` in `transaction_tests`Hennadii Stepanov
2023-03-21consensus, refactor: Avoid `CScriptCheck::swap` in `CheckInputScripts`Hennadii Stepanov