Skip to content

Conversation

@dannywillems
Copy link
Member

Summary

  • Add no-std feature to mina-curves crate (not default)
  • Add conditional #![no_std] attribute to lib.rs
  • Enable mina-curves in no-std CI workflow

Test plan

  • cargo check --features no-std --no-default-features passes locally
  • CI no-std check passes

Closes: o1-labs/mina-rust#1987

@dannywillems dannywillems linked an issue Dec 19, 2025 that may be closed by this pull request
4 tasks
@dannywillems dannywillems self-assigned this Dec 19, 2025
richardpringle
richardpringle previously approved these changes Dec 19, 2025
@dannywillems dannywillems force-pushed the dw/no-std branch 8 times, most recently from 418ae62 to e749e97 Compare January 7, 2026 20:23
Base automatically changed from dw/no-std to master January 8, 2026 15:46
@dannywillems dannywillems dismissed richardpringle’s stale review January 8, 2026 15:46

The base branch was changed.

@dannywillems dannywillems force-pushed the dw/no-std-mina-curves branch from 8380c76 to c44d817 Compare January 29, 2026 19:12
- Add #![no_std] to lib.rs
- Add mina-curves to CI no-std-check matrix
@dannywillems dannywillems added this pull request to the merge queue Jan 29, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Jan 30, 2026
@dannywillems dannywillems added this pull request to the merge queue Jan 30, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Jan 30, 2026
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.

Add no-std support to mina-curves crate

3 participants