Skip to content

Add Soroban storage growth analyzer#561

Open
Tyler7x wants to merge 1 commit into
MDTechLabs:mainfrom
Tyler7x:feat/soroban-storage-growth-analyzer
Open

Add Soroban storage growth analyzer#561
Tyler7x wants to merge 1 commit into
MDTechLabs:mainfrom
Tyler7x:feat/soroban-storage-growth-analyzer

Conversation

@Tyler7x

@Tyler7x Tyler7x commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a Soroban storage growth analyzer that detects growth-prone persistence patterns
  • emit warnings for functions that append or persist collection-like data over time
  • include regression tests covering both risky and bounded cases

Testing

  • npx jest --runInBand src/analysis/stellar/storage-growth/storage-growth-analyzer.spec.ts

Closes #501

@drips-wave

drips-wave Bot commented Jun 28, 2026

Copy link
Copy Markdown

@Tyler7x Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Soroban Storage Growth Analyzer

1 participant