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

Add cycle check in parser #630

Merged
merged 1 commit into from Jan 4, 2023

Conversation

Solpatium
Copy link
Contributor

No description provided.

Copy link
Collaborator

@war-in war-in left a comment

Choose a reason for hiding this comment

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

Nice and simple 🚀

starknet_py/net/models/abi/parser.py Show resolved Hide resolved
@Solpatium Solpatium merged commit 99ae25e into refactor/data-transformer Jan 4, 2023
@Solpatium Solpatium deleted the feat/parser-cycles-check branch January 4, 2023 10:34
cptartur added a commit that referenced this pull request Jan 23, 2023
* Add cairo type parser (#566)

* Add ABI module (#571)

* Add transformation context (#576)

* Add TupleDataclass (#590)

* Add cairo.serializer module (#593)

* Add fix to nested errors (#599)

* Feat/payload serializer (#601)

* Add tuple serializers (#612)

* Add struct & uin256 serilaizer (#613)

* Add FunctionSerializationAdapter (#614)

* Add cycle check in parser (#630)

* Add serializer factory functions (#629)

* Use new serializer in contract (#637)

* Replace data transfomer in some modules (#642)

* Replace data transfomer in some modules

* Simplify structure in account

* Remove more dependencies on data_transfomer

* Remove string typed types in contract

* Cover missing statements (#648)

* Cover missing statements

* Change deprecation text in felt.py

* Update starknet_py/cairo/type_parser.py

Co-authored-by: war-in <61014013+war-in@users.noreply.github.com>

Co-authored-by: war-in <61014013+war-in@users.noreply.github.com>

* Add missing dots (#652)

* Deprecate data_transformer module (#654)

* Add simple examples in documentation of serializers (#653)

* Add test for complex abi (#663)

* Support {low, high} dict in uint256 serializer (#668)

* Support {low, high} dict in uint256 serializer

* Replace ^ with **

* Add basic docs for serializers (#679)

* Add basic docs for serializers

* Add more docs

* Adjust comment

* Move abi and serialization to top level modules

* Add TupleDataclass to api

* Fix docs

* Fix serializing example

* Fix lint

* Use header consistent with the rest of the api

* Remove unnecessary pylint disable, unify disables

* Update comment

* Format

* Update docs/guide/serialization.rst

Co-authored-by: Kamil Jankowski <kamil.jankowski.x@gmail.com>

Co-authored-by: Artur Michalek <artur.michalek@swmansion.com>
Co-authored-by: Artur Michałek <52135326+cptartur@users.noreply.github.com>
Co-authored-by: Kamil Jankowski <kamil.jankowski.x@gmail.com>

* Apply suggestions from code review

Co-authored-by: war-in <61014013+war-in@users.noreply.github.com>

* Make deployer.py variables private

Co-authored-by: war-in <61014013+war-in@users.noreply.github.com>
Co-authored-by: Artur Michalek <artur.michalek@swmansion.com>
Co-authored-by: Artur Michałek <52135326+cptartur@users.noreply.github.com>
Co-authored-by: Kamil Jankowski <kamil.jankowski.x@gmail.com>
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.

None yet

3 participants