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 ibc::Height for storing height in private storage #96

Merged
merged 4 commits into from
Nov 17, 2023

Conversation

mina86
Copy link
Collaborator

@mina86 mina86 commented Nov 16, 2023

Simplify code by removing conversion between ibc::Height and (u64,
u64) tuple when storing heights in private IBC storage. The two types
are morally equivalent and using the tuple doesn’t offer us any
benefits.

Simplify code by removing conversion between ibc::Height and (u64,
u64) tuple when storing heights in private IBC storage.  The two types
are morally equivalent and using the tuple doesn’t offer us any
benefits.
@mina86 mina86 requested a review from dhruvja November 16, 2023 19:19
@mina86 mina86 enabled auto-merge (squash) November 17, 2023 11:31
@mina86 mina86 merged commit 5fc2d59 into master Nov 17, 2023
5 checks passed
@mina86 mina86 deleted the mpn/b branch November 17, 2023 11:41
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