Skip to content

Conversation

@noel2004
Copy link
Member

@noel2004 noel2004 commented Oct 28, 2025

Working plan:

  • Support handling axiom's stuff (input and output_proof) in scroll-zkvm-types crate
  • Integrate axiom-sdk into Integration test so e2e can be run on axiom's proving cloud
  • Integrate axiom-sdk (which is basically a http client with some utilities) into scroll monorepo so the prover in scroll monorepo can run under "axiom cloud" mode

@github-actions github-actions bot added crate-prover Updates to the prover crate crate-integration Updates to the integration crate labels Oct 28, 2025
@github-actions github-actions bot added crate-chunk-circuit Updates to the guest program chunk-circuit crate-build-guest Updates to building of guest programs crate-circuits Any update made to the circuits, i.e. commitments reflect a change crate-batch-circuit Updates to the guest program batch-circuit crate-bundle-circuit Updates to the guest grogram bundle-circuit labels Nov 4, 2025
@lightsing lightsing marked this pull request as ready for review November 6, 2025 07:21
@roynalnaruto
Copy link
Collaborator

@noel2004 while being WIP, can we turn it into a draft PR for now?

@noel2004 noel2004 marked this pull request as draft November 10, 2025 10:28
@noel2004
Copy link
Member Author

@noel2004 while being WIP, can we turn it into a draft PR for now?

Yes. Should be a draft PR

@github-actions github-actions bot removed crate-batch-circuit Updates to the guest program batch-circuit crate-bundle-circuit Updates to the guest grogram bundle-circuit labels Nov 11, 2025
@github-actions github-actions bot added crate-batch-circuit Updates to the guest program batch-circuit crate-bundle-circuit Updates to the guest grogram bundle-circuit labels Nov 11, 2025
bytesize = "2.0.1"
url = "2.5.4"
tokio = "1"
axiom-sdk = { git = "https://github.com/axiom-crypto/axiom-api-cli.git", branch = "feat/upload-exe-raw" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should fix this later.

Copy link
Collaborator

@lispc lispc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

generally good.

Change needed:

separate build and upload to axiom cloud. Also upload elfs to s3.
"upload to axiom cloud" must be a manual action. Either a standalone rust program, or a build-guest sub command, or a bash script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

crate-batch-circuit Updates to the guest program batch-circuit crate-build-guest Updates to building of guest programs crate-bundle-circuit Updates to the guest grogram bundle-circuit crate-chunk-circuit Updates to the guest program chunk-circuit crate-circuits Any update made to the circuits, i.e. commitments reflect a change crate-integration Updates to the integration crate crate-prover Updates to the prover crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants