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

Integrate ICS02Client into ICS26Router to Enable Client Updates in Multicall #99

Open
srdtrk opened this issue Nov 14, 2024 · 0 comments
Labels
enhancement Improvements needs discussion This issue needs more discussion before its implementation

Comments

@srdtrk
Copy link
Member

srdtrk commented Nov 14, 2024

Summary

Currently, update client calls cannot be included in a multicall to the ICS26Router, which complicates relayer interactions. This issue proposes merging the ICS26Router and ICS02Client to streamline these operations.

Problem Definition

A relayer should only need to interact with the ICS26Router contract. Presently, to independently update a client, the relayer must interface with ICS02Client, and critically, cannot perform this action within a multicall.

Use cases

Enables relayers to include client updates within multicall messages, reducing the need for multiple contract calls.

Proposal

Integrate ICS02Client functionality into ICS26Router by converting ICS02Client into an abstract contract, simplifying relayer interactions and enhancing multicall capabilities.

@srdtrk srdtrk added enhancement Improvements needs discussion This issue needs more discussion before its implementation labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements needs discussion This issue needs more discussion before its implementation
Projects
None yet
Development

No branches or pull requests

1 participant