-
Notifications
You must be signed in to change notification settings - Fork 1
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
beta release #27
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- add test-transformer, primitive tests, and example contracts and tests
…rt internal module
build: Fix test transformer export
…oded as bytes and prefixed with a specific byte pattern detailed by arc4
…, and don't log undefined/void
…-ts types and update tests to use these
build: Don't bundle typescript, just patch it locally
…sts to simplify the setup
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
🎉 This PR is included in version 1.0.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.