Skip to content

Conversation

@danielailie
Copy link
Contributor

No description provided.

@danielailie danielailie self-assigned this Feb 24, 2025
andreibancioiu
andreibancioiu previously approved these changes Feb 24, 2025
Copy link
Contributor

@andreibancioiu andreibancioiu left a comment

Choose a reason for hiding this comment

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

I wonder if we should have them as regular optional arguments, missing by default, instead of "empty" addresses.

andreibancioiu
andreibancioiu previously approved these changes Feb 25, 2025
it("should interact with 'answer'", async function () {
setupUnitTestWatcherTimeouts();

this.timeout(30000);
Copy link
Contributor

Choose a reason for hiding this comment

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

This file contains unit tests - we can skip setting the timeout.

async createTransactionForGuardingAccount(
sender: IAccount,
nonce: bigint,
options: { guardian?: Address; relayer?: Address },
Copy link
Contributor

Choose a reason for hiding this comment

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

here, the guardian in not needed, should be removed.

async createTransactionForUnguardingAccount(
sender: IAccount,
nonce: bigint,
options: { guardian?: Address; relayer?: Address },
Copy link
Contributor

Choose a reason for hiding this comment

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

here, guardian is mandatory

@danielailie danielailie merged commit 6f5de9b into feat/next Feb 25, 2025
4 checks passed
@danielailie danielailie deleted the TOOL-487-add-relayer-and-guardian-to-controllers branch February 25, 2025 13:07
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.

4 participants