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
9 changes: 0 additions & 9 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,8 @@ jobs:
- package-name: "client-vms"
- package-name: "client-react-hooks"
steps:
- name: Generate nillion repo app token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_ID }}
owner: NillionNetwork
private-key: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_PRIVATE_KEY }}
repositories: nillion
- uses: actions/checkout@v4
with:
token: ${{ steps.generate-token.outputs.token }}
submodules: 'recursive'

- name: Install uv
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,8 @@ jobs:
needs: check
runs-on: ubuntu-latest
steps:
- name: Generate nillion repo app token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_ID }}
owner: NillionNetwork
private-key: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_PRIVATE_KEY }}
repositories: nillion
- uses: actions/checkout@v4
with:
token: ${{ steps.generate-token.outputs.token }}
submodules: 'recursive'
- name: Install rustup
uses: dtolnay/rust-toolchain@master
Expand All @@ -51,17 +42,8 @@ jobs:
needs: check
runs-on: ubuntu-latest
steps:
- name: Generate nillion repo app token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_ID }}
owner: NillionNetwork
private-key: ${{ secrets.NILLION_GITHUB_ACTIONS_PUBLIC_APP_PRIVATE_KEY }}
repositories: nillion
- uses: actions/checkout@v4
with:
token: ${{ steps.generate-token.outputs.token }}
submodules: 'recursive'
- uses: actions/setup-node@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "nillion"]
path = nillion
url = git@github.com:NillionNetwork/nillion.git
[submodule "nilvm"]
path = nilvm
url = git@github.com:NillionNetwork/nilvm.git
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"files": {
"ignoreUnknown": false,
"include": ["**/*.ts", "**/*.mjs", "**/*.json", "**/*.tsx"],
"ignore": ["client-vms/src/gen-proto", "client-wasm/dist", "nillion"]
"ignore": ["client-vms/src/gen-proto", "client-wasm/dist", "nilvm"]
},
"formatter": {
"enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: v2
modules:
- path: nillion/libs/node-api/proto
- path: nilvm/libs/node-api/proto
lint:
use:
- STANDARD
Expand Down
2 changes: 1 addition & 1 deletion client-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ getrandom = { version = "0.2", features = ["js"] }
wasm-bindgen = "0.2.92"
js-sys = "0.3"

nillion-client-core = { path = "../nillion/libs/client-core" }
nillion-client-core = { path = "../nilvm/libs/client-core" }

[dev-dependencies]
wasm-bindgen-test = "0.3"
Expand Down
Binary file modified client-wasm/dist/index_bg.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion nillion
Submodule nillion deleted from 486637
1 change: 1 addition & 0 deletions nilvm
Submodule nilvm added at c92a3b