software-mansion / starknet.py

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

Move Revision class and field to separate file #1493

Closed sashhh31 closed 2 weeks ago

sashhh31 commented 2 weeks ago

Introduced changes:-

-> Added a new filed named schema/revision.py which has the revision and revisionfeild class which was previously defined in schema/common.py .

-> Fixed a bug that was causing circular imports in between models/typed_data.py and schema/common.py .

Breaking changes:-

-> Added a new file at schema called revision.py and added imports at models/typed_data.py and schema/common.py likewise