-
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
Enforce account links to be private #2366
Conversation
change the linkAccount function parameter type to PrivatePath
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 0f76c23 Collapsed results for better readability
|
Codecov Report
@@ Coverage Diff @@
## master #2366 +/- ##
==========================================
+ Coverage 78.23% 78.49% +0.26%
==========================================
Files 312 316 +4
Lines 67045 68409 +1364
==========================================
+ Hits 52452 53697 +1245
- Misses 12821 12915 +94
- Partials 1772 1797 +25
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
3997: Update Cadence to v0.31.5-account-link-improvements r=turbolent a=turbolent Diff: onflow/cadence@v0.31.5-account-link-pragma...v0.31.5-account-link-improvements - Emit an event when an account is linked - onflow/cadence#2370 - onflow/cadence#2368 - Enforce account links to be private - onflow/cadence#2369 - onflow/cadence#2366 Co-authored-by: Bastian Müller <[email protected]>
3997: Update Cadence to v0.31.5-account-link-improvements r=turbolent a=turbolent Diff: onflow/cadence@v0.31.5-account-link-pragma...v0.31.5-account-link-improvements - Emit an event when an account is linked - onflow/cadence#2370 - onflow/cadence#2368 - Enforce account links to be private - onflow/cadence#2369 - onflow/cadence#2366 Co-authored-by: Bastian Müller <[email protected]>
Work towards #2192
Description
The Account linking FLIP received some great feedback, suggesting that account links should not be public.
Enforce this by changing the type of the path parameter of the
linkAccount
function fromCapabilityPath
toPrivatePath
.master
branchFiles changed
in the Github PR explorer