Merge upstream 20260430 - #54
Merged
Merged
Conversation
expose circuit size k for use in mapping params out for caching
Fix links from book
Add method to retrieve circuit size parameter k
Release preparation
…xample Make docs consistent with code example.
minor optimize `build_vk`: avoid realloc
ensure extended_k <= S
`pow_vartime([n, 0, 0, 0]` => `pow_vartime([n]`
CI: Migrate to `actions/upload-artifact@v5`
`mdbook 0.5` was recently released, but `mdbook-katex` doesn't yet support it.
CI: Build book with `mdbook 0.4`
Bumps [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@e673c39...e639db9) --- updated-dependencies: - dependency-name: zizmorcore/zizmor-action dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Migrate to `mdbook 0.5`
Bumps [peaceiris/actions-mdbook](https://github.com/peaceiris/actions-mdbook) from 1 to 2. - [Release notes](https://github.com/peaceiris/actions-mdbook/releases) - [Commits](peaceiris/actions-mdbook@v1...v2) --- updated-dependencies: - dependency-name: peaceiris/actions-mdbook dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…morcore/zizmor-action-0.3.0 Bump zizmorcore/zizmor-action from 0.2.0 to 0.3.0
CI: Install required library before building rustdocs
…ceiris/actions-mdbook-2 Bump peaceiris/actions-mdbook from 1 to 2
Fixes a Rust 1.78+ incompatibility.
Bump lockfile to `pathfinder_simd 0.5.5`
`halo2_proofs 0.3.2`, `halo2_gadgets 0.4.0`
| --target ${{ matrix.target }} | ||
| run: > | ||
| cargo build | ||
| ${{ steps.prepare.outputs.feature-flags }} |
| --verbose | ||
| --release | ||
| --workspace | ||
| ${{ steps.prepare.outputs.feature-flags }} |
| run: > | ||
| cargo tarpaulin | ||
| --engine llvm | ||
| ${{ steps.prepare.outputs.feature-flags }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge upstream until commit 32a8758