Skip to content

Commit ab29b33

Browse files
authored
feat: 4.1.2 (#2118)
2 parents c97ccf2 + 24e5bd8 commit ab29b33

File tree

186 files changed

+359
-17980
lines changed

Some content is hidden

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

186 files changed

+359
-17980
lines changed

.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Dockerfile*
55
.gitignore
66
examples
77
tests
8-
book
98
target
109
assets
1110
audits

.github/workflows/book.yml

-67
This file was deleted.

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213

214214
- name: Install SP1 toolchain
215215
run: |
216-
curl -L https://sp1.succinct.xyz | bash
216+
curl -L https://sp1up.succinct.xyz | bash
217217
~/.sp1/bin/sp1up
218218
~/.sp1/bin/cargo-prove prove --version
219219
@@ -255,7 +255,7 @@ jobs:
255255

256256
- name: Install SP1 toolchain
257257
run: |
258-
curl -L https://sp1.succinct.xyz | bash
258+
curl -L https://sp1up.succinct.xyz | bash
259259
~/.sp1/bin/sp1up
260260
~/.sp1/bin/cargo-prove prove --version
261261
@@ -293,7 +293,7 @@ jobs:
293293

294294
- name: Install SP1 toolchain
295295
run: |
296-
curl -L https://sp1.succinct.xyz | bash
296+
curl -L https://sp1up.succinct.xyz | bash
297297
~/.sp1/bin/sp1up
298298
~/.sp1/bin/cargo-prove prove --version
299299

.github/workflows/test-book.yml

-30
This file was deleted.

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ examples/fibonacci/fibonacci-plonk.bin
5555

5656
**/.yarn
5757
**/yarn.lock
58-
!book/yarn.lock
59-
book/.pnp.cjs
60-
book/.pnp.loader.mjs
61-
book/.yarnrc.yml
6258

6359
# Generated by Intellij-based IDEs.
6460
.idea

0 commit comments

Comments
 (0)