-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Panic in Relayer when Configuring Feegrant with Multiple Grant Results #1465
Comments
cc @KyleMoser |
Good error report. This happens because there is bad logic in the paginator The fix will involve removing the nil pointer dereference and writing an interchaintest case to prove the paginator works properly. Then @danbryan can test it again using the same exact command he used initially. In the meantime, there is an easy workaround, which is to set |
Setting eg
However, i think the stdout from the log message it has the wrong feepayer, it says
However, if you look at the tx it says
Here are the changes i would suggest to make this tool more operator friendly. 1.) Don't require operators to set |
@KyleMoser any updates on this or anything we can do to further investigate and get a fix in place? |
GitHub Issue for Cosmos Relayer
Title
Panic in Relayer when Configuring Feegrant with Multiple Grant Results
Description
Encountering a panic in the Cosmos Relayer when attempting to configure feegrant using an existing allowance. This issue occurs when there is more than one page of results for the "query grants by granter" AllowancesByGranter RPC query.
Steps to Reproduce
Configuration
Additional Context
Links
Documentation for Feegrant Configuration
Steps Taken
Successfully ran the update client with the configured feegrant:
Transaction details:
kujira1x9fxqdkg4rumkzrck8t3qnhm30jgfsx9ntcpas
However, the relayer panics and might be preventing additional necessary configurations.
The text was updated successfully, but these errors were encountered: