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.
skipSignatures
option to opt-out of signing for the simulate calldefaultSigner
toAppClient
andAppFactory
AppClient
now has analgorand
property so you don't need to passAlgorandClient
around everywhere if you have a clientAppFactory
now has analgorand
property so you don't need to passAlgorandClient
around everywhere if you have a factoryAppFactory
now hasappName
andappSpec
properties so if you want this information it's exposed rather than privateappFactory.deploy
now allows you to overrideappName
so if you want to create multiple contracts from a factory with different names you cancompiledApproval
andcompiledClear
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.