Skip to content

Commit

Permalink
Merge pull request #676 from calvinaco/feature/674-disable-msgexec-block
Browse files Browse the repository at this point in the history
Problem: MsgExec parser can cause indexer to halt
  • Loading branch information
calvinaco authored Jan 25, 2022
2 parents 3b85328 + 8135f90 commit 011e01f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usecase/parser/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ func ParseBlockTxsMsgToCommands(
// cosmos authz
"/cosmos.authz.v1beta1.MsgGrant",
"/cosmos.authz.v1beta1.MsgRevoke",
"/cosmos.authz.v1beta1.MsgExec",
// FIXME: https://github.com/crypto-com/chain-indexing/issues/673
//"/cosmos.authz.v1beta1.MsgExec",

// cosmos feegrant
"/cosmos.feegrant.v1beta1.MsgGrantAllowance",
Expand Down

0 comments on commit 011e01f

Please sign in to comment.