Skip to content

Commit 54470d4

Browse files
committed
(fix) Fixed issues detected by CodeRabbit
1 parent fd12616 commit 54470d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88
- Exposed `OrderType`, `OracleType`, and `CrossMarginEligibility` proto enums as `IntEnum` class attributes on the v2 `Composer` (`Composer.ORDER_TYPE`, `Composer.ORACLE_TYPE`, `Composer.CROSS_MARGIN_ELIGIBILITY`) for IDE discoverability and type safety. The `order_type` and `oracle_type` parameters in composer methods now accept either the string name or an integer / enum value (backward-compatible); `cross_margin_eligibility` (newly introduced this release) accepts only the `Composer.CROSS_MARGIN_ELIGIBILITY` enum.
99

1010
### Changed
11-
- Updated all compiled protos for compatibility with Injective core v1.20.0 and Indexer v1.19.41ß
11+
- Updated all compiled protos for compatibility with Injective core v1.20.0 and Indexer v1.19.41
1212

1313
## [1.14.1] - 2026-04-29
1414
### Changed

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following tools must be installed before running any maintenance commands.
1414
| `git` | Repository operations | `brew install git` |
1515
| `make` | Task runner | bundled with Xcode CLT |
1616
| `poetry` | Python packaging | [python-poetry.org/docs](https://python-poetry.org/docs/#installation) |
17-
| Python 3.9+ | Runtime | `brew install python` |
17+
| Python 3.10+ | Runtime | `brew install python` |
1818

1919
> **macOS only**: The `fix-generated-proto-imports` step inside `make gen` uses the BSD `sed -i ""` syntax. On Linux, `sed -i ""` must be replaced with `sed -i`. All maintainers are expected to run proto generation on macOS or adapt the command in the `Makefile` accordingly.
2020

0 commit comments

Comments
 (0)