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
Currently, with yarn generate you are obliged to choose a pool as target, but some proposals don't really deal with pools, only with an specific network.
One idea would be having 2 separate stages on the cli prompt:
Networks. The user chooses 1-to-n networks target.
Sub-systems. The user chooses if the proposal is targetting an Aave pool, or any other sub-system, leaving an "empty" option for when the proposal is too heterogeneous. In this last scenario, using CommonTestBase on the tests, and everything pretty much generic.
The text was updated successfully, but these errors were encountered:
Currently, with
yarn generate
you are obliged to choose a pool as target, but some proposals don't really deal with pools, only with an specific network.One idea would be having 2 separate stages on the cli prompt:
CommonTestBase
on the tests, and everything pretty much generic.The text was updated successfully, but these errors were encountered: