-
Notifications
You must be signed in to change notification settings - Fork 84
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
dev: prefer from_be_bytes
to load_word
#906
Comments
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedBeing a cairo dev and a newcomer to the kakarot codebase , i think this will be a good issue to get familiar with the codebase. How I plan on tackling this issue
|
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi, I have been contributing in odhacks for quite some time now and have expertise in rust and blockchain specs , few of them are
How I plan on tackling this issueI will search for possible usecases of |
The maintainer enitrat has assigned lordshashank to this issue via OnlyDust Platform. |
from_be_bytes
is a generic implementation that tries converting a collection of bytes to a type T.Refactor the codebase to use
from_be_bytes
andfrom_be_bytes_partial
instead ofload_word
for better maintainability.The text was updated successfully, but these errors were encountered: