-
Notifications
You must be signed in to change notification settings - Fork 14
v3 #21
Comments
Really exciting stuff here. Here are three things that threw me off a little with v2 which maybe could be easy fixes as part of v3 (bare with me as go is not my main language): Refactors:
|
Really good points! The plan for setting up GWTF is to use a builder style pattern and I can include options to override the hardcoded paths. The reason the test files have to be in the root folder is also in order to have access to a flow.json file that is in that same folder, but if we add a builder option for that it would solve that issue as well. |
Thanks for this awesome tool Bjartek, the key value pairs would be a great addition. I was imagining something like this, (I'm from JS land), or some variation of this...
I think it would perhaps be more intuitive if when passing arguments for transactions or scripts, the type matches the type in cadence whereas currently it always requires a string. For example:
Another awesome thing would for the emulator in memory to output what is in |
Plans for v3 are:
Refactors:
gwtf.NewGoWithTHeFlowFromEnv
Arguments
that unite all the arguments codeNew Features:
Maybe:
Integrate as much as gwtf into flowkit
The text was updated successfully, but these errors were encountered: