June Blockchain Technology Update: Bitcoin Core Privacy Vulnerability Fixed, Glamsterdam Postponed, Solana SIMD OutlookWritten by: GaryMa, Wu BlockchainThe WuBlockchain summarizes key developments in the blockchain technology space for June:BitcoinBitcoin Core published a post disclosing a privacy vulnerability in the newly introduced -privatebroadcast feature of version 31.0. Under specific network conditions, this flaw could potentially expose the transaction initiator’s IP address to the receiving node; a fix will be released with version 31.1. The vulnerability occurs when the private broadcast selects an IPv4 or IPv6 node that supports BIP324 v2 transport. If the v2 handshake fails, Bitcoin Core falls back to retry via v1, but this reconnection bypasses the Tor proxy and connects directly to the peer via IPv4 or IPv6. The affected scope includes Bitcoin Core 31.0 nodes that have -privatebroadcast enabled, broadcast transactions via the sendrawtransaction RPC, and can establish direct IPv4/IPv6 outbound connections. Wallet RPC, onion, and I2P node connections are unaffected. Bitcoin Core advises relevant users to disable -privatebroadcast, disable v2 transport, or route IPv4/IP

升级到 31.1.Bitcoin Core v31.1rc1 之前通过 Tor 的 v6 出站流量已发布。此版本包括多项新功能、错误修复、性能改进和翻译更新。用户可以从Bitcoin Core官方网站下载测试版本。此更新中的关键修复之一解决了 PrivateBroadcast 功能下的 IP 地址泄漏问题。以前,在某些情况下,可能会通过明网而不是启用的隐私网络建立相关连接。 This release also includes multiple fixes across modules such as validation, P2P network, wallet migration, MuSig, build system, testing, and CI.Bitcoin developers are discussing the removal of explicit Replace-by-Fee (RBF) signaling from the Bitcoin Core wallet. D