Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow using template proc macro multiple times #205

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Conversation

poszu
Copy link
Collaborator

@poszu poszu commented Oct 30, 2024

Closes #160

Removed the noentrypoint feature. A program with no "main" can simply use entrypoint!() without a parameter.

Changed the template macro to not include the entrypoint to allow using it multiple times in a program (look at the wallet template for a use case).

@poszu poszu merged commit 2b05894 into main Oct 31, 2024
10 checks passed
@poszu poszu deleted the refactor/template-macro branch October 31, 2024 07:31
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.

Move athexp_verify into proc macro
2 participants