For the complete documentation index, see llms.txt. This page is also available as Markdown.

v1.9.1

Package Downloads

RPM

Cypress Packages

Baobab Packages

Common Packages

Linux

Cypress Packages

Baobab Packages

Common Packages

MacOS

Cypress Packages

Baobab Packages

Common Packages

Windows

  • Not supported yet

Release Notes

This version is for the security patch and tracer enhancement.

New Features

  • Implemented new APIs tracing transactions in a block range (#1586 #1590)

    • debug_traceChain (debug_subscribe with traceChain option) returns subscription ID that providing trace result of the given range. This API should be invoked via websocket connection

    • debug_traceBlockByNumberRange traces all transactions in a given block number range

  • Introduced a new node configuration method using yaml (#1580)

Improvements

  • Introduced a memory control logic for chaindatafetcher’s range fetching (#1583)

  • Refactored tx tracer and enhanced memory control in debug APIs (#1581)

Fixes

  • Resolved estimateGas API failures that occur when a sender doesn't have enough KLAY (#1588)

  • Prevented node panic via specially crafted p2p message (https://github.com/klaytn/klaytn/pull/1592/commits/f7270496cb11f248e78d261f289fa4e473da961d)

Miscellaneous

  • Minor maintenance (#1566 #1576 #1584 #1585 #1589 #1591)

Last updated