aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-20Fix iwyuMacroFake
2022-08-20Fix issues when calling std::move(const&)MacroFake
2022-08-19wallet, tests: Test bumpfee's max input weight calculationAndrew Chow
2022-08-19Make DUMMY_CHECKER availble outside of script/sign.cppAndrew Chow
2022-08-19Remove Join() helper only used in testsMacroFake
2022-08-19Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFlags...Andrew Chow
2022-08-19Merge bitcoin/bitcoin#25869: wallet: remove UNKNOWN type from OUTPUT_TYPES arrayAndrew Chow
2022-08-19bumpfee: be able to bump fee of a tx with external inputsAndrew Chow
2022-08-19bumpfee: Clear scriptSigs and scriptWitnesses before calculated max sizeAndrew Chow
2022-08-19bumpfee: extract weights of external inputs when bumping feeAndrew Chow
2022-08-19bumpfee: Calculate fee by looking up UTXOsAndrew Chow
2022-08-19Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...MacroFake
2022-08-19Merge bitcoin/bitcoin#25808: fs: work around u8path deprecated-declaration wa...MacroFake
2022-08-19fs: work around u8path deprecated-declaration warnings with libc++fanquake
2022-08-19Merge bitcoin/bitcoin#25679: wallet: Correctly identify external inputs that ...fanquake
2022-08-18Merge bitcoin/bitcoin#25827: descriptor: check if `rawtr` has only one key.Andrew Chow
2022-08-18wallet: remove UNKNOWN type from OUTPUT_TYPES arrayfurszy
2022-08-18wallet: Try estimating input size with external data if wallet failsAndrew Chow
2022-08-18wallet: SelectExternal actually external inputsAndrew Chow
2022-08-18Simplify BCLog::Level enum class and LogLevelToStr() functionJon Atack
2022-08-17Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider MergeAndrew Chow
2022-08-17descriptor: check if `rawtr` has only one key.w0xlt
2022-08-17Merge bitcoin/bitcoin#25077: Fix chain tip data race and corrupt rest responsefanquake
2022-08-17Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCRequestfanquake
2022-08-17Merge bitcoin/bitcoin#19391: RPC/Mining: Clean out pre-Segwit miner compatibi...fanquake
2022-08-16wallet: Add CWallet::IsMine(COutPoint)Andrew Chow
2022-08-16Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-upsAndrew Chow
2022-08-16Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptorsAndrew Chow
2022-08-16rpc: add an include_change parameter to listsinceblockAntoine Poinsot
2022-08-16refactor: Add lock annotations to Active* methodsMacroFake
2022-08-16Fix logical race in rest_getutxosMacroFake
2022-08-16Fix UB/data-race in RPCNotifyBlockChangeMacroFake
2022-08-16Add ChainstateManager::GetMutex(), an alias for ::cs_mainMacroFake
2022-08-16i2p: log "SAM session" instead of "session"Vasil Dimov
2022-08-16net: use transient I2P session for outbound if -i2pacceptincoming=0Vasil Dimov
2022-08-16net: store an optional I2P session in CNodeVasil Dimov
2022-08-16Merge bitcoin/bitcoin#25803: refactor: Drop `boost/algorithm/string/replace.h...fanquake
2022-08-15Merge bitcoin/bitcoin#25720: p2p: Reduce bandwidth during initial headers syn...Andrew Chow
2022-08-15Merge bitcoin-core/gui#598: Avoid recalculating the wallet balance - use mode...Hennadii Stepanov
2022-08-15Merge bitcoin-core/gui#654: Update source translations for string freezeHennadii Stepanov
2022-08-15refactor: Remove not needed empty RPC doc std::stringMacroFake
2022-08-15qt: Update source translations for string freezelaanwj
2022-08-15Merge bitcoin/bitcoin#25836: subtree: update crc32c subtreeMacroFake
2022-08-15wallet: use GetChange() when computing wasteS3RK