cosmwasm
cosmwasm copied to clipboard
Need to update of packages/vm/testdata
Currently, only hackatom
is running as CI Test.
So the rest of the contract-based tests are not executed, and the precompiled wasm binary is not verified.
When you add this feature, please add all sub contract not only hackatom
.
'ci' workflow is legacy. It will be removed. Our 'Test' workflow is already fine.
However, the reason that only hackatom
was a no problem was that the wasm binary under vm/testdata/
was not updated. Only hackatom
has been updated.
So I change the issue title, 'Need to update of packages/vm/testdata'.