-
Notifications
You must be signed in to change notification settings - Fork 102
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
feat: allowed ccv,globalfee stargate queries #NTRN-408 #765
feat: allowed ccv,globalfee stargate queries #NTRN-408 #765
Conversation
network/hermes/create-conn.sh
Outdated
|
||
|
||
# a short living client is needed for client update proposal test | ||
echo "Initiating short living client..." |
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.
Is it possible to move it into the integration tests?
Cause this seems unnecessary in Neutron itself
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.
💯
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.
We have two sets of configurations for Hermes:
- For use with the cosmospark in integration tests: https://github.com/neutron-org/neutron-integration-tests/blob/main/setup/hermes/create-conn.sh#L13
- For local relay run using the commands 'make init && make start-rly'.
I standardized them, as the command has been present in the hermes (docker) configuration for quite some time.
network/hermes/create-conn.sh
Outdated
|
||
|
||
# a short living client is needed for client update proposal test | ||
echo "Initiating short living client..." |
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.
💯
66a8aa5
PR includes:
Task definition: Add updateParamsPersimmon to chain manager (https://github.com/neutron-org/neutron-dao/tree/main/contracts/dao/neutron-chain-manager) for the following modules:
All prs:
neutron-org/neutronjs#10
neutron-org/neutronjsplus#69
neutron-org/neutron-integration-tests#368
neutron-org/neutron-dao#116
neutron-org/neutron-std#8
#765