-
Notifications
You must be signed in to change notification settings - Fork 214
Create dryrun #478
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
Create dryrun #478
Conversation
* 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
…into create-dryrun
|
While testing the output as msgpack, tealdbg uses the applications in the The latest commit includes logic to decode the approval/clear-state programs after we get them back from the rest calls but before adding them to the info arrays. I'm not happy with how its done here, please offer a better way if you've got one |
* 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>
Adding method createDryrun to construct DryrunRequest from client and array of SignedTransaction objects