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

Use fee module #383

Merged
merged 1 commit into from
May 17, 2023
Merged

Use fee module #383

merged 1 commit into from
May 17, 2023

Conversation

KonradStaniec
Copy link
Collaborator

Wires up and uses ibc fee module. Module is implementation of https://github.com/cosmos/ibc/tree/main/spec/app/ics-029-fee-payment which spec of relayer incentivization.

To wire up fee module there are two changes necessary:

  1. Pass FeeKeeper as ics4wrapper to other ibc modules (transferKeeper, zoneconciergeKeeeper, wasmKeeper)
  2. Create ibcfee.NewIBCMiddleware and route for each ibc module used

Imo it makes sense for Babylon to enable this module, as we will be using a lot of IBC to distribute checkpoints to other cosmos zones.

@KonradStaniec KonradStaniec merged commit 76f53a5 into dev May 17, 2023
@KonradStaniec KonradStaniec deleted the use-fee-module branch May 17, 2023 07: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