CosmWasm/wasmvm

Make Cache::save_wasm_unchecked available in Go

webmaster128 opened this issue · 0 comments

CosmWasm/cosmwasm#1635 will be released as part of CosmWasm 1.3.

  1. func (vm *VM) StoreCode(code WasmCode) (Checksum, error) calls Cache::save_wasm
  2. func (vm *VM) StoreCodeUnchecked(code WasmCode) (Checksum, error) calls Cache::save_wasm_unchecked
  3. func (vm *VM) Create(code WasmCode) (Checksum, error) is a depecated alias for 1.