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

feat: add logic to fetch banned names before returning them #342

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

juanmahidalgo
Copy link
Contributor

Closes #341

try {
const bannedNames = await nodeFetch(`${listsServer}/banned-names`, {
method: 'POST',
})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think this could be part of a new port?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that if there's a new requirement that needs to re-use this piece of code, it would be worth it to create a new port but for the time being, I'd let it here.

Copy link
Contributor

@kevinszuchet kevinszuchet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a question to discuss if we need a new port to get the banned names. However, the PR looks fine to me.

@juanmahidalgo juanmahidalgo merged commit fd3446f into master Sep 6, 2023
1 check passed
@juanmahidalgo juanmahidalgo deleted the feat/banned-names branch September 6, 2023 10:33
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.

Filter the ENS names based on the lists server
2 participants