Simplify tokens searcher
Open
Nobody has claimed this yet.
feature
- Dominant language
- Go
- Stars
- 131
- Forks
- 16
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 11
Description
Too much redundant code.
Too complex TokenProvider behavior
We need make TokenProvider get real TIDs range but not virtual numbering from 0. It lets us get rid of transformation TID to number and back number to TID
Also we can use common code for active and sealed fraction
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing TokenProvider and the token searcher, then compare how active and sealed fractions are handled. Done means TokenProvider uses real TID ranges, the TID-to-number conversions are removed, and common logic is shared between active and sealed fractions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- database
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100