You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: #717 (comment)
Proposal
Decide on ideal location for these helpers as currently they sit in proof_generation folder.
Make changes in the helpers so that they are usable both for the tool 🔧 and integration tests.
Update the caller code accordingly.
The ticket should be done after below PR is merged: #717
The text was updated successfully, but these errors were encountered:
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: #717 (comment)
Proposal
Decide on ideal location for these helpers as currently they sit in proof_generation folder.
Make changes in the helpers so that they are usable both for the tool 🔧 and integration tests.
Update the caller code accordingly.
The ticket should be done after below PR is merged:
#717
The text was updated successfully, but these errors were encountered: