Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Clean up unsigned integer types across HotShot #850

Open
elliedavidson opened this issue Jan 10, 2023 · 0 comments
Open

Clean up unsigned integer types across HotShot #850

elliedavidson opened this issue Jan 10, 2023 · 0 comments
Assignees
Labels
clean code Code cleanup issue low-priority

Comments

@elliedavidson
Copy link
Member

There are many parts in HotShot where we do not use a consistent uint size. Sometimes we use usize, other times u64, etc. This is particularly noticeable in the HotShot config and NetworkConfig. We should clean these up to make them consistent. Many places don't have a reason to be using a usize versus a u64, for example. Sometimes we are representing the same data in two different types across HotShot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
clean code Code cleanup issue low-priority
Projects
None yet
Development

No branches or pull requests

2 participants