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

beta release #27

Merged
merged 108 commits into from
Jan 9, 2025
Merged

beta release #27

merged 108 commits into from
Jan 9, 2025

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
dependency and upgrade algokit-util to 8.0.3
refactor: remove dependency on algosdk, move algokit-utils to dev
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
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.

2 participants