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

The endpoint resolver implementation should better use the address resolver validity check #5362

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

vietj
Copy link
Member

@vietj vietj commented Oct 21, 2024

Currently it checks the state is still valid before accessing it which does not have a lot of value and is debatable.

Instead on each access we should check whether the state remains valid so it can be fetched when the state is not anymore valid.

…solver validity check.

Currently it checks the state is still valid before accessing it which does not have a lot of value and is debatable.

Instead on each access we should check whether the state remains valid so it can be fetched when the state is not anymore valid.
@vietj vietj added this to the 5.0.0 milestone Oct 21, 2024
@vietj vietj self-assigned this Oct 21, 2024
@vietj vietj merged commit 1a40458 into master Oct 21, 2024
8 checks passed
@vietj vietj deleted the endpoint-resolver-validity-check branch October 21, 2024 12:17
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