ethereum/pyethapp

Return all deployed contracts from JSONRPCClient.deploy_solidity_contract()

Opened this issue · 0 comments

ulope commented

Expected behaviour

When JSONRPCClient.deploy_solidity_contract() is used to deploy a smart contract with dependencies a list of proxy objects for all deployed contracts to be returned.

Observed behaviour

Only the top level smart contracts gets returned from JSONRPCClient.deploy_solidity_contract().

Steps to reproduce

Deploy a smart contract with dependencies with JSONRPCClient.deploy_solidity_contract().