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

[ERC Registry] Phase 3: Implement a sorting mechanism to sort the ERC records to allow back filling #1130

Open
Tracked by #1107
quiet-node opened this issue Dec 23, 2024 · 0 comments · May be fixed by #1136
Open
Tracked by #1107
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@quiet-node
Copy link
Member

quiet-node commented Dec 23, 2024

Problem

The registry JSON files are currently organized in ascending order by contract IDs, from oldest to newest. However, if a previously unrecognized contract is identified as an ERC (e.g., missed by the tool), there needs to be a mechanism to input the contract ID and ensure it is correctly collected and inserted into the appropriate position in the sequence.

Solution

Implementr a sorting mechanism that automatically positions newly added contracts in the correct order within the registry.

@quiet-node quiet-node self-assigned this Dec 24, 2024
@quiet-node quiet-node added the enhancement New feature or request label Dec 24, 2024
@quiet-node quiet-node added this to the 0.12.0 milestone Dec 24, 2024
@quiet-node quiet-node moved this from Backlog to Epics In Progress in Smart Contract Sprint Board Dec 24, 2024
@quiet-node quiet-node moved this from Epics In Progress to Sprint Backlog in Smart Contract Sprint Board Dec 24, 2024
@quiet-node quiet-node moved this from Sprint Backlog to Tasks In Progress in Smart Contract Sprint Board Dec 24, 2024
@quiet-node quiet-node moved this from Tasks In Progress to Sprint Backlog in Smart Contract Sprint Board Dec 24, 2024
@quiet-node quiet-node moved this from Sprint Backlog to Tasks In Progress in Smart Contract Sprint Board Dec 24, 2024
@quiet-node quiet-node moved this from Tasks In Progress to In Review in Smart Contract Sprint Board Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Review
1 participant