`tooling/provekit-fixtures/tests/shared/mod`: support fields whose base and extension differ by drawing the LogUp

Open
#474 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
52/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
rust
Domain
testing

Research direction

Start in tooling/provekit-fixtures/tests/shared/mod.rs around the challenge_roundtrip_suite macro and inspect its LogUp roundtrip tests and field assumptions. Trace how the suite obtains its challenges, then run the affected fixture tests; done means the challenge-bearing roundtrip suite also works when the base and extension fields differ.

Written by the indexing model from the issue text.

Description

to do tracker

On 2026-07-13 in 61744fa “Merge pull request #470 from worldfnd/feat/base-field-witness-commit”:

support fields whose base and extension differ by drawing the LogUp
challenges in the base field.

}

/// Challenge-bearing roundtrip suite (LogUp + multi-challenge). The witness
/// holds challenge-derived (ext) values, so this requires an `Identity` field
/// where the base and extension fields coincide.
// TODO: support fields whose base and extension differ by drawing the LogUp
// challenges in the base field.
#[macro_export]
macro_rules! challenge_roundtrip_suite {
    ($field:ty, $register:path) => {
        #[test]
        fn logup_lookup_size_sweep_roundtrip() {

From tooling/provekit-fixtures/tests/shared/mod.rs:413

Dominant language
Noir
Stars
138
Forks
47
Avg merge
1d 34m
Merged PRs (30d)
6

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from worldfnd/provekit

All issues in worldfnd/provekit

Similar issues

More Testing & QA issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.