chore(coordinator): add r5 FS prover config WIP - #3796
Draft
fluentcrafter wants to merge 1 commit into
Draft
Conversation
Signed-off-by: Fluent Crafter <205769460+fluentcrafter@users.noreply.github.com>
fluentcrafter
requested a deployment
to
docker-build-and-e2e
August 14, 2026 13:44 — with
GitHub Actions
Waiting
5 tasks
gauravahuja
added a commit
that referenced
this pull request
Aug 17, 2026
…or config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com>
gauravahuja
added a commit
that referenced
this pull request
Aug 17, 2026
…or config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com>
gauravahuja
added a commit
that referenced
this pull request
Aug 17, 2026
…or config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com>
gauravahuja
added a commit
that referenced
this pull request
Aug 17, 2026
…or config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com>
gauravahuja
added a commit
that referenced
this pull request
Aug 18, 2026
…or config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com>
gauravahuja
added a commit
that referenced
this pull request
Aug 18, 2026
…or config v2 (#3799) * feat(coordinator): add RISC-V prover and protocol config to coordinator config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> * feat(coordinator): move forkName from ProverConfig to FileBasedProverConfig forkName is specific to an individual prover's execution config rather than the prover group; moving it to FileBasedProverConfig aligns it with guestProgramId which lives at the same level. In TOML, fork-name now sits under each [*-prover.execution] sub-section instead of the top-level [*-prover] section. Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> --------- Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com>
amkCha
pushed a commit
that referenced
this pull request
Aug 18, 2026
…or config v2 (#3799) * feat(coordinator): add RISC-V prover and protocol config to coordinator config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> * feat(coordinator): move forkName from ProverConfig to FileBasedProverConfig forkName is specific to an individual prover's execution config rather than the prover group; moving it to FileBasedProverConfig aligns it with guestProgramId which lives at the same level. In TOML, fork-name now sits under each [*-prover.execution] sub-section instead of the top-level [*-prover] section. Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> --------- Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> Signed-off-by: amkCha <29160563+amkCha@users.noreply.github.com>
amkCha
pushed a commit
that referenced
this pull request
Aug 18, 2026
…or config v2 (#3799) * feat(coordinator): add RISC-V prover and protocol config to coordinator config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> * feat(coordinator): move forkName from ProverConfig to FileBasedProverConfig forkName is specific to an individual prover's execution config rather than the prover group; moving it to FileBasedProverConfig aligns it with guestProgramId which lives at the same level. In TOML, fork-name now sits under each [*-prover.execution] sub-section instead of the top-level [*-prover] section. Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> --------- Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> Signed-off-by: amkCha <29160563+amkCha@users.noreply.github.com>
amkCha
pushed a commit
that referenced
this pull request
Aug 18, 2026
…or config v2 (#3799) * feat(coordinator): add RISC-V prover and protocol config to coordinator config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> * feat(coordinator): move forkName from ProverConfig to FileBasedProverConfig forkName is specific to an individual prover's execution config rather than the prover group; moving it to FileBasedProverConfig aligns it with guestProgramId which lives at the same level. In TOML, fork-name now sits under each [*-prover.execution] sub-section instead of the top-level [*-prover] section. Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> --------- Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> Signed-off-by: amkCha <29160563+amkCha@users.noreply.github.com>
amkCha
pushed a commit
that referenced
this pull request
Aug 19, 2026
…or config v2 (#3799) * feat(coordinator): add RISC-V prover and protocol config to coordinator config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> * feat(coordinator): move forkName from ProverConfig to FileBasedProverConfig forkName is specific to an individual prover's execution config rather than the prover group; moving it to FileBasedProverConfig aligns it with guestProgramId which lives at the same level. In TOML, fork-name now sits under each [*-prover.execution] sub-section instead of the top-level [*-prover] section. Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> --------- Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> Signed-off-by: amkCha <29160563+amkCha@users.noreply.github.com>
amkCha
pushed a commit
that referenced
this pull request
Aug 19, 2026
…or config v2 (#3799) * feat(coordinator): add RISC-V prover and protocol config to coordinator config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> * feat(coordinator): move forkName from ProverConfig to FileBasedProverConfig forkName is specific to an individual prover's execution config rather than the prover group; moving it to FileBasedProverConfig aligns it with guestProgramId which lives at the same level. In TOML, fork-name now sits under each [*-prover.execution] sub-section instead of the top-level [*-prover] section. Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> --------- Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> Signed-off-by: amkCha <29160563+amkCha@users.noreply.github.com>
AlexandreBelling
pushed a commit
that referenced
this pull request
Aug 20, 2026
…or config v2 (#3799) * feat(coordinator): add RISC-V prover and protocol config to coordinator config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> * feat(coordinator): move forkName from ProverConfig to FileBasedProverConfig forkName is specific to an individual prover's execution config rather than the prover group; moving it to FileBasedProverConfig aligns it with guestProgramId which lives at the same level. In TOML, fork-name now sits under each [*-prover.execution] sub-section instead of the top-level [*-prover] section. Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> --------- Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> Signed-off-by: AlexandreBelling <alexandrebelling8@gmail.com>
Soleimani193
pushed a commit
that referenced
this pull request
Aug 20, 2026
…or config v2 (#3799) * feat(coordinator): add RISC-V prover and protocol config to coordinator config v2 - Make ProverToml.blobCompression optional and add rollup alternative (from PR #3796) - Rename ProverDirectoriesToml → ProverConfigToml and add guestProgramId field - Add guestProgramId to FileBasedProverConfig - Add riscvProver: ProverToml? to CoordinatorConfigFileToml (TOML key: riscv-prover) - Add riscvProversConfig: ProversConfig? to CoordinatorConfig - Add ProtocolConfig.RiscvConfig (coinbase, chainId, forkName) and ProtocolToml.RiscvToml - Add XOR init validation in ProverToml (exactly one of blobCompression/rollup required) - Update ConflationAppV1 and ConflationBacktestingApp for nullable blobCompression - Add RiscVProverParsingTest; update CoordinatorConfigTest and ProtocolParsingTest - Add live [riscv-prover] and [protocol.riscv] blocks to coordinator-config-v2.toml Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> * feat(coordinator): move forkName from ProverConfig to FileBasedProverConfig forkName is specific to an individual prover's execution config rather than the prover group; moving it to FileBasedProverConfig aligns it with guestProgramId which lives at the same level. In TOML, fork-name now sits under each [*-prover.execution] sub-section instead of the top-level [*-prover] section. Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> --------- Signed-off-by: Gaurav Ahuja <gauravahuja9@gmail.com> Signed-off-by: Soleimani193 <azam.soleimanian@ens.fr>
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.
This PR implements issue(s) #
Checklist
PR.