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 wasm light client can be invalid because of several factors such as having floating point operations. The validity of the client should be tested in the CI. An easy and legit way to do this is to specify the binary in the genesis and see if it failed. Or we can also just write an integration test in Go code.
The text was updated successfully, but these errors were encountered:
The wasm light client can be invalid because of several factors such as having floating point operations. The validity of the client should be tested in the CI. An easy and legit way to do this is to specify the binary in the genesis and see if it failed. Or we can also just write an integration test in Go code.
The text was updated successfully, but these errors were encountered: