Age | Commit message (Expand) | Author |
2022-07-19 | refactor: move PSBT(Map) helpers from signet miner to test framework | Sebastian Falbesoner |
2022-07-19 | refactor: move `from_binary` helper from signet miner to test framework | Sebastian Falbesoner |
2022-07-19 | scripted-diff: rename `FromBinary` helper to `from_binary` (signet miner) | Sebastian Falbesoner |
2022-07-19 | refactor: use CoinsResult struct in SelectCoins | josibake |
2022-07-19 | refactor: store by OutputType in CoinsResult | josibake |
2022-07-19 | Remove unused includes in rpc/fees.cpp | MacroFake |
2022-07-19 | Remove unused includes from dbwrapper.h | MacroFake |
2022-07-19 | Add missing includes | MacroFake |
2022-07-19 | Add missing includes to node/chainstate | MacroFake |
2022-07-19 | Merge bitcoin/bitcoin#25641: Fix `-Wparentheses` gcc warning | MacroFake |
2022-07-19 | depends: modify FastFixedDtoa optimisation flags | fanquake |
2022-07-19 | rpc: output parent wallet descriptors for coins in listunspent | Antoine Poinsot |
2022-07-19 | rpc: output wallet descriptors for received entries in listsinceblock | Antoine Poinsot |
2022-07-19 | Merge bitcoin/bitcoin#25629: univalue: Return more detailed type check error ... | fanquake |
2022-07-19 | spkman: don't ignore the return value when deriving an extended key | Antoine Poinsot |
2022-07-19 | Fix `-Wparentheses` gcc warning | Hennadii Stepanov |
2022-07-19 | Merge bitcoin-core/gui#631: Disallow encryption of watchonly wallets | Hennadii Stepanov |
2022-07-19 | Merge bitcoin/bitcoin#25590: wallet: Precompute Txdata after setting PSBT inp... | MacroFake |
2022-07-19 | guix: Drop repetition of option's default value | Hennadii Stepanov |
2022-07-19 | refactor: Use chainman() helper consistently in ChainImpl | MacroFake |
2022-07-19 | Merge bitcoin/bitcoin#25612: depends: default to using GCC tool wrappers for ... | fanquake |
2022-07-19 | Merge bitcoin/bitcoin#25466: ci: add unused-using-decls to clang-tidy | MacroFake |
2022-07-19 | Merge bitcoin/bitcoin#25514: net processing: Move CNode::nServices and CNode:... | MacroFake |
2022-07-18 | Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blocks | Andrew Chow |
2022-07-18 | indexes, refactor: Remove CChainState use in index CommitInternal method | Ryan Ofsky |
2022-07-18 | indexes, refactor: Remove CBlockIndex* uses in index Rewind methods | Ryan Ofsky |
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#25351: rpc, wallet: Scan mempool after import* - Second... | Andrew Chow |
2022-07-18 | refactor: Make mapBlocksUnknownParent local, and rename it | Hennadii Stepanov |
2022-07-18 | tidy: use misc-unused-using-decls | fanquake |
2022-07-18 | refactor: remove unused using directives | fanquake |
2022-07-18 | validation: remove unused using directives | eugene |
2022-07-18 | depends: default to using GCC tool wrappers (with GCC) | fanquake |
2022-07-18 | build: Fix autoconf variable names for tools found by `AC_PATH_TOOL` | Hennadii Stepanov |
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 | test: add coverage for wallet inconsistent state during sync | furszy |
2022-07-18 | build: Check for std::atomic::exchange rather than std::atomic_exchange | Andrew Chow |
2022-07-18 | wallet: guard and alert about a wallet invalid state during chain sync | furszy |
2022-07-18 | Merge bitcoin/bitcoin#25624: fuzz: Fix assert bug in txorphan target | MacroFake |
2022-07-18 | Add symlinks for hardcoded Makefiles in out of tree builds | Pablo Greco |
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 | univalue: Return more detailed type check error messages | MacroFake |
2022-07-18 | move-only: Move UniValue::getInt definition to keep class with definitions only | MacroFake |
2022-07-18 | Merge bitcoin/bitcoin#25617: refactor: univalue test cleanups | MacroFake |