Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Dec 17, 2024
1 parent aeced6c commit ed5e9d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ package app
// 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.
// to be able to provide security updates, but the new features introduced in between were not
// implemented here in x/wasm. Therefore this deliberately does not include "cosmwasm_1_4",
// so contracts requiring those features cannot be uploaded.
return []string{
"iterator",
"staking",
Expand Down

0 comments on commit ed5e9d4

Please sign in to comment.