Joe Polny

Results 79 comments of Joe Polny

> I think I see, the wallet is thinking it's going to do the signing, so what's the point in telling the dapp code how that is going to happen?...

Ah right didn't think about rekeys within the group. Sounds like the options are A) Modify the core logic to include logic that skips authAddr check B) Have clients lookup...

Ah smart! So to make sure I'm understanding this, simulate calls have an EvalTracer that implement a callback function executed after program eval, and during that we can check for...

Got it. Sounds like something I can take a stab at

@pbennett I should be able to get back to it this month. For now you can iterate over all your outer transactions, check the chain for `auth-addr` and manually set...

I have updated the PR so that this only affects apps. Doing this for logic sigs wouldn't doesn't make since due to the fact they are executed in parallel. The...

> And it's possibly even simpler than that - leave subtxns alone, but invoke the inner txn machinery on the very simple txn needed for opup directly. True, there's no...

> We modify the minimum fee per transaction to be MinTxnFee * opcode_budget_blocks_count, where Unless I am misunderstanding, that is essentially what this PR is doing. For every additional `MinTxnFee`...

I think there are two more reasonable solutions here 1. Modify SDKs to strip out comments (but keep the empty line so PC mapping is preserved) to avoid this limit....