Skip to content

Commit

Permalink
feat: migrate to starknet-types-core Felt type (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored Jun 16, 2024
1 parent 548d2dd commit 8d0c92c
Show file tree
Hide file tree
Showing 90 changed files with 2,333 additions and 4,142 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
package:
- "starknet-ff"
- "starknet-curve"
- "starknet-crypto-codegen"
- "starknet-crypto"
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ jobs:
command: install
args: wasm-pack

- name: Run starknet-ff tests
run: |
(cd ./starknet-ff && wasm-pack test --release --node)
- name: Run starknet-crypto tests
run: |
(cd ./starknet-crypto && wasm-pack test --release --node)
Expand Down Expand Up @@ -129,22 +125,6 @@ jobs:
run: |
rustup target add thumbv6m-none-eabi
- name: Build starknet-ff
run: |
cargo build --package starknet-ff \
--target thumbv6m-none-eabi \
--no-default-features
cargo build --package starknet-ff \
--target thumbv6m-none-eabi \
--no-default-features \
--features alloc
cargo build --package starknet-ff \
--target thumbv6m-none-eabi \
--no-default-features \
--features serde
- name: Build starknet-crypto
run: |
cargo build --package starknet-crypto \
Expand Down
Loading

0 comments on commit 8d0c92c

Please sign in to comment.