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

feat: implement stubs for LogicSig and arg op code #16

Merged
merged 3 commits into from
Dec 22, 2024
Merged

Conversation

boblat
Copy link
Contributor

@boblat boblat commented Dec 18, 2024

No description provided.

refactor: function call replacement (...Impl) in visitor to be more
resilient by catering for the following cases
  - module name prefix
    (e.g. `arc4.interpretAsArc4`)
  - import name alias
    (e.g. `import { interpretAsArc4 as interpret } from '@algorandfoundation/algorand-typescript/arc4'`)
  - function name conflict
    (e.g.
    ```
    import { interpretAsArc4 as interpret } ....
    const interpretAsArc4 = () => {...}
    ```)
feat: add arc4 value generator
feat: add zk-whitelist example contract and tests
@boblat boblat merged commit bd713dc into alpha Dec 22, 2024
1 check passed
@boblat boblat deleted the feat-logic-sig branch December 22, 2024 04:20
Copy link

🎉 This PR is included in version 1.0.0-alpha.13 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link

github-actions bot commented Jan 9, 2025

🎉 This PR is included in version 1.0.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 1.0.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant