-
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 Attachment and AttachmentType in CCF codec #3131
Conversation
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.
Great work!
f7b7185
to
18b95bc
Compare
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 021b908 Collapsed results for better readability
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3131 +/- ##
==========================================
- Coverage 80.65% 80.63% -0.02%
==========================================
Files 379 380 +1
Lines 91516 92183 +667
==========================================
+ Hits 73810 74330 +520
- Misses 15055 15170 +115
- Partials 2651 2683 +32
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 3131: onflow/cadence#3131 This change does not affect CCF Codec because it was already implemented and deployed in the codec.
Updates #2379
Add support in CCF codec:
Attachment
valueTypeValue
ofAttachmentType
Attachment
is encoded ascomposite-value
, same as other composite values (e.g.Enum
).TypeValue
ofAttachmentType
is encoded ascomposite-type-value
, same as other composite type values (e.g.EnumType
) with the exception thatEnumType
hasRawType
whileAttachmentType
hasBaseType
.master
branchFiles changed
in the Github PR explorer