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

Review UTXO caching logic #1515

Closed
Torres-ssf opened this issue Dec 13, 2023 · 2 comments · Fixed by #2598
Closed

Review UTXO caching logic #1515

Torres-ssf opened this issue Dec 13, 2023 · 2 comments · Fixed by #2598
Assignees
Labels
chore Issue is a chore

Comments

@Torres-ssf
Copy link
Contributor

Torres-ssf commented Dec 13, 2023

We recently experienced flaky tests related to the optional UTXO caching that happens on the Provider class.

This logic was added to solve an issue that was happening on the test net (beta-3?).

Now that we are moving to a new test net, and have identified that something might be wrong with how the UTXOs are being cached, we need to reevaluate this logic and validate if it needs to be updated or if we could remove it enterely.

@Torres-ssf Torres-ssf added the chore Issue is a chore label Dec 13, 2023
@arboleya
Copy link
Member

arboleya commented Apr 6, 2024

What have we identified that might be wrong?

@Torres-ssf
Copy link
Contributor Author

@arboleya I am unsure about what was causing this one.

I would need to investigate this further. I can take a look at it this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants