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

Audit for all uses of HashSet in the codebase #2576

Closed
Tracked by #2531
cwgoes opened this issue Feb 9, 2024 · 0 comments · Fixed by #2685
Closed
Tracked by #2531

Audit for all uses of HashSet in the codebase #2576

cwgoes opened this issue Feb 9, 2024 · 0 comments · Fixed by #2685
Assignees
Labels
has-a-pr The issue has been solved by a PR that has yet to be merged pre-mainnet Must happen before mainnet. security

Comments

@cwgoes
Copy link
Collaborator

cwgoes commented Feb 9, 2024

Iteration over HashSet/Map in state machine code is non-deterministic and strictly prohibited.

@cwgoes cwgoes added the security label Feb 9, 2024
@cwgoes cwgoes mentioned this issue Feb 9, 2024
13 tasks
@cwgoes cwgoes added the pre-mainnet Must happen before mainnet. label Feb 9, 2024
@sug0 sug0 self-assigned this Feb 19, 2024
@sug0 sug0 added the has-a-pr The issue has been solved by a PR that has yet to be merged label Mar 4, 2024
@brentstone brentstone added this to the Phase 1: mainnet genesis milestone Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has-a-pr The issue has been solved by a PR that has yet to be merged pre-mainnet Must happen before mainnet. security
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants