Skip to content

Conversation

@lightsing
Copy link
Member

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces a new AxiomProgram struct to encapsulate both program IDs and their associated configuration IDs, replacing the previous approach of storing only program IDs as strings.

Key Changes:

  • Added AxiomProgram struct with program_id and config_id fields
  • Implemented convenience constructors for chunk, batch, and bundle configurations
  • Updated program_ids storage to use AxiomProgram instead of plain strings

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
crates/types/src/axiom.rs Defines new AxiomProgram struct with getters and factory methods for different config types
crates/tools/upload-axiom/src/main.rs Updates program ID storage to use AxiomProgram struct and adds import for new type

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <[email protected]>
@lispc lispc merged commit 5c7147f into master Nov 27, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants