From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 25244C002B for ; Thu, 16 Feb 2023 00:34:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id DADBA60E4F for ; Thu, 16 Feb 2023 00:34:42 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org DADBA60E4F X-Virus-Scanned: amavisd-new at osuosl.org X-Spam-Flag: NO X-Spam-Score: -1.902 X-Spam-Level: X-Spam-Status: No, score=-1.902 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DixtFw_zoa10 for ; Thu, 16 Feb 2023 00:34:41 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org AE90660BD2 Received: from cerulean.erisian.com.au (azure.erisian.com.au [172.104.61.193]) by smtp3.osuosl.org (Postfix) with ESMTPS id AE90660BD2 for ; Thu, 16 Feb 2023 00:34:41 +0000 (UTC) Received: from 60.42.96.58.static.exetel.com.au ([58.96.42.60] helo=sapphire.erisian.com.au) by cerulean.erisian.com.au with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pSSEO-0000xk-4c for bitcoin-dev@lists.linuxfoundation.org; Thu, 16 Feb 2023 10:34:37 +1000 Received: by sapphire.erisian.com.au (sSMTP sendmail emulation); Thu, 16 Feb 2023 10:34:26 +1000 Date: Thu, 16 Feb 2023 10:34:26 +1000 From: Anthony Towns To: Bitcoin Protocol Discussion Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam_score: -1.0 X-Spam_bar: - Subject: [bitcoin-dev] bitcoin-inquistion 24.0 X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2023 00:34:43 -0000 Hi *, Bitcoin Inquisition 24.0 is tagged with guix builds available: https://github.com/bitcoin-inquisition/bitcoin/releases/tag/inq-v24.0 It includes support for BIP 118 (ANYPREVOUT) and BIP 119 (CHECKTEMPLATEVERIFY) on regtest and signet. The main change since 23.0 is simply the rebase on top of Bitcoin Core 24.0, though the patchsets for both BIPs have been tightened up a little as well. Additional soft forks or relay policy changes may be proposed by filing a pull request, and work in progress is tracked on a project board: https://github.com/bitcoin-inquisition/bitcoin/pulls?q=is%3Apr https://github.com/orgs/bitcoin-inquisition/projects/2/views/1 For more background, the 23.0 announcement may be worth reading: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-December/021275.html Cheers, aj