Skip to content
Back to Blog
Ecosystem Updates

Ginger Release V0.2.3

Read Time: 1 mins
Ginger Release V0.2.3

A new RSK Ginger release has been published in our Github repo. This release focuses on performance and sync improvements, and fixes some bugs we’ve found since last release.

This is a summary of the changes included in this version:

  • Total difficulty was not being properly loaded when resuming from an existent local blockchain (#124).
  • Already processed messages cache is cleared periodically (#111).
  • Sending more blocks as a result of status message in sync (#113).
  • Cache blocks in block store to avoid unnecessary disk accesses (#119).
  • Additional performance improvements (#116, #118)
  • Infos were not being properly updated on rebranching (#115)
  • Fixed bug that was preventing txs from being processed due to incorrect nonce in certain scenarios (#121)
  • Accept advanced blocks if sync does not make progress after some time (#127)
  • Fixed issue that caused miners to eventually produce invalid blocks (#134)

Note: release v0.2.3 fixes an issue related to merge mining that only affects mining nodes, which was detected after we made v0.2.2 available. No additional changes have been introduced in comparison to v0.2.2. Users already using v0.2.2 do not need to update.

Version 0.2.3 release’s sha256 sum is 1bb2c3dfbed66800a256ca7f65e48a0a9a3fe613048ac14bc05ce3d2851f0154 rskj-core-0.2.3-GINGER-all.jar.

See Reproducible Build guide for further details.

We encourage all users to update to this new version. Please reach out with any feedback you would like to share with us, you can contact us directly in RSK Gitter community.

Recommended articles

Simplifying DAO Development with the Rootstock Collective SDK

Simplifying DAO Development with the Rootstock Collective SDK

The Rootstock Collective SDK is the easiest way for developers to integrate with the Rootstock Collective DAO. Designed with modern dApp development in mind, it abstracts the complexity of interacting with multiple smart contracts into a clean, modular, and type-safe TypeScript interface. Built on top of viem, the SDK delivers a familiar, high-performance experience, especially […]

Developer Resources
Why Rootstock: Bitcoin’s Smart Contract Platform for Institutional Finance

Why Rootstock: Bitcoin’s Smart Contract Platform for Institutional Finance

Bitcoin is no longer just a store of value. Institutions are now asking the next question: how do we put it to work? Over the past decade, Bitcoin has proven itself as a neutral settlement layer. It does not depend on an issuer, a jurisdiction, or a shifting monetary policy. That reliability is why it […]

Fundamentals
Vetiver 9.0.3: Patch Release

Vetiver 9.0.3: Patch Release

This patch release fixes the issue reported in #3543 affecting the JSON-RPC API methods trace_transaction and trace_block. It also includes code readability improvements, minor bug fixes, and enhanced logging. Although this is not a mandatory release, nodes that rely on these tracing methods should be updated to this version to avoid potential issues. The latest […]

Ecosystem Updates