Skip to content
Back to Blog
Ecosystem Updates

Orchid Release v0.6.2 Is Here

Read Time: 1 mins
Leer en español
Orchid Release v0.6.2 Is Here

A new RSK Orchid release has been published in our Github repo. This release contains performance improvements, storage requirements decrease and minor bug fixes. Several codebase refactors and cleanup are also part of this milestone.

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

  • Codebase refactors and cleanup (#803, #796, #798, #792, #786)
  • Decrease blockchain storage size (#793)
  • Performance improvements in onchain logs retrieval (#795)
  • Trie improvements (#789, #783, #782, #719, #778)
  • Added new information to VM trace output (#785)
  • Bug fixes in txpool module responses (#771)
  • Other minor bug fixes (#801)

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

Version 0.6.2 release’s sha256 sum is 90d8c45a044fd505b8c551b74376adb102b4bbd50f5e529337b71218198a535b rskj-core-0.6.2-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 Discord or directly through creating issues in our Github repository.

If you are new to Rootstock (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 Rootstock platform

Recommended articles

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