Age | Commit message (Expand) | Author |
2022-07-18 | indexes, refactor: Remove CBlockIndex* uses in index WriteBlock methods | Ryan Ofsky |
2022-07-18 | indexes, refactor: Remove CBlockIndex* uses in index Init methods | Ryan Ofsky |
2022-07-18 | indexes, refactor: Remove CBlockIndex* uses in coinstatsindex LookUpOne function | Ryan Ofsky |
2022-07-18 | indexes, refactor: Pass Chain interface instead of CChainState class to indexes | Ryan Ofsky |
2022-07-18 | interfaces, refactor: Add more block information to block connected notificat... | Ryan Ofsky |
2022-07-18 | Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blocks | Andrew Chow |
2022-07-18 | Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second... | Andrew Chow |
2022-07-18 | Merge bitcoin/bitcoin#25599: build: Check for std::atomic::exchange rather th... | fanquake |
2022-07-18 | Merge bitcoin/bitcoin#25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from... | glozow |
2022-07-18 | build: Check for std::atomic::exchange rather than std::atomic_exchange | Andrew Chow |
2022-07-18 | Merge bitcoin/bitcoin#25624: fuzz: Fix assert bug in txorphan target | MacroFake |
2022-07-18 | Merge bitcoin/bitcoin#25542: build: Use Link Time Optimization for Qt code on... | fanquake |
2022-07-18 | Merge bitcoin/bitcoin#25544: wallet: don't iter twice when getting the cached... | fanquake |
2022-07-18 | Merge bitcoin/bitcoin#25617: refactor: univalue test cleanups | MacroFake |
2022-07-18 | refactor: remove BOOST_*_TEST_ macros | fanquake |
2022-07-18 | refactor: integrate no_nul into univalue unitester | fanquake |
2022-07-18 | doc: remove references to downstream | fanquake |
2022-07-17 | Merge bitcoin/bitcoin#25605: depends: update urls for dmg tools | fanquake |
2022-07-17 | Merge bitcoin/bitcoin#25615: rpc: add missing description in gettxout help text | MacroFake |
2022-07-17 | fuzz: Fix assert bug in txorphan target | chinggg |
2022-07-15 | build: Use Link Time Optimization for Qt code on Linux | Hennadii Stepanov |
2022-07-15 | build: pass -fno-lto when building expat | fanquake |
2022-07-15 | Merge bitcoin/bitcoin#25618: Release notes for Miniscript support in P2WSH de... | Andrew Chow |
2022-07-15 | Merge bitcoin-core/gui#469: Load Base64 PSBT string from file | Hennadii Stepanov |
2022-07-15 | Move {Load,Dump}Mempool to kernel namespace | Carl Dong |
2022-07-15 | Move DEFAULT_PERSIST_MEMPOOL out of libbitcoinkernel | Carl Dong |
2022-07-15 | LoadMempool: Pass in load_path, stop using gArgs | Carl Dong |
2022-07-15 | test/fuzz: Invoke LoadMempool via CChainState | Carl Dong |
2022-07-15 | Move FopenFn to fsbridge namespace | Carl Dong |
2022-07-15 | mempool: Use NodeClock+friends for LoadMempool | Carl Dong |
2022-07-15 | mempool: Improve comments for [GS]etLoadTried | Carl Dong |
2022-07-15 | scripted-diff: Rename m_is_loaded -> m_load_tried | Carl Dong |
2022-07-15 | Merge bitcoin/bitcoin#25551: refactor: Throw exception on invalid Univalue pu... | fanquake |
2022-07-15 | DumpMempool: Pass in dump_path, stop using gArgs | Carl Dong |
2022-07-15 | DumpMempool: Use std::chrono instead of weird int64_t arthmetics | Carl Dong |
2022-07-15 | Release notes for Miniscript support in P2WSH descriptors | Antoine Poinsot |
2022-07-14 | Merge bitcoin/bitcoin#24148: Miniscript support in Output Descriptors | Andrew Chow |
2022-07-14 | fix gettxout help text | Marnix |
2022-07-14 | Merge bitcoin/bitcoin#25607: [kernel 3d/n] Misc `ChainstateManager::Options` ... | MacroFake |
2022-07-14 | Use designated initializers for ChainstateManager::Options | Carl Dong |
2022-07-14 | Move ChainstateManagerOpts into kernel:: namespace | Carl Dong |
2022-07-14 | qa: functional test Miniscript watchonly support | Antoine Poinsot |
2022-07-14 | Miniscript support in output descriptors | Antoine Poinsot |
2022-07-14 | qa: better error reporting on descriptor parsing error | Antoine Poinsot |
2022-07-14 | miniscript: add a helper to find the first insane sub with no child | Antoine Poinsot |
2022-07-14 | miniscript: don't check for top level validity at parsing time | Antoine Poinsot |
2022-07-14 | Merge bitcoin/bitcoin#25594: refactor: Return BResult from restoreWallet | MacroFake |
2022-07-14 | Merge bitcoin/bitcoin#25557: p2p: Eliminate atomic for m_last_getheaders_time... | MacroFake |
2022-07-13 | univalue: Throw exception on invalid pushes over silent ignore | MacroFake |
2022-07-13 | refactor: Default options in walletcreatefundedpsbt to VOBJ instead of VNULL | MacroFake |