Skip to content

Leap v3.2.5

Compare
Choose a tag to compare
@bhazzard bhazzard released this 07 Dec 23:12
· 7 commits to release/3.2 since this release
7eaec71

Leap v3.2.5 is a patch release containing a security update and an important change to ensure encoding compatibility between API nodes across multiple versions of Leap.

📝 Node Operators that depend on snapshots or state_history_plugin with chain-state-history enabled should upgrade. Users running state_history_plugin with only trace-history are not affected.
📝 This release fixes cleos interoperability with nodeos 5.0

Expand the release notes below for an in depth look at the Leap v3.2.5 release including a summary of important changes, and a complete change log.

Leap v3.2.5 Release Notes

Important Updates

Mitigation of Potential Denial of Service to Snapshots & SHiP

A security vulnerability has been mitigated, preventing errors in state_history_plugin and snapshot functionality in certain edge case conditions (PR 1961).

Node Operators that depend on snapshots or state_history_plugin with chain-state-history enabled should upgrade. Users running state_history_plugin with only trace-history are not affected.

Cleos compatibility with nodeos 5.0 and later

This release fixes cleos interoperability with nodeos 5.0.

Other Changes

Connection Handling

HTTP Connection Error Handling: Ignored HTTP error in remote_endpoint() to prevent termination (PR #1452).

Error Handling

Trace API Plugin (trace_api_plugin) Enhancement: Modified to report serialization errors to users (PR #1449).

Bug Fixes

Fix cleos setcode and setabi

Resolved issues with non-working cleos set code and set abi commands (PR #1897).


Change Log

Pull Requests

  • [3.2] Ignore http error on remote_endpoint() causing terminate by @heifner in #1452
  • [3.2] Modify trace_api_plugin to report serialization errors to user by @heifner in #1449
  • [3.2] Do not require trailing = for base64 encoded strings by @heifner in #1889
  • [3.2] Fix non-working cleos set code and set abi commands by @linh2931 in #1897
  • [3.2] consolidated security fixes for 3.2.5 by @spoonincode in #1961
  • [3.2] bump version to 3.2.5 by @spoonincode in #1962


Contributors


Full Changelog: v3.2.4...v3.2.5