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

feat: migrate to starknet-types-core Felt type #562

Merged
merged 10 commits into from
Jun 16, 2024
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
Loading