-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build pool fixes #136
Build pool fixes #136
Conversation
Signed-off-by: Cam Parra <[email protected]>
Signed-off-by: Cam Parra <[email protected]>
@@ -56,8 +56,8 @@ ARG python3_indy_crypto_ver=0.4.1 | |||
ARG indy_crypto_ver=0.4.0 | |||
ARG indy_plenum_ver=1.6.50 | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel there should be a comment here to explain that these values are dynamically supplied by the prep script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
by this I mean sovtoken_pkg_name and sovtokenfee_pkg_name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the names since they should always be supplied by the prep script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exactly, which is why a comment to that effect would be really helpful, otherwise someone trying to debug might be confused.
This will help with debugging errors, thanks! |
The file is now not a demo tool and more of a dev tool