Skip to content

Commit 926e1d3

Browse files
viviveeveefxgst
andauthored
chore: Prepare more examples for ICP Ninja (#1263)
Co-authored-by: Elias Datler <[email protected]>
1 parent f562b76 commit 926e1d3

File tree

97 files changed

+2580
-1006
lines changed

Some content is hidden

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

97 files changed

+2580
-1006
lines changed

.github/workflows/motoko-threshold-ecdsa-example.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/motoko-threshold-schnorr-example.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/ninja_pr_checks.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,36 @@ jobs:
4848
["Send HTTP Get (Motoko)"]="motoko/send_http_get"
4949
["Send HTTP Post (Motoko)"]="motoko/send_http_post"
5050
["Superheroes (Motoko)"]="motoko/superheroes"
51+
["Threshold ECDSA (Motoko)"]="motoko/threshold-ecdsa"
52+
["Threshold Schnorr (Motoko)"]="motoko/threshold-schnorr"
5153
["Tokenmania (Motoko)"]="motoko/tokenmania"
5254
["NFT Creator (Motoko)"]="motoko/nft-creator"
5355
["Who Am I (Motoko)"]="motoko/who_am_i"
5456
["Rust backend (Rust)"]="rust/backend_only"
57+
["Rust backend Wasm64 (Rust)"]="rust/backend_wasm64"
58+
["Canister Info (Rust)"]="rust/canister-info"
59+
["Canister Logs (Rust)"]="rust/canister_logs"
60+
["Basic Ethereum (Rust)"]="rust/basic_ethereum"
5561
["Daily Planner (Rust)"]="rust/daily_planner"
5662
["EVM Block Explorer (Rust)"]="rust/evm_block_explorer"
5763
["Flying Ninja (Rust)"]="rust/flying_ninja"
64+
["Guards (Rust)"]="rust/guards"
5865
["Hello World (Rust)"]="rust/hello_world"
5966
["LLM Chatbot (Rust)"]="rust/llm_chatbot"
67+
["Performance Counters (Rust)"]="rust/performance_counters"
68+
["Periodic Tasks (Rust)"]="rust/periodic_tasks"
69+
["QR Code (Rust)"]="rust/qrcode"
70+
["Query Stats (Rust)"]="rust/query_stats"
71+
["Send HTTP Get (Rust)"]="rust/send_http_get"
72+
["Send HTTP Post (Rust)"]="rust/send_http_post"
73+
["SIMD (Rust)"]="rust/simd"
74+
["Threshold ECDSA (Rust)"]="rust/threshold-ecdsa"
6075
["Tokenmania (Rust)"]="rust/tokenmania"
6176
["Who Am I (Rust)"]="rust/who_am_i"
6277
["Photo Gallery (Rust)"]="rust/photo_gallery"
6378
["Inter-canister calls (Rust)"]="rust/inter-canister-calls"
79+
["X.509 (Rust)"]="rust/x509"
80+
["Svelte Starter (Svelte)"]="svelte/svelte-starter"
6481
)
6582
6683
# Check if we should run all examples (workflow file changed) or just changed ones

.github/workflows/provision-darwin.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ curl --location --output ic-repl "https://github.com/dfinity/ic-repl/releases/do
4343
mv ./ic-repl /usr/local/bin/ic-repl
4444
chmod a+x /usr/local/bin/ic-repl
4545

46-
# Install cmake
47-
brew install cmake
48-
4946
# Install rust
5047
curl --location --output install-rustup.sh "https://sh.rustup.rs"
5148
bash install-rustup.sh -y

.github/workflows/rust-basic-ethereum-example.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

.github/workflows/rust-basic-wasm64.yaml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/rust-canister-info-example.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/rust-canister-logs-example.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/rust-guards-example.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)