aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-18indexes, refactor: Remove CBlockIndex* uses in index WriteBlock methodsRyan Ofsky
2022-07-18indexes, refactor: Remove CBlockIndex* uses in index Init methodsRyan Ofsky
2022-07-18indexes, refactor: Remove CBlockIndex* uses in coinstatsindex LookUpOne functionRyan Ofsky
2022-07-18indexes, refactor: Pass Chain interface instead of CChainState class to indexesRyan Ofsky
2022-07-18interfaces, refactor: Add more block information to block connected notificat...Ryan Ofsky
2022-07-18Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second...Andrew Chow
2022-07-18refactor: Make mapBlocksUnknownParent local, and rename itHennadii Stepanov
2022-07-18tidy: use misc-unused-using-declsfanquake
2022-07-18refactor: remove unused using directivesfanquake
2022-07-18validation: remove unused using directiveseugene
2022-07-18depends: default to using GCC tool wrappers (with GCC)fanquake
2022-07-18build: Fix autoconf variable names for tools found by `AC_PATH_TOOL`Hennadii Stepanov
2022-07-18Merge bitcoin/bitcoin#25599: build: Check for std::atomic::exchange rather th...fanquake
2022-07-18Merge bitcoin/bitcoin#25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from...glozow
2022-07-18test: add coverage for wallet inconsistent state during syncfurszy
2022-07-18build: Check for std::atomic::exchange rather than std::atomic_exchangeAndrew Chow
2022-07-18wallet: guard and alert about a wallet invalid state during chain syncfurszy
2022-07-18Merge bitcoin/bitcoin#25624: fuzz: Fix assert bug in txorphan targetMacroFake
2022-07-18Add symlinks for hardcoded Makefiles in out of tree buildsPablo Greco
2022-07-18Merge bitcoin/bitcoin#25542: build: Use Link Time Optimization for Qt code on...fanquake
2022-07-18Merge bitcoin/bitcoin#25544: wallet: don't iter twice when getting the cached...fanquake
2022-07-18univalue: Return more detailed type check error messagesMacroFake
2022-07-18move-only: Move UniValue::getInt definition to keep class with definitions onlyMacroFake
2022-07-18Merge bitcoin/bitcoin#25617: refactor: univalue test cleanupsMacroFake
2022-07-18refactor: remove BOOST_*_TEST_ macrosfanquake
2022-07-18refactor: integrate no_nul into univalue unitesterfanquake
2022-07-18doc: remove references to downstreamfanquake
2022-07-17Merge bitcoin/bitcoin#25605: depends: update urls for dmg toolsfanquake
2022-07-17Merge bitcoin/bitcoin#25615: rpc: add missing description in gettxout help textMacroFake
2022-07-17fuzz: Fix assert bug in txorphan targetchinggg
2022-07-15build: Use Link Time Optimization for Qt code on LinuxHennadii Stepanov
2022-07-15build: pass -fno-lto when building expatfanquake
2022-07-15Merge bitcoin/bitcoin#25618: Release notes for Miniscript support in P2WSH de...Andrew Chow
2022-07-15Merge bitcoin-core/gui#469: Load Base64 PSBT string from fileHennadii Stepanov
2022-07-15Move {Load,Dump}Mempool to kernel namespaceCarl Dong
2022-07-15Move DEFAULT_PERSIST_MEMPOOL out of libbitcoinkernelCarl Dong
2022-07-15LoadMempool: Pass in load_path, stop using gArgsCarl Dong
2022-07-15test/fuzz: Invoke LoadMempool via CChainStateCarl Dong
2022-07-15Move FopenFn to fsbridge namespaceCarl Dong
2022-07-15doc: Release notes for default RBFAndrew Chow
2022-07-15rpc: Default rbf enabledAndrew Chow
2022-07-15Disallow encryption of watchonly walletsAndrew Chow
2022-07-15mempool: Use NodeClock+friends for LoadMempoolCarl Dong
2022-07-15mempool: Improve comments for [GS]etLoadTriedCarl Dong
2022-07-15scripted-diff: Rename m_is_loaded -> m_load_triedCarl Dong
2022-07-15Merge bitcoin/bitcoin#25551: refactor: Throw exception on invalid Univalue pu...fanquake
2022-07-15DumpMempool: Pass in dump_path, stop using gArgsCarl Dong
2022-07-15DumpMempool: Use std::chrono instead of weird int64_t arthmeticsCarl Dong
2022-07-15Release notes for Miniscript support in P2WSH descriptorsAntoine Poinsot
2022-07-15wallet: allow to fetch the wallet descriptors for a given ScriptAntoine Poinsot