Skip to content

Release v2.5.24

Choose a tag to compare

@naddison36 naddison36 released this 15 Feb 03:35
· 16 commits to master since this release
dc0c0a4

Bug Fixes

  • Fix stack overflow (RangeError: Maximum call stack size exceeded) in findAssociatedClass when running over large codebases with many contracts. Replaced recursive import chain traversal with iterative BFS and added visited tracking for diamond inheritance.

Dependency Upgrades

  • Upgraded to ethers.js v6
  • Upgraded convert-svg-to-png to address High severity security issues (added puppeteer as a dependency for bundled Chromium)
  • Upgraded Jest to address High severity security issue
  • Fixed npm audit issues
  • Upgraded Prettier
  • Upgraded TypeScript

Other

  • Added ESLint configuration
  • Added CLAUDE.md for AI-assisted development