Skip to content
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

[Fix] Patch minor #22

Merged
merged 12 commits into from
Jan 6, 2025
Merged

[Fix] Patch minor #22

merged 12 commits into from
Jan 6, 2025

Conversation

nkitlabs
Copy link
Collaborator

Fixed:

  • command description.
  • Fix function names.
  • Refactor tunnel relayer and initialization process.
  • Remove key private_key from chain configuration.

Implementation details

Please ensure the following requirements are met before submitting a pull request:

  • The pull request is targeted against the correct target branch
  • The pull request is linked to an issue with appropriate discussion and an accepted design OR is linked to a spec that describes the work.
  • The pull request includes a description of the implementation/work done in detail.
  • The pull request includes any and all appropriate unit/integration tests
  • You have added a relevant changelog entry to CHANGELOG_UNRELEASED.md
  • You have re-reviewed the files affected by the pull request (e.g. using the Files changed tab in the Github PR explorer)

@nkitlabs nkitlabs requested review from RogerKSI and tanut32039 and removed request for RogerKSI December 17, 2024 02:46
relayer/app.go Outdated Show resolved Hide resolved
relayer/app.go Show resolved Hide resolved
relayer/app.go Outdated Show resolved Hide resolved
relayer/app.go Outdated Show resolved Hide resolved
relayer/band/client.go Outdated Show resolved Hide resolved
relayer/band/client.go Outdated Show resolved Hide resolved
relayer/band/client.go Outdated Show resolved Hide resolved
relayer/app.go Outdated Show resolved Hide resolved
relayer/band/client.go Outdated Show resolved Hide resolved
@@ -78,12 +83,6 @@ func (c *client) Connect(timeout uint) error {
continue // Try the next endpoint if there's an error
}

// Start the client to establish a connection
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even we use unavailable endpoints,c.Log.Info("Connected to Band chain", zap.String("endpoint", rpcEndpoint)) will be logged. Is it weird ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not logging that na, or i miss sth?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

per discussed, not check active rpc on starting up the program.

relayer/app.go Outdated Show resolved Hide resolved
relayer/app.go Outdated Show resolved Hide resolved
relayer/app.go Outdated Show resolved Hide resolved
relayer/app.go Outdated Show resolved Hide resolved
@nkitlabs nkitlabs merged commit 425f1e4 into main Jan 6, 2025
2 checks passed
@nkitlabs nkitlabs deleted the patch-minor branch January 6, 2025 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants