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 ownables rust contains a lot of boilerplate code. The amount of code, even though it doesn't need to be touched, can be overwhelming for new Ownable developers.
Create an ownables_utils crate and move as much common logic there.
IdbStorage (maybe rename to ExternalStorage, because it's not dependent on indexeddb)
address_eip155 and address_lto
Common structs from msg.rs and state.rs
The text was updated successfully, but these errors were encountered:
The ownables rust contains a lot of boilerplate code. The amount of code, even though it doesn't need to be touched, can be overwhelming for new Ownable developers.
Create an
ownables_utils
crate and move as much common logic there.IdbStorage
(maybe rename toExternalStorage
, because it's not dependent on indexeddb)address_eip155
andaddress_lto
msg.rs
andstate.rs
The text was updated successfully, but these errors were encountered: