Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide some info / context about infrastructure that runs scripts to execute requests #74

Open
marsrobertson opened this issue Jun 15, 2023 · 0 comments

Comments

@marsrobertson
Copy link

/** @dev Executes an unchallenged request if the challenge period has passed.
* @param _itemID The ID of the item to execute.
*/
function executeRequest(bytes32 _itemID) external {
Item storage item = items[_itemID];
Request storage request = item.requests[item.requests.length - 1];

I understand what's going on.

Submitted item.

Not challenged.

Can move to the list.

BUT

I think there is some automation script.

I would like to know more about it... How often does it run?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant