Skip to content
Back to Blog
Ecosystem Updates

Ginger Release V0.2.5

Read Time: 1 mins
Ginger Release V0.2.5

A new RSK Ginger release has been published in our Github repo. This release introduces peer scoring (initial implementation), missing block validations, technical debt improvements and fixes minor issues detected in previous versions.

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

  • Add peer scoring (#151).
  • Replace Jetty with Netty as JSON-RPC Server (#156).
  • Remove eth_addAccount web3 method(#159).
  • Validate tx gas limit on pending state (#161).
  • Fix issues with RLP border cases(#162).
  • Validate uncles are not siblings (#163).
  • Fix “out of memory” issues in VMTrace save (#165).

Version 0.2.5 release’s sha256 sum is def8d8dfc22b04033db6511831d110e7db10dba6b24f41c10d22b5021070e751 rskj-core-0.2.5-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

Vetiver 9.0.4: Patch Release

Vetiver 9.0.4: Patch Release

Vetiver 9.0.4 addresses several reported issues, including fixes for the Import Sync feature and the eth_estimateGas RPC method, along with security, performance, and reliability improvements. Although this is not a mandatory release, we recommend that node operators upgrade to this version to benefit from the improvements it introduces. The latest version of the RSKj client […]

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
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