Closed gorgos closed 5 months ago
The recent updates focus on enhancing the injective-cosmwasm
package by upgrading its version across various contracts and packages, adding a new parameter scaling_options
to functions querying oracle prices, and introducing structural changes in query handling. Additionally, the injective-std
package sees a version bump, and new fields are added to market launch structs.
Files | Change Summary |
---|---|
.../atomic-order-example/Cargo.toml , .../dummy/Cargo.toml , .../injective-cosmwasm/Cargo.toml , .../injective-testing/Cargo.toml |
Updated injective-cosmwasm version to "0.2.23-rc1". |
.../injective-cosmwasm-mock/src/contract.rs , .../injective-cosmwasm-mock/src/query.rs , .../injective-cosmwasm/src/exchange_mock_querier.rs , .../injective-cosmwasm/src/querier.rs , .../injective-cosmwasm/src/query.rs |
Added scaling_options parameter to oracle price query functions and adjusted related query structures. |
.../injective-cosmwasm/src/oracle/types.rs , .../injective-std/src/types/injective/exchange/v1beta1.rs |
Introduced ScalingOptions struct and added min_notional fields to market launch structs. |
.../injective-std/Cargo.toml |
Updated version from "1.12.10-testnet" to "1.12.11-testnet-rc1". No changes to exported entities. |
🐰✨ Oh hark! A change, a tweak, a twist, In the land of code where logic is kissed. Versions leap up, like bunnies in spring, While new fields and types, joy they bring. Celebrate, dear code, your new attire, For every line refines desire.
Summary by CodeRabbit
New Features
min_notional
fields to market launch structures to specify minimum trade values.Enhancements
Bug Fixes