-
Notifications
You must be signed in to change notification settings - Fork 52
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
Feat/permissions module support #268
Conversation
…dated all examples for that module too. Refactored the logic to update the compiled protos
Caution Review failedThe pull request is closed. Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 golangci-lint (1.62.2)level=warning msg="[lintersdb] The name "gas" is deprecated. The linter has been renamed to: gosec." WalkthroughThis pull request introduces significant changes across multiple modules in the Injective blockchain codebase. The modifications span various aspects of the system, including removing deprecated files, updating codec registrations, modifying error handling, and introducing new utility functions. The changes appear to be part of a broader refactoring effort to streamline and optimize the codebase, focusing on removing unnecessary code and enhancing existing functionality. Changes
Poem
✨ Finishing Touches
🪧 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
Documentation and Community
|
…dated all examples for that module too. Refactored the logic to update the compiled protos
…InjectiveLabs/sdk-go into feat/permissions_module_support
…ve an issue with the latest gRPC version (v1.64.1 vs v1.63.2)
…ns (candidate versions for the next release)
…at/permissions_module_support
…used for the v1.14 Testnet upgrade. Included the new fields and endpoints in the SDK API components and updated the example scripts
NOTE: Do NOT merge this PR until the final version of proto definitions is available
Solves CHAIN-255
Summary by CodeRabbit
Based on the comprehensive summary of changes, here are the high-level release notes:
Release Notes
Linter Configuration
.golangci.yml
to disable theunnamedResult
check in thegocritic
linterBuild Process
Module Cleanup
New Features
Code Optimization
Deprecation Notice