aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-12-16clang-tidy, qt: Fix `modernize-use-default-member-init` in headersHennadii Stepanov
2022-12-15clang-tidy: Fix `readability-redundant-string-init` in headersHennadii Stepanov
2022-12-14Merge bitcoin/bitcoin#26668: wallet: if only have one output type, don't perf...Andrew Chow
2022-12-13Merge bitcoin/bitcoin#23319: rpc: Return fee and prevout (utxos) to getrawtra...Andrew Chow
2022-12-13Merge bitcoin-core/gui#682: Don't directly delete abandoned txes from GUIHennadii Stepanov
2022-12-13Merge bitcoin/bitcoin#26643: wallet: Move fee underpayment check to after all...Andrew Chow
2022-12-13Merge bitcoin/bitcoin#26628: RPC: Reject RPC requests with same named paramet...MarcoFalke
2022-12-13Merge bitcoin/bitcoin#26477: validation: fix broken maxtipage comparisonfanquake
2022-12-12Merge bitcoin/bitcoin#26199: p2p: Don't self-advertise during version processingMarcoFalke
2022-12-10Merge bitcoin/bitcoin#26666: refactor: Deleted unreachable code in httpserver...MarcoFalke
2022-12-10Merge bitcoin/bitcoin#26673: univalue: Remove confusing getBool methodfanquake
2022-12-10Merge bitcoin/bitcoin#26213: rpc: Strict type checking for RPC boolean parame...fanquake
2022-12-09wallet: Sanity check fee paid cannot be negativeAndrew Chow
2022-12-09wallet: Move fee underpayment check to after fee settingAndrew Chow
2022-12-09refactor: Refactored RequestMethodString function to follow developer notesJoaoAJMatos
2022-12-09refactor: Deleted unreachable code in httpserver.cppJoaoAJMatos
2022-12-09test: Suggested cleanups for rpc_namedparams testRyan Ofsky
2022-12-09univalue: Remove confusing getBool methodRyan Ofsky
2022-12-08wallet: if only have one output type, don't perform "mixed" coin selectionfurszy
2022-12-08Merge bitcoin/bitcoin#26378: refactor: Pass reference to last header, not poi...MarcoFalke
2022-12-08Merge bitcoin/bitcoin#26513: Make static nLastFlush and nLastWrite Chainstate...fanquake
2022-12-08Merge bitcoin/bitcoin#26308: rpc/rest/zmq: reduce LOCK(cs_main) scope: ~6 tim...MarcoFalke
2022-12-07Merge bitcoin/bitcoin#25934: wallet, rpc: add `label` to `listsinceblock`Andrew Chow
2022-12-07refactor: Replace isTrue with get_boolMarcoFalke
2022-12-07bugfix: Strict type checking for RPC boolean parametersMarcoFalke
2022-12-07Merge bitcoin/bitcoin#26298: refactor: Move src/interfaces/*.cpp files to lib...fanquake
2022-12-07Merge bitcoin/bitcoin#26645: util: Include full version id in bug reportsMarcoFalke
2022-12-06wallet: Rename nFeeRet in CreateTransactionInternal to current_feeAndrew Chow
2022-12-06rpc: reduce LOCK(cs_main) scope in gettxoutproofAndrew Toth
2022-12-06rpc: reduce LOCK(cs_main) scope in GetUndoChecked and getblockstatsAndrew Toth
2022-12-06rpc: reduce LOCK(cs_main) scope in blockToJSON Andrew Toth
2022-12-06rpc: reduce LOCK(cs_main) scope in GetBlockChecked and getblockAndrew Toth
2022-12-06zmq: remove LOCK(cs_main) from NotifyBlockAndrew Toth
2022-12-06rest: reduce LOCK(cs_main) scope in rest_blockAndrew Toth
2022-12-06Merge bitcoin-core/gui#683: doc: Drop no longer relevant commentHennadii Stepanov
2022-12-06wallet, rpc: add `label` to `listsinceblock`brunoerg
2022-12-06refactor, wallet: use optional for `label` in `ListTransactions`brunoerg
2022-12-06Merge bitcoin/bitcoin#26609: refactor: Move `txmempool_entry.h` --> `kernel/m...MarcoFalke
2022-12-06Merge bitcoin/bitcoin#25729: wallet: Check max transaction weight in CoinSele...Andrew Chow
2022-12-06Merge bitcoin/bitcoin#26238: clang-tidy: fixup named argument commentsMarcoFalke
2022-12-06util: Include full version id in bug reportsMarcoFalke
2022-12-06Merge bitcoin/bitcoin#26611: wallet: Change coin selection fee assert to errorMarcoFalke
2022-12-05Merge bitcoin/bitcoin#19888: rpc, test: Improve getblockstats for unspendablesAndrew Chow
2022-12-05Merge bitcoin/bitcoin#26462: wallet: fix crash on loading descriptor wallet c...Andrew Chow
2022-12-05test: Check max transaction weight in CoinSelectionAurèle Oulès
2022-12-05wallet: Check max tx weight in coin selectorAurèle Oulès
2022-12-05wallet: Change coin selection fee assert to errorAndrew Chow
2022-12-05Merge bitcoin/bitcoin#26560: wallet: bugfix, invalid CoinsResult cached total...Andrew Chow
2022-12-05Fixup clang-tidy named argument commentsfanquake
2022-12-05Merge bitcoin/bitcoin#24226: rpc: warn that nodes ignore requests for old sta...MarcoFalke