Skip to content

Comments

feat: more robust https connection#112

Merged
gosuto-inzasheru merged 1 commit intomainfrom
feat/more-robust-https-connection
Jun 30, 2025
Merged

feat: more robust https connection#112
gosuto-inzasheru merged 1 commit intomainfrom
feat/more-robust-https-connection

Conversation

@gosuto-inzasheru
Copy link
Collaborator

No description provided.

if not self.w3.is_connected():
raise ConnectionError(
f"Unable to connect to {drpc_chain} network with provided DRPC_KEY."
f"Not connected to {drpc_chain} on DRPC (url: {endpoint_uri})"
Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldn't this expose the private DRPC key in the logs?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

github ci recognises secrets in the logs and redacts it automatically as ***

Copy link
Collaborator

@jalbrekt85 jalbrekt85 left a comment

Choose a reason for hiding this comment

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

nice

@gosuto-inzasheru gosuto-inzasheru merged commit cb8773a into main Jun 30, 2025
7 checks passed
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