Skip to content

Commit

Permalink
add comment to indicate why cosmwasm_1_1 cap added
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Adams committed Oct 5, 2022
1 parent 3ec5131 commit 8df254a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ func New(
querierRegistry.RegisterQuerier(metadatatypes.RouterKey, metadatawasm.Querier(app.MetadataKeeper))

// Add the staking feature and indicate that provwasm contracts can be run on this chain.
// Addition of cosmwasm_1_1 adds capability defined here: https://github.com/CosmWasm/cosmwasm/pull/1356
supportedFeatures := "staking,provenance,stargate,iterator,cosmwasm_1_1"

// The last arguments contain custom message handlers, and custom query handlers,
Expand Down

0 comments on commit 8df254a

Please sign in to comment.