Skip to content

Conversation

@boblat
Copy link
Contributor

@boblat boblat commented Jan 9, 2025

No description provided.

boblat and others added 30 commits September 26, 2024 16:30
- add test-transformer, primitive tests, and example contracts and tests
…oded as bytes and prefixed with a specific byte pattern detailed by arc4
build: Don't bundle typescript, just patch it locally
feat: implement gloadBytes, gloadUint64, and Block
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
feat: implement stubs for LogicSig and arg op code
feat: implement stubs for decodeArc4 and encodeArc4 functions
feat: implement stub for emit function
feat: implement stubs for compile functions
feat: implement stubs for urange, assertMatch and match functions
feat: add tests for auction and voting example contracts
refactor: hide internal members from consumers of the testing package
…d local states as type info is not needed for others
refactor: capture generic type info only for boxes, global and local states
refactor: reduce test run time, remove extra util methods
@boblat boblat merged commit 8db05b4 into main Jan 9, 2025
3 checks passed
@github-actions
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 📦🚀

@github-actions
Copy link

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

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions
Copy link

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

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.

3 participants