-
Notifications
You must be signed in to change notification settings - Fork 138
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
Add support for FunctionType.Purity
in CCF codec
#3107
Conversation
For backward compability, decoded FunctionType.Purity defaults to FunctionPurityUnspecified if it isn't encoded explicitly.
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit f4fdbc6 Collapsed results for better readability
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3107 +/- ##
==========================================
- Coverage 80.66% 80.65% -0.01%
==========================================
Files 379 379
Lines 91450 91516 +66
==========================================
+ Hits 73765 73810 +45
- Misses 15039 15055 +16
- Partials 2646 2651 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This update corresponds to Cadence PR 3107: onflow/cadence#3107 This change does not affect CCF Codec because it was already implemented and deployed in the codec.
This PR adds support for encoding and decoding
FunctionType.Purity
in CCF.For backward compability, decoded
FunctionType.Purity
defaults toFunctionPurityUnspecified
if it isn't encoded explicitly.Closes #2457
master
branchFiles changed
in the Github PR explorer