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
Consistently rename code_hash -> checksum. Those are two terms for the same thing, which is confusing. cosmwasm-vm/wasmvm uses “checksum” everywhere.
We might want to use a different name for the hex encoded checksums returned by the QueryCodeHashesRequest and the one supplied to QueryCodeRequest. checkSumHex is an unimaginative first stab at it.
Can be done after feature branch is merged.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Feedback from Simon's peer review:
Consistently rename code_hash -> checksum. Those are two terms for the same thing, which is confusing. cosmwasm-vm/wasmvm uses “checksum” everywhere.
We might want to use a different name for the hex encoded checksums returned by the
QueryCodeHashesRequest
and the one supplied toQueryCodeRequest
.checkSumHex
is an unimaginative first stab at it.Can be done after feature branch is merged.
For Admin Use
The text was updated successfully, but these errors were encountered: