OpenST / mosaic-contracts

Mosaic-0: Gateways and anchors on top of Ethereum to scale DApps
https://discuss.openst.org/c/mosaic
MIT License
114 stars 31 forks source link

Use actual staker proxy contract in OST' composer contact #742

Closed deepesh-kn closed 5 years ago

deepesh-kn commented 5 years ago

This ticket is about using staker proxy contract in composer contract.

schemar commented 5 years ago

@deepesh-kn added #740 and #741 as blockers. What do you think?

schemar commented 5 years ago

741 introduced a ComposerInterface to be able to call removeStakerProxy().

Either make Composer implement the interface, or change StakerProxy to use the actual Composer and delete the ComposerInterface.

deepesh-kn commented 5 years ago

Closing this ticket as it is now already handled in https://github.com/OpenST/mosaic-contracts/pull/750