-
Notifications
You must be signed in to change notification settings - Fork 142
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
feat: implementing pip-15 #843
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #843 +/- ##
==========================================
+ Coverage 83.23% 83.32% +0.09%
==========================================
Files 170 171 +1
Lines 8575 8673 +98
==========================================
+ Hits 7137 7227 +90
- Misses 1099 1104 +5
- Partials 339 342 +3 |
Testing these change is super important. Please make sure all functionalities is tested properly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amirvalhalla Thanks.
It is almost done, you did amazing Job.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @amirvalhalla. It is Almost done, just small changes before merging.
} | ||
|
||
as.addrCache.Add(addr, acc) | ||
return acc, nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here, I still feel that we need to review it again. We are returning an account pointer here, and it can be changed, which could potentially manipulate the cache.
Description
This PR implements PIP-15.