-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Readonly calls from app client now don't invoke signing (#321)
feat: AlgoKitComposer.simulate() now has a `skipSignatures` option to opt-out of signing for the simulate call feat: Added a `defaultSigner` to `AppClient` and `AppFactory` feat: `AppClient` now has an `algorand` property so you don't need to pass `AlgorandClient` around everywhere if you have a client feat: `AppFactory` now has an `algorand` property so you don't need to pass `AlgorandClient` around everywhere if you have a factory feat: `AppFactory` now has `appName` and `appSpec` properties so if you want this information it's exposed rather than private feat: `appFactory.deploy` now allows you to override `appName` so if you want to create multiple contracts from a factory with different names you can BREAKING CHANGE: AppClient.compile (and appClient.compile, and appFactory.compile) return `compiledApproval` and `compiledClear` again This reverted the last commit after a reflection that the more explicit naming was actually confusing since it meant the return of this method different from the return from create/update calls and consistency was better. The fact there is now jsdoc comments means that the property names from the compile method are able to be quickly understood.
- Loading branch information
Showing
29 changed files
with
620 additions
and
401 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.