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 current version of ORMP is designed with L1 layer in mind, storage is expensive and calldata is cheap, but now for L2 or even L3 chain, calldata is more expensive than storage, so consider to implement ORMPL2 with storage query instead of indexing version, which can greatly reduce the workload of L2/L3 integration.
The text was updated successfully, but these errors were encountered:
Idea
The current version of ORMP is designed with L1 layer in mind, storage is expensive and calldata is cheap, but now for L2 or even L3 chain, calldata is more expensive than storage, so consider to implement ORMPL2 with storage query instead of indexing version, which can greatly reduce the workload of L2/L3 integration.
The text was updated successfully, but these errors were encountered: