A bug in wasmvm has been discovered.
This bug
- can potentially crash the node,
- can potentially cause consensus failures.
No code path is known to the author that can cause 1 or 2, but this does not guarantee such paths do not exist.
A bug in wasmvm has been discovered.
This bug
No code path is known to the author that can cause 1 or 2, but this does not guarantee such paths do not exist.
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"reflect" | |
"cosmossdk.io/simapp" | |
"github.com/cosmos/cosmos-sdk/codec" | |
codectypes "github.com/cosmos/cosmos-sdk/codec/types" |