-
Notifications
You must be signed in to change notification settings - Fork 839
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
[FRAME] Cleanup Storage generator
Traits
#5408
base: master
Are you sure you want to change the base?
Conversation
@gui1117 please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed carefully.
Code is correctly moved.
Tests are also correctly moved.
Some minor comments below but then I will approve it.
Co-authored-by: Guillaume Thiolliere <[email protected]>
Co-authored-by: Guillaume Thiolliere <[email protected]>
Co-authored-by: Guillaume Thiolliere <[email protected]>
generator
typesgenerator
traits
CI is complaining about format you can run:
|
Co-authored-by: Guillaume Thiolliere <[email protected]>
The CI pipeline was cancelled due to failure one of the required jobs. |
generator
traitsgenerator
Traits
resolves #142
Related files in no particular order
This approach involves porting all methods defined in the respective generator traits into their respective types in storage::types and implementing storage::{
StorageValue
,StorageMap
,StorageNMap
,StorageDoubleMap
}.