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

Corresponds to the case where zkmsg exists in tx when multiple msg is included #1286

Open Mdaiki0730 opened 4 months ago

Mdaiki0730 commented 4 months ago

Summary

Corresponds to the case where zkmsg exists in tx when multiple msg is included.

Problem Definition

The changes made by this PR cannot handle cases where multiple zkmsg are included or when normal msg and zkmsg are mixed. https://github.com/Finschia/finschia-sdk/pull/1279/files#diff-cba4f1f61d9ce010f6671b63f1a7718495c928b9134a17540a5a0be5eb7fc2aaR169

Proposal

We discuss from these designs.