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

OCT-2327: Adds migration for nullifying uq score for sybil accounts #632

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

adam-gf
Copy link
Contributor

@adam-gf adam-gf commented Jan 16, 2025

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.

@adam-gf adam-gf self-assigned this Jan 16, 2025
@@ -961,6 +953,16 @@
"0xe04f0abe1933499ff1d075fa10738ce7aad26b1a",
"0xadd7b1e78f0e59d96135c5240e1175d5a7dc210d",
"0x094b75eedf58a83af4d37694b7532691fb26570e",
"0xF3Ad97364bcCC3eA0582Ede58C363888f8C4ec85",
Copy link
Contributor

@kgarbacinski kgarbacinski Jan 16, 2025

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?

Copy link
Contributor Author

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)

Copy link
Contributor

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",
Copy link
Contributor

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?

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'm waiting for Mati's addresses to add and add them here. We will test on UAT

@adam-gf adam-gf changed the title Adds migration for nullifying uq score for sybil accounts OCT-2327: Adds migration for nullifying uq score for sybil accounts Jan 17, 2025
kgarbacinski
kgarbacinski previously approved these changes Jan 17, 2025
@housekeeper-bot housekeeper-bot temporarily deployed to master January 17, 2025 10:50 Destroyed
@housekeeper-bot housekeeper-bot temporarily deployed to master January 17, 2025 11:02 Destroyed
kgarbacinski
kgarbacinski previously approved these changes Jan 17, 2025
@housekeeper-bot housekeeper-bot temporarily deployed to master January 17, 2025 13:28 Destroyed
@adam-gf adam-gf changed the base branch from develop to master January 17, 2025 14:39
@adam-gf adam-gf added the request-approval Request approval from the Housekeeper label Jan 20, 2025
@housekeeper-bot housekeeper-bot removed the request-approval Request approval from the Housekeeper label Jan 20, 2025
Copy link
Contributor

@housekeeper-bot housekeeper-bot left a 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 🎉

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.

3 participants