<bitcoin-git>
bitcoin/master 21a9e94 josibake: ci: remove hardcoded tag list from ci scripts
<bitcoin-git>
[bitcoin] fanquake merged pull request #24662: addrman: Use system time instead of adjusted network time (master...2203-add-🔍) https://github.com/bitcoin/bitcoin/pull/24662
<gribble>
https://github.com/bitcoin/bitcoin/issues/25720 | p2p: Reduce bandwidth during initial headers sync when a block is found by sdaftuar · Pull Request #25720 · bitcoin/bitcoin · GitHub
<bitcoin-git>
bitcoin/master 1d6b438 Andreas Kouloumos: test: use MiniWallet to simplify mempool_package_limits.py tests
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #21763: test: Run AppInitSanityChecks before all tests (master...2104-testCommonInit) https://github.com/bitcoin/bitcoin/pull/21763
<bitcoin-git>
bitcoin/master fa468bd MacroFake: Return optional error from ApplyArgsManOptions
<bitcoin-git>
bitcoin/master fa14860 MacroFake: Remove ::fRequireStandard global
<bitcoin-git>
bitcoin/master fa9cba7 MacroFake: Remove ::incrementalRelayFee and ::minRelayTxFee globals
<bitcoin-git>
[bitcoin] w0xlt closed pull request #25601: util: Make `BResult` error a generic type instead of only `bilingual_str` (master...structuredresult) https://github.com/bitcoin/bitcoin/pull/25601
<bitcoin-git>
[bitcoin] w0xlt closed pull request #25757: rpc: add a new parameter `desriptor_file` to `importdescriptors` RPC (master...desc_from_file) https://github.com/bitcoin/bitcoin/pull/25757
<bitcoin-git>
[bitcoin] achow101 merged pull request #25272: wallet: guard and alert about a wallet invalid state during chain sync (master...2022_wallet_invalid_state) https://github.com/bitcoin/bitcoin/pull/25272
<bitcoin-git>
bitcoin/master 77de5c6 furszy: wallet: guard and alert about a wallet invalid state during chain sync
<bitcoin-git>
bitcoin/master 9e04cfa furszy: test: add coverage for wallet inconsistent state during sync
<bitcoin-git>
bitcoin/master de3c46c Andrew Chow: Merge bitcoin/bitcoin#25272: wallet: guard and alert about a wallet invali...
<bitcoin-git>
[bitcoin] achow101 opened pull request #25766: wallet: Include a signature with encrypted keys to mitigate a wallet scam (master...enckeys-with-sigs) https://github.com/bitcoin/bitcoin/pull/25766
<bitcoin-git>
[bitcoin] fanquake closed pull request #25570: mempool: Add the `bypass_{csv,cltv}` option to `testmempoolaccept` (master...bypass-op-1) https://github.com/bitcoin/bitcoin/pull/25570
<bitcoin-git>
[bitcoin] w0xlt closed pull request #24121: wallet: treat P2TR address with invalid x-only pubkey as invalid (master...validate_P2TR_invalid_pk) https://github.com/bitcoin/bitcoin/pull/24121
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25528: ci: run USDT interface tests in the CI (master...2022-06-usdt-ci-tests) https://github.com/bitcoin/bitcoin/pull/25528
<bitcoin-git>
bitcoin/master 220a5a2 0xb10c: test: hook into PID in tracing tests
<bitcoin-git>
bitcoin/master b27ba16 Jon Atack: refactor: make all NodeImpl/ChainImpl/ExternalSignerImpl members public
<bitcoin-git>
bitcoin/master 4bedfd7 Jon Atack: refactor: remove unneeded temporaries in node/interfaces, simplify code
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25663: tracing: do not use `coin` after move in `CCoinsViewCache::AddCoin` (master...bugprone-use-after-move) https://github.com/bitcoin/bitcoin/pull/25663
<bitcoin-git>
bitcoin/master f608f25 fanquake: Squashed 'src/leveldb/' changes from 330dd6235f..22f1e4a02f
<bitcoin-git>
bitcoin/master bec911e fanquake: Update leveldb-subtree subtree to latest upstream
<bitcoin-git>
[bitcoin] mxaddict closed pull request #24761: Updated funcs.mk to work with Windows Subsystem for Linux (master...temp-master) https://github.com/bitcoin/bitcoin/pull/24761
2022-07-31
<bitcoin-git>
[bitcoin] brunoerg opened pull request #25760: rest: clean-up for `mempool` endpoints (master...2022-07-rest-improvements) https://github.com/bitcoin/bitcoin/pull/25760
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25759: test: fix floating point conversion in `wallet_encryption.py` (master...issue_25758) https://github.com/bitcoin/bitcoin/pull/25759
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25757: rpc: add a new parameter `desriptor_file` to `importdescriptors` RPC (master...desc_from_file) https://github.com/bitcoin/bitcoin/pull/25757
2022-07-30
<bitcoin-git>
[bitcoin] stickies-v opened pull request #25756: rest: Remove support for a number of `-deprecatedrest` options (master...rest/query-params-3-cleanup) https://github.com/bitcoin/bitcoin/pull/25756
<bitcoin-git>
[bitcoin] stickies-v opened pull request #25755: rest: Use from_blockhash and txdetails query parameters (master...rest/query-params-2-update-endpoints) https://github.com/bitcoin/bitcoin/pull/25755
<bitcoin-git>
[bitcoin] stickies-v opened pull request #25754: rest: Extend HTTPRequest interface to support querying path (parameters) (master...rest/query-params-1-path-interface) https://github.com/bitcoin/bitcoin/pull/25754
<bitcoin-git>
[bitcoin] stickies-v opened pull request #25753: rest: Move format string from path-like parameter to query parameter (master...rest/query-params-0-prep) https://github.com/bitcoin/bitcoin/pull/25753
<bitcoin-git>
[bitcoin] jonatack reopened pull request #25271: net: helpfully log in ConnectNode() which peer we are already connected to (master...ConnectNode-say-which-peer-we-are-already-connected-to) https://github.com/bitcoin/bitcoin/pull/25271
<bitcoin-git>
[bitcoin] jonatack closed pull request #23076: refactor: pass CTxMemPool and CFeeRate in-param objects by const reference (master...feerate-and-txmempool-fixups) https://github.com/bitcoin/bitcoin/pull/23076
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25709: script: actually trigger the optimization in BuildScript (master...fix_buildscript_opt) https://github.com/bitcoin/bitcoin/pull/25709
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25750: test: Temporarily work around Windows bug in walletpassphrase (master...2207-windows-bad-🎀) https://github.com/bitcoin/bitcoin/pull/25750
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25748: refactor: Avoid copies in FlatSigningProvider Merge (master...2207-merge-🚗) https://github.com/bitcoin/bitcoin/pull/25748
<gribble>
https://github.com/bitcoin/bitcoin/issues/25614 | logging: add `-loglevel` configuration option and a `trace` log level by jonatack · Pull Request #25614 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] fanquake merged pull request #25738: depends: use a patch instead of sed in libxcb (master...remove_sed_libxcb) https://github.com/bitcoin/bitcoin/pull/25738
<bitcoin-git>
bitcoin/master 3fe58a9 fanquake: tidy: run clang-tidy in quiet mode
<bitcoin-git>
bitcoin/master ab3db34 MacroFake: Merge bitcoin/bitcoin#25713: tidy: run clang-tidy in quiet mode
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25747: rpc: add a new parameter `save_to_file` to `listdescriptors` RPC (master...desc_file) https://github.com/bitcoin/bitcoin/pull/25747
2022-07-29
<bitcoin-git>
[bitcoin] hebasto opened pull request #25744: build: Use Link Time Optimization in Qt code for Darwin hosts (master...220729-qt-darwin-lto) https://github.com/bitcoin/bitcoin/pull/25744
<bitcoin-git>
[bitcoin] Xekyo opened pull request #25742: Use change amount as tiebreaker for SelectionResults (master...2022-07-use-change-as-tiebreaker) https://github.com/bitcoin/bitcoin/pull/25742
<gribble>
https://github.com/bitcoin/bitcoin/issues/25272 | wallet: guard and alert about a wallet invalid state during chain sync by furszy · Pull Request #25272 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] luke-jr closed pull request #25463: Bugfix: Do not define HAVE_O_CLOEXEC for LevelDB when O_CLOEXEC is not available (master...fix_leveldb_no_cloexec) https://github.com/bitcoin/bitcoin/pull/25463
<bitcoin-git>
[bitcoin] fanquake opened pull request #25738: depends: use a patch instead of sed in libxcb (master...remove_sed_libxcb) https://github.com/bitcoin/bitcoin/pull/25738
<bitcoin-git>
[bitcoin] furszy opened pull request #25737: rpc: remove redundant univalue type checks (master...2022_rpc_remove_type_check) https://github.com/bitcoin/bitcoin/pull/25737
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25736: univalue: Remove unused and confusing set*() return value (master...2207-setRet-🌃) https://github.com/bitcoin/bitcoin/pull/25736
<bitcoin-git>
[bitcoin] vasild opened pull request #25735: net: remove useless call to IsReachable() from CConnman::Bind() (master...remove_IsReachable_from_Bind) https://github.com/bitcoin/bitcoin/pull/25735
<bitcoin-git>
[bitcoin] vincenzopalazzo opened pull request #25732: tests: Use test utils each time that it is possible (master...macros/assert_promotion) https://github.com/bitcoin/bitcoin/pull/25732
<bitcoin-git>
[bitcoin] achow101 merged pull request #24584: wallet: avoid mixing different `OutputTypes` during coin selection (master...josibake-coin-selection-v2) https://github.com/bitcoin/bitcoin/pull/24584
<bitcoin-git>
bitcoin/master 77b0707 josibake: refactor: use CoinsResult struct in SelectCoins
<bitcoin-git>
bitcoin/master 438e048 josibake: wallet: run coin selection by `OutputType`
<gribble>
https://github.com/bitcoin/bitcoin/issues/25690 | net: Add addresses to local addr map even if their network is unreachable by fjahr · Pull Request #25690 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #25722: refactor: Use util::Result class for wallet loading (master...pr/bresult-load) https://github.com/bitcoin/bitcoin/pull/25722
<bitcoin-git>
[bitcoin] sdaftuar opened pull request #25720: p2p: Reduce bandwidth during initial headers sync when a block is found (master...2022-07-reduce-headers-sync-bandwidth) https://github.com/bitcoin/bitcoin/pull/25720
<bitcoin-git>
[bitcoin] fanquake merged pull request #25697: depends: expat 2.4.8 & fix building with -flto (master...expat_2_4_8_with_lto) https://github.com/bitcoin/bitcoin/pull/25697
<bitcoin-git>
bitcoin/master e838a98 fanquake: depends: re-enable using -flto when building expat
<bitcoin-git>
bitcoin/master 207a228 fanquake: Merge bitcoin/bitcoin#25697: depends: expat 2.4.8 & fix building with -flto
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #25711: univalue: hand written conversion of number to string (master...2207-faster-univalue-💡) https://github.com/bitcoin/bitcoin/pull/25711
<bitcoin-git>
[bitcoin] fanquake merged pull request #24974: refactor: Make FEELER_SLEEP_WINDOW type safe (std::chrono) (master...2204-feeler-type-🐴) https://github.com/bitcoin/bitcoin/pull/24974
<bitcoin-git>
bitcoin/master 5671217 fanquake: Merge bitcoin/bitcoin#24974: refactor: Make FEELER_SLEEP_WINDOW type safe ...
<bitcoin-git>
bitcoin/master fa74e72 MacroFake: refactor: Make FEELER_SLEEP_WINDOW type safe (std::chrono)