Remove Route
method in favour of Verify(Non)Membership
on client keeper
#6019
Labels
02-client
type: refactor
Architecture, code or CI improvements that may or may not tackle technical debt.
Milestone
food for thought.. I wonder if we should rather be exposing
VerifyMembership
andVerifyNonMembership
as client keeper methods now since in other places in 03-connection/04-channel where we did clientState look ups to do things like status, latest height, timestamp at height etc, we're now using client keeper methods which abstract away the router lookups.I feel like this might be more in line with 02-client's purpose as a router in general. If dependent modules need to do custom things there is a
GetRouter
method exposed in 02-clientInterested to hear what others think 🤔
Originally posted by @damiannolan in #6013 (comment)
The text was updated successfully, but these errors were encountered: