Skip to content

Releases: gridcoin-community/Gridcoin-Research

5.4.9.7-testnet

08 Dec 20:28

Choose a tag to compare

5.4.9.7-testnet Pre-release
Pre-release

What's Changed

  • documentation: fix some minor issues in the comments by @friendlyping in #2815
  • bdb53: Update embedded bdb53 code for gcc15+ by @jamescowens in #2816
  • gui, init: Fixes the 'Blocks Verified' message total by @ZiggySchulz in #2814
  • autogreylist: Removes zcd, was, and meets greylist criteria from getautogreylist history by @jamescowens in #2817
  • build: cmake build fixes for missing symbols checks and pipe2 detection by @fedux in #2821
  • [Compat, Build] Only link Boost::System if Boost < 1.89 by @2001herne in #2823
  • build: Add multiple depends source fallback capability and Fix configure.ac changes for boost >=1.89 by @jamescowens in #2824
  • build: Depends qt6 and cmake compatibility by @jamescowens in #2826
  • compatibility: Fix qt6 and other warnings by @jamescowens in #2827

New Contributors

Full Changelog: 5.4.9.5-testnet...5.4.9.7-testnet

5.4.9.5-testnet

19 Jun 19:24

Choose a tag to compare

5.4.9.5-testnet Pre-release
Pre-release

What's Changed

Full Changelog: 5.4.9.3-testnet...5.4.9.5-testnet

5.4.9.3-testnet

22 Apr 16:38

Choose a tag to compare

5.4.9.3-testnet Pre-release
Pre-release

This is the 5.4.9.3 testnet only mandatory release that includes a mandatory v13 block height at 2870000.

5.4.9.0-leisure

16 Feb 00:59
5.4.9.0
9042f39

Choose a tag to compare

[5.4.9.0], 2025-02-16, leisure

This is a maintenance leisure release and is probably the last leisure release before the
upcoming Natasha milestone mandatory release. The changes here are largely behind the scenes
bug fixes and adjustments to the build process to ensure compatibility with newer distributions.

Enjoy.

Jim Owens

P.S. the Windows, MacOS, and Debian builds are found here on the release page. Other builds are done by the maintainers for the various distributions.

Added

  • depends: add cross arm64-darwin support #2775 (@div72)
  • build: add missing randomness checks #2772 (@div72)
  • init, registry: Support -clearallregistryhistory startup parameter #2773 (@jamescowens)

Changed

Removed

  • refactor, misc: remove CBitcoin(Address|Secret) #2634 (@div72)

Fixed

5.4.9.0-testnet

19 Feb 22:13
9042f39

Choose a tag to compare

5.4.9.0-testnet Pre-release
Pre-release

This is simply a placeholder to hold testnet packages that use a different executable name for testnet. It is otherwise identical to the 5.4.9.0 production release.

5.4.8.4-testnet

28 Jan 16:12
c9f3674

Choose a tag to compare

5.4.8.4-testnet Pre-release
Pre-release

Testnet release of 5.4.8.4 for testing. This is RC2 for 5.4.9.0 maintenance release as part of the Natasha milestone.

This is for testnet network only unless permission is granted to use on mainnet by a core dev.

5.4.8.3-testnet

02 Nov 23:10
7b3748b

Choose a tag to compare

5.4.8.3-testnet Pre-release
Pre-release

Testnet release of 5.4.8.3 for testing. This is RC1 for 5.4.9.0 maintenance release as part of the Natasha milestone.

This is for testnet network only unless permission is granted to use on mainnet by a core dev.

5.4.8.2-testnet

10 Oct 14:52
b07ab3f

Choose a tag to compare

5.4.8.2-testnet Pre-release
Pre-release

Testnet release of 5.4.8.2 for testing.

This is for testnet network only unless permission is granted to use on mainnet by a core dev.

5.4.8.0-hotfix-1

03 Jul 14:17
2a53b46

Choose a tag to compare

This is a hotfix tag to address the breaking change in miniupnp API version 18+. Currently this is only necessary for Arch Linux with the latest updates.

Fixed

5.4.8.0-leisure

11 Apr 02:37
5.4.8.0
95b4c2e

Choose a tag to compare

[5.4.8.0], 2024-04-10, leisure

This release is a maintenance release that adds checkpoints post the unintended
fork when 5.4.6.0 was introduced. Given that some folks upgraded to 5.4.7.0 too
late for their wallets to correct out of the fork, some 5.4.7.0 clients continue
to spam the network. This will largely squelch that on 5.4.8.0 nodes. It also
will force the forked 5.4.7.0 or below clients to reset their blockchain and
resync from zero when they upgrade to 5.4.8.0 and run it for the first time.

It is highly encouraged to upgrade to this release.

Jim Owens

Added

Changed

  • build: enforce SSE2 on x86 targets #2746 (@div72)
  • consensus: Update checkpoint data for mainnet and testnet #2756 (@jamescowens)
  • gui, util: Enhance verify checkpoints fail handling; use RegistryBookmarks for DB passivation #2758 (@jamescowens)

Removed

Fixed

  • build, depends: fix compilation with XCode 15 #2747 (@div72)
  • Fix man page installation path for cmake builds #2749 (@theMarix)
  • consensus, mrc, sidestake: add mrc fees to staker to rewards to be allocated via sidestaking #2753 (@jamescowens)
  • Fix Systemd unit install location #2754 (@theMarix)
  • scraper: Corrections to scraper_net after removal of cntPartsRcvd decrement and increment #2755 (@jamescowens)
  • rpc: fix setban segfault #2757 (@div72)