CosmWasm / cosmwasm

Framework for building smart contracts in Wasm for the Cosmos SDK
https://www.cosmwasm.com/
Apache License 2.0
1.06k stars 330 forks source link

Rename `SubMsg` #2242

Open chipshort opened 4 weeks ago

chipshort commented 4 weeks ago

The current name is based on the outdated idea that there are submessages and messages and that those two are distinct concepts. This is not the case anymore for a long time and the name should reflect that. At this point the type is really just a message with the information that you want a reply. Something like ReplyOnMsg or MsgWithReply? Other suggestions are welcome.