Skip to content

v0.8.2

Compare
Choose a tag to compare
@Mirko-von-Leipzig Mirko-von-Leipzig released this 28 Sep 12:09
· 3105 commits to main since this release
c5746bf

This release contains the final trace methods, and some bug fixes.

Fixed

  • JSON-RPC requests containing a Cairo 0 class definition were requiring the debug_info property to be present in the input program. This was a regression caused by the execution engine change.
  • Performance for the starknet_getEvents JSON-RPC method has been improved for queries involving the pending block.

Added

  • RPC v0.4 methods:
    • starknet_traceTransaction
    • starknet_traceBlockTransactions
  • Class cache for execution queries which provides a modest increase in performance speed.

Changed

  • starknet_getEvents continuation token formatting. The new format is incompatible with the previous format used in pathfinder v0.8.1 and older.