-
Notifications
You must be signed in to change notification settings - Fork 139
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
Bring back support for decoding published path capabilities #3103
Bring back support for decoding published path capabilities #3103
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 36d8e4e Collapsed results for better readability
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3103 +/- ##
=======================================
Coverage 80.65% 80.65%
=======================================
Files 379 379
Lines 91445 91445
=======================================
Hits 73758 73758
Misses 15041 15041
Partials 2646 2646
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Closes #3102
Description
The Cadence 1.0 migration must also migrate path capability values that were published in the account inbox.
CapabilityValue
toIDCapabilityValue
CapabilityValue
interface and madeIDCapabilityValue
andPathCapabilityValue
conform to itPublishedValue
toCapabilityValue
CapabilityValue
, not justIDCapabilityValue
master
branchFiles changed
in the Github PR explorer