You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
The work by Andy in #103#107#120 to refactor query methods under the query package means that we end up with naming collisions between methods such as DelegatorValidators which is present in both distribution and staking.
This is blocking #143 (wholesale adding of queries).
As such, I suggest we split client/query into a separate package per module to avoid these collisions.
The text was updated successfully, but these errors were encountered:
The work by Andy in #103 #107 #120 to refactor query methods under the
query
package means that we end up with naming collisions between methods such as DelegatorValidators which is present in bothdistribution
andstaking
.This is blocking #143 (wholesale adding of queries).
As such, I suggest we split
client/query
into a separate package per module to avoid these collisions.The text was updated successfully, but these errors were encountered: