-
Notifications
You must be signed in to change notification settings - Fork 693
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
Config params not properly parsed #2087
Comments
Note that a fix for this issue would not be state breaking. Thus, it can be applied after releasing v8 and v9. |
I am ok with what you decide wrt to timeline. But I think for v8 we should document things clearly. regarding the issue itself, why is the default set to those IBC messages?
imho it should be The current default is not clearly stated in the The list is also incomplete from packet relaying pov, should also contain the timeout message types (there are two The format of these strings requires operators to have intimate knowledge of protobuf Any Uris for IBC messages. There should be some documentation available and kept up to date for these. |
Summary of Bug
Configuration params with the
key = [ ]
structure are not properly passed. The expected value should be an empty list, however, the outcome is a nil value.In general, we should be able to differentiate between the following scenarios:
key =
key = [ ]
key = ["value1", "value2"]
Version
v8, v9
For Admin Use
The text was updated successfully, but these errors were encountered: