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

Priority fee upgrade handler + tx to update priority config. #508

Merged

Conversation

RustNinja
Copy link
Collaborator

@RustNinja RustNinja commented Apr 29, 2024

introduce extra field when update allowed ibc tokens for specific channel.
Able to specify the priority:

picad tx ibctransferparamsmodule add-allowed-ibc-token --from mykey --gas auto --fees 20000ppica channel-10 250 2000000000000000ppica 100low 1000medium 100000high

Comment on lines 22 to 31
// BrokenProposals := [3]uint64{2, 6, 11}
// // gov module store
// store := ctx.KVStore(keepers.GetKVStoreKey()["gov"])

// for _, proposalID := range BrokenProposals {
// bz := store.Get(types.ProposalKey(proposalID))
// if bz != nil {
// store.Delete(types.ProposalKey(proposalID))
// }
// }

Choose a reason for hiding this comment

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

Remove

@RustNinja RustNinja merged commit 0427e0a into rustninja/cosmos-fee-priority Apr 29, 2024
8 checks passed
@RustNinja RustNinja deleted the rustninja/priority-fee-upgrade-handler branch April 29, 2024 13:02
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.

2 participants