We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ratelimit
At the moment, CLI query commands only support the AllRateLimits query. I suggest to add the other query commands.
AllRateLimits
type QueryServer interface { AllRateLimits(context.Context, *QueryAllRateLimitsRequest) (*QueryAllRateLimitsResponse, error) RateLimit(context.Context, *QueryRateLimitRequest) (*QueryRateLimitResponse, error) RateLimitsByChainID(context.Context, *QueryRateLimitsByChainIDRequest) (*QueryRateLimitsByChainIDResponse, error) RateLimitsByChannelID(context.Context, *QueryRateLimitsByChannelIDRequest) (*QueryRateLimitsByChannelIDResponse, error) AllWhitelistedAddresses(context.Context, *QueryAllWhitelistedAddressesRequest) (*QueryAllWhitelistedAddressesResponse, error) }
The text was updated successfully, but these errors were encountered:
This shouldn't be an urgent issue i believe. I am happy to contribute if you like.
Sorry, something went wrong.
Sure! Thank you, @jaybxyz !
upgrade to mainline module with query, not fork instead of fixes
jaybxyz
Successfully merging a pull request may close this issue.
At the moment, CLI query commands only support the
AllRateLimits
query. I suggest to add the other query commands.The text was updated successfully, but these errors were encountered: