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

Version updates #57

Merged
merged 10 commits into from
Dec 25, 2023
Merged

Version updates #57

merged 10 commits into from
Dec 25, 2023

Conversation

fjarri
Copy link
Collaborator

@fjarri fjarri commented Dec 25, 2023

  • Bump eth-tester to 0.10.0-beta.1
  • Add a typing_extensions dependency
  • Add Python 3.12 to the test matrix
  • Various boolean arguments are now keyword-only to prevent usage errors.
  • Field names clashing with Python built-ins (hash, type, id) are suffixed with an underscore.
  • Various methods that had a default Amount(0) for a parameter can now take None.

Copy link

codecov bot commented Dec 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (61c2bd2) 100.00% compared to head (d3ec223) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #57   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         1652      1656    +4     
  Branches       292       294    +2     
=========================================
+ Hits          1652      1656    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fjarri fjarri merged commit 2a6a59c into master Dec 25, 2023
11 checks passed
@fjarri fjarri deleted the version-updates branch December 25, 2023 20:55
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.

None yet

1 participant