You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first one was for initializing the first frame, IIRC correctly it is to have memory, and the second one is for others. Probably can be done with only one functions but I am not sure how would that look
After reviewing the init and init_first methods, I considered combining them. However, I did not observe any significant performance gains or simplification. In fact, merging them might increase complexity for new contributors.
As an alternative, I suggest renaming the methods to more descriptive names and improving the documentation to enhance clarity. If you have any other insights or spot potential improvements, feel free to share. @rakita
Frame trait seems great, but implementation for Eth seem bloated. find the way how to make it nicer and more manageable
The text was updated successfully, but these errors were encountered: