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
Thanks to the state lenses, we will have multiple implementations of the our light clients on different ecosystems. Before this, it made sense to have the light-clients directory. But now, it will be a mess very soon.
My suggestion is to split up everything based on its execution layer (evm, cosmwasm, move) such as:
Would move contain both aptos move and sui move? or are they so distinct that they deserve two top-level directories?
Unfortunately yes. Aptos supports dynamic dispatch, but sui not. And their token and storage logic is considerably different. So yeah, SUI won't be a slightly different aptos.
Thanks to the state lenses, we will have multiple implementations of the our light clients on different ecosystems. Before this, it made sense to have the
light-clients
directory. But now, it will be a mess very soon.My suggestion is to split up everything based on its execution layer (
evm
,cosmwasm
,move
) such as:The text was updated successfully, but these errors were encountered: