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 mockVM added also introduced some names that are used in wasmd: WasmCode/CheckSum as the types and codeID/checksum as names, there's some discrepancy here that can be cleaned easily (codeID being used for both code/codeHash in these funcs, PinFn having it named checksum).
All these names make it difficult to follow along and make it easy to make subtle mistakes. It would be nice if all we had some form of consistency.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
This is unfortunately a messy situation at the moment.
For the wasm code, specifically:
code_bytes
inContract
stored inGenesisState
.wasm_byte_code
inMsgStoreCode
.For the codeHash/checkSum:
checkSum
inMsgStoreCodeResponse
codeHash
in bothClientState
and used in messages/names for theCodeHashes
rpc.The mockVM added also introduced some names that are used in wasmd:
WasmCode/CheckSum
as the types andcodeID
/checksum
as names, there's some discrepancy here that can be cleaned easily (codeID
being used for both code/codeHash in these funcs,PinFn
having it named checksum).All these names make it difficult to follow along and make it easy to make subtle mistakes. It would be nice if all we had some form of consistency.
For Admin Use
The text was updated successfully, but these errors were encountered: