Skip to content

Conversation

@sisuresh
Copy link
Contributor

Use correct exports.

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 fixes a collision in host function export identifiers in CAP-0080. The three is_on_curve functions were initially assigned exports "o", "p", and "q", which conflict with already-allocated exports from CAP-0074 (protocol 24) and CAP-0075 (protocol 24). The fix reassigns these functions to use exports "x", "y", and "z" instead.

Changes:

  • Moved three is_on_curve function definitions from the beginning of the function list to the end, changing their export identifiers from "o", "p", "q" to "x", "y", "z"

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

@sisuresh sisuresh merged commit 70fd7d6 into stellar:master Jan 29, 2026
11 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.

2 participants