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
relayer, relayer-cli
Some CLIs have String for ID instead of typed ID. We should review all CLIs and change to typed IDs and make them required where that is the case.
String
required
Some CLIs are still using the chain.query() from the era before gRPC, they should used the specific queries instead.
chain.query()
The text was updated successfully, but these errors were encountered:
ancazamfir
Successfully merging a pull request may close this issue.
Crate
relayer, relayer-cli
Summary of Bug
Some CLIs have
String
for ID instead of typed ID. We should review all CLIs and change to typed IDs and make themrequired
where that is the case.Some CLIs are still using the
chain.query()
from the era before gRPC, they should used the specific queries instead.Version
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: