-
Notifications
You must be signed in to change notification settings - Fork 7
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
OCT-2327: Adds migration for nullifying uq score for sybil accounts #632
base: master
Are you sure you want to change the base?
OCT-2327: Adds migration for nullifying uq score for sybil accounts #632
Conversation
backend/app/constants.py
Outdated
@@ -961,6 +953,16 @@ | |||
"0xe04f0abe1933499ff1d075fa10738ce7aad26b1a", | |||
"0xadd7b1e78f0e59d96135c5240e1175d5a7dc210d", | |||
"0x094b75eedf58a83af4d37694b7532691fb26570e", | |||
"0xF3Ad97364bcCC3eA0582Ede58C363888f8C4ec85", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be on a GUEST_LIST or TIMEOUT_LIST?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addresses (list in task in linear) should be placed in timeout list & removed from guest list (if present)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, got it; so on the TIMEOUT_LIST they should be lowercased AFAIR, now they are checksummed
def upgrade(): | ||
epoch = 6 | ||
addresses = [ | ||
"0xF3Ad97364bcCC3eA0582Ede58C363888f8C4ec85", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how are we gonna test it? shouldn't we place here Mati's address too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm waiting for Mati's addresses to add and add them here. We will test on UAT
…-accounts-who-donated-to-zucity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E2E job #12863903548 passed 🎉
Description
Reduces UQ Score (the multiplier used for calculating matching founds) for found sybil accounts.
(1) Developer(s) in coordination with QA decide whether it's required. For small tickets introducing small changes QA assistance is most probably not required.
(2) Octant Areas & Test Cases.