Skip to content

Commit de11375

Browse files
committed
Merge branch 'main' into pyth-stylus-update-and-initialize
2 parents 5ded54c + 3f5ac86 commit de11375

File tree

71 files changed

+2262
-852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2262
-852
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apps/entropy-debugger @pyth-network/web-team
33
apps/insights @pyth-network/web-team
44
apps/staking @pyth-network/web-team
55
apps/pyth-lazer-agent @merolish
6+
apps/fortuna @tejasbadadare
67
packages/component-library @pyth-network/web-team
78
packages/known-publishers @pyth-network/web-team
89
Dockerfile.node @pyth-network/web-team

.github/workflows/ci-starknet-contract.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
run: curl https://get.starkli.sh | sh && . ~/.config/.starkli/env && starkliup -v $(awk '/starkli/{print $2}' .tool-versions)
2828
- uses: actions-rust-lang/setup-rust-toolchain@v1
2929
- name: Install Devnet
30-
run: cargo install starknet-devnet --version $(awk '/starknet-devnet/{print $2}' .tool-versions)
30+
# it doesn't build with more recent Rust versions
31+
run: cargo +1.85.0 install starknet-devnet --version $(awk '/starknet-devnet/{print $2}' .tool-versions)
3132
- name: Check formatting
3233
run: scarb fmt --check
3334
- name: Run tests

0 commit comments

Comments
 (0)