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

solana-ibc: use ConsensusState derive #175

Merged
merged 1 commit into from
Jan 3, 2024
Merged

solana-ibc: use ConsensusState derive #175

merged 1 commit into from
Jan 3, 2024

Conversation

mina86
Copy link
Collaborator

@mina86 mina86 commented Jan 3, 2024

Rather than manually implementing ConsensusState for AnyConsensusState
(which is just boilerplate dispatch code) use a derive to do that for
us. Unfortunately, we cannot do the same with ClientState because of
informalsystems/ibc-rs#910.

@mina86 mina86 requested a review from dhruvja January 3, 2024 08:49
@mina86 mina86 enabled auto-merge (squash) January 3, 2024 08:50
@mina86 mina86 merged commit 25e84b4 into master Jan 3, 2024
4 checks passed
@mina86 mina86 deleted the mpn/d branch January 3, 2024 13:03
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