Finschia / finschia-sdk

A framework for building blockchains based Finschia Mainnet that is forked from cosmos-sdk
Apache License 2.0
63 stars 30 forks source link

Discuss whether the msg validation content in MsgExcution is sufficient #1292

Open Mdaiki0730 opened 4 months ago

Mdaiki0730 commented 4 months ago

Summary

Discuss whether the msg validation content in MsgExcution is sufficient

Problem Definition

We need to consider whether we need to perform internal validation in addition to the msgs signer validation fixed in #1291. We clarify the validation normally done in msg and make sure that MsgExecution's Dispatch has the same security.

Proposal


For Admin Use