Skip to content

v0.7.6-patch1

Compare
Choose a tag to compare
@wojciechos wojciechos released this 30 Nov 13:30
· 493 commits to main since this release

Fixes

  • Blockifier and Cairo-VM Incompatibility: Resolved a known incompatibility issue between the blockifier and cairo-vm versions greater than 0.8.2.

Details

  • Problem: Incompatibility between blockifier and cairo-vm versions greater than 0.8.2, causing excessive memory usage and resulting in Juno process termination.
  • Resolution: Downgraded cairo-vm to version 0.8.2. This approach follows the solution implemented by eqlabs/pathfinder (See PR #1437).
  • Outcome: Resolved the memory management issue and restored stability to the node.

Full Changelog: v0.7.6...v0.7.6-patch1