<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #30105: test: Added test to ensure log and failure happen when work is less than active chainstate (master...assumeutxoExceedActiveChainstatelog) https://github.com/bitcoin/bitcoin/pull/30105
<bitcoin-git>
[bitcoin] achow101 merged pull request #29086: refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather than duplicating definition (master...refactor_mempoolopts) https://github.com/bitcoin/bitcoin/pull/29086
<bitcoin-git>
bitcoin/master f5fc319 Ava Chow: Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options ...
<vasild>
maflcko: https://github.com/bitcoin/bitcoin/pull/29421 has a NACK from you and I have addressed your concern. If not ACK, it would be nice if you can at least remove your NACK. Thanks for the review so far!
<bitcoin-git>
[bitcoin] glozow closed pull request #29854: 26.x: backport #29853 ("sign: don't assume we are parsing a sane Miniscript") (26.x...2404_ms_crash_backport_26) https://github.com/bitcoin/bitcoin/pull/29854
<bitcoin-git>
bitcoin/master b77bad3 willcl-ark: rpc: move UniValue in blockToJSON
<bitcoin-git>
[bitcoin] theuni opened pull request #30097: crypto: disable asan for sha256_sse4 with clang and -O0 (master...sha2asan) https://github.com/bitcoin/bitcoin/pull/30097
<bitcoin-git>
[bitcoin] vasild opened pull request #30095: util: avoid using thread_local variable that has a destructor (master...thead_local_without_destructor) https://github.com/bitcoin/bitcoin/pull/30095
<bitcoin-git>
[bitcoin] glozow merged pull request #29994: doc: removed help text saying that peers may not connect automatically (master...docsRemoveNetNote) https://github.com/bitcoin/bitcoin/pull/29994
<bitcoin-git>
bitcoin/master c7deb76 glozow: Merge bitcoin/bitcoin#29994: doc: removed help text saying that peers may ...
<bitcoin-git>
bitcoin/master 95897ff kevkevin: doc: removed help text saying that peers may not connect automatically
<bitcoin-git>
[bitcoin] luke-jr closed pull request #30088: Bugfix: RPC/Mining: getblocktemplate: Delay updating nTransactionsUpdatedLast and time_start until after the new template is cached (master...fix_gbt_stale_cache_use) https://github.com/bitcoin/bitcoin/pull/30088
<bitcoin-git>
[bitcoin] hebasto merged pull request #29658: Bugfix: GUI: Help messages already have a trailing newline, so don't add an extra one (master...fix_qt_help_on_console_x_newline) https://github.com/bitcoin/bitcoin/pull/29658
<bitcoin-git>
bitcoin/master ee94913 merge-script: Merge bitcoin/bitcoin#29658: Bugfix: GUI: Help messages already have a tra...
<bitcoin-git>
[bitcoin] luke-jr opened pull request #30088: Bugfix: RPC/Mining: getblocktemplate: Delay updating nTransactionsUpdatedLast and time_start until after the new template is cached (master...fix_gbt_stale_cache_use) https://github.com/bitcoin/bitcoin/pull/30088
<bitcoin-git>
[bitcoin] kevkevinpal reopened pull request #29994: doc: removed help text saying that peers may not connect automatically (master...docsRemoveNetNote) https://github.com/bitcoin/bitcoin/pull/29994
<bitcoin-git>
[bitcoin] achow101 merged pull request #29948: test: add missing comparison of node1's mempool in MempoolPackagesTest (master...master) https://github.com/bitcoin/bitcoin/pull/29948
<bitcoin-git>
bitcoin/master 7066980 Ava Chow: Merge bitcoin/bitcoin#29948: test: add missing comparison of node1's mempo...
<bitcoin-git>
bitcoin/master e912717 umiumi: test: add missing comparison of node1's mempool in MempoolPackagesTest
<bitcoin-git>
[bitcoin] instagibbs opened pull request #30082: test: expand LimitOrphan and EraseForPeer coverage (master...2024-05-orphan_limit_eraseforpeer) https://github.com/bitcoin/bitcoin/pull/30082
<bitcoin-git>
[bitcoin] hebasto opened pull request #30081: refactor: Remove unused code from `subprocess.h` header (master...240510-clean-sp) https://github.com/bitcoin/bitcoin/pull/30081
<bitcoin-git>
[bitcoin] remyers opened pull request #30080: wallet: add coin selection parameter `add_excess_to_recipient_position` for changeless txs with excess that would be added to fees (master...2024-05-bnb-excess) https://github.com/bitcoin/bitcoin/pull/30080
<bitcoin-git>
[bitcoin] ismaelsadeeq opened pull request #30079: Fee Estimation: Ignore all transactions with an in-block child (master...05-2023-ignore-transactions-with-parents) https://github.com/bitcoin/bitcoin/pull/30079
<theStack>
achow101: the bdb parser in the test framework assumes a pagesize of 4096 bytes. i wondered where does number comes from? did earlier versions of bitcoin core set a fixed pagesize? (is this even possible?)
<bitcoin-git>
[bitcoin] fanquake closed pull request #30068: test: assert can't activate snapshot based chainstate more than once (master...assumeutxoActivateTwice) https://github.com/bitcoin/bitcoin/pull/30068
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #30068: test: assert can't activate snapshot based chainstate more than once (master...assumeutxoActivateTwice) https://github.com/bitcoin/bitcoin/pull/30068
2024-05-08
<bitcoin-git>
[bitcoin] achow101 merged pull request #29292: rpc: improve submitpackage documentation and other improvements (master...2024-01/patch-submitpackage-docs) https://github.com/bitcoin/bitcoin/pull/29292
<bitcoin-git>
bitcoin/master 1a875d4 stickies-v: rpc: update min package size error message in submitpackage
<bitcoin-git>
[bitcoin] instagibbs opened pull request #30066: test: add conflicting topology test case (master...2024-05-submit-conflicts) https://github.com/bitcoin/bitcoin/pull/30066
<bitcoin-git>
[bitcoin] vasild opened pull request #30064: net: log connections failures via SOCKS5 with less severity (master...consistently_log_connection_failures) https://github.com/bitcoin/bitcoin/pull/30064
<bitcoin-git>
[bitcoin] fanquake merged pull request #30053: test: added test coverage to loadtxoutset could not open file (master...loadtxoutsetInvalidDumpPath) https://github.com/bitcoin/bitcoin/pull/30053
<bitcoin-git>
bitcoin/master 43a66c5 merge-script: Merge bitcoin/bitcoin#30053: test: added test coverage to loadtxoutset cou...
<vasild>
well, the intention is to warn if one opens a commit that does not belong to any branch. E.g. that commit may only be in an unmerged pull request. I think before people were fooled that some change existed in https://github.com/bitcoin/bitcoin/ this way
<vasild>
When I visit the topmost commit at https://github.com/bitcoin/bitcoin/commit/ef09f535b7b540d997f8c2bfa67b3386711bc8b4 there is a message "This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository." which is strange. Surely that commit belongs to the master branch. I think it was not shown before.
<bitcoin-git>
[bitcoin] vasild closed pull request #22563: addrman: treat Tor/I2P/CJDNS as a single group (master...addrman_per_group_bucketing) https://github.com/bitcoin/bitcoin/pull/22563
<bitcoin-git>
[bitcoin] maflcko opened pull request #30054: ci: Exclude feature_init for now in valgrind task (master...2405-ci-val-init) https://github.com/bitcoin/bitcoin/pull/30054
<bitcoin-git>
[bitcoin] fanquake merged pull request #29984: net: Replace ifname check with IFF_LOOPBACK in Discover (master...2024-04-iff-loopback) https://github.com/bitcoin/bitcoin/pull/29984
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #30053: test: added test coverage to loadtxoutset could not open file (master...loadtxoutsetInvalidDumpPath) https://github.com/bitcoin/bitcoin/pull/30053
<bitcoin-git>
[bitcoin] achow101 merged pull request #29845: rpc: return warnings as an array instead of just a single one (master...2024-04/make-warnings-arr) https://github.com/bitcoin/bitcoin/pull/29845
<bitcoin-git>
bitcoin/master 63d0b93 Ava Chow: Merge bitcoin/bitcoin#29845: rpc: return warnings as an array instead of j...
<bitcoin-git>
bitcoin/master 42fb531 stickies-v: rpc: return warnings as an array instead of just a single one
<bitcoin-git>
[bitcoin] fanquake reopened pull request #29086: refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather than duplicating definition (master...refactor_mempoolopts) https://github.com/bitcoin/bitcoin/pull/29086
<bitcoin-git>
[bitcoin] josibake opened pull request #30047: refactor: Model the bech32 charlimit as an Enum (master...model-bech32-limit-as-enum) https://github.com/bitcoin/bitcoin/pull/30047
<bitcoin-git>
[bitcoin] laanwj opened pull request #30043: net: Replace libnatpmp with built-in PCP implementation (master...2024-05-pcp) https://github.com/bitcoin/bitcoin/pull/30043
2024-05-04
<bitcoin-git>
[bitcoin] hebasto opened pull request #30040: util, refactor: Switch to value-initialization (master...240504-initialization) https://github.com/bitcoin/bitcoin/pull/30040
<bitcoin-git>
[bitcoin] maciejsszmigiero opened pull request #30039: dbwrapper: Bump LevelDB max file size to 128 MiB to avoid system slowdown from high disk cache flush rate (master...dbwrapper-bump-max-file-size) https://github.com/bitcoin/bitcoin/pull/30039
<bitcoin-git>
[bitcoin] paplorinc opened pull request #30035: test: Add a few more corner cases to the base58 test suite (master...paplorinc/base58-tests) https://github.com/bitcoin/bitcoin/pull/30035