MetaB0y
MetaB0y
Thanks! If you are working on it, maybe it would make sense to provide stub support for TEAL 7 (it's in the same file, not sure if it may touch...
Hmm maybe it actually breaks something... I found myself in a situation where `interpreter.getAssetIDByReference` fails on line ` if (appForeignAssets.includes(assetRef)) {` because `appForeginAssets` (which equals `this.runtime.ctx.tx.apas`) is `number` while it...
Yes, it is wrong, but I know how to do it properly, I will update this MR later. Actually, it should be handled differently. It is an int array, and...
I implemented a proper fix and added it to tests (modified tests were failing before the fix). I am going to add `Accounts` now.
Accounts are done. I don't see anything [important] missing now. I feel like it can be merged and backported @robert-zaremba PTAL
@robert-zaremba friendly ping
Don't mean to be intrusive but could somebody take a look? It's blocking me and I have to change compiled js to make algobuilder work for my project which is...
@PabloLION hi, I am not sure if it was changed recently but I don't think there was version 7 in algobuilder runtime at all. You can see it in the...
Oh, actually it doesn't work for contract-to-contract calls (or inner txs in general) because they don't have ids. Not sure if they should though
> I've updated the PR by using `gtxns.find` instead of `map + indexOf` But `find` returns an element, not index. So it doesn't work after this change.