Closed costcould closed 4 months ago
The recent changes primarily involve the enhancement and bug fixes of various Bash scripts and Go files. The updates include typo corrections, comment improvements, and the addition of new functionalities within scripts for checking text patterns and cloning repositories. Overall, the changes aim to improve script accuracy, maintainability, and functionality without altering the core declarations of the exported or public entities.
File/Directory | Change Summary |
---|---|
check_a_or_an.sh |
Added functionality to check and correct the usage of "a" or "an" before words. |
check_dup_word.sh |
Implemented a script to identify duplicate consecutive words in text files. |
check_html_tag.sh |
Updated to include commands for searching various HTML tags within files. |
get_all_eth.sh , get_all_go.sh , get_all_rust.sh |
Added scripts to clone multiple repositories related to Ethereum, Go, and Rust into new directories. |
x/incentive/keeper/scenario_test.go |
Updated comments related to unbonding supply and reward distribution. |
x/leverage/types/keys.go |
Corrected a typo in the function name related to key generation. |
x/leverage/types/token.go |
Fixed a typo in an error message within the Token validation function. |
x/uibc/quota/quota_test.go |
Corrected a typo in a comment about a transfer operation. |
In scripts and codes, where errors lay, We've swept the bugs and typos away.
From "a" to "an" and tags to seek,
Our scripts now stand robust and sleek.
With Go and Rust, and Ethereum's might,
We've cloned the worlds, set code alight.
A realm of code, now clean and bright! ✨🐇
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?
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please remove all the scripts and propose only changes in the
*.go
files
Thanks. The new pr https://github.com/umee-network/umee/pull/2579
Please review again.
Description
remove repeat word
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.
I have...
Summary by CodeRabbit
New Features
Bug Fixes