0xPolygon/heimdall-v2 - v0.2.13

Published: Jul 23, 2025

Release Summary

Heimdall release v0.2.13 is a minor update that introduces a key optimization and a change in transaction validation logic.

Key Changes:

Performance Optimization
The GetCheckpointList and GetSpanList functions have been optimized by removing an extra, unnecessary call within their loop iterations. This results in reduced overhead, lower memory consumption, and improved performance for nodes.

Side Transaction Validation
A change has been implemented to prevent an error from being returned if the voting power for a side transaction (sidetx) exceeds the expected threshold. This makes the validation logic more flexible in this specific case.

Release Notes

## What's Changed
* opt: GetCheckpointList and GetSpanList by @kamuikatsurgi in https://github.com/0xPolygon/heimdall-v2/pull/380
* chore: make proto-all by @kamuikatsurgi in https://github.com/0xPolygon/heimdall-v2/pull/381
* Dont return error if sidetx voting power exceeds the expectations by @avalkov in https://github.com/0xPolygon/heimdall-v2/pull/387


**Full Changelog**: https://github.com/0xPolygon/heimdall-v2/compare/v0.2.12...v0.2.13

Links

Back to 0xPolygon/heimdall-v2 releases