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
compared 2 different key/value pairs between KVStoreKey{0xc001218320, wasm} and KVStoreKey{0xc000302450, wasm}
sim_test.go:275:
Error Trace: /home/kilem/forbole-dev/desmos/app/sim_test.go:275
Error: Not equal:
expected: 2
actual : 0
Test: TestAppImportExport
Messages: store A =>
store B lastContractId =>
store A =>
store B =>
May I take care of this issue if the thing I proposed is worth to you?
The text was updated successfully, but these errors were encountered:
Currently,
x/wasm
is not added to store prefix list should be checked insideTestAppImportExport
. Is any reasons not to add the check forx/wasm
?https://github.com/CosmWasm/wasmd/blob/main/app/sim_test.go#L158
By the way, the simulation test happens error as follows since the random genesis state does not generate proper
LastInstanceID
.https://github.com/CosmWasm/wasmd/blob/main/x/wasm/simulation/genesis.go#L17
The error would be like:
May I take care of this issue if the thing I proposed is worth to you?
The text was updated successfully, but these errors were encountered: