Skip to content
Back to Blog
Developer Resources

Introducing RSKjLovell 7.2.0

Read Time: 2 mins
Introducing RSKj Lovell 7.2.0

We are pleased to announce the release of RSKj Lovell 7.2.0, the latest version of the RSKj client. This update includes improvements to Ethereum compatibility, specifically in how the RSKj node handles the logIndex field, which indicates the position of a log entry within a transaction receipt’s list of logs. It also introduces the state override feature, enabling developers to simulate transactions with custom account code, storage, or balances during an eth_call, without altering the actual blockchain state.

⚠️ Although this upgrade is optional, we strongly recommend updating your node to take advantage of the latest performance and security improvements.

🆕 What’s New in RSKj Lovell 7.2.0?

Here’s a summary of the most notable changes in this version:

  • LogIndex compatibility enhancement: aligned logIndex handling with Ethereum clients by making it block-relative.

By @asoto-iov in #3111.

  • State override feature: introduced the state override feature, enabling developers to simulate transactions with custom account code, storage, or balances during an eth_call, without altering the actual blockchain state.

By @asoto-iov in #3079, #3137, and #3104.

You can view the complete list of changes in the associated GitHub milestone.

⬆️ How to Upgrade to Version 7.2.0

There are no special steps required for upgrading to Lovell 7.2.0. Simply download and install the new version of the RSKj node.

  • SHA-256 Checksum:
    1a6168d4f35059b875904b1d50292d0c13c7cce6497c568a15b3c83e00ace701 rskj-core-7.2.0-LOVELL-all.jar

For more details, refer to the Reproducible Builds Guide.

🐛 Reporting Issues

If you find any issues while running Lovell 7.2.0, we’d love to hear from you:

🔐 Reporting Security Vulnerabilities

If you discover a security vulnerability, please contact us directly:

We appreciate and reward those who help protect the Rootstock ecosystem.

🙋‍♂️ Questions or Feedback?

We’re here to help. Contact us through our Rootstock Discord Server for technical questions and support.

You can also reach out with any feedback you would like to share with us through our social media channels and forums

Website | Twitter | Developer Portal | Discord | Youtube | Blog

 

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
Rootstock Bridge Security 101: Commonly Asked Questions

Rootstock Bridge Security 101: Commonly Asked Questions

Most losses in Bitcoin-adjacent systems do not start on Bitcoin itself. They start at the edges where the Bitcoin network is exposed to other systems. Whether it’s the bridge that moves BTC onto another network and back again, the vendors who handle customer records, the firmware that is supposed to generate unguessable keys or the […]

Fundamentals
Introducing Union Bridge on Testnet: Verifiable Bitcoin Bridging Begins

Introducing Union Bridge on Testnet: Verifiable Bitcoin Bridging Begins

Now live on Rootstock Testnet, Union introduces a new model for Bitcoin interoperability based on verification rather than trust. By strengthening the security assumptions behind how BTC moves into programmable environments, Union reinforces Rootstock’s role as the Bitcoin-aligned smart contract platform. This first release is experimental and not production-ready, but it lays the foundation for […]

Ecosystem Updates