Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Flux 7.2.0
# Flux 8.0.0
[![Build Status](https://app.travis-ci.com/RunOnFlux/fluxd.svg?branch=master)](https://app.travis-ci.com/github/RunOnFlux/fluxd)

What is Flux?
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 7)
define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_MAJOR, 8)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 50)
define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50)))
Expand Down
6 changes: 6 additions & 0 deletions contrib/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
flux (8.0.0) stable; urgency=medium

* 8.0.0 release.

-- Zel Foundation <info@zel.cash> Tue, 08 Jul 2025 07:06:39 +0000

flux (7.2.0) stable; urgency=medium

* 7.2.0 release.
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "flux-7.2.0"
name: "flux-8.0.0"
enable_cache: true
distro: "debian"
suites:
Expand Down
4 changes: 2 additions & 2 deletions doc/authors.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Flux Contributors
==================

Jeremy "Blondfrogs" Anderson (181)
Tadeas Kmenta (69)
Jeremy "Blondfrogs" Anderson (185)
Tadeas Kmenta (71)
Tom Moulton (38)
Miles Manley (18)
Cabecinha84 (7)
Expand Down
8 changes: 4 additions & 4 deletions doc/man/flux-cli.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH FLUX-CLI "1" "December 2024" "flux-cli v7.2.0-191b13fd2" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH FLUX-CLI "1" "July 2025" "flux-cli v8.0.0-28606d82d" "User Commands"
.SH NAME
flux-cli \- manual page for flux-cli v7.2.0-191b13fd2
flux-cli \- manual page for flux-cli v8.0.0-28606d82d
.SH DESCRIPTION
Flux RPC client version v7.2.0\-191b13fd2
Flux RPC client version v8.0.0\-28606d82d
.PP
In order to ensure you are adequately protecting your privacy when using Flux,
please see <https://github.com/RunOnFlux/fluxd/>.
Expand Down
8 changes: 4 additions & 4 deletions doc/man/flux-tx.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH FLUX-TX "1" "December 2024" "flux-tx v7.2.0-191b13fd2" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH FLUX-TX "1" "July 2025" "flux-tx v8.0.0-28606d82d" "User Commands"
.SH NAME
flux-tx \- manual page for flux-tx v7.2.0-191b13fd2
flux-tx \- manual page for flux-tx v8.0.0-28606d82d
.SH DESCRIPTION
Flux flux\-tx utility version v7.2.0\-191b13fd2
Flux flux\-tx utility version v8.0.0\-28606d82d
.SS "Usage:"
.TP
flux\-tx [options] <hex\-tx> [commands]
Expand Down
10 changes: 5 additions & 5 deletions doc/man/fluxd.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH FLUXD "1" "December 2024" "fluxd v7.2.0-191b13fd2" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH FLUXD "1" "July 2025" "fluxd v8.0.0-28606d82d" "User Commands"
.SH NAME
fluxd \- manual page for fluxd v7.2.0-191b13fd2
fluxd \- manual page for fluxd v8.0.0-28606d82d
.SH DESCRIPTION
Flux Daemon version v7.2.0\-191b13fd2
Flux Daemon version v8.0.0\-28606d82d
.PP
In order to ensure you are adequately protecting your privacy when using Flux,
please see <https://github.com/RunOnFlux/fluxd/>.
Expand Down Expand Up @@ -75,7 +75,7 @@ limit applied)
.HP
\fB\-par=\fR<n>
.IP
Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 =
Set the number of script verification threads (\fB\-11\fR to 16, 0 = auto, <0 =
leave that many cores free, default: 0)
.HP
\fB\-pid=\fR<file>
Expand Down
18 changes: 18 additions & 0 deletions doc/release-notes/release-notes-8.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Changelog
=========

Tadeas Kmenta (3):
Gh action (#246)
make-release.py: Versioning changes for 8.0.0.
make-release.py: Updated manpages for 8.0.0.

Tadeas Kmenta (2):
use gh action
add deb folder

Jeremy "Blondfrogs" Anderson (4):
Update getchaintips to be faster
Temp subsidy change, waiting improvement protocols
RPC call now accepts blockheight as the parameter
Add fArcane flag

4 changes: 2 additions & 2 deletions src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
*/

//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 7
#define CLIENT_VERSION_MINOR 2
#define CLIENT_VERSION_MAJOR 8
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 50

Expand Down
22 changes: 8 additions & 14 deletions src/config/bitcoin-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#define CLIENT_VERSION_IS_RELEASE true

/* Major version */
#define CLIENT_VERSION_MAJOR 7
#define CLIENT_VERSION_MAJOR 8

/* Minor version */
#define CLIENT_VERSION_MINOR 2
#define CLIENT_VERSION_MINOR 0

/* Build revision */
#define CLIENT_VERSION_REVISION 0
Expand Down Expand Up @@ -226,9 +226,6 @@
/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
/* #undef HAVE_LIBWS2_32 */

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define this symbol if you have MSG_NOSIGNAL */
#define HAVE_MSG_NOSIGNAL 1

Expand All @@ -250,7 +247,7 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the `strerror_r' function. */
/* Define if you have `strerror_r'. */
#define HAVE_STRERROR_R 1

/* Define to 1 if you have the <strings.h> header file. */
Expand Down Expand Up @@ -290,7 +287,7 @@
#define PACKAGE_NAME "Flux"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Flux 7.2.0"
#define PACKAGE_STRING "Flux 8.0.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "flux"
Expand All @@ -299,13 +296,15 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "7.2.0"
#define PACKAGE_VERSION "8.0.0"

/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
/* #undef PTHREAD_CREATE_JOINABLE */

/* Define to 1 if you have the ANSI C header files. */
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#define STDC_HEADERS 1

/* Define to 1 if strerror_r returns char *. */
Expand All @@ -323,11 +322,6 @@
# endif
#endif

/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */

Expand Down
2 changes: 1 addition & 1 deletion src/deprecation.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// * Shut down 52 weeks' worth of blocks after the estimated release block height.
// * A warning is shown during the 2 weeks' worth of blocks prior to shut down.

static const int APPROX_RELEASE_HEIGHT = 1800000;
static const int APPROX_RELEASE_HEIGHT = 1942000;
static const int WEEKS_UNTIL_DEPRECATION = 52;
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 30);

Expand Down
Loading