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

Bump wasmd to rc2 #381

Merged
merged 1 commit into from
May 16, 2023
Merged

Bump wasmd to rc2 #381

merged 1 commit into from
May 16, 2023

Conversation

KonradStaniec
Copy link
Contributor

Small pr to bump wasmd to rc2 versions.

One thing I noticed, both ibc-go and wasmd uses FeeKeeper as their ICS4Wrapper implementation in their test-apps (https://github.com/cosmos/ibc-go/blob/main/testing/simapp/app.go#LL413C6-L413C18), where we only use ChannelKeeper.

From what I understand FeeKeeper is actually enables https://github.com/cosmos/ibc/tree/main/spec/app/ics-029-fee-payment, which is scheme used to pay rewards to relayers. It seems like a good idea to enable it also on Babylon . What do you think @SebastianElvis ?

@SebastianElvis
Copy link
Member

From what I understand FeeKeeper is actually enables cosmos/ibc@main/spec/app/ics-029-fee-payment, which is scheme used to pay rewards to relayers. It seems like a good idea to enable it also on Babylon . What do you think @SebastianElvis ?

Agreed, we will need this to incentivise people to run relayers anyway

@KonradStaniec
Copy link
Contributor Author

cool! I will do that in separate pr then :)

@KonradStaniec KonradStaniec merged commit a80b950 into dev May 16, 2023
@KonradStaniec KonradStaniec deleted the bump-wasmd branch May 16, 2023 07:43
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