aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-13Merge bitcoin/bitcoin#26477: validation: fix broken maxtipage comparisonfanquake
2022-12-12test: add add_wallet_options to TestShelljosibake
2022-12-12Merge bitcoin/bitcoin#26199: p2p: Don't self-advertise during version processingMarcoFalke
2022-12-10ci: Use `CONFIG_SITE` variable and `--prefix` option properlyHennadii Stepanov
2022-12-10Merge bitcoin/bitcoin#26666: refactor: Deleted unreachable code in httpserver...MarcoFalke
2022-12-10Merge bitcoin/bitcoin#26672: build: Update libmultiprocess libraryfanquake
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-09tests: Reorder longer running tests in test_runnerAndrew Chow
2022-12-09tests: Whitelist test p2p connection in rpc_packagesAndrew Chow
2022-12-09tests: Use waitfornewblock for work queue test in interface_rpcAndrew Chow
2022-12-09tests: Initialize sigops draining script with bytes in feature_taprootAndrew Chow
2022-12-09tests: Use batched RPC in feature_fee_estimationAndrew Chow
2022-12-09tests: reduce number of generated blocks for wallet_import_rescanAndrew Chow
2022-12-09refactor: Refactored RequestMethodString function to follow developer notesJoaoAJMatos
2022-12-09refactor: Deleted unreachable code in httpserver.cppJoaoAJMatos
2022-12-09Merge bitcoin/bitcoin#26601: test: Move wallet tests to wallet_*.pyMarcoFalke
2022-12-09test: Suggested cleanups for rpc_namedparams testRyan Ofsky
2022-12-09build: Update `libmultiprocess` libraryHennadii Stepanov
2022-12-09univalue: Remove confusing getBool methodRyan Ofsky
2022-12-09test: Move rpc_fundrawtransaction.py to wallet_fundrawtransaction.pyMarcoFalke
2022-12-09test: Move feature_backwards_compatibility.py to wallet_backwards_compatibili...MarcoFalke
2022-12-09Merge bitcoin/bitcoin#26660: test: Use last release in compatibility testsMarcoFalke
2022-12-09Merge bitcoin/bitcoin#26658: test: Fix backwards compatibility intermittent f...MarcoFalke
2022-12-08wallet: if only have one output type, don't perform "mixed" coin selectionfurszy
2022-12-08Merge bitcoin/bitcoin#24279: build: Make `$(package)_*_env` available to all ...fanquake
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-08test: Use last release in compatibility testsMarcoFalke
2022-12-08test: Avoid intermittent timeout in feature_assumevalid.pyMarcoFalke
2022-12-08rpc: Enable wallet import on pruned nodesAurèle Oulès
2022-12-08test: Fix backwards compatibility intermittent failureAurèle Oulès
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-07Merge bitcoin/bitcoin#24611: Add fish completionsAndrew Chow
2022-12-07refactor: Replace isTrue with get_boolMarcoFalke
2022-12-07bugfix: Strict type checking for RPC boolean parametersMarcoFalke
2022-12-07build: Move environment variables into `$(package)_config_env`Hennadii Stepanov
2022-12-07build: Make $(package)_*_env available to all $(package)_*_cmdsHennadii Stepanov
2022-12-07Merge bitcoin/bitcoin#26517: test: Changed small_txpuzzle_randfee to return t...MarcoFalke
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