-
Notifications
You must be signed in to change notification settings - Fork 122
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
evm: Add tests related to contracts size #2380
Conversation
GREAT for this changes!! 1463572 |
can we add a time measurement in each test?? (more info req) |
Why do we need time measurements? @canonbrother |
@cuongquangnam easier as
|
Don't think we need this as part of the test? We can add it ad-hoc when needed. |
On this, I'd actually prefer the localized var node than repeated self. It's a good practise to pull all vars in the beginning of the function into the localized context and use those. However @shohamc1 how about extrapolating on your idea and setting self.node directly into the test framework that aliases nodes[0] or is None? |
Maybe we can do this on a different PR instead? This one is quite large as it is right now. |
Sure, sounds good to me |
Summary
Implications
Storage
Consensus