salparadi

Results 4 comments of salparadi

I just came across this and dug a little. There isn't a way to see the "similar code" contract via the API. So while I don't have a true fix,...

Try passing `balance_check = false` with your `execute_payloads` call. I think the latest version of the executor has that `True` by default ``` @external @payable def execute_payloads( payloads: DynArray[payload, MAX_PAYLOADS],...

Those sizes are hard coded into the package files. I think they are being decoupled, but for now you'd need to manually update the files (For Twitter: post.ts, interactions.ts)

+1 to this, would be super helpful in testing to not have to re-run. Thanks!