aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-25Apply label to all scriptPubKeys of imported combo()Andrew Chow
2022-08-25Wallet::SetMinVersion - Log the new minversionAli Sherief
2022-08-25wallet: trigger MaybeResendWalletTxs() every minutestickies-v
2022-08-25Merge bitcoin/bitcoin#25905: refactor: Move ChainstateManager options into m_...MacroFake
2022-08-24scripted-diff: rpc: fix rescan RPC name (s/rescanwallet/rescanblockchain/)Sebastian Falbesoner
2022-08-24Merge bitcoin/bitcoin#25911: net: update hardcoded mainnet seeds for 24.xMacroFake
2022-08-24Merge bitcoin/bitcoin#25863: test: remove unused `norm_prv` parameter in `des...fanquake
2022-08-24Merge bitcoin/bitcoin#25879: refactor: Make Join() util work with any contain...MacroFake
2022-08-24Use new Join() helper for ListBlockFilterTypes()MacroFake
2022-08-24Make Join() util work with any container typeMacroFake
2022-08-24net: update hardcoded mainnet seeds for 24.xJon Atack
2022-08-23Add functions to construct locators without CChainPieter Wuille
2022-08-23Add bitdeque, an std::deque<bool> analogue that does bit packing.Pieter Wuille
2022-08-23Add function to validate difficulty changesSuhas Daftuar
2022-08-22refactor: Move ChainstateManager options into m_options structRyan Ofsky
2022-08-22Merge bitcoin/bitcoin#25647: wallet: return change from SelectionResultAndrew Chow
2022-08-22fixups for BIP125 doc cleanupglozow
2022-08-22Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125fanquake
2022-08-22Merge bitcoin/bitcoin#23202: wallet: allow psbtbumpfee to work with txs with ...fanquake
2022-08-22Merge bitcoin/bitcoin#25786: refactor: Make adjusted time type safefanquake
2022-08-21test: remove unused `norm_prv` parameterw0xlt
2022-08-20init: avoid unsetting service bits from `nLocalServices`Sebastian Falbesoner
2022-08-20refactor: use `strprintf` for creating unknown-service-flag stringSebastian Falbesoner
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-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