Skip to content

Commit

Permalink
Merge branch 'xJonathanLEI:master' into feat/extend-jsonrpc-transport…
Browse files Browse the repository at this point in the history
…-for-batch-requests
  • Loading branch information
thetheveloper authored Jul 16, 2024
2 parents f72249e + a8ee4e2 commit 1e3a98f
Show file tree
Hide file tree
Showing 109 changed files with 4,777 additions and 4,842 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
22 changes: 1 addition & 21 deletions .github/workflows/test.yaml
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-12]
toolchain: [stable, nightly]

steps:
Expand Down 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 1e3a98f

Please sign in to comment.