-
Notifications
You must be signed in to change notification settings - Fork 3
Update alpha from main #69
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
Merged
Merged
Conversation
This file contains hidden or 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
beta release
…rsion chore: update puyats and algorand-typescript versions
feat: add stubs for v11 op code and functions
fix: update import elliptic statement to avoid having to inline node modules
fix: update import statements to avoid having to inline node modules
fix: allow v11 acct param fields to be set in any.account() call
fix: use isArc4 static property to remove explicit version dependency on puya-ts
…ction is not detected to be a contract
fix: throw error if the param being passed to ctx.contract.create function is not detected to be a contract
feat: add tests for multi-inheritance contract
refactor: remove avm version check as algod latest image is now v4
feat: allow extracting to the end by omitting length parameter for `extract` op code
fix: export baremethod in internal/arc4 namespace to fix not implemented error
fix: export baremethod in internal namespace to fix not implemented error
chore: tweak jest docs
…ntiation as the contract might not be instantiated in the case of contract method being passed as a parameter to `methodSelector` function; e.g. `methodSelector(HelloWorld.prototype.greet)` - fix: prevent sub classes of the same parent from overwritting the config of other siblings
- fix: ApplicationTransaction.appId should return `0` when app `isCreating` - fix: set correct default active transaction index in group when using deferred app calls
…ly with the function
feat: accept abi method reference as a parameter to methodSelector function
fix: add tests to ensure switch clauses are evaluated only when reached
fix: change stub implementations of box, struct to match latest algo-ts
fix: ensure all example contracts compile successfully
… app address with context
fix: allow mutation of values stored in boxes, automatically register app address with context
build: Tag releases in npm based on release channel
|
🎉 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
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.