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

Deprecate v1 and v2 transactions #1545

Merged
merged 78 commits into from
Jan 13, 2025

Conversation

franciszekjob
Copy link
Collaborator

@franciszekjob franciszekjob commented Jan 8, 2025

Closes #1540

Introduced changes

Deprecate v1 and v2 transactions:

  • Remove docs examples including/mentioning these versions
  • Mark v1 and v2 methods/classes as deprecated in docs
  • Display deprecation warning when using these methods

  • This PR contains breaking changes

Copy link
Collaborator

@ddoktorski ddoktorski left a comment

Choose a reason for hiding this comment

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

Typos in the title v2 and v3 -> v1 and v2

starknet_py/utils/deprecation.py Show resolved Hide resolved
starknet_py/utils/deprecation.py Outdated Show resolved Hide resolved
starknet_py/tests/e2e/fixtures/accounts.py Outdated Show resolved Hide resolved
@franciszekjob franciszekjob changed the title Deprecate v2 and v3 transactions Deprecate v1 and v2 transactions Jan 10, 2025
@franciszekjob
Copy link
Collaborator Author

Typos in the title v2 and v3 -> v1 and v2

Oops, right 😅

@franciszekjob franciszekjob changed the base branch from franciszekjob/python3.9-as-minimum-version to development January 10, 2025 14:27
@franciszekjob franciszekjob merged commit 2478a6c into development Jan 13, 2025
10 checks passed
@franciszekjob franciszekjob deleted the franciszekjob/1540-txs-deprecation branch January 13, 2025 09:31
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.

Deprecate txs versions other than v3
2 participants