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

Feature/extract manipulated state variables #639

Closed
wants to merge 5 commits into from

Conversation

TilakMaddy
Copy link
Contributor

No description provided.

Comment on lines +293 to +298
let state_variables_info = ExtractManipulatedStateVariablesIDs::from(contract);
println!(
"{} - {}",
contract.name,
state_variables_info.assigned.len()
);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use this pattern :)

@TilakMaddy TilakMaddy marked this pull request as ready for review July 31, 2024 15:11
@TilakMaddy TilakMaddy requested a review from alexroan as a code owner July 31, 2024 15:11
@TilakMaddy
Copy link
Contributor Author

TilakMaddy commented Jul 31, 2024

oops I forgot something really basic. I'm drafting this 😬

UPDATE:
It will take me longer but I'll do it. I have no idea how I was convinced this was close to done😂

@TilakMaddy TilakMaddy marked this pull request as draft August 1, 2024 05:09
@TilakMaddy TilakMaddy closed this Aug 2, 2024
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.

1 participant