Ben Guidarelli

Results 63 comments of Ben Guidarelli
trafficstars

The logic eval error happens when, during evaluation of the logic, given the transactions, there is some condition that fails. To see the full trace you can use something like...

Wrote something dirty for parsing out the transactions from the block, does this kind of thing belong in the SDK? https://github.com/barnjamin/sdk-extras/blob/master/py/block_fetcher.py

Another issue I've had is translating back and forth between the official js sdk and algosigners txn format. As a possible solution, can I just pass their sign function to...

In other words I pass this https://github.com/algorand/js-algorand-sdk/blob/develop/src/logicsig.ts#L281 and you give me back a closure with the sk applied _or_ I pass it + the args necessary and you give me...

I thing in the proposed constructor, the `key_limit` and the `keys` passed an int could end up conflicting since they represent the same setting? > I'm thinking of the case...

We should be able to generate the hash of the approval/clear programs you have locally. We can then retrieve the app id of the one you intend to interact with,...

I think the application client is a reasonable spot, I've not thought much about the interface but for now just a method like `verify_something` that compares the local approval/clear binary...

Is the intention here to make the util methods (abi_*) be available as a built-in? or something the user needs to define per use?

I'm not crazy about it either TBH. Ideally I think something like the following might be nicer but would need other considerations ``` const addr admin_acct = RIKLQ5HEVXAOAWYSW2LGQFYGWVO4J6LIAQQ72ZRULHZ4KS5NRPCCKYPCUU ``` Where...