InjectiveLabs / cw-injective

Apache License 2.0
22 stars 24 forks source link

chore: bump testnet release version #230

Closed maxrobot closed 1 month ago

maxrobot commented 1 month ago

Chore: bump to testnet version

Summary by CodeRabbit

coderabbitai[bot] commented 1 month ago

[!CAUTION]

Review failed

The pull request is closed.

Walkthrough

The recent changes enhance the functionality and clarity of various modules within the Injective Protocol. Key modifications include the introduction of new data structures for managing grants, auctions, and Ethereum addresses, along with improved documentation for existing structures. These updates aim to streamline interactions, improve governance, and facilitate more precise financial operations, ultimately enriching user experience and system capabilities.

Changes

File Change Summary
packages/injective-protobuf/src/proto/mod.rs Reordered module declarations for improved structure.
packages/injective-std/Cargo.toml Updated version number from 1.12.10-testnet-rc2.2 to 1.13.2-testnet.
packages/injective-std/src/types/cosmos/authz/v1beta1.rs Renamed request types, replaced MsgExecResponse with MsgGrantResponse, and added compatibility structures.
packages/injective-std/src/types/cosmos/bank/module/v1.rs Renamed blocked_module_accounts to blocked_module_accounts_override and added restrictions_order field.
packages/injective-std/src/types/cosmos/bank/v1beta1.rs Added decimals field to Metadata, expanded query functionalities with new request/response types.
packages/injective-std/src/types/cosmos/base/node/v1beta1.rs Enhanced ConfigResponse, introduced StatusRequest and StatusResponse structures.
packages/injective-std/src/types/cosmos/base/query/v1beta1.rs Updated type_url attributes for PageRequest and PageResponse.
packages/injective-std/src/types/cosmos/base/v1beta1.rs Added deprecation notices for IntProto and DecProto.
packages/injective-std/src/types/cosmos/distribution/v1beta1.rs Introduced MsgDepositValidatorRewardsPool and its response type for reward management.
packages/injective-std/src/types/cosmos/feegrant/v1beta1.rs Added structures for pruning allowances.
packages/injective-std/src/types/cosmos/gov/v1.rs Significant updates to proposal handling, including new message types and parameters.
packages/injective-std/src/types/cosmos/gov/v1beta1.rs Improved documentation for GenesisState struct fields.
packages/injective-std/src/types/cosmos/staking/v1beta1.rs Updated documentation comments for clarity in delegation-related structs.
packages/injective-std/src/types/cosmwasm/wasm/v1.rs Added QueryBuildAddressRequest and Response for querying contract addresses.
packages/injective-std/src/types/injective/auction/v1beta1.rs Introduced LastAuctionResult, added query capabilities for last auction results.
packages/injective-std/src/types/injective/exchange/v1beta1.rs Expanded structs for grants and market operations, added new messages for grant management.
packages/injective-std/src/types/injective/insurance/v1beta1.rs Added EventInsuranceWithdraw structure for handling insurance withdrawals.
packages/injective-std/src/types/injective/oracle/v1beta1.rs Introduced new structures for price management and querying.
packages/injective-std/src/types/injective/peggy/v1.rs Added message types for managing Ethereum address blacklisting.
packages/injective-std/src/types/injective/permissions/v1beta1.rs Introduced EventSetVoucher, restructured role management data.
packages/injective-std/src/types/injective/tokenfactory/v1beta1.rs Added decimals field to GenesisDenom and MsgCreateDenom.
packages/injective-std/src/types/injective/wasmx/v1.rs Introduced register_contract_access field in Params for contract access control.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant System
    participant Module
    User->>System: Request to manage grants
    System->>Module: Process grant management request
    Module-->>System: Return grant management response
    System-->>User: Provide grant management result

πŸ‡ In the world of code, where rabbits hop,
New features abound, we can't stop!
Grants and auctions, our tools now shine,
With each little change, the future is fine!
So let’s jump for joy, make some cheer,
For the magic of coding is finally here! πŸŽ‰


Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` 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 as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.