Skip to content

Add AuxiliaryCommandsAggregator contract#173

Closed
GitGuru7 wants to merge 2 commits into
developfrom
feat/command-aggregator
Closed

Add AuxiliaryCommandsAggregator contract#173
GitGuru7 wants to merge 2 commits into
developfrom
feat/command-aggregator

Conversation

@GitGuru7
Copy link
Copy Markdown
Contributor

Description

Resolves #

@GitGuru7 GitGuru7 self-assigned this May 13, 2026
* @param calls Non-empty array of (target, calldata) pairs to store.
* @return index The storage index of the newly added batch.
*/
function addBatch(Call[] calldata calls) external returns (uint256 index) {
Copy link
Copy Markdown
Contributor

@fred-venus fred-venus May 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we make it only callable by venus opeartor addr ?

* @notice Execute every call in batch `index` sequentially.
* @param index Index of the batch to execute.
*/
function executeBatch(uint256 index) external {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make it timelock callable only ?

@fred-venus
Copy link
Copy Markdown
Contributor

confirmed gonna be one-off, hence no need to update & redeploy

@fred-venus fred-venus marked this pull request as draft May 14, 2026 08:46
@fred-venus fred-venus closed this May 15, 2026
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

Successfully merging this pull request may close these issues.

2 participants