This changes the inputs to `update`. It's now the data stack that was the result of `@init`. This makes `update` more predictable, as its inputs are the same between the first call and the Nth call.
This changes the inputs to `update`. It's now the data stack that was the result of `@init`. This makes `update` more predictable, as its inputs are the same between the first call and the Nth call.