-
Notifications
You must be signed in to change notification settings - Fork 533
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
feature/cli-commands-touchup #62
Conversation
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.
Excellent stuff!
Just one question, I would appreciate to hear your thoughts on this: Why did we move away from the subcommands, e.g. ibft init
towards ibft-init
?
Unless we have a very good argument for that I would advise against doing this as we would need to update the docs and communicate with the users that they need to change the way they do everything with polygon-sdk.
@lazartravica There is already a PR waiting on the documentation repo, with the changes from this PR. |
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.
Nice job!
Take a look at the suggestions I left - feel free to discuss anything you don't agree with.
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.
Kudos for refactoring testserver as well 👏
I left a comment to rename a parameter, which isn't a showstopper. If you agree, you can do that and merge this one.
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.
Thank you for your improvements and fixing e2e codes accordingly.
I noticed a small thing, it'd be great if you could fix if necessary.
Thanks.
Co-authored-by: kourin <[email protected]>
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.
you did an awesome job!
everything works and it's much clearer now.
Fix topics without non-indexed fields
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.46.1 to 1.49.7. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.46.1...v1.49.7) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Deploy Network * Add Permissions * Minor changes * Concurrency change * Destroy Network * Minor changes * Minor changes * Fix commit sha * Minor changes * Add Tests * Disable Tests temporarily * Nightly Build * Minor fixes * Big changes * Minor changes * Minor changes * Minor changes * Notification fixes * Notification changes * Minor changes * Permissions fixes * Minor changes * Notification changes * Minor changes * Display commit on notifications * Minor changes * Minor fixes * Logs notification fixes * Minor changes * Minor changes * Minor changes * Notifications fixes * Minor changes * Update actions version * Deployment fixes * Minor changes * Minor changes * Build repository fixes * Load Test notification text changes * EIP-1559; Check if the network is already deployed; Restore Blade Data * Notifications fixes; Pass blade_repository when deploying the network * Terraform fixes * Minor changes * Minor changes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Notification fixes * Restore data fixes * Fix condition * Fix the RPC URL when the network is already deployed * Fix the RPC URL when the network is already deployed * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fix condition * Fixed when the network is first time deploying * Fixed upload logs * Fix: null URL if the network is destroyed but the state file exists * Main notification changes * Fix RPC URL; Fix Logs and Data upload * Minor fix * Minor fix * Notification fixes * Deploy fixes * Big changes * Condition fixes * Version changes * Test fixes * Change golangci-lint-action source * Change ec2-github-runner version; Always execute Build Blade * Minor changes * Lint fixes * Nightly test * Minor fixes * Fix Linter bug * Release changes * goreleaser fixes * goreleaser fixes * goreleaser fixes * goreleaser fixes * goreleaser fixes * docker repository name fixes * Minor fixes * Warrning fixes * docker repository name fixes * Add organization variable * Rename Tests to CI; Minor changes * Fix Load Test notifications * Fix Load Test notifications * Minor changes * Minor fixes * Fix Load Tests notifications
Description
This PR fixes some cli command outputs, as well as standardizes the way some commands are being called.
Changes include
Checklist