Skip to content

[FIL-1270] Update the RKH subscriber to support sub multisigs#141

Merged
JAG-UK merged 3 commits intofidlabs:masterfrom
RafalMagrys:FIL-1270-update-the-rkh-subscriber-to-support-sub-multisigs
Feb 19, 2026
Merged

[FIL-1270] Update the RKH subscriber to support sub multisigs#141
JAG-UK merged 3 commits intofidlabs:masterfrom
RafalMagrys:FIL-1270-update-the-rkh-subscriber-to-support-sub-multisigs

Conversation

@RafalMagrys
Copy link
Copy Markdown
Collaborator

No description provided.

@RafalMagrys RafalMagrys self-assigned this Jan 7, 2026
Comment on lines +314 to +319
const subMultisigApprovalsSubscriber = container.get<SubMultisigApprovalsSubscriberService>(
TYPES.SubMultisigApprovalsSubscriberService,
);

subMultisigApprovalsSubscriber.start();

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.

Is there a reason why this service is instantiated in a different way to all the others?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

It doesn't ruin the dependency injection (DI) convention used in Inversify, and it's better for testing

this.logger.info('Starting SubMultisigApprovalsSubscriberService');
this.intervalId = setInterval(async () => {
try {
await this.handle('f03661530');
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.

Why this address specifically?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

updated

@RafalMagrys RafalMagrys requested a review from JAG-UK January 13, 2026 12:24
@JAG-UK JAG-UK merged commit 90ba1cb into fidlabs:master Feb 19, 2026
1 check passed
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