-
Notifications
You must be signed in to change notification settings - Fork 266
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
chore(bb): refactor bb CLI interface #1672
Conversation
process.stdout.write(contract); | ||
writeFileSync(outputPath, contract); | ||
|
||
debug(`contract written to: ${outputPath}`); |
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.
All input which is just "information" is printed to debug which should print to stderr, instead of console.log which is printing to stdout
@@ -67,6 +67,7 @@ | |||
"resolve-typescript-plugin": "^2.0.1", | |||
"ts-jest": "^29.1.0", | |||
"ts-loader": "^9.4.2", | |||
"tslib": "^2.6.2", |
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.
This is for #1670
nit: We should print out byte arrays as hexstrings |
This will now be done as part of #1674 |
I think |
Thats a good point -- I'm not sure what scope this should be, though bb is better than acir because other parts might use acir when talking about the simulator |
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.
Looks good to me.
* Copied index.html to output (#1661) * Generate htnl file (#1662) * Deployment fix (#1663) * Deployment fixes (#1665) * Deployment fix attempt (#1667) * Updated falafel and kebab terraform with new project directory structure (#1670) * Reduce the amount of logging in kebab (#1668) * Reduce the amount of logging in kebab * Logging improvement * Bug fix * Reverted erroneous change * Pw/increase faucet drip (#1669) * Increased the faucet drip size * Force contract redeployment * Deploy terraform from correct directory (#1671) * JB/Website grants updates (#1666) * Add new grant * Improve research images * Mini typo * JB/Website build manifest (#1672) * Add website to build manifest * JB/Brand iteration (#1673) * Small build change * JB/Fix website deployment (#1676) * Fix deployment * JB/Fix website deploy (#1677) * Fix deploy Co-authored-by: Jonathan Bursztyn <[email protected]>
Resolves #1671
Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge.