8000 Tags · zepeng811/noble-fiattokenfactory · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zepeng811/noble-fiattokenfactory

Tags

release-2024-05-02T160454

Toggle release-2024-05-02T160454's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

release-2024-04-12T141903

Toggle release-2024-04-12T141903's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

release-2024-03-11T151025

Toggle release-2024-03-11T151025's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

release-2024-01-23T150702

Toggle release-2024-01-23T150702's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(ci): implement code scanning (circlefin#18)

Implement PR code scanning and SBOM on release.
0