ethereum / pytest-ethereum

MIT License
19 stars 12 forks source link

Write initial linker functions #3

Closed njgheorghita closed 5 years ago

njgheorghita commented 5 years ago

THIS PR RELIES ON https://github.com/ethpm/py-ethpm/pull/104 to be approved, merged, and released before it will pass CI.

What was wrong?

The deployer tool was incapable of deploying contract factories with link references.

How was it fixed?

Wrote a linker tool that let's the user build a linking strategy for a contract factory, and register that strategy to a deployer.

Cute Animal Picture

image

njgheorghita commented 5 years ago

@pipermerriam ping for a follow-up review. Updated the linker api to more closely resemble what you were suggesting (as I understand)