Skip to content

Commit

Permalink
breaking: bump starknet-rs to 0.11.0 + migrate to the new Felt
Browse files Browse the repository at this point in the history
…type (#40)

* migrate to the new felt type

* byte array

* update

* bump `starknet-core`

* patch deps

* update comment

* replace all references to old FieldElement

* fix error

* use versioned types

* bump starknet-types-core

* explicit specify the starknet-types-core version

* change ver requirement

* ci: fix macOS version

* fix: remove num_trait dependency and use felt from starknet-rs

* chore: add minimum requirement for starknet-types-core to include FromStr

* doc: add reason of cainome min version on starknet-types-core

---------

Co-authored-by: glihm <[email protected]>
  • Loading branch information
kariy and glihm authored Jul 3, 2024
1 parent fcea566 commit e67d925
Show file tree
Hide file tree
Showing 33 changed files with 689 additions and 781 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11]
os: [ubuntu-latest, macos-latest]
toolchain: [stable, nightly]

steps:
Expand Down
Loading

0 comments on commit e67d925

Please sign in to comment.