Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IBC Hooks and PFM #417

Merged

Conversation

phamminh0811
Copy link
Collaborator

Summary of changes

This PR fix all issues related to IBC Hooks and PFM setups. Additionally, it adds a cli for multi-send functionality in bank.

@phamminh0811 phamminh0811 mentioned this pull request Jan 30, 2024
app/params/params.go Fixed Show fixed Hide fixed
app/params/params.go Fixed Show fixed Hide fixed
app/params/params.go Fixed Show fixed Hide fixed
app/params/params.go Fixed Show fixed Hide fixed
app/params/params.go Fixed Show fixed Hide fixed
app/params/params.go Fixed Show fixed Hide fixed
@fragwuerdig
Copy link
Collaborator

Good thanks.

app/params/params.go Outdated Show resolved Hide resolved
app/params/params.go Outdated Show resolved Hide resolved
@fragwuerdig fragwuerdig merged commit be3295a into classic-terra:frag/foundation Jan 31, 2024
16 checks passed
@fragwuerdig fragwuerdig mentioned this pull request Jan 31, 2024
8 tasks
@@ -11,5 +11,6 @@ const (
MicroGBPDenom = "ugbp"
MicroMNTDenom = "umnt"

MicroUnit = int64(1e6)
MicroUnit = int64(1e6)
ExponentUint = int64(6)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@phamminh0811 I think this slipped in while it shouldn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants