Ben Guidarelli
Ben Guidarelli
I agree if its going to be a common use case it should be available in the SDK. The method `verifyBytes` is meant for the signing of arbitrary bytes. The...
nice! thanks for submitting this. Tests are written for _all_ the sdks in this repo https://github.com/algorand/algorand-sdk-testing/ Once written you can tweak the `git clone` line in https://github.com/algorand/js-algorand-sdk/blob/develop/tests/cucumber/docker/run_docker.sh to point to...
Yes but maybe less so after improving the traceback on pyteal generated expressions as in MultiValues
@ernestosperanza See https://github.com/algorand/pyteal/pull/410 that allows comments to be added to expressions and the source map feature of the algod can be used to map back to the teal source line....
https://github.com/python/cpython/blob/main/Lib/typing.py#L2241-L2324 for reference, this is the implementation in python
Initial attempt at using subclass of Tuple to provide arbitrary struct like interface https://github.com/algorand-devrel/abi-pyteal/blob/main/struct.py#L20-L41
Looks awesome! Love the helpers for assigning setting!
With this pr, adding comments on asserted expressions, parsing the error msg from algod out, then mapping it back to source teal I get the following output: ``` Txn WWVF5P2BXRNQDFFSGAGMCXJNDMZ224RJUGSMVPJVTBCVHEZMOMNA...
@andreademasi I recommend using msgpack for these types of files rather than JSON. See this doc link for msgpack file creation: https://developer.algorand.org/docs/get-details/dapps/smart-contracts/debugging/#creating-a-dryrun-dump-file