Ad
  • Custom User Avatar

    You shouldn't be executing any of the calls until execute is called.
    Execute to evaluate the result of all the calls at once.

  • Custom User Avatar

    Hey, so the solutions seem to focus on storing the solution per chain call, then just returning that value on execute. Did you intend on the solutions being more of some sort of storage of the chained functions and args, and actually executing when it's actually called?