Remove ICS4Wrapper
from keepers and pass it as argument to IBC middleware constructor
#3371
Labels
30-middleware
change: api breaking
Issues or PRs that break Go API (need to be release in a new major version)
type: refactor
Architecture, code or CI improvements that may or may not tackle technical debt.
Milestone
Improvement for IBC middleware pipelining as suggested by @damiannolan:
ics4Wrapper
field from 29-fee keeper and 27-controller keeper.next
field of typeporttypes.ICS4Wrapper
to 29-feeIBCMiddleware
and 27-controllerIBCMiddleware
, and anext
argument to the correspondingNewIBCMiddleware
constructor functions. We would have something like:keeper
fornext
.The text was updated successfully, but these errors were encountered: