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

Destructing staker proxy via ost composer contract #777

Closed 0xsarvesh closed 5 years ago

0xsarvesh commented 5 years ago

fixes #771

This PR updates the flow of self-destructing staker proxy contract. With this PR, staker(owner) can call destructStakerProxy on composer contract.

This PR also delete ComposerInterface used in stakerProxy contract as there is no method call from staker proxy to composer.