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

Extend and more properly define typing for BlockIdentifier #47

Merged
merged 2 commits into from Jun 28, 2023

Commits on Jun 28, 2023

  1. Extend and more properly define typing for BlockIdentifier

    - Borrowing from the typing used in web3.py, where it has worked quite well, ``BlockIdentifer`` needed some modernizing that would be nice to use across libraries. eth-tester could benefit once type hinting is introduced there.
    fselmo committed Jun 28, 2023
    Copy the full SHA
    bb75480 View commit details
    Browse the repository at this point in the history
  2. Add typing_extensions dependency to keep support for py3.7

    - Use the same versioning as web3.py. This will be removed in a few months for the next major release since python 3.7 is unsupported as of yesterday.
    fselmo committed Jun 28, 2023
    Copy the full SHA
    2b5acfd View commit details
    Browse the repository at this point in the history