-
Notifications
You must be signed in to change notification settings - Fork 629
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: update changelog for v25.2.1 #8552
Conversation
WalkthroughThe recent updates to the Osmosis project primarily enhance functionality and performance. Version Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Osmosis
participant Lockup
participant Superfluid
participant ConcentratedLiquidity
User->>Osmosis: Initiate transaction
Osmosis->>Lockup: Trigger event
Lockup-->>Osmosis: Event acknowledged
Osmosis->>Superfluid: Trigger event
Superfluid-->>Osmosis: Event acknowledged
Osmosis->>ConcentratedLiquidity: Trigger event
ConcentratedLiquidity-->>Osmosis: Event acknowledged
Osmosis-->>User: Transaction complete
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? TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Additionally, you can add CodeRabbit Configuration File (
|
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.
Actionable comments posted: 1
## v25.2.1 | ||
* [#8546](https://github.com/osmosis-labs/osmosis/pull/8546) feat: reduce commit timeout to 500ms to enable faster blocks, and timeout propose to 1.8s | ||
|
||
### CosmosSDK 1f1e8bb04f062250af732b6df98e8581e0e0b77b | ||
|
||
* [#612](https://github.com/osmosis-labs/cosmos-sdk/pull/612) OTEL wiring in grpcserver interceptor (DataDog POC) (#612) | ||
|
||
### CometBFT v0.37.4-v25-osmo-12 | ||
|
||
* [#128](https://github.com/osmosis-labs/cometbft/pull/128) feat(p2p): render HasChannel(chID) is a public p2p.Peer method (#3510) | ||
* [#126]() Remove p2p allocations for wrapping outbound packets | ||
* [#125]() Fix marshalling and concurrency overhead within broadcast routines | ||
* perf(p2p): Only update send monitor once per batch packet msg send (#3382) | ||
* [#124]() Secret connection read buffer | ||
* [#123](https://github.com/osmosis-labs/cometbft/pull/123) perf(p2p/conn): Remove unneeded global pool buffers in secret connection #3403 | ||
* perf(p2p): Delete expensive debug log already slated for deletion #3412 | ||
* perf(p2p): Reduce the p2p metrics overhead. #3411 | ||
* commit f663bd35153b0b366c1e1e6b41e7f2dcff7963fd : one more debug log deletion | ||
* [#120](https://github.com/osmosis-labs/cometbft/pull/120) perf(consensus): Use TrySend for hasVote/HasBlockPart messages #3407 | ||
|
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.
Fix empty links.
There are empty links in the changelog entries for CometBFT
. Ensure all links are correctly populated.
- * [#126]() Remove p2p allocations for wrapping outbound packets
- * [#125]() Fix marshalling and concurrency overhead within broadcast routines
- * [#124]() Secret connection read buffer
+ * [#126](https://github.com/osmosis-labs/cometbft/pull/126) Remove p2p allocations for wrapping outbound packets
+ * [#125](https://github.com/osmosis-labs/cometbft/pull/125) Fix marshalling and concurrency overhead within broadcast routines
+ * [#124](https://github.com/osmosis-labs/cometbft/pull/124) Secret connection read buffer
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
## v25.2.1 | |
* [#8546](https://github.com/osmosis-labs/osmosis/pull/8546) feat: reduce commit timeout to 500ms to enable faster blocks, and timeout propose to 1.8s | |
### CosmosSDK 1f1e8bb04f062250af732b6df98e8581e0e0b77b | |
* [#612](https://github.com/osmosis-labs/cosmos-sdk/pull/612) OTEL wiring in grpcserver interceptor (DataDog POC) (#612) | |
### CometBFT v0.37.4-v25-osmo-12 | |
* [#128](https://github.com/osmosis-labs/cometbft/pull/128) feat(p2p): render HasChannel(chID) is a public p2p.Peer method (#3510) | |
* [#126]() Remove p2p allocations for wrapping outbound packets | |
* [#125]() Fix marshalling and concurrency overhead within broadcast routines | |
* perf(p2p): Only update send monitor once per batch packet msg send (#3382) | |
* [#124]() Secret connection read buffer | |
* [#123](https://github.com/osmosis-labs/cometbft/pull/123) perf(p2p/conn): Remove unneeded global pool buffers in secret connection #3403 | |
* perf(p2p): Delete expensive debug log already slated for deletion #3412 | |
* perf(p2p): Reduce the p2p metrics overhead. #3411 | |
* commit f663bd35153b0b366c1e1e6b41e7f2dcff7963fd : one more debug log deletion | |
* [#120](https://github.com/osmosis-labs/cometbft/pull/120) perf(consensus): Use TrySend for hasVote/HasBlockPart messages #3407 | |
## v25.2.1 | |
* [#8546](https://github.com/osmosis-labs/osmosis/pull/8546) feat: reduce commit timeout to 500ms to enable faster blocks, and timeout propose to 1.8s | |
### CosmosSDK 1f1e8bb04f062250af732b6df98e8581e0e0b77b | |
* [#612](https://github.com/osmosis-labs/cosmos-sdk/pull/612) OTEL wiring in grpcserver interceptor (DataDog POC) (#612) | |
### CometBFT v0.37.4-v25-osmo-12 | |
* [#128](https://github.com/osmosis-labs/cometbft/pull/128) feat(p2p): render HasChannel(chID) is a public p2p.Peer method (#3510) | |
* [#126](https://github.com/osmosis-labs/cometbft/pull/126) Remove p2p allocations for wrapping outbound packets | |
* [#125](https://github.com/osmosis-labs/cometbft/pull/125) Fix marshalling and concurrency overhead within broadcast routines | |
* perf(p2p): Only update send monitor once per batch packet msg send (#3382) | |
* [#124](https://github.com/osmosis-labs/cometbft/pull/124) Secret connection read buffer | |
* [#123](https://github.com/osmosis-labs/cometbft/pull/123) perf(p2p/conn): Remove unneeded global pool buffers in secret connection #3403 | |
* perf(p2p): Delete expensive debug log already slated for deletion #3412 | |
* perf(p2p): Reduce the p2p metrics overhead. #3411 | |
* commit f663bd35153b0b366c1e1e6b41e7f2dcff7963fd : one more debug log deletion | |
* [#120](https://github.com/osmosis-labs/cometbft/pull/120) perf(consensus): Use TrySend for hasVote/HasBlockPart messages #3407 |
Tools
Markdownlint
66-66: null
No empty links(MD042, no-empty-links)
67-67: null
No empty links(MD042, no-empty-links)
69-69: null
No empty links(MD042, no-empty-links)
(cherry picked from commit 6a364b9) # Conflicts: # CHANGELOG.md
* chore: update changelog for v25.2.1 (#8552) (cherry picked from commit 6a364b9) # Conflicts: # CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: PaddyMc <[email protected]>
What is the purpose of the change