Skip to content
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

[TASK] Ensure all unwrap is removed and add check to CI #572

Closed
Tracked by #573
1xstj opened this issue Apr 13, 2023 · 1 comment · Fixed by #584
Closed
Tracked by #573

[TASK] Ensure all unwrap is removed and add check to CI #572

1xstj opened this issue Apr 13, 2023 · 1 comment · Fixed by #584
Assignees

Comments

@1xstj
Copy link
Contributor

1xstj commented Apr 13, 2023

Task summary
Remove all unwrap() in pallet code, add [deny(clippy::unwrap_used)] to lint check CI so that we catch any regression

#569

@Nutomic
Copy link
Contributor

Nutomic commented Apr 13, 2023

You can copy the changes I made in relayer for this, it also includes some other potential crashes such as accessing a Vec with [] operator.

tangle-network/relayer#408

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants