-
Notifications
You must be signed in to change notification settings - Fork 141
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
Make capability ID mapping thread-safe #3085
Make capability ID mapping thread-safe #3085
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 7fb04f9 Collapsed results for better readability
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3085 +/- ##
=======================================
Coverage 80.62% 80.63%
=======================================
Files 378 379 +1
Lines 91337 91355 +18
=======================================
+ Hits 73645 73663 +18
Misses 15046 15046
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. |
Description
The link value migration (capability controller migration) might concurrently populate the mapping of capability paths to capability controller IDs.
Make the mapping thread-safe.
master
branchFiles changed
in the Github PR explorer