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

Client state index #238

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Client state index #238

merged 1 commit into from
Oct 20, 2023

Conversation

keppel
Copy link
Contributor

@keppel keppel commented Oct 20, 2023

This PR changes the IBC client struct to use a FixedString as the map key for client states instead of an explicit state prefix.

@keppel keppel enabled auto-merge October 20, 2023 21:35
@keppel keppel added this pull request to the merge queue Oct 20, 2023
@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (55dda36) 58.44% compared to head (ded58a6) 58.46%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #238      +/-   ##
===========================================
+ Coverage    58.44%   58.46%   +0.01%     
===========================================
  Files           84       84              
  Lines        15674    15677       +3     
===========================================
+ Hits          9161     9165       +4     
+ Misses        6513     6512       -1     
Files Coverage Δ
src/encoding.rs 74.42% <100.00%> (+0.45%) ⬆️
src/ibc/mod.rs 46.12% <100.00%> (+0.25%) ⬆️
src/ibc/client_contexts.rs 50.57% <0.00%> (ø)
src/ibc/impls.rs 13.84% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Merged via the queue into develop with commit 3923970 Oct 20, 2023
7 checks passed
@keppel keppel deleted the client-state-index branch October 20, 2023 22:04
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.

1 participant