Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added custom type for Deployed contracts throughout the repo wherever necessary #2402

Conversation

Deeptanshu-sankhwar
Copy link

Fixes #2396

This PR introduces the structure type StorageDiff map[felt.Felt]map[felt.Felt]*felt.Felt for refactoring StorageDiff initially as map[felt.Felt]map[felt.Felt]*felt.Felt.

It integrates the new struct throughout the repo wherever needed.

Copy link

codecov bot commented Jan 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.47%. Comparing base (61d810a) to head (1e4d7ca).
Report is 16 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2402      +/-   ##
==========================================
- Coverage   74.48%   74.47%   -0.02%     
==========================================
  Files         113      113              
  Lines       13020    13020              
==========================================
- Hits         9698     9696       -2     
- Misses       2587     2588       +1     
- Partials      735      736       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rodrigo-pino
Copy link
Contributor

We were looking for something with a bit more depth. I am going to close this PR for the time being. We can re-open it later or create a new one.

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.

Custom types for commonly used structures
2 participants