Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
/motoko/classes/ @dfinity/languages
/motoko/composite_query/ @dfinity/languages
/motoko/daily_planner/ @dfinity/ninja-devs
/motoko/encrypted-notes-dapp-vetkd/ @dfinity/core-protocol
/motoko/evm_block_explorer/ @dfinity/ninja-devs
/motoko/filevault/ @dfinity/ninja-devs
/motoko/flying_ninja/ @dfinity/ninja-devs
Expand All @@ -41,7 +40,7 @@
/motoko/tokenmania/ @dfinity/ninja-devs
/motoko/token_transfer/ @dfinity/defi
/motoko/token_transfer_from/ @dfinity/defi
/motoko/vetkd/ @dfinity/core-protocol
/motoko/vetkeys/ @dfinity/core-protocol
/motoko/who_am_i/ @dfinity/ninja-devs

/native-apps/unity_ii_applink/ @dfinity/sdk
Expand All @@ -58,7 +57,6 @@
/rust/canister_logs/ @dfinity/core-protocol
/rust/composite_query/ @dfinity/core-protocol
/rust/daily_planner/ @dfinity/ninja-devs
/rust/encrypted-notes-dapp-vetkd/ @dfinity/core-protocol
/rust/evm_block_explorer/ @dfinity/ninja-devs
/rust/exchange-rates/ @dfinity/defi
/rust/face-recognition/ @dfinity/core-protocol
Expand Down Expand Up @@ -86,7 +84,7 @@
/rust/token_transfer/ @dfinity/defi
/rust/token_transfer_from/ @dfinity/defi
/rust/unit_testable_rust_canister @dfinity/governance-team
/rust/vetkd/ @dfinity/core-protocol
/rust/vetkeys/ @dfinity/core-protocol
/rust/who_am_i/ @dfinity/ninja-devs
/rust/x509/ @dfinity/core-protocol

Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/motoko-vetkd-example.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/rust-vetkd-example.yml

This file was deleted.

44 changes: 44 additions & 0 deletions .github/workflows/vetkeys-basic-vetkd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: vetkeys-basic-vetkd

on:
push:
branches:
- master
pull_request:
paths:
- motoko/vetkeys/basic_vetkd/**
- rust/vetkeys/basic_vetkd/**
- .github/workflows/vetkeys-basic-vetkd.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
motoko:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:0.3.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Deploy and test
working-directory: motoko/vetkeys/basic_vetkd
run: |
icp network start -d
icp deploy
make test

rust:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-rust:0.3.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Deploy and test
working-directory: rust/vetkeys/basic_vetkd
run: |
icp network start -d
icp deploy
make test
21 changes: 0 additions & 21 deletions motoko/vetkd/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions motoko/vetkd/Makefile

This file was deleted.

63 changes: 0 additions & 63 deletions motoko/vetkd/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions motoko/vetkd/dfx.json

This file was deleted.

11 changes: 0 additions & 11 deletions motoko/vetkd/mops.toml

This file was deleted.

Loading
Loading