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
Right now, if the config is malformed, the error messages are pretty vague, e.g.:
~/s/solidity-ibc-eureka main relayer start --config programs/relayer/config.example.json 2025-02-25T11:10:22.366784Z INFO solidity_ibc_eureka_relayer::core::builder: Starting relayer... socket_addr=127.0.0.1:3000 Error: failed to parse config: Invalid string length
This will make it easier for operators to debug issues with their configs.
Return the exact field in the JSON config that is malformed
The text was updated successfully, but these errors were encountered:
This type of error would be associated with a fixed length string, such as a contract/wallet address. I agree with the need to improve
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
Right now, if the config is malformed, the error messages are pretty vague, e.g.:
~/s/solidity-ibc-eureka main relayer start --config programs/relayer/config.example.json 2025-02-25T11:10:22.366784Z INFO solidity_ibc_eureka_relayer::core::builder: Starting relayer... socket_addr=127.0.0.1:3000 Error: failed to parse config: Invalid string length
Use cases
This will make it easier for operators to debug issues with their configs.
Proposal
Return the exact field in the JSON config that is malformed
For Admin Use
The text was updated successfully, but these errors were encountered: