Joe Polny

Results 78 comments of Joe Polny

> With this PR if you're not fluent in TEAL/PyTEAL it will be hard to tell if `App.localGet(Int(0), "A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0")` and `App.localGet(Int(0), Txn.accounts[1])` (assuming A0A0... is in foreignAccounts[1]) result in the...

I imagine the best path forward is for someone to pickup the work done in https://github.com/algorand/go-algorand/pull/5290. I imagine this would have to be a gated endpoint

@jasonpaulos let me know what you think about this general approach. If it looks good, I can work on the endpoint and more tests

@jasonpaulos [this](https://github.com/algorand/go-algorand/pull/5942/files#diff-6e6e151e7962183b89136faea692ed125a382851ae1037d5ecdece0bbf78027eR8969) comment in the test you initially wrote got me thinking... Should we expect the transaction group to be modified in the response? Is there any precedent for this?...

Also I'm switching from the terminology "fix auth addr" to "fix signer" to avoid confusion between the auth addr for a given account in the ledger and the signer for...

> The only problem is that the response structure may make it difficult to associate this additional information with inner transactions. Unless you are thinking of functionality that I am...

> meaning some characters are not able to be represented and will be replaced by the unicode replacement character, � or \ufffd. Perhaps I'm misunderstanding unicode, but wouldn't this still...

Clarification on accessing arguments in a stateless vs stateful might be helpful (`pyteal.Arg` vs `TxnObject.application_args`)

I'm not sure what happened to this PR... I may need to make a new one Running a diff locally against upstream `develop` shows ``` diff --git a/src/abi/contract.ts b/src/abi/contract.ts index...

I made `readonly` and `events` optional so if they weren't provided upon instantiation they won't be included in the JSON output. CI seems to be failing now for an unrelated...