Skip to content
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: consensus param change #8177

Merged
merged 5 commits into from
May 1, 2024
Merged

Conversation

czarcas7ic
Copy link
Member

Closes: #XXX

What is the purpose of the change

Consensus params of MaxAgeNumBlocks as well as MaxAgeDuration should match that of the unbonding period, which is two weeks. This will be important when we enable comet pruning, to ensure that nodes retain the proper amount of blocks required for validating evidence of misbehavior.

@czarcas7ic czarcas7ic added the A:backport/v25.x backport patches to v25.x branch label Apr 30, 2024
@github-actions github-actions bot added the C:app-wiring Changes to the app folder label Apr 30, 2024
@czarcas7ic czarcas7ic added the V:state/compatible/backport State machine compatible PR, should be backported label Apr 30, 2024
@czarcas7ic czarcas7ic marked this pull request as ready for review April 30, 2024 22:51
Copy link
Contributor

coderabbitai bot commented Apr 30, 2024

Walkthrough

The recent update encompasses a variety of changes, from introducing a deactivated smart account module to enhancing performance in CL spread factor calculations, refining smart account fee deductions, restricting gauge creation without a protorev route, improving IBC wasm client features, optimizing unbonding lock processing, and updating consensus parameters for smoother upgrades.

Changes

File Path Change Summary
CHANGELOG.md Various updates including a new deactivated smart account module, improved CL spread factor calculations, changes in smart account fee deductions, restrictions on gauge creation without protorev route, enhanced IBC wasm client support, optimized unbonding lock processing, and better protorev performance.
app/upgrades/v25/... Introducing new constants for block count and duration, and updating consensus parameters to enable comet safely.

🐇 A whimsical note from a rabbit, oh so sprightly,
Changes abound, in the codebase nightly.
Blocks tick by, with less of a fuss,
Smart accounts adjust, without a big muss.
Here’s to the devs, with minds ever so bright,
Hopping along, making the future light. 🌟


