Open aeryz opened 1 week ago
Would move
contain both aptos move and sui move? or are they so distinct that they deserve two top-level directories?
considering that they would be two separate ibc stack implementations, they would most likely be two directories
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: