Age | Commit message (Expand) | Author |
2022-12-10 | Merge bitcoin/bitcoin#26673: univalue: Remove confusing getBool method | fanquake |
2022-12-10 | Merge bitcoin/bitcoin#26213: rpc: Strict type checking for RPC boolean parame... | fanquake |
2022-12-09 | wallet: Sanity check fee paid cannot be negative | Andrew Chow |
2022-12-09 | wallet: Move fee underpayment check to after fee setting | Andrew Chow |
2022-12-09 | refactor: Refactored RequestMethodString function to follow developer notes | JoaoAJMatos |
2022-12-09 | refactor: Deleted unreachable code in httpserver.cpp | JoaoAJMatos |
2022-12-09 | test: Suggested cleanups for rpc_namedparams test | Ryan Ofsky |
2022-12-09 | univalue: Remove confusing getBool method | Ryan Ofsky |
2022-12-08 | wallet: if only have one output type, don't perform "mixed" coin selection | furszy |
2022-12-08 | Merge bitcoin/bitcoin#26378: refactor: Pass reference to last header, not poi... | MarcoFalke |
2022-12-08 | Merge bitcoin/bitcoin#26513: Make static nLastFlush and nLastWrite Chainstate... | fanquake |
2022-12-08 | rpc: Enable wallet import on pruned nodes | Aurèle Oulès |
2022-12-08 | Merge bitcoin/bitcoin#26308: rpc/rest/zmq: reduce LOCK(cs_main) scope: ~6 tim... | MarcoFalke |
2022-12-07 | Merge bitcoin/bitcoin#25934: wallet, rpc: add `label` to `listsinceblock` | Andrew Chow |
2022-12-07 | refactor: Replace isTrue with get_bool | MarcoFalke |
2022-12-07 | bugfix: Strict type checking for RPC boolean parameters | MarcoFalke |
2022-12-07 | Merge bitcoin/bitcoin#26298: refactor: Move src/interfaces/*.cpp files to lib... | fanquake |
2022-12-07 | Merge bitcoin/bitcoin#26645: util: Include full version id in bug reports | MarcoFalke |
2022-12-06 | wallet: Rename nFeeRet in CreateTransactionInternal to current_fee | Andrew Chow |
2022-12-06 | rpc: reduce LOCK(cs_main) scope in gettxoutproof | Andrew Toth |
2022-12-06 | rpc: reduce LOCK(cs_main) scope in GetUndoChecked and getblockstats | Andrew Toth |
2022-12-06 | rpc: reduce LOCK(cs_main) scope in blockToJSON | Andrew Toth |
2022-12-06 | rpc: reduce LOCK(cs_main) scope in GetBlockChecked and getblock | Andrew Toth |
2022-12-06 | zmq: remove LOCK(cs_main) from NotifyBlock | Andrew Toth |
2022-12-06 | rest: reduce LOCK(cs_main) scope in rest_block | Andrew Toth |
2022-12-06 | Merge bitcoin-core/gui#683: doc: Drop no longer relevant comment | Hennadii Stepanov |
2022-12-06 | wallet, rpc: add `label` to `listsinceblock` | brunoerg |
2022-12-06 | refactor, wallet: use optional for `label` in `ListTransactions` | brunoerg |
2022-12-06 | Merge bitcoin/bitcoin#26609: refactor: Move `txmempool_entry.h` --> `kernel/m... | MarcoFalke |
2022-12-06 | Merge bitcoin/bitcoin#25729: wallet: Check max transaction weight in CoinSele... | Andrew Chow |
2022-12-06 | Merge bitcoin/bitcoin#26238: clang-tidy: fixup named argument comments | MarcoFalke |
2022-12-06 | util: Include full version id in bug reports | MarcoFalke |
2022-12-06 | Merge bitcoin/bitcoin#26611: wallet: Change coin selection fee assert to error | MarcoFalke |
2022-12-05 | Merge bitcoin/bitcoin#19888: rpc, test: Improve getblockstats for unspendables | Andrew Chow |
2022-12-05 | Merge bitcoin/bitcoin#26462: wallet: fix crash on loading descriptor wallet c... | Andrew Chow |
2022-12-05 | test: Check max transaction weight in CoinSelection | Aurèle Oulès |
2022-12-05 | wallet: Check max tx weight in coin selector | Aurèle Oulès |
2022-12-05 | wallet: Change coin selection fee assert to error | Andrew Chow |
2022-12-05 | Merge bitcoin/bitcoin#26560: wallet: bugfix, invalid CoinsResult cached total... | Andrew Chow |
2022-12-05 | Fixup clang-tidy named argument comments | fanquake |
2022-12-05 | Merge bitcoin/bitcoin#24226: rpc: warn that nodes ignore requests for old sta... | MarcoFalke |
2022-12-05 | Merge bitcoin/bitcoin#26624: refactor: Rename local variable to distinguish i... | glozow |
2022-12-02 | bitcoin-cli: Make it an error to specify the "args" parameter two different ways | Ryan Ofsky |
2022-12-02 | rpc: Make it an error server-side to specify same named parameter multiple times | Ryan Ofsky |
2022-12-02 | test: Add RPC tests for same named parameter specified more than once | Ryan Ofsky |
2022-12-02 | doc: Drop no longer relevant comment | Hennadii Stepanov |
2022-12-02 | refactor: make CoinsResult total amounts members private | furszy |
2022-12-02 | wallet: add assert to SelectionResult::Merge for safety | S3RK |
2022-12-02 | wallet: SelectCoins, return early if wallet's UTXOs cannot cover the target | furszy |
2022-12-02 | test: bugfix, coinselector_test, use 'CoinsResult::Erase/Add' instead of dire... | furszy |