Skip to content

Conversation

@sebsadface
Copy link
Member

Description

  • Added wait_for_receipt option (bool, default True) to control whether to wait for transaction receipt
  • Added timeout option (int/float) to specify custom timeout for waiting for receipt
  • Maintains backward compatibility by defaulting wait_for_receipt to True
  • Added unit tests (10 new tests) and integration tests (5 new tests)
  • Fixed import issue in test_derivative_data.py (using pytest.raises instead of _pytest.raises)

Test Plan

Added additional unit and integration tests, all test passes.
Screenshot 2025-08-17 at 15 23 32

- Added 'wait_for_receipt' option (bool, default True) to control whether to wait for transaction receipt
- Added 'timeout' option (int/float) to specify custom timeout for waiting for receipt
- Maintains backward compatibility by defaulting wait_for_receipt to True
- Added comprehensive unit tests (10 new tests) and integration tests (5 new tests)
- Fixed import issue in test_derivative_data.py (using pytest.raises instead of _pytest.raises)
Copy link
Collaborator

@bonnie57 bonnie57 left a comment

Choose a reason for hiding this comment

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

LGTM

@lucas2brh lucas2brh merged commit c4556cb into main Aug 18, 2025
12 checks passed
@lucas2brh lucas2brh deleted the seb/allow-custom-time-out-and-opt-wait-for-receipt branch August 18, 2025 03:00
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.

4 participants