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

Integration tests should use Gateway/CoGateway interaction helpers #721

Open abhayks1 opened 5 years ago

abhayks1 commented 5 years ago

Context

Both MPP generator tool and Integration tests does stake & mint and redeem & unstake flow. In MPP generator tool Gateway and CoGateway interaction methods has been refactored to helpers: *mosaic-contracts/proof_generation/helper/ **

For usability perspective and to avoid repeated code it makes sense for integration tests to use these helpers 📚 . Refer discussion: https://github.com/OpenST/mosaic-contracts/pull/717#issuecomment-487012473

Proposal

The ticket should be done after below PR is merged: https://github.com/OpenST/mosaic-contracts/pull/717

benjaminbollen commented 5 years ago

https://github.com/OpenST/mosaic-contracts/pull/717#issuecomment-491196489

Will create a ticket to integrate proof generator with truffle exec 👍

will wait for this ticket before moving this ticket forward.

abhayks1 commented 5 years ago

Ticket created: https://github.com/OpenST/mosaic-contracts/issues/731