-
Notifications
You must be signed in to change notification settings - Fork 96
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
chore: update hermes #ntrn-1 #292
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- please add cross-links between each PR so it is easy to find them together (and also easier to merge them together later);
- take a look at this document. it suggests to install old hermes, you'll have to update it;
- this example relies on old hermes version and has outdated config.toml, it has to be updated, too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your fixes, I have acknowledged them! There is one more thing, running make init && make start-rly
prints out this warning:
2023-08-01T10:53:47.344307Z WARN ThreadId(35) health_check{chain=test-1}: Chain 'test-1' has no minimum gas price value configured for denomination 'untrn'. This is usually a sign of misconfiguration, please check your chain and relayer configurations
The same for test-2 chain. This probably has to be fixed?
Actually, this issue should be reflected in config.toml in one of neutron-sdk's examples, too 🤔 |
Okay, so this config is in the chain itself, not hermes config. More strange is that we have this setting written in app.toml on init |
🤔 wow that's very interesting I am approving this PR anyway, nice job! |
updates hermes config to be used with hermes 1.6.0
parts of task: