Skip to content

Conversation

@evgeny-stakewise
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings January 20, 2026 15:42
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the initialization of the parent AsyncHTTPProvider class in ExtendedAsyncHTTPProvider by properly passing the endpoint_uri parameter to the parent constructor. Previously, the endpoint URI was set as an instance attribute but not passed to the parent class, which could cause issues with batch requests.

Changes:

  • Moved endpoint URI initialization from instance attribute to parent class constructor parameter
  • Added explanatory comments about the parent class setup requirements
  • Bumped version from v0.12.1 to v0.12.2

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
sw_utils/execution.py Fixed parent class initialization by passing endpoint_uri parameter to super().init() instead of setting it as instance attribute
pyproject.toml Bumped package version to v0.12.2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@evgeny-stakewise evgeny-stakewise merged commit ce65262 into master Jan 20, 2026
3 checks passed
@evgeny-stakewise evgeny-stakewise deleted the w3-provider-fix branch January 20, 2026 19:43
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