Skip to content

chore(deps): bump github.com/CosmWasm/wasmvm from 1.1.1 to 1.5.1 #1526

chore(deps): bump github.com/CosmWasm/wasmvm from 1.1.1 to 1.5.1

chore(deps): bump github.com/CosmWasm/wasmvm from 1.1.1 to 1.5.1 #1526

Triggered via pull request January 11, 2024 08:22
Status Success
Total duration 34m 36s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Analyze
cannot use prefixStore (variable of type prefix.Store) as "github.com/CosmWasm/wasmvm/types".KVStore value in argument to k.wasmVM.Instantiate: prefix.Store does not implement "github.com/CosmWasm/wasmvm/types".KVStore (wrong type for method Iterator)
Analyze
cannot use prefixStore (variable of type prefix.Store) as "github.com/CosmWasm/wasmvm/types".KVStore value in argument to k.wasmVM.Execute: prefix.Store does not implement "github.com/CosmWasm/wasmvm/types".KVStore (wrong type for method Iterator)
Analyze
cannot use &prefixStore (value of type *prefix.Store) as "github.com/CosmWasm/wasmvm/types".KVStore value in argument to k.wasmVM.Migrate: *prefix.Store does not implement "github.com/CosmWasm/wasmvm/types".KVStore (wrong type for method Iterator)
Analyze
cannot use prefixStore (variable of type prefix.Store) as "github.com/CosmWasm/wasmvm/types".KVStore value in argument to k.wasmVM.Sudo: prefix.Store does not implement "github.com/CosmWasm/wasmvm/types".KVStore (wrong type for method Iterator)
Analyze
cannot use prefixStore (variable of type prefix.Store) as "github.com/CosmWasm/wasmvm/types".KVStore value in argument to k.wasmVM.Reply: prefix.Store does not implement "github.com/CosmWasm/wasmvm/types".KVStore (wrong type for method Iterator)
Analyze
cannot use prefixStore (variable of type prefix.Store) as "github.com/CosmWasm/wasmvm/types".KVStore value in argument to k.wasmVM.Query: prefix.Store does not implement "github.com/CosmWasm/wasmvm/types".KVStore (wrong type for method Iterator)
Analyze
cannot use prefixStore (variable of type prefix.Store) as "github.com/CosmWasm/wasmvm/types".KVStore value in argument to k.wasmVM.IBCChannelOpen: prefix.Store does not implement "github.com/CosmWasm/wasmvm/types".KVStore (wrong type for method Iterator)
Analyze
cannot use prefixStore (variable of type prefix.Store) as "github.com/CosmWasm/wasmvm/types".KVStore value in argument to k.wasmVM.IBCChannelConnect: prefix.Store does not implement "github.com/CosmWasm/wasmvm/types".KVStore (wrong type for method Iterator)
Analyze
cannot use prefixStore (variable of type prefix.Store) as "github.com/CosmWasm/wasmvm/types".KVStore value in argument to k.wasmVM.IBCChannelClose: prefix.Store does not implement "github.com/CosmWasm/wasmvm/types".KVStore (wrong type for method Iterator)
Analyze
cannot use prefixStore (variable of type prefix.Store) as "github.com/CosmWasm/wasmvm/types".KVStore value in argument to k.wasmVM.IBCPacketAck: prefix.Store does not implement "github.com/CosmWasm/wasmvm/types".KVStore (wrong type for method Iterator)
Analyze
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby