cosmos / cosmos-rust

The home of all shared Rust resources for the Cosmos ecosystem.
Apache License 2.0
310 stars 125 forks source link

introduced basic parsing of 'msg_responses' field inside 'TxMsgData' #472

Closed jstuczyn closed 4 months ago

jstuczyn commented 4 months ago

This PR introduces basic parsing for the data embedded inside TxMsgData that was introduced in cosmos-sdk 0.46

tony-iqlusion commented 4 months ago

Looks good, but can you run rustfmt? Thanks!

jstuczyn commented 4 months ago

Sorry, my bad! I got so used to my IDE doing this automatically for me, but I forgot to configure it for this project 😅