-
Notifications
You must be signed in to change notification settings - Fork 204
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
FOR REVIEW ONLY - Release v2.1.0 #737
Conversation
* Add foreign array objects to ATC addmethodcall * Copy array value so that inputs are not modified
* Add test for algod /v2/teal/disassemble * Merge develop into PR (#736) * ABI: Refactor ABI encoding test to round-trip (#701) * bump version and add to changelog * update README.md for new version * Packaging: Improve source map and browser usage for external bundlers (#707) * bump version and add to changelog * update README.md for new version * v2: Make breaking changes from v1 to v2.0.0 (#717) * bump version and add to changelog * update README.md for new version * remove enhancement section of recent changelog * Enhancement: Add foreign array objects to ATC `addMethodCall` (#725) * Add foreign array objects to ATC addmethodcall * Copy array value so that inputs are not modified Co-authored-by: Michael Diamant <[email protected]> Co-authored-by: Lucky Baar <[email protected]> Co-authored-by: Jason Paulos <[email protected]> Co-authored-by: Jack Smith <[email protected]> Co-authored-by: Barbara Poon <[email protected]> * Explicitly import Buffer * Revert test branch back to master Co-authored-by: algochoi <[email protected]> Co-authored-by: Lucky Baar <[email protected]> Co-authored-by: Jason Paulos <[email protected]> Co-authored-by: Jack Smith <[email protected]> Co-authored-by: Barbara Poon <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good + version bump seems to be there in README and package.json
We may also have to manually trigger a docs build Github Action: https://github.com/algorand/js-algorand-sdk/actions/workflows/pages/pages-build-deployment AFAIK This should automatically trigger if the Github pages source branch is set to |
What's Changed
Enhancements
addMethodCall
by @algochoi in Enhancement: Add foreign array objects to ATCaddMethodCall
#725Buffer
object by @jasonpaulos in Packaging: Don't use globalBuffer
object #733New Contributors
Full Changelog: v2.0.0...v2.1.0