-
Notifications
You must be signed in to change notification settings - Fork 214
FOR REVIEW ONLY - js-algorand-sdk v1.13.0 #496
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
Conversation
* adding dryrun function, untested * export dryrun in main * Add ABI interaction support (#466) * Move multisig code out of main * Implement JSON description objects * Fix multisig export * Implement atomic txn composer and fix variable shadow issues * Actually copy transactions * Implement JSON description cucumber tests * Fix lots of bugs and pass JSON cucumber tests * Implement payment txn encoding test * Implement composer tests * Add missing export to main * Fix step implementation * Fix remaining integration tests * Fix for firefox * Final fixes for firefox * appID -> appId * Actually finally fix firefox tests * Check for unpaired parenthesis when parsing method sig * Also allow generic `txn` type * Handle null method args * Throw error when building a group with 0 txns * PR feedback * bump up to v1.13.0-beta.1 and add to changelog * Update integrity hash * adding dryrun function, untested * export dryrun in main * actually push promises into array, use argument object * Adding magic app id * encode the address since we're expecting a string * decode programs in accounts * adding app addr to accounts Co-authored-by: John Lee <john.lee@algorand.com> Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
* Document Algodv2 methods * Link to relevant methods on Algodv2 doc * Replace algoexplorer api with sandbox api * Clean up pendingTxns examples * Show setIntEncoding method on docs
* Add docs for indexer * Add docs for Indexer LookupAssetBalances
|
Do we want to squash the changelogs for 1.13.0-beta.1 and -beta.2 into 1.13.0? I'm not sure what the best practice is for this. |
I took the description from #493, but I think you're right. It makes sense to squash the beta notes under 1.13.0 as well. |
|
I added 1.13.0-beta.1 and -beta.2 notes into 1.13.0 in the changelog, while leaving 1.13.0-beta.1 and -beta.2 changelogs alone for binary reference. I think it might be useful to keep the beta release changelog notes too, but I'm not sure. What do you prefer to see? @onetechnical @jasonpaulos |
jasonpaulos
left a comment
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.
This looks good to me
1.13.0
Added:
Changed:
Fixed:
foreignAssetstype #472)