Recent Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 5b35c3b and 8783b00.
Files selected for processing (1)
  • app/upgrades/v25/upgrades.go (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • app/upgrades/v25/upgrades.go

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Out of diff range and nitpick comments (9)
CHANGELOG.md (9)

Line range hint 353-353: Ensure headings do not end with a period.

-## [v6.4.0].
+## [v6.4.0]

Line range hint 1014-1014: Correct heading levels to increment by one level at a time.

-#### Golang API breaks
+### Golang API breaks

Line range hint 1026-1026: Correct heading levels to increment by one level at a time.

-#### Bug Fixes
+### Bug Fixes

Line range hint 1035-1035: Correct heading levels to increment by one level at a time.

-#### Features
+### Features

Line range hint 1040-1040: Correct heading levels to increment by one level at a time.

-#### SDK fork updates
+### SDK fork updates

Line range hint 1092-1092: Correct heading levels to increment by one level at a time.

-#### IAVL fork updates
+### IAVL fork updates

Line range hint 616-616: Avoid using bare URLs. Provide descriptive text for hyperlinks.

-* [sdk-#119](https://github.com/osmosis-labs/cosmos-sdk/pull/119) Add bank supply offsets to let applications have some minted tokens not count in total supply.
+* [Add bank supply offsets to let applications have some minted tokens not count in total supply](https://github.com/osmosis-labs/cosmos-sdk/pull/119).

Line range hint 674-674: Avoid using bare URLs. Provide descriptive text for hyperlinks.

-* [sdk-#117](https://github.com/osmosis-labs/cosmos-sdk/pull/117) Add an instant undelegate method to staking, for use in superfluid.
+* [Add an instant undelegate method to staking, for use in superfluid](https://github.com/osmosis-labs/cosmos-sdk/pull/117).

Line range hint 1255-1255: Ensure there are no empty links in the document.

-* [v6.3.1](https://github.com/osmosis-labs/osmosis/releases/tag/v6.3.1)
+* [v6.3.1 Release Notes](https://github.com/osmosis-labs/osmosis/releases/tag/v6.3.1)

@czarcas7ic czarcas7ic merged commit 110c6dd into main May 1, 2024
1 check passed
@czarcas7ic czarcas7ic deleted the adam/set-consensus-params-duration branch May 1, 2024 16:06
mergify bot pushed a commit that referenced this pull request May 1, 2024
* consensus param change

* changelog

* err

* Update upgrades.go

---------

Co-authored-by: PaddyMc <paddymchale@hotmail.com>
(cherry picked from commit 110c6dd)
czarcas7ic added a commit that referenced this pull request May 1, 2024
* consensus param change

* changelog

* err

* Update upgrades.go

---------

Co-authored-by: PaddyMc <paddymchale@hotmail.com>
(cherry picked from commit 110c6dd)

Co-authored-by: Adam Tucker <adam@osmosis.team>
czarcas7ic added a commit that referenced this pull request May 2, 2024
* chore: add v25.x backport tag to mergify github action (#8151)

* Try out making a read cache for poolmanager pool modules (#8128)

* Try out making a read cache

* Make this stored in the keeper to fix tests

* Fix test reset caches

* Auto: update go.mod after push to dev/test_out_read_cahce that modified dependencies locally

* Add changelog

---------

Co-authored-by: github-actions <github-actions@github.com>

* chore(deps): bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.4 (#8155)

Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.1 to 1.7.4.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.7.1...v1.7.4)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/hashicorp/go-getter in /osmoutils (#8156)

Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.1 to 1.7.4.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.7.1...v1.7.4)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump github.com/hashicorp/go-getter in /x/ibc-hooks (#8154)

Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.1 to 1.7.4.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.7.1...v1.7.4)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* .5s epoch speedup (#8159)

* Speedup protorev by having route calculation phase not unmarshal pools (#8157)

* Another expected ~1% state machine speedup

* Add changelog

* minor other improvement

* Reduce addr decoding overhead

* chore: Create CI for bumping sdk version via GA (#8162)

* Create CI for updating sdk version

* Fix some comments

* On PR

* Use osmo v0.47.5 as default

* Fix

* Fix 2

* Fix 4

* Fix

* Final

* Final fix

* Fix PR ver

* Final

* Final

* Final

* fix: return err if type not in manager (#8170)

* chore(deps): bump actions/checkout from 3 to 4 (#8173)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/setup-go from 3 to 5 (#8174)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* auto: update Go import paths to v25 on branch main (#8172)

* auto: update Go import paths to v25

* Generated protofile changes

* chore: update sqsdomain to v25

* chore: update osmoutils to latest version

---------

Co-authored-by: PaddyMc <6751821+PaddyMc@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: PaddyMc <paddymchale@hotmail.com>

* chore: don't use hardcoded "uosmo" string (#8145)

* check denoms for gauge creation

* changelog

* extract logic

* use uosmo var

* initial push of test fixes

* fix lint

* tidy

* tidy

* add comments

* add test cases

* chore: update cometbft and cosmos-sdk deps (#8179)

* chore: update cometbft and cosmos-sdk deps

* chore: update comments for cosmos-sdk

* auto: update asset lists (#8180)

Co-authored-by: czarcas7ic <40078083+czarcas7ic@users.noreply.github.com>

* Properly create the module account for auction (#8178)

* properly create the module account for auction

* typo

* lint

* preserve name

* updated osmoutils

* chore: consensus param change (#8177)

* consensus param change

* changelog

* err

* Update upgrades.go

---------

Co-authored-by: PaddyMc <paddymchale@hotmail.com>

* fix: e2e and remove toolchain (#8191)

* remove toolchain

* remove exclude increment

* script

* remove build tags

* build script

* remove build arg

* fix: e2e and remove toolchain (#8191)

* remove toolchain

* remove exclude increment

* script

* remove build tags

* build script

* remove build arg

(cherry picked from commit 27548cc)

# Conflicts:
#	osmoutils/go.sum
#	x/ibc-hooks/go.sum

* fix conflict

* tidy

* Revert "tidy"

This reverts commit fabe8ea.

* Revert "fix conflict"

This reverts commit 32031fd.

* Revert "Merge branch 'main' into mergify/bp/v25.x/pr-8191"

This reverts commit 708dbdf, reversing
changes made to 29a0917.

* tidy

* run script

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: PaddyMc <paddymchale@hotmail.com>
Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
Co-authored-by: Osmosis <105710778+osmo-bot@users.noreply.github.com>
Co-authored-by: PaddyMc <6751821+PaddyMc@users.noreply.github.com>
Co-authored-by: Adam Tucker <adam@osmosis.team>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: czarcas7ic <40078083+czarcas7ic@users.noreply.github.com>
Co-authored-by: Nicolas Lara <nicolaslara@gmail.com>
Co-authored-by: Adam Tucker <adamleetucker@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:backport/v25.x backport patches to v25.x branch C:app-wiring Changes to the app folder V:state/compatible/backport State machine compatible PR, should be backported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants