argotorg / argotorg/solc-js

Update linkBytecode to support linkReferences structure from jsonio

Open
#193 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue help wanted
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.