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 forward middleware to v4.0.3 release #545

Closed
wants to merge 3 commits into from
Closed

Bump forward middleware to v4.0.3 release #545

wants to merge 3 commits into from

Conversation

agouin
Copy link
Contributor

@agouin agouin commented Feb 2, 2023

Bump to official pfm v4.0.3 release

https://github.com/strangelove-ventures/packet-forward-middleware/releases/tag/v4.0.3

Also, fixes ICS4 middleware direction.

Middlewares need to wire up the ibctransfertypes.ICS4Wrapper so that they eventually pass through the IBC ChannelKeeper, otherwise the SendPacket and WriteAcknowledgement calls used within the middlewares will not be wired up to perform the action they intend to.

This makes the direction of the ICS4Wrappers (outbound) through the middlewares the opposite of the inbound middleware direction of the transferStack, as they were in #513

callback flow: hooks -> ics29 fee -> packet forward -> transfer module
send packet direction: transfer module -> packet forward -> ics29 fee -> hooks -> channel

Copy link
Contributor

@Reecepbcups Reecepbcups left a comment

Choose a reason for hiding this comment

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

utACK

@Reecepbcups Reecepbcups enabled auto-merge (squash) February 4, 2023 00:44
@faddat
Copy link
Contributor

faddat commented Feb 6, 2023

thanks everyone

@faddat
Copy link
Contributor

faddat commented Feb 6, 2023

closing and reopening

@faddat faddat closed this Feb 6, 2023
auto-merge was automatically disabled February 6, 2023 17:47

Pull request was closed

@faddat faddat mentioned this pull request Feb 6, 2023
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.

3 participants