-
Notifications
You must be signed in to change notification settings - Fork 238
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
Problem: chain-id is not parsed from genesis config #1217
Conversation
Solution: - simpliy use the default behavior in sdk
Signed-off-by: yihuang <[email protected]>
Signed-off-by: yihuang <[email protected]>
WalkthroughThis pull request primarily focuses on enhancing the concurrency handling in fee history and refining the default chain-id behavior in the SDK. It also eliminates unnecessary code and imports related to chain ID setup and configuration in Changes
TipsChat with CodeRabbit Bot (
|
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (2)
- CHANGELOG.md (1 hunks)
- cmd/cronosd/cmd/root.go (2 hunks)
Files skipped from review due to trivial changes (2)
- CHANGELOG.md
- cmd/cronosd/cmd/root.go
Solution:
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
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