aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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#23997: wallet: avoid rescans under assumed-valid blocksAndrew Chow
2022-07-18Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second...Andrew Chow
2022-07-18Merge bitcoin/bitcoin#25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from...glozow
2022-07-18Merge bitcoin/bitcoin#25624: fuzz: Fix assert bug in txorphan targetMacroFake
2022-07-18Merge bitcoin/bitcoin#25544: wallet: don't iter twice when getting the cached...fanquake
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#25615: rpc: add missing description in gettxout help textMacroFake
2022-07-17fuzz: Fix assert bug in txorphan targetchinggg
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-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-14Merge bitcoin/bitcoin#24148: Miniscript support in Output DescriptorsAndrew Chow
2022-07-14fix gettxout help textMarnix
2022-07-14Use designated initializers for ChainstateManager::OptionsCarl Dong
2022-07-14Move ChainstateManagerOpts into kernel:: namespaceCarl Dong
2022-07-14Miniscript support in output descriptorsAntoine Poinsot
2022-07-14qa: better error reporting on descriptor parsing errorAntoine Poinsot
2022-07-14miniscript: add a helper to find the first insane sub with no childAntoine Poinsot
2022-07-14miniscript: don't check for top level validity at parsing timeAntoine Poinsot
2022-07-14Merge bitcoin/bitcoin#25594: refactor: Return BResult from restoreWalletMacroFake
2022-07-14Merge bitcoin/bitcoin#25557: p2p: Eliminate atomic for m_last_getheaders_time...MacroFake
2022-07-13univalue: Throw exception on invalid pushes over silent ignoreMacroFake
2022-07-13refactor: Default options in walletcreatefundedpsbt to VOBJ instead of VNULLMacroFake
2022-07-13Merge bitcoin/bitcoin#25472: build: Increase MS Visual Studio minimum versionfanquake
2022-07-13Merge bitcoin/bitcoin#25464: rpc: Reduce Univalue push_backV peak memory usag...fanquake
2022-07-12Remove atomic for m_last_getheaders_timestampSuhas Daftuar
2022-07-12refactor: Return BResult from restoreWalletMacroFake
2022-07-12Prepare BResult for non-copyable typesMacroFake
2022-07-12Merge bitcoin/bitcoin#25324: refactor: add most of src/util to iwyuMacroFake
2022-07-12Merge bitcoin/bitcoin#24944: rpc: add getblockfrompeer RPCTypeCheck and inval...MacroFake
2022-07-12Merge bitcoin/bitcoin#25489: wallet: change `ScanForWalletTransactions` to us...MacroFake
2022-07-12Merge bitcoin/bitcoin#25591: move-only: Version handshake to libtest_utilMacroFake
2022-07-12wallet: change `ScanForWalletTransactions` to use `Ticks()`w0xlt
2022-07-12Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c...MacroFake
2022-07-12Merge bitcoin-core/gui#627: Apply translator comments to reset options confir...Hennadii Stepanov
2022-07-12move-only: InitializeNode to handshake helperMacroFake
2022-07-12move-only: Version handshake to libtest_utilMacroFake