Skip to content

Conversation

@alexanderwiederin
Copy link
Contributor

Refactor(core): Make ScriptVerifyStatus private

Reasoning

ScriptVerifyStatus is an internal implementation detail used only to communicate status codes from the C verification function. Users interact with the public verify() function which returns Result<(), KernelError>, so this enum doesn't need to be exposed in the public API.

ScriptVerifyStatus is an internal implementation detail used only to
communicate status codes from the C verification function. Users
interact with the public verify() function which returns Result<(),
KernelError>, so this enum doesn't need to be exposed in the public API.
Copy link
Owner

@sedited sedited left a comment

Choose a reason for hiding this comment

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

lgtm

@sedited sedited merged commit 92ddde6 into sedited:master Nov 12, 2025
9 checks passed
@alexanderwiederin alexanderwiederin deleted the script-verify-status branch November 12, 2025 17:59
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