<bitcoin-git>
bitcoin/master e4ede64 Greg Sanders: Expand scantxoutset help text to cover tr() and miniscript
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27212: test: Make the unlikely race in p2p_invalid_messages impossible? (master...2303-test-race-less-👾) https://github.com/bitcoin/bitcoin/pull/27212
<bitcoin-git>
[bitcoin] achow101 merged pull request #25491: wallet: use Mutex for g_sqlite_mutex instead of GlobalMutex (master...g_sqlite_mutex) https://github.com/bitcoin/bitcoin/pull/25491
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27209: ci: Remove unused EXPECTED_TESTS_DURATION_IN_SECONDS env var (master...2303-ci-travis-leftover-no-🎞) https://github.com/bitcoin/bitcoin/pull/27209
2023-03-05
<bitcoin-git>
[bitcoin] TheCharlatan opened pull request #27205: doc: Show how less noisy clang-tidy output can be achieved (master...dev-notes-clang-tidy) https://github.com/bitcoin/bitcoin/pull/27205
<bitcoin-git>
[bitcoin] theStack opened pull request #27200: test: psbt: check non-witness UTXO removal for segwit v1 input (master...202303-test-psbt_non_witness_utxo_drop) https://github.com/bitcoin/bitcoin/pull/27200
2023-03-04
<bitcoin-git>
[bitcoin] ishaanam opened pull request #27199: test: fix race condition in encrypted wallet rescan tests (master...rescanblockchain_test_fix) https://github.com/bitcoin/bitcoin/pull/27199
<bitcoin-git>
[bitcoin] fanquake merged pull request #27192: util: add missing include and fix function signature (master...fix-readbinaryfile) https://github.com/bitcoin/bitcoin/pull/27192
<bitcoin-git>
bitcoin/master 8847ce4 Cory Fields: util: add missing include and fix function signature
<bitcoin-git>
bitcoin/master 40c6c85 fanquake: Merge bitcoin/bitcoin#27192: util: add missing include and fix function si...
<bitcoin-git>
bitcoin/master 987f1bb hernanmarino: Fixed a couple of typos in comments to make linter happy
<bitcoin-git>
bitcoin/master 236cd23 fanquake: Merge bitcoin/bitcoin#27197: Fix typos in comments to make linter happy
2023-03-03
<bitcoin-git>
[bitcoin] hernanmarino opened pull request #27197: Fixed typos in comments to make linter happy (master...fix-typos-linter) https://github.com/bitcoin/bitcoin/pull/27197
<bitcoin-git>
[bitcoin] furszy opened pull request #27195: bumpfee: allow send coins back to yourself (master...2022_bumpfee_send_coins_back_to_yourself) https://github.com/bitcoin/bitcoin/pull/27195
<bitcoin-git>
bitcoin/master 545ff92 stickies-v: refactor: use string_view for RPC named argument values
<bitcoin-git>
[bitcoin] fanquake merged pull request #26612: refactor: RPC: pass named argument value as string_view (master...rpc-convert-string-view) https://github.com/bitcoin/bitcoin/pull/26612
<bitcoin-git>
bitcoin/master 1d02e59 stickies-v: test: add cases to JSON parsing
<bitcoin-git>
bitcoin/master 7727603 stickies-v: refactor: reduce unnecessary complexity in ParseNonRFCJSONValue
2023-03-02
<bitcoin-git>
[bitcoin] fanquake merged pull request #27183: doc: Update Transifex links and slug format in Release Process (master...230301-transifex) https://github.com/bitcoin/bitcoin/pull/27183
<bitcoin-git>
bitcoin/master 9c371e5 Hennadii Stepanov: doc: Update Transifex links and slug format in Release Process
<bitcoin-git>
bitcoin/master a12b27a fanquake: Merge bitcoin/bitcoin#27183: doc: Update Transifex links and slug format i...
<bitcoin-git>
[bitcoin] theuni opened pull request #27192: util: add missing include and fix function signature (master...fix-readbinaryfile) https://github.com/bitcoin/bitcoin/pull/27192
<bitcoin-git>
[bitcoin] mzumsande opened pull request #27191: blockstorage: add an assert to avoid running oom with `-fastprune` (master...202302_fastprune_oom) https://github.com/bitcoin/bitcoin/pull/27191
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27189: Use steady clock in SeedStrengthen and FindBestImplementation (master...2303-bench-with-steady-clock-🙂) https://github.com/bitcoin/bitcoin/pull/27189
<bitcoin-git>
[bitcoin] achow101 merged pull request #27172: guix: switch to some `minimal` versions of packages in our manifest (master...guix_more_minimal) https://github.com/bitcoin/bitcoin/pull/27172
<bitcoin-git>
bitcoin/master 1475515 fanquake: guix: use coreutils-minimal over coreutils
<bitcoin-git>
bitcoin/master 2c9eb4a fanquake: guix: use cmake-minimal over cmake
<bitcoin-git>
bitcoin/master 4445621 fanquake: guix: use bash-minimal over bash
<bitcoin-git>
[bitcoin] hebasto opened pull request #27183: doc: Update Transifex links and slug format in Release Process (master...230301-transifex) https://github.com/bitcoin/bitcoin/pull/27183
<stickies-v>
does anyone know where the bitcoin-git bot source code is hosted and/or who's maintaining it?
<stickies-v>
has anyone thought about some kind of alerting system when the CI on your PR fails? I think it could be nice if e.g. bitcoin-git bot here sends you a DM (assuming nicknames are the same), or drahtbot tags the author as assigned in the PR (looks like you can't assign the author as reviewer). nothing too intrusive, just a gentle notification
<bitcoin-git>
[bitcoin] brunoerg opened pull request #27177: test: fix intermittent issue in `feature_bip68_sequence` (master...2023-02-fix-feature-bip68-test) https://github.com/bitcoin/bitcoin/pull/27177
<bitcoin-git>
[bitcoin] stickies-v opened pull request #27176: docs: GetDataDirNet and GetDataDirBase don't create datadir (master...docs-getdatadir-no-create) https://github.com/bitcoin/bitcoin/pull/27176
<bitcoin-git>
[bitcoin] glozow opened pull request #27174: [ci] bump lint task to lunar for git v2.38 (master...2023-03-lint-bump-git-lunar) https://github.com/bitcoin/bitcoin/pull/27174
<bitcoin-git>
[bitcoin] fanquake opened pull request #27172: guix: switch to some `minimal` versions of packages in our manifest (master...guix_more_minimal) https://github.com/bitcoin/bitcoin/pull/27172
<bitcoin-git>
[bitcoin] sipa opened pull request #27165: Improve miniscript_{stable,smart} fuzzer ability to avoid too large scripts (master...202302_miniscript_fuzz_limits) https://github.com/bitcoin/bitcoin/pull/27165
<bitcoin-git>
[bitcoin] instagibbs opened pull request #27155: Expand scantxoutset help text to cover tr() and miniscript (master...scantxoutset_tr_ms) https://github.com/bitcoin/bitcoin/pull/27155
<bitcoin-git>
[bitcoin] achow101 merged pull request #27073: Convert ArgsManager::GetDataDir to a read-only function (master...2022-02-cli-datadir) https://github.com/bitcoin/bitcoin/pull/27073
<bitcoin-git>
bitcoin/master f36d1d5 Jeffrey Czyz: Use void* throughout support/lockedpool.h
<bitcoin-git>
[bitcoin] achow101 merged pull request #25943: rpc: Add a parameter to sendrawtransaction which sets a maximum value for unspendable outputs. (master...wip-opreturn_nz) https://github.com/bitcoin/bitcoin/pull/25943
<bitcoin-git>
bitcoin/master 6360b53 Martin Zumsande: validation: Change return value of VerifyDB to enum type
<bitcoin-git>
bitcoin/master d6f781f Martin Zumsande: validation: return VerifyDBResult::INTERRUPTED if verification was interru...
<bitcoin-git>
bitcoin/master 0c7785b Martin Zumsande: init, validation: Improve handling if VerifyDB() fails due to insufficient...
<bitcoin-git>
[bitcoin] ishaanam opened pull request #27145: wallet: when a block is disconnected, update transactions that are no longer conflicted (master...mark_not_conflicted_inactive) https://github.com/bitcoin/bitcoin/pull/27145
<bitcoin-git>
[bitcoin] fanquake merged pull request #26595: wallet: be able to specify a wallet name and passphrase to migratewallet (master...migratewallet-by-name-and-passphrase) https://github.com/bitcoin/bitcoin/pull/26595
<bitcoin-git>
bitcoin/master 6bdbc5f Andrew Chow: rpc: Allow users to specify wallet name for migratewallet
<bitcoin-git>
bitcoin/master 7fd125b Andrew Chow: wallet: Be able to unlock the wallet for migration
<bitcoin-git>
bitcoin/master 61bb4e7 Leonardo Lazzaro: lint: enable E722 do not use bare except
<bitcoin-git>
bitcoin/master 0c57920 fanquake: Merge bitcoin/bitcoin#25867: lint: enable E722 do not use bare except
2023-02-21
<bitcoin-git>
[bitcoin] achow101 merged pull request #26347: wallet: ensure the wallet is unlocked when needed for rescanning (master...rescanblockchain_unlock_wallet) https://github.com/bitcoin/bitcoin/pull/26347
<bitcoin-git>
bitcoin/master 493b813 ishaanam: wallet: ensure that the passphrase is not deleted from memory when being u...
<bitcoin-git>
bitcoin/master 6a5b348 ishaanam: test: test rescanning encrypted wallets
<bitcoin-git>
[bitcoin] fanquake merged pull request #27113: rpc: Use a FlatSigningProvider in decodescript to allow inferring descriptors for scripts larger than 520 bytes (master...decodescript-flatsigningprovider) https://github.com/bitcoin/bitcoin/pull/27113
<bitcoin-git>
bitcoin/master 7cc7822 Andrew Chow: rpc: Use FlatSigningProvider in decodescript
<bitcoin-git>
bitcoin/master 73ec4b2 Andrew Chow: tests: decodescript can infer descriptors for scripts >520 bytes
<bitcoin-git>
bitcoin/master e996219 fanquake: Merge bitcoin/bitcoin#27113: rpc: Use a FlatSigningProvider in decodescrip...