Tags: zepeng811/noble-fiattokenfactory
Tags
Improve Ante Handler by adding CCTP message types (circlefin#25) ## Summary This PR adds new CCTP message types that will be validated by the ante handler.
Various blocklist and pause check enhancements (circlefin#24) This PR accomplishes the following: - Apply blocklist check to sender & recipient of every transfer event in abci - Extend pause check to `MsgGrant` and `MsgConfigureMinter` - Migrate blockibc module from [noble](https://github.com/noble-assets/noble) to fiattokenfactory module.
Add support for authz messages (circlefin#22) This PR improves the FiatTokenFactory ante handler used in Noble today. Ante handlers are used to accept/reject transactions on a Cosmos SDK chain. This PR adds support for the ante handler to check authz messages.
chore(ci): implement code scanning (circlefin#18) Implement PR code scanning and SBOM on release.