pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/bitcoin



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct  3 07:37:05 UTC 2025

Modified Files:
        pkgsrc/finance/bitcoin: Makefile distinfo

Log Message:
bitcoin: updated to 29.1

29.1

Notable changes

Mempool Policy

- The maximum number of potentially executed legacy signature operations in a
  single standard transaction is now limited to 2500. Signature operations in all
  previous output scripts, in all input scripts, as well as all P2SH redeem
  scripts (if there are any) are counted toward the limit. The new limit is
  assumed to not affect any known typically formed standard transactions. The
  change was done to prepare for a possible BIP54 deployment in the future.

- policy: make pathological transactions packed with legacy sigops non-standard

- The minimum block feerate (`-blockmintxfee`) has been changed to 1 satoshi per kvB. It can still be changed using the
configuration option.

- The default minimum relay feerate (`-minrelaytxfee`) and incremental relay feerate (`-incrementalrelayfee`) have been
changed to 100 satoshis per kvB. They can still be changed using their respective configuration options, but it is
recommended to change both together if you decide to do so.
  - Other minimum feerates (e.g. the dust feerate, the minimum returned by the fee estimator, and all feerates used by
  the wallet) remain unchanged. The mempool minimum feerate still changes in response to high volume.
  - Note that unless these lower defaults are widely adopted across the network, transactions created with lower fee
  rates are not guaranteed to propagate or confirm. The wallet feerates remain unchanged; `-mintxfee` must be changed
  before attempting to create transactions with lower feerates using the wallet.

- policy: lower the default blockmintxfee, incrementalrelayfee, minrelaytxfee


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/finance/bitcoin/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/finance/bitcoin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/bitcoin/Makefile
diff -u pkgsrc/finance/bitcoin/Makefile:1.96 pkgsrc/finance/bitcoin/Makefile:1.97
--- pkgsrc/finance/bitcoin/Makefile:1.96        Sat Sep 27 09:57:16 2025
+++ pkgsrc/finance/bitcoin/Makefile     Fri Oct  3 07:37:04 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.96 2025/09/27 09:57:16 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2025/10/03 07:37:04 adam Exp $
 
-DISTNAME=      bitcoin-29.0
-PKGREVISION=   2
+DISTNAME=      bitcoin-29.1
 CATEGORIES=    finance
 MASTER_SITES=  https://bitcoincore.org/bin/bitcoin-core-${PKGVERSION_NOREV}/
 

Index: pkgsrc/finance/bitcoin/distinfo
diff -u pkgsrc/finance/bitcoin/distinfo:1.23 pkgsrc/finance/bitcoin/distinfo:1.24
--- pkgsrc/finance/bitcoin/distinfo:1.23        Thu Jul 17 11:22:59 2025
+++ pkgsrc/finance/bitcoin/distinfo     Fri Oct  3 07:37:04 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2025/07/17 11:22:59 adam Exp $
+$NetBSD: distinfo,v 1.24 2025/10/03 07:37:04 adam Exp $
 
-BLAKE2s (bitcoin-29.0.tar.gz) = 2a3d53e72681c64c183f339ad182819a19804e333de5b0aac1e4943ba83d1951
-SHA512 (bitcoin-29.0.tar.gz) = 3f5906a437592c55bfbdcec1b1457fdfbe52e9cf6ddc18e6bc153b526846f842283de88f9bf6aa43c3ac624b041d68ea8fc34090a8590bdabdac5a52650cc7dd
-Size (bitcoin-29.0.tar.gz) = 12935061 bytes
+BLAKE2s (bitcoin-29.1.tar.gz) = 616165c888c55bd3d54e4cc3607bbd3fb78e9f4cb7f720a29f732ca84497e0a2
+SHA512 (bitcoin-29.1.tar.gz) = 49d89808089d89dcca04fefc54e41265418140c021484c3cfe409828f38f1d23e4fe7b75b7932274ddc23a0c9b0e10b2c1038b92734d266dc5978abc2fe7079b
+Size (bitcoin-29.1.tar.gz) = 12880902 bytes
 SHA1 (patch-src_netbase.cpp) = d160078c9a7aedc5b569a89ebf9afa98b0d2022b



Home | Main Index | Thread Index | Old Index