software-mansion / starknet.py

✨ 🐍 Python SDK for Starknet.
https://starknetpy.rtfd.io/
MIT License
260 stars 81 forks source link

Revert deprecation of Cairo0 / V1 transactions #1479

Closed enitrat closed 2 months ago

enitrat commented 2 months ago

Feature Request

v1 transactions were removed in this PR https://github.com/software-mansion/starknet.py/pull/1451/files As part of this epic: https://github.com/software-mansion/starknet.py/issues/1334

This is problematic for people that are still using CairoZero and V1 transactions, notably for:

Please revert the commits involved to bring back the feature.

franciszekjob commented 2 months ago

Hey @enitrat, thanks for your report. Will update you on this once we discuss the idea internally in our team 👍 .

franciszekjob commented 1 month ago

@enitrat fyi: We reverted the changes :).

enitrat commented 1 month ago

Thank you!