-
Notifications
You must be signed in to change notification settings - Fork 294
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
docs: add default params to the spec #2416
Conversation
|
Codecov Report
@@ Coverage Diff @@
## main #2416 +/- ##
=======================================
Coverage 20.61% 20.61%
=======================================
Files 131 131
Lines 15270 15270
=======================================
Hits 3148 3148
Misses 11820 11820
Partials 302 302 |
Co-authored-by: John Adler <[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.
I think a few changes for consistency are necessary. Also, I'm not sure the param for the qgb is missing or not. Other than that looks good. Thanks for the quick turnaround!
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.
👏🏼
## Overview note that the descriptions have been updated from what was in notion to be consistent and correct a few minor nuances closes #2413 ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [x] Linked issues closed with keywords --------- Co-authored-by: John Adler <[email protected]> (cherry picked from commit 4e62d2d) # Conflicts: # specs/src/README.md # specs/src/SUMMARY.md
This is an automatic backport of pull request #2416 done by [Mergify](https://mergify.com). Cherry-pick of 4e62d2d has failed: ``` On branch mergify/bp/v1.x/pr-2416 Your branch is up to date with 'origin/v1.x'. You are currently cherry-picking commit 4e62d2d. (fix conflicts and run "git cherry-pick --continue") (use "git cherry-pick --skip" to skip this patch) (use "git cherry-pick --abort" to cancel the cherry-pick operation) Changes to be committed: new file: specs/src/specs/params.md Unmerged paths: (use "git add <file>..." to mark resolution) both modified: specs/src/README.md both modified: specs/src/SUMMARY.md ``` To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com </details> --------- Co-authored-by: Evan Forbes <[email protected]> Co-authored-by: evan-forbes <[email protected]>
## Overview minor update to the defaults to match #2416. ofc, these are not consensus breaking as they're just changes to the defaults. This saves us from having to manually change this for mainnet or mocha ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [ ] Linked issues closed with keywords --------- Co-authored-by: Rootul P <[email protected]>
## Overview minor update to the defaults to match #2416. ofc, these are not consensus breaking as they're just changes to the defaults. This saves us from having to manually change this for mainnet or mocha ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [ ] Linked issues closed with keywords --------- Co-authored-by: Rootul P <[email protected]> (cherry picked from commit 9fa9fbf) # Conflicts: # app/default_overrides.go
Overview
note that the descriptions have been updated from what was in notion to be consistent and correct a few minor nuances
closes #2413
Checklist