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

Introducing the New rBTC Visual

Introducing the New rBTC Visual

In 2022, the Rootstock community voted to adopt a new visual identity for the Rootstock ecosystem, establishing a more modern and unified brand system across the network.  Today, we’re unveiling an updated logo for rBTC designed to align more closely with the Rootstock ecosystem identity and reflect its role in extending Bitcoin into smart contracts, […]

Ecosystem Updates
Vetiver 9.0.2: Patch Release

Vetiver 9.0.2: Patch Release

This patch release fixes an issue reported by users after upgrading to Vetiver 9.0.0, which prevents some Testnet nodes from successfully completing a full blockchain synchronization, especially after a node restart. It also introduces minor performance and security improvements. Although this is not a mandatory release, Testnet nodes should be updated to this version to […]

Ecosystem Updates
Can AI Build a Second Rootstock Client? Lessons from a Rust Experiment

Can AI Build a Second Rootstock Client? Lessons from a Rust Experiment

Disclaimer: rustock is a personal experiment exploring how far today’s AI coding tools can go. It is not an official Rootstock client, has not been security reviewed, and should never be used in production.   One of the biggest long-term challenges for any blockchain is client diversity. Independent implementations make networks more resilient by reducing […]

Research & Innovation