solc-js
solc-js copied to clipboard
Update linkBytecode to support linkReferences structure from jsonio
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).