Skip to content

Commit

Permalink
Add comment about cosmwasm_1_4 capability
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Dec 16, 2024
1 parent 226fd20 commit aeced6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ package app
// See https://github.com/CosmWasm/cosmwasm/blob/main/docs/CAPABILITIES-BUILT-IN.md
// This functionality is going to be moved upstream: https://github.com/CosmWasm/wasmvm/issues/425
func AllCapabilities() []string {
// This branch contains the 0.33.x version line. It was updated from wasmvm v1.3.0 to v1.5.x
// to be able to provide security updates.
// Therefore this deliberately does not include "cosmwasm_1_4" to not enable the features
// guarded by that capability, even though it is theoretically available.
return []string{
"iterator",
"staking",
Expand Down

0 comments on commit aeced6c

Please sign in to comment.