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
Currently the module x/wasm-storage uses the same type Wasm for dealing with both data request wasms and overlay wasms. This design choice was originally made mainly to accommodate a wider variety of wasm types by using Wasm's WasmType field. Since this is no longer the case, it makes sense to create and use two different types DataRequestWasm and OverlayWasm with slightly different fields. The naming may also have to be reconsidered.
The text was updated successfully, but these errors were encountered:
♻️ Refactor
Currently the module
x/wasm-storage
uses the same typeWasm
for dealing with both data request wasms and overlay wasms. This design choice was originally made mainly to accommodate a wider variety of wasm types by usingWasm
'sWasmType
field. Since this is no longer the case, it makes sense to create and use two different typesDataRequestWasm
andOverlayWasm
with slightly different fields. The naming may also have to be reconsidered.The text was updated successfully, but these errors were encountered: