-
-
Notifications
You must be signed in to change notification settings - Fork 823
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[lang]: blobhash #3979
feat[lang]: blobhash #3979
Conversation
@@ -1212,13 +1212,23 @@ class BlockHash(BuiltinFunctionT): | |||
_return_type = BYTES32_T | |||
|
|||
@process_inputs | |||
def build_IR(self, expr, args, kwargs, contact): | |||
def build_IR(self, expr, args, kwargs, context): |
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.
fixed a typo here
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3979 +/- ##
=======================================
Coverage 90.81% 90.81%
=======================================
Files 98 98
Lines 14867 14877 +10
Branches 3309 3311 +2
=======================================
+ Hits 13501 13511 +10
Misses 945 945
Partials 421 421 ☔ View full report in Codecov by Sentry. |
What I did
Support
blobhash(uint256)
.How I did it
How to verify it
Commit message
Description for the changelog
Cute Animal Picture