-
Notifications
You must be signed in to change notification settings - Fork 898
fix(precompiles): Remove duplicate commits in precompiles #3001
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
Conversation
Co-authored-by: Ramiro Carlucho <ramirocarlucho@gmail.com>
WalkthroughThe pull request updates the Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
💤 Files with no reviewable changes (2)
🧰 Additional context used🪛 Markdownlint (0.35.0)CHANGELOG.md49-49: Expected: 120; Actual: 145 (MD013, line-length) 🔇 Additional comments (1)CHANGELOG.md (1)
The line exceeds the recommended length of 120 characters. Consider splitting it into multiple lines for better readability: -- (precompiles) [#3001](https://github.com/evmos/evmos/pull/3001) Remove duplicate commit call during `gov` and `slashing` precompiles execution.
++ (precompiles) [#3001](https://github.com/evmos/evmos/pull/3001) Remove duplicate commit call during
++ `gov` and `slashing` precompiles execution. Let's verify the impact of removing duplicate commits: 🧰 Tools🪛 Markdownlint (0.35.0)49-49: Expected: 120; Actual: 145 (MD013, line-length) 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
Remove duplicate
Commit
from recently added precompiles.Summary by CodeRabbit
Documentation
CHANGELOG.md
to include new entries for unreleased changes, categorizing improvements, bug fixes, and significant modifications.Improvements
Bug Fixes
gov
andslashing
precompiles.