aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-20Update debug logging section in the developer notesJon Atack
2022-08-20Update -debug and -debugexclude help docs for severity level loggingJon Atack
2022-08-20Create BCLog::Level::Trace log severity levelJon Atack
2022-08-20Unit test coverage for -loglevel configuration optionklementtan
2022-08-20Create -loglevel configuration optionklementtan
2022-08-20Unit test coverage for log severity levelsklementtan
2022-08-20Create BCLog::Logger::LogLevelsString() helper functionklementtan
2022-08-20Update LogAcceptCategory() and unit tests with log severity levelsklementtan
2022-08-20Add BCLog::Logger::SetLogLevel()/SetCategoryLogLevel() for string inputsklementtan
2022-08-20Add BCLog::Logger::m_category_log_levels data member and getter/setterJon Atack
2022-08-20Add BCLog::Logger::m_log_level data member and getter/setterJon Atack
2022-08-18Simplify BCLog::Level enum class and LogLevelToStr() functionJon Atack
2022-08-15Merge bitcoin/bitcoin#25850: doc: Remove my key from SECURITY.mdMacroFake
2022-08-15Merge bitcoin/bitcoin#25849: refactor: Remove not needed empty RPC doc std::s...fanquake
2022-08-15doc: Remove my key from SECURITY.mdlaanwj
2022-08-15refactor: Remove not needed empty RPC doc std::stringMacroFake
2022-08-15Merge bitcoin/bitcoin#25836: subtree: update crc32c subtreeMacroFake
2022-08-15Merge bitcoin/bitcoin#25838: build, qt: Use `mkspecs/bitcoin-linux-g++` for a...fanquake
2022-08-13Merge bitcoin/bitcoin#25235: GetExternalSigner(): fail if multiple signers ar...fanquake
2022-08-13build, qt: Use `mkspecs/bitcoin-linux-g++` for all Linux hostsHennadii Stepanov
2022-08-13build: Add objcopy host toolHennadii Stepanov
2022-08-13doc: Remove no longer needed commentsHennadii Stepanov
2022-08-13Update crc32c subtree to latest upstream masterfanquake
2022-08-13Squashed 'src/crc32c/' changes from 0d624261ef..0bac72c455fanquake
2022-08-13build: Adjust `qt/guix_cross_lib_path.patch`Hennadii Stepanov
2022-08-13Merge bitcoin/bitcoin#25817: build: fix cross-arch macOS M1 build reproducibi...fanquake
2022-08-12build: optimise arm64 darwin qt build using -O1fanquake
2022-08-12Merge bitcoin/bitcoin#25785: bench: Add a benchmark for descriptor expansionMacroFake
2022-08-12Merge bitcoin/bitcoin#25814: net: simplify GetLocalAddress()MacroFake
2022-08-12Merge bitcoin/bitcoin#25677: refactor: make active_chain_tip a referenceMacroFake
2022-08-11Merge bitcoin/bitcoin#25825: wallet: consolidate CoinSelectionParams::m_chang...Andrew Chow
2022-08-11Merge bitcoin/bitcoin#25815: test: Use existing {Chainstate,Block}ManMacroFake
2022-08-11Merge bitcoin/bitcoin#25664: refactor: Redefine `IsSolvable()` using descriptorsAndrew Chow
2022-08-11Merge bitcoin/bitcoin#25792: test: add tests for `datacarrier` and `datacarri...MacroFake
2022-08-11Merge bitcoin/bitcoin#25798: build: fix cleanup of test logsAndrew Chow
2022-08-11test: add tests for `datacarrier` and `datacarriersize` optionsw0xlt
2022-08-11[coin selection] consolidate m_change_target and m_min_change_targetglozow
2022-08-11script/sign: remove needless IsSolvable() utilityAntoine Poinsot
2022-08-11Merge bitcoin/bitcoin#25820: [test] make tx6 child of tx5, not tx3, in rbf_testsfanquake
2022-08-11[test] make tx6 child of tx5, not tx3, in rbf_testsglozow
2022-08-11Merge bitcoin/bitcoin#25812: psbt: Avoid unsigned int overflow in PSBT_IN_TAP...fanquake
2022-08-11Merge bitcoin/bitcoin#25816: msvc: Drop `_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS...MacroFake
2022-08-10Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key ...Andrew Chow
2022-08-10Merge bitcoin/bitcoin#25810: scripted-diff: test: rename `MAX_{ANCESTORS,DESC...MacroFake
2022-08-10Merge bitcoin/bitcoin#25811: doc: test: suggest multi-line imports in functio...MacroFake
2022-08-10Merge bitcoin/bitcoin#25813: build: move raw rule into Makefile.amMacroFake
2022-08-10Merge bitcoin/bitcoin#25616: refactor: Return `util::Result` from WalletLoade...MacroFake
2022-08-10psbt: Avoid unsigned int overflow in PSBT_IN_TAP_BIP32_DERIVATIONAndrew Chow
2022-08-10msvc: Drop `_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING`Hennadii Stepanov
2022-08-10validation tests: Use existing {Chainstate,Block}ManCarl Dong