-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate v1 and v2 transactions (#1545)
* Remove v1 and v2 txs examples from docs * Temporarily add `verbose` flag when installing poetry * Fix command * Remove `poetry config installer.modern-installation false` * Use `poetry check --lock` instead of `poetry lock --check` * Update `pyproject.toml` to remove poetry deprecation warnings * Temporarily add `poetry --version` * Set poetry version to `1.8.5` * Temporarily bring back poetry to latest version * Revert "Temporarily bring back poetry to latest version" This reverts commit d8cab89. * Remove unnecessarily introduced CI changes * Remove changes in `pyproject.toml` * Increase resource bounds in `test_simple_declare_and_deploy` * Use latest poetry; Require python >= 3.9 * Run `poetry lock --no-update` * Remove poetry configuration of `modern-installation` * Add `poetry self add poetry-plugin-export` in docs workflow * Update migration guide * Trigger CI * Fix `test_signing_fee_estimate` * Fix `test_deploy_prefunded_account` * Update `pyproject.toml` and `poetry.lock` * Update dependencies versions * Update license to TOML format * Update `[project]` and `[tool.poetry]` * Use `[project.urls]` * Remove changes in `checks.yml` * Mark `test_account_outside_execution_any_caller` as skipped; Add todo * Fix test skipping * Fix linting * Fix linting * Fix failing `test_simple_declare_and_deploy` * Fix other failing tests * Fix formatting * Deprecate v1, v2 methods and classes * Format * Minor fixes * Fix linting * Fix formatting * Fix typechecking * Fix formatting * Fix linting * Bump artifact actions to v4 * Trigger CI * Fix docs building * Make wrapper private * Fic formatting * Use deprecation util function instead of decorator * Fix failing test * Fix linting * Fix failing tests * Change version from which v1 and v2 txs are deprecated * Set `stacklevel` to 3 * Deprecate `DeclareResult.deploy_v1` * Use v3 in `test_account_sign_without_execute` * Update development guide * Use `typing_extensions.deprecated` instead of custom function * Temporarily remove increasing account balance in `full_node_account` fixture * Fix linting * Temporarily remove increasing account balance in fixture * Use `deprecated` library * Fix linting * Bring back util function for deprecation warnings * Remove setting warnings filter * Restore increasing account balance in `full_node_account` fixture * Remove `Deprecated` package * Update `pyproject.toml` * Decrease `max_amount` in `test_simple_declare_and_deploy` * Fix failing tests * Remove unnecessary code * Remove transfer transaction; Add minor fixes * Fix linting
- Loading branch information
1 parent
c878d07
commit 2478a6c
Showing
35 changed files
with
364 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,4 +148,3 @@ exclude = [ | |
"**/__pycache__", | ||
"starknet_py/tests/e2e/docs", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.