Skip to content

Conversation

@ddoktorski
Copy link
Collaborator

@ddoktorski ddoktorski commented Nov 9, 2023

Closes #1184

Introduced changes

  • Remove cairo_version from BaseAccount.execute and BaseAccount.sign_invoke_transaction
  • Remove/skip some gateway tests in tests_on_networks because the gateway feeder has been disabled on integration network, it is related to Remove GatewayClient #1047

Note: A slight decrease in code coverage is expected.

  • This PR contains breaking changes

@codecov
Copy link

codecov bot commented Nov 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2924e15) 98.06% compared to head (4a38ffe) 98.00%.

Additional details and impacted files
@@               Coverage Diff               @@
##           development    #1221      +/-   ##
===============================================
- Coverage        98.06%   98.00%   -0.07%     
===============================================
  Files               90       90              
  Lines             4755     4751       -4     
===============================================
- Hits              4663     4656       -7     
- Misses              92       95       +3     
Files Coverage Δ
starknet_py/net/account/account.py 98.97% <ø> (-0.03%) ⬇️
starknet_py/net/account/base_account.py 100.00% <ø> (ø)

... and 1 file with indirect coverage changes

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

Copy link
Contributor

@tomek0123456789 tomek0123456789 left a comment

Choose a reason for hiding this comment

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

Great job! 🔥
Needs just info in migration guide about removal of the parameter as a breaking change

@tomek0123456789 tomek0123456789 merged commit 94321d3 into development Nov 10, 2023
@tomek0123456789 tomek0123456789 deleted the ddoktorski/1184-remove-cairo-version-parameter branch November 10, 2023 10:33
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.

Remove cairo_version from BaseAccount.execute and BaseAccount.sign_invoke_transaction

3 participants