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
Add a default clientID used for association of solo machine clients created on a tendermint chain:
diff --git a/testing/values.go b/testing/values.go index 460e27a23..44af56e8f 100644 --- a/testing/values.go +++ b/testing/values.go @@ -18,9 +18,10 @@ import ( ) const ( - FirstClientID = "07-tendermint-0" - FirstChannelID = "channel-0" - FirstConnectionID = "connection-0" + FirstClientID = "07-tendermint-0" + FirstChannelID = "channel-0" + FirstConnectionID = "connection-0" + SolomachineClientID = "06-solomachine-0" // Default params constants used to create a TM client TrustingPeriod time.Duration = time.Hour * 24 * 7 * 2
Replace all usage of the "06-solomachine-0" string. See comment
It could make sense to use the name DefaultSolomachineClientID over SolomachineClientID
DefaultSolomachineClientID
SolomachineClientID
The text was updated successfully, but these errors were encountered:
Hi! Is anyone currently working on this issue? I would like to give it a try :)
Sorry, something went wrong.
No, nobody is working on this issue yet, so thanks very much of volunteering! I will assign it to you now.
PanGan21
Successfully merging a pull request may close this issue.
Summary
Add a default clientID used for association of solo machine clients created on a tendermint chain:
Replace all usage of the "06-solomachine-0" string. See comment
It could make sense to use the name
DefaultSolomachineClientID
overSolomachineClientID
For Admin Use
The text was updated successfully, but these errors were encountered: