Hernán Di Pietro

Results 34 comments of Hernán Di Pietro

Test file: [init-app-mainnet.zip](https://github.com/algorand/js-algorand-sdk/files/7109103/init-app-mainnet.zip)

@fabrice102 It is possible to output raw TEAL code to use non-pyTEAL supported opcodes such as those, EDCSA, etc? That would be a useful feature, if its not currently available.

@algoanne Yes, this can be nicely done with dynamic scratch vars now.

Same problem, output: ``` node_modules/algosdk/dist/types/src/types/utils.d.ts:19:84 - error TS2344: Type 'K' does not satisfy the constraint 'Partial'. 19 export declare type DistributiveOverwrite = T extends unknown ? Overwrite : never; ~...

UPDATE: Upgraded to Typescript 4.7.4, error gone.

> Do you want `je` to mean EXACTLY `bnz`, and it should/can only be used after `==`? That feels very confusing. But I think I'd be interested in some pseudo-ops...

Addendum: this of course would imply a related set of comparison pseudoopcodes: `beq` Branch if equal `bneq` Branch if not equal `bgt` Branch if greater than `blt` Branch if less...

> Hi @algoanne , it was not the same thing unfortunately. What is needed from my point of view is to be able to trigger asserts from TEAL that can...

@fergalwalsh I talked with @jannotti about this also. I'm interested -in particular- in deep testing features but error reporting in general is much needed in Algorand. Logging/state use is not...

@smf it is easy to reproduce? I make native Windows builds, and also use WSL for work.