Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Support Cairo 0.10 (#184)
Browse files Browse the repository at this point in the history
* add new account artifacts

* migrate cairo syntax

* bump cairo lang

* remove Makefile from base project

* update signer

* clear debug code

* fix linter

* Update __init__.py

* drop python3.7 support

* remove nonce from execute params. fix max_fee type

* fix linter

* fix test

* fix tests

* fix linting

* add missing docstring

* improve tests. simplify calldata management

* fix linter

* fix gateway flags

* apply code review suggestions. signer takes hex or int
  • Loading branch information
martriay authored Sep 9, 2022
1 parent b56ee38 commit 91b39f5
Show file tree
Hide file tree
Showing 15 changed files with 10,262 additions and 10,209 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
# Add '3.10-dev' once frozendict issue is resolved
# See https://github.com/starkware-libs/cairo-lang/issues/38
python_version: [ '3.7.5', '3.8', '3.9' ]
python_version: [ '3.8', '3.9' ]
os: [ubuntu-latest]
name: ${{ matrix.os }} - Python ${{ matrix.python_version }}
steps:
Expand Down
Loading

0 comments on commit 91b39f5

Please sign in to comment.