Skip to content

v0.50.2

Compare
Choose a tag to compare
@swirlds-automation swirlds-automation released this 29 Jun 04:25
v0.50.2
56f4a61

Overview

Hedera JSON RPC Relay release v0.50.2 includes a significant enhancement and crucial bug fixes. The integration of the Opcode Logger provides detailed logging of opcode execution, enhancing the debugging process for developers by offering more granular insights into transaction traces.

Additionally, a crucial bug fix implements an HBar rate limiter for the createFile function for transactions with large calldata. This addition is essential for preventing excessive usage and potential abuse of the file creation process, including the fileAppend process, thereby enhancing the overall stability and performance of the system.

Enhancements

  • feat: enhance debug_traceTransaction to work with Opcode Logger #2480
  • fix: debug_traceTransaction not working when we don't pass tracerConfig #2628
  • fix: Added HBar rate limiter to createFile #2634

Contributors

Thank you to all the contributors who worked on this release:
@ebadiere @victor-yanev

Full Changelog: v0.50.1...v0.50.2