You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #61, as discussed on Telegram - a generic "autoexecutor" smart contract that you can call addTask(task) on, with task.isExecutable() and task.execute() callbacks, where each addTask() call also executes up to two previously-scheduled-and-currently-executable tasks. Might be workable might not
The text was updated successfully, but these errors were encountered:
hi, I just wanted to chime in saying that money on chain's decentralized exchange uses a partial execution library, I don't know if it'd be useful for this, but certainly would be useful to go through the orderbooks without risk of lockup.
Related to #61, as discussed on Telegram - a generic "autoexecutor" smart contract that you can call
addTask(task)
on, withtask.isExecutable()
andtask.execute()
callbacks, where eachaddTask()
call also executes up to two previously-scheduled-and-currently-executable tasks. Might be workable might notThe text was updated successfully, but these errors were encountered: