-
-
Notifications
You must be signed in to change notification settings - Fork 439
feat(blst): replace blst and pubkeys with lodestar-z
#8900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: unstable
Are you sure you want to change the base?
Changes from 1 commit
9152e82
fffbf63
ee5dfb3
5a2a13f
80473b8
a701111
2c3ffb4
a0da25e
90d087c
9f2bf0b
4a1018f
2018db5
19aa502
ca4df8b
ecb2087
4e4be28
740c395
2e07d84
45b08e6
5c0adf9
3fbbb42
df75779
f02c21f
1e2ac8b
af9662d
a4adfd2
7251f11
7abfc46
a196cea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,6 +30,13 @@ jobs: | |
| bun-version: latest | ||
| - name: Install pnpm | ||
| run: bun install -g npm:pnpm | ||
spiral-ladder marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - uses: oven-sh/setup-bun@v2 | ||
| with: | ||
| bun-version: latest | ||
| - uses: mlugg/setup-zig@v2 | ||
| with: | ||
| version: ${{ env.ZIG_VERSION }} | ||
| cache-key: ${{ env.ZIG_VERSION }} | ||
|
||
| - name: Install | ||
| run: pnpm install --frozen-lockfile | ||
| - name: Build | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,9 @@ on: | |
| type: number | ||
| default: 40 | ||
|
|
||
| env: | ||
| ZIG_VERSION: "0.14.1" | ||
|
|
||
| jobs: | ||
| build: | ||
| name: Build | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,9 @@ on: | |
| pull_request: | ||
| workflow_dispatch: | ||
|
|
||
| env: | ||
| ZIG_VERSION: "0.14.1" | ||
|
|
||
| jobs: | ||
| build: | ||
| name: Build | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.