Skip to content
Back to Blog
Ecosystem Updates

Orchid Release v0.5.1 Is Here

Read Time: 1 mins
Orchid Release v0.5.1 Is Here

A new RSK Orchid release has been published in our Github repo.This release is mainly focused on bug fixing and security improvements.

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

  • Collect NodeHandler reputation when purging (#641)
  • Consider gasPrice in miner transactions selection algorithm (#651)
  • Bug fixing and code clean up (#640#642#643#644#650#653)

You can find a complete list of the changes introduced in the corresponding Github milestone.

Version 0.5.1 release’s sha256 sum is 24d021a33d45917826b6d5da84e206368d8ac6de20abc55a89466404155c697d rskj-core-0.5.1-ORCHID-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 on our Gitter community or directly through creating issues in our Github repository.

If you are new to RSK, you may want to check our Starting with RSK guide and Smart Contracts quick start tutorial to find out how to start working on the RSK platform

Recommended articles

Parallel Transaction Execution: Why Blockchain Needs to Learn to Multitask

Parallel Transaction Execution: Why Blockchain Needs to Learn to Multitask

As blockchain networks continue to mature, the conversation around scalability is changing. For years, the focus has largely been on increasing throughput and reducing transaction costs. Those metrics still matter, but they don’t tell the full story of what it takes to support applications at scale. Today’s blockchain networks are expected to support a much […]

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