8 releases (5 stable)

1.0.4 Sep 25, 2023
1.0.3 May 30, 2023
0.1.6-rc.1 Apr 21, 2023

#1707 in Magic Beans

Download history 43/week @ 2024-01-09 63/week @ 2024-01-16 107/week @ 2024-01-23 50/week @ 2024-01-30 82/week @ 2024-02-06 242/week @ 2024-02-13 121/week @ 2024-02-20 95/week @ 2024-02-27 179/week @ 2024-03-05 191/week @ 2024-03-12 84/week @ 2024-03-19 26/week @ 2024-03-26 77/week @ 2024-04-02 44/week @ 2024-04-09 109/week @ 2024-04-16 65/week @ 2024-04-23

297 downloads per month
Used in 2 crates

MIT/Apache

360KB
9K SLoC

CronCats tasks contract

Tasks contract queries:

Query Description
Config Gets the tasks contract configuration
CurrentTaskInfo Gets current task information
TasksWithQueriesTotal Get the total amount of tasks with queries
Tasks Get list of active tasks, without queries
TasksWithQueries Get list of active tasks, with queries
Task Simulate task_hash by the given task
SlotHashes Get slot hashes by given slot
SlotIds Get active slots
CurrentTask Get next task to be done
CurrentTaskWithQueries Get task with queries if it's ready
TasksByOwner Get tasks created by the given address

Tasks contract actions:

Execute Description
UpdateConfig Updates the tasks contract config
CreateTask Allows any user or contract to pay for future txns based on a specific schedule contract
RemoveTask Deletes a task in its entirety, returning any remaining balance to task owner
RemoveTaskByManager Remove task, used by the manager if task reached it's stop condition
RescheduleTask Try to reschedule a task, if possible, used by the manager

Dependencies

~6–13MB
~168K SLoC