From e8e6151a3f0b1dc5ff35c1d542224b6018ddc9bf Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Thu, 15 Sep 2022 08:21:28 +0200 Subject: [PATCH] feat: allow to handle MsgExec instances properly --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 318334a8..b2f9c3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - ([\#76](https://github.com/forbole/juno/pull/76)) Return 0 as height for `GetLastBlockHeight()` method while no block is saved - Updated cosmos/cosmos-sdk to `v0.45.8` - Use `sqlx` instead of `sql` while dealing with a PostgreSQL database +- ([\#75](https://github.com/forbole/juno/pull/75)) Allow modules to handle MsgExec inner messages ## v3.4.0 ### Changes