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 potential NoReputation error in faucet. #1609

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

clangenb
Copy link
Member

@clangenb clangenb commented Dec 14, 2023

We tried to drip the faucet with a UnverifiedReputable reputation, as we couldn't find reputation commitments for it, and the app considered it to be good enough for dripping the faucet. This PR implements a change such that we only consider verified reputations for claiming the faucet, which is how it should be. Closes #1608.

@clangenb clangenb added A1-bugfix PR fixes a bug B0-low Does not elevate a release containing this beyond "low priority" C0-breaksnothing PR does not introduce any breaking changes labels Dec 14, 2023
@clangenb clangenb merged commit 41d42e5 into master Dec 14, 2023
19 of 26 checks passed
@clangenb clangenb deleted the cl/introduce-verified-reputation branch December 14, 2023 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A1-bugfix PR fixes a bug B0-low Does not elevate a release containing this beyond "low priority" C0-breaksnothing PR does not introduce any breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoReputation tx error when trying to claim the faucet.
1 participant