Closed mmsqe closed 1 month ago
The pull request includes updates across several files, primarily focusing on enhancements and bug fixes. Key changes involve modifications to the CHANGELOG.md
to document improvements, including performance optimizations and bug resolutions. The app/upgrades.go
file has been updated to handle EVM parameters during upgrades. Additionally, the Swagger documentation has been enhanced with a new field, header_hash_num
. Dependency management has been updated in go.mod
and gomod2nix.toml
, while the integration tests have been refined for better clarity and organization. A new field has also been added to the EVM parameters in the protocol buffer definition.
File | Change Summary |
---|---|
CHANGELOG.md | Updated to reflect improvements, bug fixes, and new version v1.4.0-rc0 . |
app/upgrades.go | Modified RegisterUpgradeHandlers to handle EVM parameters and added error handling. |
client/docs/swagger-ui/swagger.yaml | Added header_hash_num field in paths and definitions for EVM module. |
go.mod | Updated Go toolchain and various module dependencies, including github.com/evmos/ethermint . |
gomod2nix.toml | Updated module versions and hashes for dependencies, particularly github.com/evmos/ethermint . |
integration_tests/test_upgrade.py | Introduced assert_evm_params function and refined assertions related to EVM parameters. |
third_party/proto/ethermint/evm/v1/params.proto | Added header_hash_num field to Params message in EVM package. |
1.4.0-rc0
, relevant to the main PR's updates.0.50.10
.Hop hop, the changes are here,
With upgrades and fixes, we cheer!
A new field to guide,
In EVM we confide,
For smoother paths, letโs persevere! ๐โจ
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?
Attention: Patch coverage is 0%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 36.86%. Comparing base (
c96cdaf
) to head (04b239b
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
app/upgrades.go | 0.00% | 4 Missing :warning: |
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! ๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป
For more info
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)
Summary by CodeRabbit
Release Notes
New Features
header_hash_num
, to enhance EVM module functionality and API documentation.Improvements
Bug Fixes
Documentation