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(#1940): handle CIP-119 doNotList field #1944

Conversation

MSzalowski
Copy link
Contributor

List of changes

  • handle CIP-119 doNotList field

Checklist

  • related issue
  • My changes generate no new warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the changelog
  • I have added tests that prove my fix is effective or that my feature works

@MSzalowski
Copy link
Contributor Author

@j-dyczka merge this after merging this one: #1943

I've rebased this from that previous PR to solve potential conflicts

Copy link

github-actions bot commented Sep 5, 2024

✅ All checks succeeded

2 similar comments
Copy link

github-actions bot commented Sep 5, 2024

✅ All checks succeeded

Copy link

github-actions bot commented Sep 5, 2024

✅ All checks succeeded

) {
return null;
}
if (dRep.doNotList) return null;
Copy link
Contributor

Choose a reason for hiding this comment

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

Actually the problem is somewhere during registering, I've handled filtering here https://github.com/IntersectMBO/govtool/blob/develop/govtool/frontend/src/pages/DRepDirectoryContent.tsx#L102

@jdyczka jdyczka closed this Sep 5, 2024
@jdyczka
Copy link
Contributor

jdyczka commented Sep 5, 2024

The problem lies elsewhere, solved in #1949

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.

🐛 DRep Still Listed After Selecting Do Not List During Registration
2 participants