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

fix(CLI): ensuring that read ledger entries match up with ledger keys #1016

Closed
wants to merge 1 commit into from

Conversation

willemneal
Copy link
Member

What

Previously it was assumed that <key1, key1_expiration> returned with <LedgerEntry_1, LedgerEntry_expiration>, but this isn't always the case and it was causing flaky tests.

Why

This PR ensures that the ledger keys are matched with their expiration. This allows any ordered returned from the RPC.

Known limitations

[TODO or N/A]

@tsachiherman
Copy link
Contributor

@willemneal I'm not sure if this would be needed in light of #916. What do you think ?

@willemneal willemneal mentioned this pull request Oct 11, 2023
@tsachiherman
Copy link
Contributor

@leighmcculloch I think that #916 conflicts with this one.

@willemneal
Copy link
Member Author

close in favor of #1021

@willemneal willemneal closed this Oct 12, 2023
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