Update linkBytecode to support linkReferences structure from jsonio
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 350
- Avg merge
- 8m
- Merged PRs (30d)
- 1
Description
The linkBytecode method should accept an optional third parameter which is a linkReferences map. It should be used if it is present, otherwise should fall back on manual search for references (could use findLinkReferences here).
Contributor guide
No contributing guide indexed for this repository
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 locating the linkBytecode method and the findLinkReferences helper, then inspect how jsonio supplies its linkReferences map. Confirm the existing manual reference search and define the optional third-parameter behavior: use the supplied map when present and otherwise retain the fallback. Done means both paths are covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- solidity, typescript
- Domain
- compilers, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100