Closed ismellike closed 3 weeks ago
Closes #76
Adds a new mock-hook-consumer contract to test out all the of the different task hooks.
mock-hook-consumer
Adds a test in the task-queue contract to use the mock-hook-consumer.
task-queue
Closes #76
Adds a new
mock-hook-consumer
contract to test out all the of the different task hooks.Adds a test in the
task-queue
contract to use themock-hook-consumer
.mock-hook-consumer
to create a new task when a task is completedmock-hook-consumer
is simply incrementing its created counter.mock-hook-consumer
will error out, but the error will be handled correctly by thetask-queue
to prevent blocking.mock-hook-consumer
will create a new task based on the given task's result. (square the square)